
/*
* style.css
* File include item demo only specific css only
******************************************************************************/

.authentication-content{
    width: 400px;
}

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
}

.app-brand-logo.demo svg {
    width: 22px;
    height: 38px;
}
.hidden-error-info{display: none;}
.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}
.layout-demo-placeholder img {
    width: 900px;
}
.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}


.navbar-nav .avatar i{
    font-size: 22px;
}

.ml-3{
    margin-left: 1.5em;
}

.mr-1{
    margin-right: .5em;
}
.ml-1{
    margin-left: .5em;
}

.mr-2{
    margin-right: 1em;
}

.mr-3{
    margin-right: 1.5em;
}

.mt-3{
    margin-top: 1.5em;
}

.max-w-350{
    max-width: 350px;
}

.max-w-250{
    max-width: 250px;
}

.max-w-150{
    max-width: 150px;
}

.min-w-140px{
    min-width: 140px;
}

.min-w-150px{
    min-width: 150px;
}

.w-150px{
    width: 150px;
}

.w-180{
    width: 180px;
}

.w-50px{
    width: 50px;
}

.w-70px{
    width: 70px;
}

.w-100px{
    width: 100px;
}
.w-225{
    width: 225px;
}
.w-250{
    width: 250px;
}

.w-425{
    width: 425px;
}

.overflow-text, .btn-custom-search{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.border-line{
    border: 1px solid #d9dee3;
    border-radius: 0.375rem;
}

.white-space{
    white-space: normal;
}

.image_preview{
    position: relative;
    width: 280px;
}

.image_preview img{
    max-width: 100%;
}

.delete_file, .delete_file_images, .delete_file_big {
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
}

.list-group-item-action:hover, .list-group-item-action:focus{
    background: transparent;
}

.calendar ul{
    list-style: none;
    border-bottom: 2px solid #d9dee3;
    margin: 0;
    width: 100%;
}

.calendar ul .day{
    width: 50px;
    text-align: center;
    padding: 0;
    font-size: 13px;
    border-right: solid 1px #d9dee3;
}

.calendar_green{
    background-color: #05bb05 !important;
}

.calendar_red{
    background-color: #ff7a7a !important;
}

.calendar_orange{
    background-color: orange !important;
}

.calendar ul .day.calendar_orange, .calendar ul .day.calendar_red, .calendar ul .day.calendar_green{
    color: white;
    padding: 4px 0;
    width: 32px;
    margin-left: 5px;
}

/*@media only screen and (max-width: 1650px) {
    .calendar ul .day{
        width: 30px;
    }
}


@media only screen and (max-width: 1500px) {
    .calendar ul .day{
        width: 25px;
    }
}*/


.text-right{
    text-align: right;
}

.unpaid{
    background: #fff6f5;
}

table .hide, .subscriptions.active{
    opacity: .4;
}

.btn.active{
    border: 1px solid red;
}

.check_category{
    /*width: 25%;*/
    padding-right: 25px;
    margin-top: 15px;
}

.text-transform-capitalize{
    text-transform: capitalize;
}

.table-section{
    background: #f5f5f9;
}

.font-bold{
    font-weight: bold;
}


.toast{
    position: absolute;
    right: 25px;
    top: 10px;
}

.list-group-item.disabled, .list-group-item:disabled{
    color: #a0a0a0;
}

.style_Active,
.style_Paid{
    background: #b9fdb9;
}

.style_Expired{
    background: #fff3d4;
}

.style_Canceled{
    background: #ffe7e7;
}

.style_Expected,
.style_Done {
    background: #d0d0d0;
}

.text-color-green{
    color: green;
}

.text-color-red{
    color: red;
}

.text-color-black{
    color: black;
}

.notification{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 150px;
    text-align: center;
    color: white;
    display: none;
    z-index: 1111;
    font-size: 17px;
}

.notification.green{
    background: #37c937;
}

.notification.red{
    background: red;
}

.calendar_item ul{
    height: 44.14px;
    border-bottom: 1px solid #d9dee3;
    padding-left: 10px;
}

.calendar .calendar_item:last-child ul{
    border-bottom: 0;
}

.calendar .calendar_item_title ul{
    border-bottom: 2px solid #d9dee3;
    height: 40.36px;
    background: #fcfdfd;
    padding-left: 10px;
}

.calendar_tbl{
    border-right: 2px solid #d9dee3;
}

.status-views{
    padding: 20px;
}

.navbar-nav #search{
    width: 300px;
}

.btn-custom-search {
    color: #435971;
    background-color: #f5f5f9;
    border-color: #f5f5f9;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(252, 253, 253, 0.4);
}

.nv-section{
    padding-right: 10px;
    position: relative;
}

