/* Removing Scroll bar */
html {




}
body{
    /* overflow: hidden; */
}
body{
    background-color: #EEF2FF;
}
.Disabled{
  opacity: 0.75;
 pointer-events: none;
}
.imgholder img{
    position: absolute;
    top: -52px;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
}
.card{
    /*filter: drop-shadow(0 0 6px rgba(0,0,0,0.2) );*/
    /*box-shadow: 0 12px 28px 0 rgba(0,0,0,0.2), 0 2px 4px 0 rgba(0,0,0,0.2);*/
    box-shadow: 0px 16px 18px #3b5dcd21;
    border-radius: 22px;
}
.Button{
  /* background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%) */
  /* background-color: rgba(2,126,251,1) */
  background-color: #1bbbac
}
.card-header:first-child {
    border-radius: 22px 22px 0px 0px;
}
.divider {
    text-align: center;
}
.divider:before, .divider:after {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 40%;
}
.divider:before {
    background: linear-gradient(to right, transparent, #818078);
    right: .5em;
    margin-left: -50%;
}
.divider:after {
    background: linear-gradient(to right, #818078, transparent);
    left: .5em;
    margin-right: -50%;
}
.table th, .table td{
  /* border: none */
}
.table-striped tbody tr:nth-of-type(odd){
  background-color: transparent
}
tr{
  border-bottom: 3px solid #fff0;
}
/* th, td {
  border-left: 1px solid black;
  border-radius: 10px;
} */
table{
  border-collapse: separate;
  text-align: center;
  font-weight: bold;
}
.table thead th{
  border: none
}
table tr:first-child td:last-child {
  border-right: 2px solid black;
  border-top-right-radius: 10px;
  /* border-radius: 0px; */
}
table tr:last-child td:last-child {
  border-right: 2px solid black;
  border-bottom-right-radius: 10px;
  /* border-radius: 0px; */
}
table  td:last-child {
    border-right: 2px solid black;
    border-bottom-right-radius: 10px;
    border-radius: 0px;

}
table tr:first-child td:nth-child(2) {
  border-left: 2px solid black;
  border-top-left-radius: 10px;
  /* border-radius: 0px; */
}
table tr:last-child td:nth-child(2) {
  border-left: 2px solid black;
  border-bottom-left-radius: 10px;
  /* border-radius: 0px; */
}
table  td:nth-child(2) {
    border-left: 2px solid black;
    border-bottom-left-radius: 10px;
    border-radius: 0px;

}
.table th, .table td{
  border-top: none
}
.btn:focus, .btn.focus{
  box-shadow: none
}
@media (min-width: 768px) {
    /* .card{
       width: 50%;
    } */
}
