﻿.top-btn {
    width: 44px;
    height: 44px;
}

    .top-btn:hover {
        opacity: 0.38;
    }

.header-background {
    background-image: url("../images/header-background.png");
    /*width: 1320px;*/
    /*height: 150px;*/
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
}

.header-prev-btn,
.header-next-btn {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

    .header-prev-btn:hover,
    .header-next-btn:hover {
        border-radius: 28px;
        opacity: 0.38;
    }

.header-title {
    overflow-wrap: break-word;
    color: white;
}

.left-content {
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

.left-content-scrollbar {
    direction: ltr;
}


    .left-content-scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15);
        border-radius: 10px;
        background-color: #ffffff;
    }

    .left-content-scrollbar::-webkit-scrollbar {
        width: 12px;
    }

    .left-content-scrollbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.15);
        background-color: #f2f2f2;
    }

.right-content {
    height: auto;
    overflow-y: scroll;
    background-color: #c0daf2;
    border-radius: 8px;
    overflow-x: hidden;
}

.right-content-scrollbar {
    direction: ltr;
}


    .right-content-scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        border-radius: 10px;
        background-color: #ffffff;
    }

    .right-content-scrollbar::-webkit-scrollbar {
        width: 12px;
    }

    .right-content-scrollbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
        background-color: #f2f2f2;
    }

.middle-content-top,
.middle-content-bottom {
    width: 100%;
}

.middle-content-top-left-btn,
.middle-content-top-right-btn,
.middle-content-bottom-left-btn,
.middle-content-bottom-right-btn,
.middle-content-bottom-select {
    border-color: #cacaca;
    border-width: 2px;
    border-radius: 10px;
}

