@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Asap';
    src: url('../fonts/Asap-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Asap';
    src: url('../fonts/Asap-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --mainPink: #ef4a97;
    --mainOrange: #f37a4f;
    --mainRed: #FF0000;
    --mainBlue: #93b9fc;
    --lineGrey: #e1e1e1;
    --mainGrey: #767272;
    --softGrey: #EAEAEA;
    --lightGrey: #F8F8F8;
}

body {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 14px;
    background-color: #ffffff;    
}
span, li, strong, a, p {
    font-family: 'Roboto';
    font-weight: normal!important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, label, .text-bold {
    font-family: 'Asap';
    font-weight: bold;
}

button {
    text-transform: capitalize!important;
    border-radius: 50%;
}
button.active.focus,
button.active:focus,
button.focus,
button.focus:active,
button:active:focus,
button:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}
.btn-main-pink {
    background-color: var(--mainPink);
    color: white;
    font-size: 15px;
}

.btn-main-red {
    background-color: var(--mainRed);
    color: white;
    font-size: 15px;
}

.btn-main-orange {
    background-color: var(--mainOrange);
    color: white;
    font-size: 15px;
}

.btn-main-transparent {
    background-color: transparent;
    color: var(--mainOrange);
    font-size: 15px;
}
.btn-main-transparent:hover {
    color: var(--mainOrange)!important;
}

.btn-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
}


.btn-circle i {
    font-size: 12px;
}

.bg-info {
    background-color: #eaeaea!important;
    color: #fff;
}

.sidebar-header img {
    margin: 0 auto;
    width: 100px;
}

.min-h-fullscreen.bg-img {
    background-color: #f5f6fa !important;
}

.card-body {
    padding-top: 2rem;
}

.form-wrapper {
    margin:0 auto;
}

.logo-login {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 5px;
    border-radius: 5px;
}

