/* .plans {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.plans-head {
  padding: 0 10px;
}

.plans-body {
  display: flex;
  flex-direction: column;
  background-color: #6c757d;
  padding: 10px;
  border-radius: 5px;
}

.plans-row,
.plans-row-head,
.plans-row-body {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.plans-row {
  position: relative;
  z-index: 1;
}

.plans-row:hover {
  background: #fff;
  border-color: rgba(12, 21, 46, 0.08);
  box-shadow: 0 1px 1px 0 rgb(66 66 66 / 8%), 0 1px 3px 1px rgb(66 66 66 / 16%);
  transition: 235ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 5px;
  z-index: 2;
}

.plans-row-subject {
  flex: 0 0 250px;
  max-width: 250px;
  padding: 10px 0;
  padding-right: 10px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.plans-row:first-child .plans-row-subject,
.plans-row:hover .plans-row-subject,
.plans-row:hover + .plans-row .plans-row-subject {
  border-top-color: transparent;
}

.plans-row:hover .plans-row-subject {
  color: #333;
}

.plans-row-body {
  background-color: #fff;
  margin-right: 10px;
}

.plans-row:first-child .plans-row-body {
  border-radius: 5px 5px 0 0;
}

.plans-row:last-child .plans-row-body {
  border-radius: 0 0 5px 5px;
}

.plans-row-body-item {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.plans-row-body-item img {
  width: 18px;
}

.plans-row:last-child .plans-row-body-item,
.plans-row:hover .plans-row-body-item {
  border-bottom-color: transparent;
}

.plans-row-body-item:last-child {
  border-left-color: transparent;
}

.plans-head-item,
.plans-foot-item {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: #e8eaeb;
}

.plans-head-item:first-child {
  border-radius: 0 5px 0 0;
}

.plans-head-item:last-child {
  border-radius: 5px 0 0 0;
}

.plans-foot-item:first-child {
  border-radius: 0 0 5px 0;
}

.plans-foot-item:last-child {
  border-radius: 0 0 0 5px;
}

/* #44a6c2 */

/* .plans-row.price,
.plans-row.price .plans-row-body {
  background-color: #44a6c2;
}

.plans-row.price,
.plans-row.price:hover {
  border-radius: 5px;
  color: #fff !important;
  font-weight: bold !important;
}

.plans-row.price:hover .plans-row-subject {
  color: #fff !important;
}

.plans-row.price .plans-row-subject {
  border-top-color: transparent;
}

.vip {
  background-color: #fac96d !important;
}

.plans-row:first-child .plans-row-body-item.vip::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #fac96d;
  top: -10px;
  left: 0;
}

.plans-row:last-child .plans-row-body-item.vip::before {
  content: "";
  position: absolute;
  width: calc(100% + 1px);
  height: 10px;
  background-color: #fac96d;
  bottom: -11px;
  left: -1px;
}

.plans-foot-item {
  position: relative;
}

.plans-foot-item.vip::before {
  content: "";
  position: absolute;
  width: calc(100% + 1px);
  height: 10px;
  background-color: #fac96d;
  bottom: -11px;
  left: -1px;
  border-radius: 0 0 5px 5px;
}

.plans-head-item {
  position: relative;
}

.plans-head-item.vip::before {
  content: "";
  position: absolute;
  width: calc(100% + 1px);
  height: 10px;
  background-color: #fac96d;
  top: -10px;
  left: -1px;
  border-radius: 5px 5px 0 0;
} */

/* table-wrapper */
.table-wrapper {
    position: relative;
   /* overflow: auto;*/
    width: 100%;
    font-size: 13px;
    height: 100%;
}

    .table-wrapper img {
        width: 20px;
    }

    .table-wrapper .scrollable {
       /* margin-right: 101px;*/
       /* overflow: auto;*/
        padding: 10px 0;
    }

    .table-wrapper .pinned {
        /*   width: 167px;
        position: absolute;
        right: 34px;
        top: 15.3%;
        padding: 10px 0;*/
        width: 167px;
        position: absolute;
        right: -76px;
        top: 0;
        padding: 10px 0;
        padding: 10px;
        background-color: #f7f9fb;
        border: 0;
        bottom: 0
    }




    

    .table-wrapper table {
        width: 100%;
    }

    .table-wrapper tr {
        height: 40px;
    }

    .table-wrapper .scrollable td {
        min-width: 150px;
        text-align: center;
    }

    .table-wrapper .scrollable td {
        background-color: #f7f9fb;
    }

    .table-wrapper .pinned tbody td {
        background-color: #6c757d;
    }

    .table-wrapper .pinned tbody tr:first-child td {
        border-radius: 0 7px 0 0;
    }

    .table-wrapper .pinned tbody tr:last-child td {
        border-radius: 0 0 7px 0;
    }

    .table-wrapper .pinned td {
        padding-right: 15px;
        color: #fff;
        border-bottom: 1px solid rgb(255, 255, 255, 0.1);
    }

    .table-wrapper .pinned tr:last-child td {
        border-bottom-color: transparent;
    }

    .table-wrapper .scrollable td {
        border-bottom: 1px solid rgba(12, 21, 46, 0.08);
        border-right: 1px solid rgba(12, 21, 46, 0.08);
        border-left: 1px solid rgba(12, 21, 46, 0.08);
    }

    /* .table-wrapper .scrollable tbody tr {
  border-right: 1px solid #6c757d;
} */

    .table-wrapper .scrollable thead tr {
        border-top: 1px solid rgba(12, 21, 46, 0.08);
        /* position: relative; */
    }

    .table-wrapper .scrollable thead td {
        /* border-top: 1px solid rgba(12, 21, 46, 0.08); */
        /* position: relative;*/
    }

    .table-wrapper .scrollable tfoot td {
        padding: 0 10px;
        position: relative;
    }

.price {
    background-color: antiquewhite !important;
}

.vip {
    background-color: #fac96d !important;
}

.table-wrapper .scrollable thead td.vip::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 100%;
    height: 10px;
    background-color: #fac96d;
    border-radius: 7px 7px 0 0;
}

.table-wrapper .scrollable tfoot td.vip::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 100%;
    height: 10px;
    background-color: #fac96d;
    border-radius: 0 0 7px 7px;
}

.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgb(0, 0, 0, 0.2) transparent;
}

    .custom-scrollbar::-webkit-scrollbar {
        height: 3px;
    }

    .custom-scrollbar::-webkit-scrollbar-track {
        background: transparent;
    }

    .custom-scrollbar::-webkit-scrollbar-thumb {
        background-color: rgb(0, 0, 0, 0.2);
        border-radius: 20px;
        /* border: 3px solid orange; */
    }

/* custom-brr */

.custom-brr { border-radius: 11px; }
    /* rounded-50 */
    .rounded-50 {
  border-radius: 50px;
}




#pills-tab .nav-item {
    width: 120px !important;
    margin-left: 1%;
}


.plans tr:nth-child(2) td {

    font-size: 12px;
}


div.pinned td, div.pinned tr {
    border: 0 !important;
}



div.pinned table {
    position: absolute;
    top: 67px;
    left: -19px;
}

table.plans .btn {
    font-size: 12px !important;
}



.close-container {
    height: 882px;
    overflow: hidden;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}