* {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

html{
    background-color: #f2f0eb !important;
}

#app{
    color: black;
}

.entry-content {
    padding-top: 80px;
    min-height: 100vh;
    background-color: #f2f0eb;
}
.page-title{
    color:#1e1e1e;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.13;
    display: inline-block;
}

.back{
    color:#1e1e1e;
    font-family: 'Inter', sans-serif;
    font-size: 20px !important;
    font-weight: 300;
    line-height: 1.13;
    display: inline-block;
}

.swal-button{
    background-color: #f2d3bc !important;
    color: #1e1e1e !important;
}

.swal-button--cancel{
    color: #555 !important;
    background-color: #efefef !important;
}

.noty_theme__sunset.noty_type__success{
    background-color: #e5bd8e !important;
    color: #1e1e1e !important;
  }

#sidenav-main {
    background-image: linear-gradient(
            to bottom,
            #41413c,
            #2b2b25
    ) !important;
}

#sidenav-main .nav-link-text {
    color: #fff !important;
}

.main-message {
    font-size: 48px !important;
    font-weight: 300 !important;
    color: #1e1e1e !important;
    line-height: 1.38 !important;
}

.login-max-width{
    max-width: 356px;
}
.reset-max-width{
    max-width: 380px;
}

a {
    color: #2b2b25 !important;
}

h1 {
    font-weight: 300 !important;
    font-size: 32px !important;
    color: #1e1e1e !important;
    line-height: 1.13 !important;
}

input[type="time"], input[type="date"] {
    font-size: 12px !important;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}
::-webkit-inner-spin-button , ::-webkit-calendar-picker-indicator, ::-webkit-clear-button {
    cursor:pointer;
    width:12px;
    margin-left:0px;
}

option{
    font-family: 'Inter', sans-serif !important;
}

.card:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

table th{
    font-size: 14px !important;
    font-weight: normal !important;
    border: none !important;
    color: #1e1e1e !important;
    line-height: 1.14 !important;
}

table td{
    font-size: 16px !important;
    color: #1e1e1e !important;
    font-weight: normal !important;
    line-height: 1.38 !important;
}

.table td:first-child{
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.table td:last-child{
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.phase{
    color: #825028 !important;
    border-bottom: 1px solid #825028 !important;
    cursor: pointer;
    line-height: normal !important;
}
.out-of-stock{
    color: #1e1e1e !important;
    border-bottom: 1px solid #1e1e1e !important;
    cursor: pointer;
    line-height: normal !important;
}
.edit{
    color: #825028 !important;
    border-bottom: 1px solid #825028 !important;
    cursor: pointer;
    line-height: normal !important;
}

.cursor-pointer{
    cursor: pointer;
}

.vue-ads-bg-teal-500{
    background-color: black !important;
}

.bg-black{
    background-color: #1e1e1e;
}

.image{
    text-align: center !important;
}
.form-group{
    margin-bottom: 10px !important;
}
.input-group, .form-control, .custom-select, .multiselect{
    border: 1px solid #1e1e1e !important;
    font-size: 16px !important;
    color: #1e1e1e !important;
    line-height: 1.38 !important;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}
.multiselect{
    cursor: pointer;
}
.custom-select{
    background: #fff url('/img/icons/arrow-down.svg') no-repeat right 0.75rem center/15px 11px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.form-control:not(textarea), .custom-select{
    height: 40px !important;
}
.form-control::placeholder{
    font-size: 16px !important;
    line-height: 1.38 !important;
    color: rgba(30,30,30,0.7) !important;
}
.add-new{
    font-size: 16px;
    line-height: 1.38;
    font-weight: 400;
}
.picture-inner{
    border: none !important;
}
.opacity-7{
    opacity: 0.7;
}
.image-effects:hover{
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
/*
  Start: Styling related to product/therapist/user pages
*/
.resource{
    border-radius: 6px;
    box-shadow: 2px 4px 6px -2px rgba(103, 104, 102, 0.2);
    max-width: 218px !important;
}
.resource-image-block{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.resource-small-text{
    font-size: 14px !important;
    line-height: 1.14 !important;
    color: #1e1e1e;
}
.resource-v-small-text{
    font-size: 12px !important;
    line-height: 1 !important;
    color: #1e1e1e;
}
.resource-text{
    font-size: 16px !important;
    line-height: 1.38;
    font-weight: 400 !important;
    color: #1e1e1e;
}
.resource-large-text{
    font-size: 20px !important;
    color: #1e1e1e;
    line-height: 1.8;
    font-weight: 400 !important;
}
.resource-edit-btn{
    font-weight: 400 !important;
    width: 95px;
}
.resource-upload-btn{
    max-width: 131px;
}
.resource-save-btn{
    font-size: 22px !important;
    line-height: 1.38 !important;
    font-weight: 400 !important;
    width: 219px;
}
.resource-field, .resource-select{
    height: 40px !important;
}
.resource-remove{
    color: #f2552c !important;
    border-bottom: 1px solid #f2552c !important;
    cursor: pointer;
    line-height: normal !important;
}
.iwu-btn{
    background-color: #f2d3bc !important;
    color: #1e1e1e !important;
    border: none !important;
    border-radius: 6px !important;
}
.search{
    max-width: 326px !important;
}
.resource-select{
    line-height: 1.38;
    color: #1e1e1e !important;
}
.input-group-prepend span{
    color: #1e1e1e !important;
}
.exportBtn{
    background-color: #f2f0eb !important;
    color: #41413c !important;
    border: 1px solid #4e4e4e !important;
    box-shadow: 2px 4px 6px -2px rgba(103, 104, 102, 0.2) !important;
}
.is-danger{
    color: #f2552c;
    font-size: 12px;
}
.custom-select option{
    font-family: 'Inter', sans-serif;
}
/*
  End: Styling related to product/therapist/user pages
*/

@media (max-width: 767.98px){
  .navbar-collapse.collapsing, .navbar-collapse.show{
    background-image: linear-gradient(
        to bottom,
        #41413c,
        #2b2b25
    ) !important;
 }
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

@media (max-width: 767.98px){
.navbar-collapse .navbar-toggler span {
    background-color: white !important;
    }
}

.nav-item .nav-link{
    margin-right:0 !important;
    padding-right:0 !important;
}

.loader {
    border: 4px solid rgb(51, 73, 87);
    border-top: 4px solid #f3f3f3;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}