@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
::-webkit-scrollbar-track { background: #f1f1f1; }
/* Handle */
::-webkit-scrollbar-thumb { background: #7e57c2; }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #93c; }

* {
    scrollbar-color: rgb(248,174,105) #f1f1f1;
    scrollbar-width: thin;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .navbar-brand {
        width: auto !important;
        padding-left: 5px;
    }

    /*.left-side-menu {
        display: none;
    }*/

    #content {
        padding-left:0 !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    /*.left-side-menu {
        display: none;
    }*/

    #content {
        padding-left:0 !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #content {
        padding-left:0 !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {  

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: space-between;
    }
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #f2f5f7;
}


.loading {
    z-index: 0;
    opacity: 0.8;
}

.loading::before {
    content:'';
    display:block;
    position:absolute;
    left:50%;top:50%;
    width:40px;height:40px;
    border-style:solid;
    border-color: #d58512;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    z-index: 9999;
    opacity: 1;
    margin-top: -20px;
    margin-left: -20px;
}

.navbar-brand {
    width: 220px;
}

#content {
    word-wrap: break-word;
    padding-top: 70px;
    overflow: hidden;
    min-height: 80vh;
}

#content:not(.container) {
    padding-left: 240px;
}


.text-secondary {
    color: #7e57c2 !important;
}
.secondary-color-dark {
    background-color: #7e57c2 !important;
}

.navbar-custom {
    background-color: #7e57c2;
    -webkit-box-shadow: 0 2px 6px -2px rgb(0 0 0 / 16%), 0 2px 6px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 6px -2px rgb(0 0 0 / 16%), 0 2px 6px 0 rgb(0 0 0 / 12%);
    padding: 0 10px 0 0;
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 100;
}

.left-side-menu {
    width: 240px;
    bottom: 0;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: 70px;
    height:100%;
    background: #fff;
    z-index: 1;
}

#sidebar-menu .menu-title {
    padding: 10px 20px;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #6e768e;
    font-weight: 600;
}
#sidebar-menu ul {
    list-style: none;
}
#sidebar-menu > ul > li > a {
    color: #6e768e;
    display: block;
    padding: 13px 20px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: .9rem;
}

#sidebar-menu > ul > li > a i {
    display: inline-block;
    margin: 0 10px 0 3px;
    text-align: center;
    width: 20px;
}

.enlarged .left-side-menu #sidebar-menu > ul > li {
    position: relative;
    white-space: nowrap;
}

.enlarged .left-side-menu {
    /*position: absolute;*/
    padding-top: 0;
    width: 70px !important;
    z-index: 5;
}

.enlarged #content {
    padding-left: 70px !important;
}

.enlarged .navbar-brand {
    max-width: 70px;
}

.enlarged .navbar-brand .logo_default {
    display: none;
}
.enlarged .navbar-brand .logo_sm {
    display: inline-block !important;
}
.enlarged .left-side-menu #sidebar-menu > ul > li:hover > a span {
    display: inline;
}
.enlarged .left-side-menu #sidebar-menu > ul > li > a span {
    display: none;
    padding-left: 25px;
}
.enlarged .left-side-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
    min-height: 54px;
}
.enlarged .left-side-menu #sidebar-menu > ul > li > a i {
    font-size: 1.125rem;
    margin-right: 20px;
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > a {
    position: relative;
    width: calc(190px + 70px);
    color: #7e57c2;
    background-color: #ffffff;
    -webkit-transition: none;
    transition: none;
}
.enlarged .left-side-menu .slimScrollDiv, .enlarged .left-side-menu .slimscroll-menu {
    overflow: inherit !important;
    height: auto !important;
}

.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
  }
.full-stars {
    overflow: hidden;
    color: #fde16d;
    color: #fecc00;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.empty-stars {
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ddd;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: rotateY(180deg);
}
.empty-stars:before, .full-stars:before {
    content: "\f005";
}
.note {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fecc00;
    vertical-align: middle;
    border:0;
}

.text-pink {
    color: #f672a7 !important;
}

.contracts .contract.jumbotron:hover {
    cursor: pointer;
    outline: 1px solid #7e57c2;
}

.contract .c_alert_area {
    border-style: solid;
    border-width: 0 45px 45px 0;
    border-color: transparent #7e57c2 transparent transparent;
    right: 0;
    top: 0;
    position: absolute;
}

.contract .select_contract_archive {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    font-size: 20px;
    cursor: pointer;
    border-style: solid;
    border-width: 0px 45px 45px 0px;
    border-color: transparent transparent #7e57c2 transparent;
}

.c_alert {
    position: absolute;
    right:-44px;
    padding: 0 4px;
    top:0;
    z-index: 99;
    font-size: 20px;
    cursor:pointer;
}
.c_alert.add {
    padding: 0;
}

.text-secondary-dark {
    color: #7e57c2 !important;
}
.btn-secondary-dark {
    background-color: #7e57c2 !important;
    color: #fff;
}

.btn-secondary-dark:hover {
    color: #fff;
    background-color: #7e57c2;
    border-color: #545b62;
}

.dropdown .dropdown-menu.dropdown-secondary-dark .dropdown-item:hover {
    background-color: #7e57c2 !important;
}

.md-form input:not([type]):focus:not([readonly]), .md-form input[type="text"]:not(.browser-default):focus:not([readonly]), .md-form input[type="password"]:not(.browser-default):focus:not([readonly]), .md-form input[type="email"]:not(.browser-default):focus:not([readonly]), .md-form input[type="url"]:not(.browser-default):focus:not([readonly]), .md-form input[type="time"]:not(.browser-default):focus:not([readonly]), .md-form input[type="date"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .md-form input[type="tel"]:not(.browser-default):focus:not([readonly]), .md-form input[type="number"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search"]:not(.browser-default):focus:not([readonly]), .md-form input[type="phone"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search-md"]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #7e57c2;
    -webkit-box-shadow: 0 1px 0 0 #7e57c2;
    box-shadow: 0 1px 0 0 #7e57c2;
}

.jumbotron, .z-depth-1, .card {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%) !important;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%) !important;
}

.alert-primary {
    color: #422d65;
    background-color: #e5ddf3;
    border-color: #dbd0ee;
}

.default-content {
    display: none;
}

.dropdown-toggle.no-caret::after {
    display:none !important;
}

.no_autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

.rdv .nb_rdv_refused_dtc .modecom, .rdv .nb_rdv_refused_ii .modecom, .rdv .nb_rdv_refused_other .modecom {
    padding-left:30px;
}