.nv-section:after{
    content: '';
    position: absolute;
    top: -17px;
    right: -20px;
    width: 5px;
    height: 74px;
    background: #f5f5f9;
}

#search_result,
.search_result{
    position: absolute;
    width: calc(100% + 14px);
    left: -13px;
    top: 42px;
    background: #fefeff;
    border-radius: 0.375rem;
    box-shadow: 0 0 0.375rem 0.25rem rgb(161, 172, 184, 0.15);
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    z-index: 1;
}

#search_result ul,
.search_result ul{
    margin: 0;
    padding: 0;
}

#search_result ul li,
.search_result ul li{
    padding: 10px 15px;
    border-bottom: 1px solid rgba(67, 89, 113, 0.04);
}

#search_result ul li a,
.search_result ul li a{
    color: black;
}

#search_result ul li:hover,
.search_result ul li:hover{
    cursor: pointer;
    background: rgba(67, 89, 113, 0.04);
}

#search_result ul li:last-child,
.search_result ul li:last-child{
    border-bottom: 0;
}


/* width */
#search_result::-webkit-scrollbar,
.search_result::-webkit-scrollbar {
    width: 4px;
}

/* Track */
#search_result::-webkit-scrollbar-track,
.search_result::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
#search_result::-webkit-scrollbar-thumb,
.search_result::-webkit-scrollbar-thumb {
    background: #8e662f;
    border-radius: 10px;
}

/* Handle on hover */
#search_result::-webkit-scrollbar-thumb:hover,
.search_result::-webkit-scrollbar-thumb:hover {
    background: #4447d7;
}

.ml-28px{
    margin-left: 28px;
}

.mail_nf{
    width: 15px;
    height: 15px;
    background: red;
    color: white;
    border-radius: 100%;
    font-size: 10px;
    right: 2px;
    top: 8px;
}

.preview_images img{
    max-width: 250px;
}

.preview_images .block_item{
    border-bottom: 1px solid #d9dee3;
    margin-bottom: 15px;
    width: 100%;
}

.preview_images .block_item:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}

.bg_color div{
    padding: 5px 10px;
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: default;
    border: 3px dashed transparent;
}

.bg_color div.active{
    border: 3px solid #f85560;
    opacity: .5;
}

.layout-menu{
    padding-bottom: 50px;
}

img{
    max-width: 100%;
}

.block_italic{
    padding: 20px 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    color: #4B4848;
    border-bottom: 1px solid #F79E4E;
    border-top: 1px solid #F79E4E;
}

.active_schools{
    border: 2px solid transparent;
}
.active_hide{
    border: 2px solid red !important;
}

.accordion select{
    width: 92px;
    padding: 5px;
}

.accordion input{
    width: 130px;
    padding: 5px;
}

.accordion .delete{
    cursor: pointer;
}

.accordion .delete:hover{
    opacity: .7;
}

.accordion p{
    margin: 0;
}

.min-w170{
    min-width: 170px;
}

[disabled]{
    opacity: .5;
    cursor: no-drop!important;
}

.w-16{
    width: 16px;
}

.wsb{
    white-space: pre-wrap;
    word-break: break-word;
}

.active_reaction{
    -webkit-box-shadow: inset 0px 0px 13px 1px rgba(236,204,0,1);
    -moz-box-shadow: inset 0px 0px 13px 1px rgba(236,204,0,1);
    box-shadow: inset 0px 0px 13px 1px rgba(236,204,0,1);
    border-radius: 12px;
}

.pl-3{
    padding-left: .75rem;
}

.menu-icon-big{
    font-size: 1.5rem;
}

.reviews_status_1{
    background: #ffe7bc;
}

.reviews_status_2{
    background: #ffd1d1;
}

.info_review{
    width: 60%;
}

.info_review_low{
    width: calc(55% - 115px);
}

.info_like{
    width: 10%;
}

.action{
    width: 35%;
    padding-left: 12px;
}

.action_low{
    width: 32%;
    padding-left: 4px;
}

.br-1px-grey{
    border: 1px solid #ddd;
}

@media only screen and (max-width: 1200px) {
    .nv-section:after{
        display: none;
    }
    .navbar-nav{
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
}


@media only screen and (max-width: 768px) {
    .navbar-nav #search {
        width: 200px;
    }
}


@media only screen and (max-width: 600px) {
    .btn-custom-search {
        width: 170px;
    }
}


@media only screen and (max-width: 520px) {
    .btn-custom-search {
        width: 100px;
    }

    .navbar-nav #search {
        width: 150px;
    }

    .dropdown-menu[data-bs-popper] {
        right: 0;
        left: auto;
    }

    .layout-navbar.navbar-detached {
        padding: 0 10px;
    }
}


@media only screen and (max-width: 414px) {
    .navbar-nav #search {
        width: 130px;
    }
}