.form-type-material.form-control, .form-type-material .form-control {
    background-position: center bottom,center calc(100% - 1px);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb264), to(#33cabb)),-webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
    background-image: -webkit-linear-gradient(#fbb264, #fbb264),-webkit-linear-gradient(#ebebeb, #ebebeb);
    background-image: linear-gradient(#fbb264, #fbb264),linear-gradient(#ebebeb, #ebebeb);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

label.col-form-label {
    font-family: Roboto, sans-serif!important;
    font-size: 14px;
}
input {
    font-family: Roboto, sans-serif!important;
}

img.image-render {
    width: 200px;
    display: inline-block;
    margin: 5px;
}

li.amenity-render {
  list-style: none;
}

input.form-control {
    padding: 5px 20px!important;
}

.main-background {
    background-color: #fcfcfc;
}
.border-round {
    border-radius: 5px;
}
.table-card-body {
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 #f6f6f6, 0 0 2px 0 #e9f0ff, 0 0 10px 0 #f6f6f6;
    background-color: #ffffff
}
.card {
    box-shadow: 0 0 10px 0 #f6f6f6, 0 0 2px 0 #e9f0ff, 0 0 10px 0 #f6f6f6;
    border-radius: 10px;
}
.sidebar .sidebar-navigation ul li .menu-link {
    padding-top: 20px;
    padding-bottom: 10px;
}
.sidebar.sidebar-color-primary .menu.menu-bordery>.menu-item.active>.menu-link::before {
    background-color: #ef4a97!important;
}

.sidebar.sidebar-color-primary .menu.menu-bordery>.menu-item:hover>.menu-link::before {
    background-color: #ef4a9779!important;
}

.status-box-success {
    background-color: #02b302;
    color: white;
    padding: 5px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.status-box-failed {
    background-color: #ca0202;
    color: white;
    padding: 5px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.status-box-pending {
    background-color: #f0e334;
    color: white;
    padding: 5px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.status-box-open {
    background-color: #1130e2;
    color: white;
    padding: 5px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.status-box-canceled {
    background-color: #888888;
    color: white;
    padding: 5px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.status-box-gray {
    background-color: #494949;
    color: white;
    padding: 5px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

/* --------------------------------- */
/* -------- REACT DATEPICKER ------- */
/* --------------------------------- */
.react-datepicker__month {
    min-width: 350px;
}
.react-datepicker-style {
    border-radius: 25px!important;
}
.react-datepicker-popper {
    top: 5px!important;
    left: -16%!important;
}
.react-datepicker__month-read-view {
    font-size: 14px;
}
.react-datepicker__month-read-view:hover {
    cursor: pointer;
}
.react-datepicker__month-read-view--selected-month {
    margin-right: 5px;
}
.react-datepicker__month-read-view--selected-month:hover {
    cursor: pointer;
}
.react-datepicker__month-dropdown {
    margin-top: 14px;
    padding: 10px;
}
.react-datepicker__month-option {
    padding: 5px;
    font-size: 13px;
}
.form-control-feedback {
    color: #ff0400;
    font-style: italic;
    font-size: 10.5px;
    line-height: 20px;
    margin-left: 3px;
}
.form-control {
    padding: 10px;
    font-size: 12px;    
    height: 41px;
    border-radius: 25px;
    border: solid 1px #e7e7e7;
    color: #242424;
}

/* ----------------------------- */
/* -------- CUSTOM CHART ------- */
/* ----------------------------- */
.chart-wrapper ul li:nth-child(2) {
    margin-left: 5px;
    margin-right: 5px;
}
.chart-wrapper .nav-tabs .nav-link {
    padding: 0 10px;
    border-radius: 10px;
}
.chart-wrapper .nav-tabs .nav-link:hover {
    color: #242424;
    background-color: #f3bba777;

}
.chart-wrapper .nav-tabs .nav-link.active, .chart-wrapper .nav-tabs .nav-link.active:focus, .chart-wrapper .nav-tabs .nav-link.active:hover {
    color: #ffffff;
    background-color: var(--mainOrange)!important;
}


/* ---------------------------------- */
/* -------- CUSTOM PAGINATION ------- */
/* ---------------------------------- */
#nav-pagination .page-item:focus,
#nav-pagination .page-item.active:focus,
#nav-pagination .page-link:focus {
    box-shadow: 0 0 0 0 transparent!important;
}
#nav-pagination .page-item .page-link {
    border-radius: 25px!important;
}
#nav-pagination .page-item.active .page-link {
    background-color: var(--mainOrange);
    border-color: var(--mainOrange);
}

/* ---------------------------- */
/* -------- REACT TABLE ------- */
/* ---------------------------- */
.ReactTable {
    border-radius: 5px;
}
.ReactTable .rt-table .rt-thead .rt-tr .rt-resizable-header {
    padding: 20px;
}
.ReactTable .rt-table .rt-thead .rt-tr .rt-resizable-header .rt-resizable-header-content {
    font-size: 14px;
    font-weight: 500;
}
.ReactTable input {
    height: 40px;
    padding: 0 13px!important;
}

/* ---------------------------------------- */
/* -------------  MULTI SELECT ------------ */
/* ---------------------------------------- */
.css-1rhbuit-multiValue {
    background-color: transparent!important;
    border-radius: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 2px;
    min-width: 0;
    box-sizing: border-box;
}
.css-12jo7m5 {
    background-color: #e9f0ff!important;
    color: hsl(0,0%,20%);
    border-top-left-radius: 25px!important;
    border-bottom-left-radius: 25px!important;
    font-size: 85%;
    overflow: hidden;
    padding-right: 8px!important;
    padding-left: 12px!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 12px;
}
.css-xb97g8 {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 25px 25px 0!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 4px!important;
    padding-right: 8px!important;
    box-sizing: border-box;
    background-color: #d3e1ff!important;
}
.css-xb97g8:hover {
    background-color: #d3e1ff!important;
    cursor: pointer;
}

/* ---------------------------------------- */
/* ------------- SWITCH BUTTON ------------ */
/* ---------------------------------------- */
.switch {
    display: flex;
}
.switch input {
    display: none;
}
.switch small {
    display: inline-block;
    width: 64px;
    height: 24px;
    background: #e1e1e1;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}
.switch small:after {
    content: "OFF";
    position: absolute;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    left: 0px;
    text-align: right;
    padding: 3px 8px;
    box-sizing: border-box;
    line-height: 18px;
}
.switch small:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    /* left: 17px; */
    left: 3px;
    transition: .3s;
    box-shadow: -3px 0 3px rgba(0,0,0,0.1);
}
.switch input:checked ~ small {
    /* background: var(--mainPink); */
    background-color: #2acf7f;
    transition: .3s;
}
.switch input:checked ~ small:before {
    transform: translate(39px, 0px);
    transition: .3s;
}
.switch input:checked ~ small:after {
    content: "ON";
    text-align: left;
}

/* -------------------------- */
/* -------- LEFT PANE ------- */
/* -------------------------- */
.topbar {
    margin-left: 130px!important;
}
footer.site-footer {
    padding: 15px 65px!important;
}
.sidebar-expand-lg {
    width: 130px!important;
}

/* ------------------------------- */
/* -------- USERS OVERVIEW ------- */
/* ------------------------------- */
#users-overview .nav.nav-tabs {
    width: 90%;
    margin: auto;
    border-bottom: 0;
}
#users-overview .nav-item .nav-link {
    border: solid 1px #dbdbdb;
    border-radius: 35px;
}
#users-overview .nav-item .nav-link.active {
    background-color: var(--mainOrange);
    border-color: var(--mainOrange);
    color: white;
}
.reviews-link {
    transition: 0.3s all ease-in-out;
}
.reviews-link:hover {
    text-decoration: underline;
}


/* -------------------------------- */
/* -------- STUDENT DETAILS ------- */
/* -------------------------------- */
#student-details-tab .nav.nav-tabs {
    margin: auto;
    border-bottom: 0;
}
#student-details-tab .nav.nav-tabs .nav-link { 
    width: 100%;
}
#student-details-tab .nav-item .nav-link {
    border: solid 1px #dbdbdb;
    border-radius: 35px;
}
#student-details-tab .nav-item .nav-link.active {
    background-color: var(--mainOrange);
    border-color: var(--mainOrange);
    color: white;
}