.middle-content-top-left-btn,
.middle-content-bottom-left-btn {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.middle-content-top-right-btn,
.middle-content-bottom-right-btn {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.btn-excursion-curriculum {
    color: #3377c7;
    border-color: #3377c7;
    background-color: #fff;
}

    .btn-excursion-curriculum:hover {
        color: #fff;
        background-color: #3377c7;
        border-color: #3377c7;
    }

.wheelNav > svg {
    width: 100%;
    height: 100%;
}

.left-content-product-container {
    height: inherit;
    direction: ltr;
}

.left-content-product-container-searchbar {
    padding: 0px;
}

.search-div {
    background-color: #ededed;
    padding: 0 15px;
    border-radius: 5px;
}

a.rating-clear {
    visibility: hidden !important;
}

div.rating-input {
    color: #2064be;
}

a.thumb-up {
    color: darkgray !important;
}

    a.thumb-up:hover,
    a.thumb-up-selected :hover {
        color: #28a745 !important;
    }

a.thumb-up-selected {
    color: #28a745 !important;
}

textarea.product-review {
    cursor: not-allowed;
}

.question-card {
    border-radius: 8px;
    border: dotted 1px #d8d8d8;
    margin-bottom: 5px
}

/*.question-card:hover {
    background-color:aquamarine
}

.question-card:active {
    background-color:brown
}*/

a.flag-up {
    color: darkgray !important;
}

    a.flag-up:hover,
    a.flag-up-selected :hover {
        color: #ed3c4d !important;
    }

a.flag-up-selected {
    color: #ed3c4d !important;
}

.bth-list-menu {
    background-image: linear-gradient(to bottom, #4193d4, #256abb);
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

    .bth-list-menu:hover, .bth-list-menu:active, .bth-list-menu:focus {
        background-image: linear-gradient(to bottom, #ffce54, #ffac2c);
        border: none;
        border-radius: 50%;
        width: 35px;
        height: 35px;
    }
/*serch bar*/
#SearchProductsTerms.search {
    height: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 1.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    #SearchProductsTerms.search .search-icon {
        display: inline-block;
        top: 0px;
        left: 8px;
        position: relative !important;
    }

.search .search-icon {
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 15px;
}

.search-wrapper img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.search input {
    padding-left: 0 !important;
    display: table-cell !important;
    position: relative;
    vertical-align: middle !important;
    width: 90% !important;
    text-align: left;
    margin-left: 25px;
    text-indent: 5px;
    border: none !important;
    outline: none !important;
}

.search-wrapper .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none !important;
}

.product-box {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    background-color: #ffffff;
    margin: 5px;
    padding: 5px;
    vertical-align: middle;
}

    .product-box:hover {
        cursor: pointer;
    }

.product-box-selected {
    background-color: #c0daf2;
}

.prod-fav-button {
    background-color: transparent;
    font-size: 20px !important;
    color: #3377c7;
}

/*subject icon*/
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.product-subjname {
    color: #94a9bd;
    height: 38px;
    font-size: 13px !important;
}

.product-panel-content {
    margin: 0;
    padding: 30px 5px 0 5px;
    height: 280px;
    cursor: default;
}

.product-panel-content, .planner-panel-content {
    margin: 15px;
    text-align: justify;
}

.subject-geography {
    color: #8cc5a2;
}

.subject-literature {
    color: #fac800;
}

.subject-history {
    color: #ab7549;
}

.subject-physics {
    color: #a0a446;
}

.subject-chemistry {
    color: #786f80;
}

.subject-bio {
    color: #376f9e;
}

.subject-math {
    color: #7d92cb;
}

.subject-add-math {
    color: #4c5a63;
}

.subject-science {
    color: #adb2c6;
}

.subject-humanities {
    color: #f67936;
}

.subject-physical-education {
    color: #67c8ce;
}

.subject-general {
    color: #337ab7;
}
/*subject label*/
.schlvl-label.subject-geography {
    background-color: #8cc5a2;
}

.schlvl-label.subject-literature {
    background-color: #fac800;
}

.schlvl-label.subject-history {
    background-color: #ab7549;
}

.schlvl-label.subject-physics {
    background-color: #a0a446;
}

.schlvl-label.subject-chemistry {
    background-color: #786f80;
}

.schlvl-label.subject-bio {
    background-color: #376f9e;
}

.schlvl-label.subject-math {
    background-color: #7d92cb;
}

.schlvl-label.subject-add-math {
    background-color: #4c5a63;
}

.schlvl-label.subject-science {
    background-color: #adb2c6;
}

.schlvl-label.subject-humanities {
    background-color: #f67936;
}

.schlvl-label.subject-physical-education {
    background-color: #67c8ce;
}

.schlvl-label.subject-general {
    background-color: #337ab7;
}

.prod-subject-img {
    width: 17px !important;
    margin: 12% 0 0 18% !important;
}
/*.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 32% !important;
    right:68% !important;
    width: 100%;
    text-align: center !important;
    bottom:10px;
}*/
.fa-stack-2x {
    font-size: 1.4em !important;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 1.4em !important;
    height: 2em;
    line-height: 1.7em;
    vertical-align: middle;
}

.schlvl-label {
    padding: 3px 8px;
    font-style: normal;
    font-weight: 400;
    border-radius: 5em;
    display: inline-block;
    font-size: 12px !important;
}

.lwsecond-label {
    background-color: #d49ed4;
    color: #fff;
}
/*.prod-pn-prodname {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 15px 10px 15px;
    margin: 0;
    font-size: 9.5pt;
    font-weight: bold;
    color: #fff;
    z-index: 3;
    text-align: left;
}

.product-subjname {
    color: #94a9bd;
    height: 38px;
}

.prod-subj-wrap {
}

    .prod-subj-wrap .schsubj-label {
        background-color: #666;
        position: relative;
        width: 3.4rem;
        height: 3.4rem;
        border-radius: 50%;
        border: 1px solid #FFF;
    }

.schsubj-label:not(:first-child) {
    margin-left: -10px;
}

.schsubj-label .prod-subject-img {
    width: inherit;
    height: inherit;
    margin: -1px auto auto -1px;
    padding: 25%;
    object-fit: cover;
    object-position: center;
}

.subject-geography {
    background-color: #8cc5a2;
}

.subject-literature {
    background-color: #fac800;
}

.subject-history {
    background-color: #ab7549;
}

.subject-physics {
    background-color: #a0a446;
}

.subject-chemistry {
    background-color: #786f80;
}

.subject-bio {
    background-color: #376f9e;
}

.subject-math {
    background-color: #7d92cb;
}

.subject-add-math {
    background-color: #4c5a63;
}

.subject-science {
    background-color: #adb2c6;
}

.subject-humanities {
    background-color: #f67936;
}

.subject-physical-education {
    background-color: #67c8ce;
}

.subject-general {
    background-color: #337ab7;
}

.prod-schlv-wrap {
}

    .prod-schlv-wrap .schlvl-label {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
    }

        .prod-schlv-wrap .schlvl-label:not(.schlvl-lbl-more) {
            border-right: 3px solid #FFF;
        }

        .prod-schlv-wrap .schlvl-label:not(:first-child) {
            margin-left: -20px;
        }

        .prod-schlv-wrap .schlvl-label.schlvl-lbl-more {
            padding-left: 25px;
        }

.schlvl-label {
    padding: 3px 8px;
    font-style: normal;
    font-weight: 400;
    border-radius: 5em;
    display: inline-block;
}

    .schlvl-label:not(:first-child) {
    }

.lwsecond-label {
    background-color: #d49ed4;
    color: #fff;
}

.uppsecond-label {
    background-color: #561358;
    color: #fff;
}

.general-label {
    background-color: #56AA58;
    color: #fff;
}

.describ-label {
    padding: 9px 0px;
    font-weight: 500;
    border-radius: 5em;
    display: inline-block;
    width: auto;
}

    .describ-label:not(:first-child) {
    }

.desc-label {
    background-color: white;
    color: #3377c7;
}*/

.btn-item-price-nonauth {
    border-radius: 25px;
    border: 2px solid #3377c7;
    color: #3377c7;
    padding: 2px 6px;
    font-size: 12px;
    background-color: white;
    font-weight: 500;
    width: auto;
    cursor: not-allowed !important;
}

.btn-item-price {
    border-radius: 25px;
    border: 2px solid #3377c7;
    color: #3377c7;
    padding: 2px 6px;
    font-size: 12px;
    background-color: white;
    font-weight: 500;
    width: auto;
}

    .btn-item-price:hover, .btn-item-price:active, .btn-item-price:focus {
        border-radius: 25px;
        border: 2px solid #3377c7;
        color: white;
        padding: 2px 6px;
        font-size: 12px;
        background-color: #3377c7;
        font-weight: 500;
    }

.btn-circle {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: white;
    border: none;
}

.info-box {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 10px;
}

.btn-borderless {
    border: none;
    background: none;
    border-color: none;
}

.btn-filter:hover {
    transform: scale(1.2);
}

.btn-grey-white-5 {
    background-color: #bdbdbd;
    color: white;
    border: none;
    border-radius: 30px;
}

    .btn-grey-white-5:hover, .btn-grey-white-5:focus, .btn-grey-white-5:active {
        background-color: #a8a8a8;
        color: white;
        border: none;
        border-radius: 30px;
    }

.btn-red-5 {
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 30px;
}

    .btn-red-5:hover, .btn-red-5:focus, .btn-red-5:active {
        background-color: #c42f3b;
        color: white;
        border: none;
        border-radius: 30px;
    }

.btn-blue-white-5 {
    background-color: #3377c7;
    color: white;
    border: none;
    border-radius: 30px;
}

    .btn-blue-white-5:hover, .btn-blue-white-5:active, .btn-blue-white-5:focus {
        background-color: #19528e;
        color: #FFF;
        border: none;
    }

.box-rad-dash-grey {
    background-color: white;
    border-radius: 8px;
    border: dashed 1px #d8d8d8;
    border-width: 1.4px;
    margin-bottom: 5px
}

.box-askauthor:focus, .box-askauthor:active {
    background-color: #e0ecf9;
    border: dashed 1px #d8d8d8;
    margin-bottom: 5px
}

.answer-box-selected {
    background-color: #c0daf2;
}

.review-rate .rating-input .fa-star {
    font-size: 30px;
    margin: 0 3px;
}

.rating-on-review .fa-star-o, .rating-on-review .fa-star {
    margin: 0 0.5px;
}

#SearchProductsForm.search {
    display: inline-block;
    height: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 1.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.product-image img {
    width: 100%;
    border-radius: 8px;
    max-height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.card {
    border: none;
}

/* Recommendation */
.product-panel-coverimage {
    background-color: #ddd;
    position: relative;
    border-radius: 12px;
}

.product-panel-coverimag-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=00);
    border-radius: 6%;
}

.product-panel-coverimage img {
    opacity: 0.9;
    width: 100%;
    height: 150pt;
    border-radius: 6%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    display: block;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden;
}

.prod-fav-button-rec {
    background-color: transparent;
    position: absolute;
    top: 1px;
    right: 0px;
    z-index: 5;
    font-size: 18pt;
    color: #ff0000;
}

.prod-fav-button {
    background-color: transparent;
    position: absolute;
    top: 1px;
    right: 22px;
    z-index: 5;
    font-size: 18pt;
    color: #ff0000;
}

.all-buttons {
    cursor: pointer;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    -khtml-transition-duration: 0.45s;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.prod-pn-prodname {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 15px 10px 15px;
    margin: 0;
    font-size: 9.5pt;
    font-weight: bold;
    color: #fff;
    z-index: 3;
    text-align: left;
}

.product-panel-coverimage:after {
    content: '\A';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
}
/*recommend scroller*/
.recom-scroll {
    display: inline-flex !important;
    overflow: hidden;
    height: auto;
    padding: 2px 0;
    max-width: 1020px;
}

@media (min-width: 376px) and (max-width: 768px) {
    .recom-scroll {
        display: inline-table !important;
        overflow: hidden;
        height: 75px;
        padding: 7px 0;
        max-width: 1020px;
    }
}

.recom-scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.15);
}

.recom-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 8px;
    background: white;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.15);
}