.table th:last-child, .table tr td:last-child{
    text-align: right;
}

.sort-js, .sort-js i{
    color: #009EE2;
    cursor: pointer;
}

.sort-js:hover, .sort-js:hover i{
    color: #787bff;
}


.btn-lti{
    background-color: #c28e42;
    border-color: #c28e42;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(194, 142, 66, .33);
}

.btn-lti:hover, .btn-lti:focus {
    background-color: #c48d3d;
    border-color: #b98333;
}


.dm-lti{
    width: 500px;
}

.dm-lti li{
    display: inline-block;
    min-width: 160px;
}

.dm-lti li label{
    line-height: 1.1;
}

.dtafter:after{
    display: none;
}

.fm-content{
    border: 1px solid #c4c4c4;
}

.filter-menu{
    max-height: 190px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #c4c4c4;
}

.filter-menu li{
    list-style: none;
}

.dtafter.show, .dtafter.active{
    color: #c28e42;
}

.btn-submit-filter{
    position: fixed;
    right: 5px;
    bottom: 5px;
}

.filter-logs{
    max-height: 500px;
    overflow: auto;
}

.selected-inputs{
    padding: 5px;
    border: 1px solid #d9dee3;
    border-radius: 5px;
    max-height: 300px;
    overflow: auto;
}

.block-item{
    padding: 15px 8px 0;
    border: 1px solid #d9dee3;
    position: relative;
}

.loader_edit_create{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(234,234,234,.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bi-titles{
    font-weight: bold;
    font-size: 14px;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.bi-titles > li p{
    font-weight: normal;
}

.bi-titles:last-child{
    margin: 0 0 7px;
}

.bi-titles li input,
.bi-titles li select{
    width: 100%;
    padding: 5px;
}

.bi-titles li{
    width: calc(100% / 9);
    margin: 0 3px;
}

.bi-titles.big li{
    width: calc(100% / 10);
}

.bi-titles [disabled]{
    background-color: transparent;
    border: 0;
    color: black;
    cursor: default!important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#search_result ul li,
.search_result ul li{
    width: 100%!important;
}

#create-entry-product .search_result{
    width: 250px;
    left: -12px;
    top: 40px;
}

.vertical-top{
    vertical-align: top;
}


.dropdown-menu span{
    font-size: 12px;
    font-weight: normal;
}

.sort-filter-btn a{
    margin-right: 15px;
}

.sort-filter-btn a:last-child{
    margin-right: 0;
}

.mob-show{
    display: none;
    font-weight: bold;
}

.vertical-line{
    border-right: 1px solid #d9dee3;
    padding-right: 10px;
}

.calendar-content{
    padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
    .d-hide-mob{
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .bi-titles {
        display: block;
    }

    .bi-titles>li, .bi-titles.big>li {
        width: 170px;
        margin: 5px 0;
        min-height: 35px;
        line-height: 34px;
    }

    .bi-content-item{
        display: flex;
        margin-right: 5px;
    }

    .bi-content{
        display: flex;
        flex-wrap: wrap;
    }

    .info-calculator{
        width: 100% !important;
    }
}

@media only screen and (max-width: 870px) {
    .bi-titles>li, .bi-titles.big>li {
        width: 150px;
    }
}

@media only screen and (max-width: 760px) {
    .bi-titles>li, .bi-titles.big>li {
        width: 130px;
    }
}


@media only screen and (max-width: 690px) {
    .work-table-html{
        margin-top: 15px;
    }

    .mob-show{
        display: block;
    }

    .work-table-html th{
        display: none;
    }

    .work-table-html td:not(.d-hide-mob){
        display: block;
        border-bottom-width: 0;
        padding: 10px;
    }

    .work-table-html tr{
        border-bottom-width: 1px;
        display: flex;
        flex-wrap: wrap;
    }

    .date_, .action-other, .status_{
        width: 105px;
    }

    .work_time_{
        width: 90px;
    }

    .user_id_{
        width: 170px;
    }
}


@media only screen and (max-width: 670px) {
    .bi-titles {
        width: 50%;
    }

    .bi-titles>li, .bi-titles.big>li {
        width: 100%;
    }

    .bi-content-item{
        width: 100%;
    }
}

@media only screen and (max-width: 520px) {
    .dm-lti {
        width: 330px;
    }
}

@media only screen and (max-width: 476px) {
    .search{
        margin-top: 10px;
    }

    .card-body, .card-header {
        padding: 1.5rem 0.7rem;
    }
}

@media only screen and (max-width: 410px) {
    .date_{
        order: 1;
    }

    .status_{
        order: 2;
    }

    .action-other{
        order: 3;
    }

    .user_id_{
        order: 4;
    }

    .work_time_{
        order: 5;
    }
}