#student-transaction-details-modal .modal-dialog{
    min-width: 70%;
}

.react-datepicker-popper.react-datepicker-popper {
    z-index: 99;
}

.react-datepicker .react-datepicker__navigation {
    border-radius: 0;
}

.react-datepicker__navigation .react-datepicker__navigation-icon {
    display: none;
}

/* -------------------------------- */
/* ------------ PACKAGES ---------- */
/* -------------------------------- */
/* .package-card {
    transition: all 0.3s ease-in-out;
}
.package-card:hover {
    cursor: pointer;
    transform: scale(1.01);
} */
.package-modal {
    overflow-y: scroll;
    max-height: 600px;
}
.price-box {
    max-width: 250px;
    border-radius: 25px;
    border: solid 2px #f5f5f5;
}


/* LARGE SCREEN */
@media (min-width: 992px) {
    #users-overview .nav.nav-tabs {
        width: 50%;
        margin: auto;
        border-bottom: 0;
    }
    
    #student-details-tab .nav.nav-tabs {
        margin: auto;
        border-bottom: 0;
    }
    #student-details-tab .nav.nav-tabs .nav-link { 
        width: 450px;
    }

    #student-transaction-details-modal .modal-dialog{
        min-width: 600px;
    }
    .react-datepicker-popper {
        top: 0px!important;
        left: 0px!important;
    }
}