.recom-scroll::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}

.overflowAuto {
    overflow-x: hidden;
}

    .overflowAuto:hover {
        overflow-x: auto;
    }

@media (max-width: 1305px) and (min-width: 1200px) {
    .prod-pn-prodname {
        font-size: 8.5pt;
    }
}

.product-height-2 {
    height: 40px;
    font-size: 13.5pt;
}

.threedot-subject {
    background-color: #a4a4a4;
    font-size: 0.8em;
    color: #fff;
    text-align: center;
    border-radius: 0 3.5em 3.5em 0;
    vertical-align: middle;
    display: block;
    padding: 0 2px 0 8px;
}

.threedot-subject-wrap {
    margin: -36px 0px 0 12px;
    min-width: 1.5em;
    width: 2.2em !important;
    line-height: 1.3em !important;
}

/*Cart*/
.currency-button {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 2px;
}

.btn-tag-lightblue, .btn-tag-lightblue:hover {
    border-radius: 6rem;
    border: 1px solid #dceeff;
    background-color: #dceeff;
    color: #3377c7;
    font-size: 12px;
    margin-left: 6px;
    padding: 0px 10px;
}

.slider-img {
    height: 88px !important;
    object-fit: cover;
}

.btn-outline-dark {
    color: #3377c7;
    border-color: #3377c7;
    font-weight: bold;
    font-size: 12px !important;
    background-color: white;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #3377c7;
        border-color: #3377c7;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.2);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #3377c7;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #3377c7;
        border-color: #3377c7;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.2);
        }

.wheelNav {
    width: 65% !important;
    margin: auto;
    margin-top: 10px
}

/*dropdown*/
.dropdown-menu {
    border-radius: 7px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #ffffff !important;
    border-color: transparent !important;
}

.dropdown-item {
    font-size: 14px;
}

    .dropdown-item.hover, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #3377c7;
    }

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.4rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.img-user {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

ul li .user-role {
}

.badge-grey {
    color: #666666;
    background-color: #ededed;
    font-size: small;
}

.badge-lightblue {
    color: #3377c7;
    background-color: #e0ecf9;
    font-size: small;
}

.user-role-item a {
    /*color:#3377c7;*/
    text-decoration: none;
}

    .user-role-item a:hover, .user-role-item a:focus, .user-role-item a:active {
        /*color: #ffbc54;*/
        text-decoration: none;
    }

.review-time-text {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    color: grey;
}

.show-review-comment {
    padding: 5px;
    background-color: white;
    color: black;
}

.box-rad-dash-lightblue {
    border-radius: 4px;
    border: dashed 1px #dceeff;
    padding: 15px;
    border-width: 2px;
}

.box-rad-shadow {
    border-radius: 6px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.productlist-price {
    white-space: nowrap;
    overflow: hidden;
}

.input-group .select2 {
    width: 100% !important;
}

select {
    -webkit-appearance: menulist;
    /*webkit browsers */
    -moz-appearance: none;
    /*Firefox */
    appearance: auto;
    /* modern browsers */
    border-radius: 0;
}

.recommend-size {
    max-width: 400px;
}

input#SubjectFilterDropDown {
    -webkit-appearance: menulist !important;
    background: transparent;
    overflow: hidden;
    /*background: url(Images/dropdown-caret-down.png) no-repeat right #fff;*/
}

.recommend-product-item {
    width: 250px !important;
    height: 215px !important;
}

.product-img-size {
    width: 175px !important;
    margin-right: 10px !important;
}

.select2-selection__arrow b {
    display: none !important;
}

.max-width-90px {
    max-width: 90px !important;
}
/*responsive*/
@media only screen and (min-width: 1300px) {
    .recommend-size {
        max-width: 480px;
    }

    .slider-img {
        height: 100px !important;
        object-fit: cover;
    }
}

/*monitor*/
@media only screen and (min-width: 1450px) {
    .recommend-size {
        max-width: 650px;
    }

    .slider-img {
        height: 130px !important;
        object-fit: cover;
    }
}

#innerWheel.wheelNav image {
    width: 27px !important;
    height: 27px !important;
}

#innerWheel svg {
    overflow: initial !important;
    left: 0px !important;
}

.search-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.btm-line-fields {
    display: block;
    width: 95%;
    background: transparent;
    outline: none;
    text-decoration: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.area-scroll {
    height: 85vh;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 16px;
}

.area-scroll-details {
    height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: auto;
    font-size: 12px;
}

.form-group-newaccount {
    margin-bottom: 1.5rem;
    margin-left: 1rem;
    text-transform: uppercase !important;
    text-align: left !important;
}

.menu-content {
    height: 72vh;
    overflow: hidden;
    box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.1);
    background-color: #ededed;
    border-radius: 8px;
    text-align: left !important;
}

.menu-item {
    margin-bottom: 3rem;
}

.detail-content {
    height: 80vh;
    overflow: hidden;
    box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.1);
    background-color: #ededed;
    border-radius: 8px;
    text-align: left !important;
    margin-bottom: 20px;
}

.user-listing-content {
    height: 50vh;
    overflow: auto;
    box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 8px;
    text-align: left !important;
    width: 90%;
    margin-left: 15px;
}

.school-listing-content {
    height: 23vh;
    overflow: auto;
    box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 8px;
    text-align: left !important;
    width: 90%;
    margin-left: 15px;
}

.img-size {
    height: 80px;
    width: 80px;
}

.cw-100 {
    padding-right: 10px;
    min-width: 100px;
}

.cw-150 {
    padding-right: 10px;
    min-width: 150px;
}

.search {
    display: inline;
    width: 25;
    height: 80%;
    margin-top: 5px;
    padding: .15rem;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cacaca;
    border-radius: 1rem;
    border-width: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.user-paging {
    margin-top: 5px;
    margin-left: 200px;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        .tab button:hover {
            background-color: #ddd;
        }

        .tab button.active {
            background-color: #ccc;
        }

.tabcontent {
    display: none;
    padding: 3px;
    border-top: none;
}

.dt-list {
    width: 200px;
    font-weight: bold;
}

.dt-listdata {
    width: 200px;
}

.dt-name {
    min-width: 8%;
    font-weight: bold;
}

.dt-data {
    min-width: 87%;
}
