.default-style .sidenav .app-brand.demo {
    height: 66px;
}

.material-style .sidenav .app-brand.demo {
    height: 70px;
}
.fancybox__container{z-index: 1090!important;}
.app-brand-logo.demo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-brand-logo.demo svg {
    width: 20px;
    height: 11px;
}

.app-brand-text.demo {
    font-size: 1.1rem;
}

.layout-1 .layout-sidenav .app-brand.demo,
.layout-1 .layout-sidenav .app-brand.demo + .sidenav-divider,
.layout-reversed .layout-2 .layout-sidenav .app-brand.demo {
    display: none;
}

.layout-1 .layout-navbar .app-brand.demo,
.layout-reversed .layout-2 .layout-navbar .app-brand.demo {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.layout-1 .layout-navbar .layout-sidenav-toggle,
.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle,
.layout-offcanvas .layout-navbar .layout-sidenav-toggle,
.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
    display: block !important;
}

@media (min-width: 992px) {
    .layout-offcanvas .layout-sidenav .layout-sidenav-toggle,
    .layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle {
        display: none;
    }
}

/* *****************************************************************************
 * Navbar
 */

.demo-navbar-messages .dropdown-toggle,
.demo-navbar-notifications .dropdown-toggle,
.demo-navbar-user .dropdown-toggle,
.demo-navbar-messages.b-nav-dropdown .nav-link,
.demo-navbar-notifications.b-nav-dropdown .nav-link,
.demo-navbar-user.b-nav-dropdown .nav-link {
    white-space: nowrap;
}

.demo-navbar-messages .dropdown-menu,
.demo-navbar-notifications .dropdown-menu {
    overflow: hidden;
    padding: 0;
}

@media (min-width: 992px) {
    .demo-navbar-messages .dropdown-menu,
    .demo-navbar-notifications .dropdown-menu {
        margin-top: .5rem;
        width: 22rem;
    }

    .demo-navbar-user .dropdown-menu {
        margin-top: .25rem;
    }
}

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

.demo-vertical-spacing > * + * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-sm > * + * {
    margin-top: .9375rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg > * + * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-inline-spacing > *,
.demo-paragraph-spacing > p > * {
    margin: 0 .375rem .9375rem 0 !important;
}

.demo-paragraph-spacing > p {
    margin: 0;
}

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

html:not(.material-style) .material-style-only {
    display: none !important;
}

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

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

/* *****************************************************************************
 * Layouts
 */

.layout-example-block {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .04);
    border-radius: 2px;
    background: rgba(0, 0, 0, .04);
    color: #c7254e;
}

.layout-example-block code {
    background: none;
    color: #666;
}

.layout-example-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 500px;
}

.layout-example-block-sidenav {
    width: 24%;
    background: #607d8b;
}

.layout-example-block-sidenav code {
    color: #fff;
}

.layout-example-block-navbar {
    background: #3ca99e;
}

.layout-example-block-navbar code {
    color: #fff;
}

.layout-example-block-content {
    background: #9e9e9e;
}

.layout-example-block-content code {
    color: #fff;
}

.layout-example-block-1 .layout-example-block-content {
    width: 74%;
}

.layout-example-block-2 .layout-example-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 74%;
}

.layout-example-block-2 > .layout-example-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.layout-example-block-2 .layout-example-block-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.layout-example-block-1-no-sidenav .layout-example-block-content {
    width: 100%;
}

.layout-example-code {
    display: block;
    overflow: auto;
    margin: 0;
    padding: 30px;
    min-width: 0;
    width: 100%;
    background: #fff;
}

.layout-example-run {
    display: inline-block;
    margin: 3px;
    padding: 4px 6px;
    border: 1px solid #eee;
    background: transparent;
    white-space: nowrap;
    line-height: 1;
}

.layout-example-block-3 .layout-example-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.layout-example-block-3 .layout-example-block-inner > .layout-example-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.layout-example-block-3 .layout-example-block-sidenav-horizontal {
    background: #607d8b;
}

.layout-example-block-3 .layout-example-block-container-fluid {
    background: #fff;
}

.layout-example-block-3 .layout-example-block-container-fluid code {
    color: #666;
}

.layout-example-block-3 .layout-example-block-footer {
    background: #e6514a;
}

.hidden {
    display: none
}

.list-tips {
    background-color: #fff;
    border: 1px solid rgba(24,28,33,0.06);
    border-top: 0;
    display: none;
    float: left;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 51px;
    max-width: 239px;
    width: 100%;
    z-index: 200
}

.list-tips li {
    padding: 5px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-tips li:hover, .list-tips li.selected {
    background-color: #f5f5f5;
    cursor: default
}
.input-holder .link-close {
    width: 25px;
    height: 25px;
    padding: 0;
    top: 7px;
    right: 10px;
}

.link-close {
    width: 25px;
    height: 25px;
    padding: 0px 0 0 0px;
    top: 5px;
    right: 0px;
    color: #abb2ba;
    font-size: 24px;
    text-align: center;
}
.link-close {
    display: block;
    position: absolute;
    z-index: 50;
}
.link-close.hidden{display: none}
#resumename-holder{width: 100%;}
.autocomplete-suggestions {  background: #FFF; overflow: auto; padding: 5px; border: 1px solid #f5f5f5; border-radius: 3px; }
.autocomplete-suggestion { padding: 3px 5px; margin-bottom: 1px; border-radius: 3px; line-height:2; white-space: nowrap; overflow: hidden; }
.autocomplete-suggestion:hover{background-color: #e9ecef}
.autocomplete-selected { background: #848484; }
.autocomplete-suggestions strong { font-weight: 700; color: #4e4d4d; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000;}
.default-style div.card-datatable{padding: .9rem 0}
.clients-feedbacks .fa{font-size: 1.4rem;}
.default-style div.card-datatable{padding: 1rem 0;}

.btn-group-toggle .btn-secondary.active{background-color: #0a0b0d}

.images-list{list-style: none; display: flex; flex-wrap: wrap; gap: 5px; align-items: center;}
.images-list li img{width: 100px;}
.text-no-wrap{white-space: nowrap}
.table th, .table td{padding: 0.3rem;}

.card-trello{background-color: #ebecf0}
.kanban-box>div{background-color: #fff; border-radius: 3px;box-shadow: 0 1px 0 #091e4240; cursor: pointer;}
.card-trello .card-header{font-size: 14px; font-weight: 600; padding: .5rem 1rem; color: #172b4d}

.bg-purple{
    background-color: #610fe6 ;
}
.bg-purple:hover{background-color: #610fe6 ;}
.bg-green{background-color: #0acf83}
.bg-success-2{background-color: #009760 !important}
.btn-success-2{background-color: #009760 ; color: #fff;}
.sidenav-vertical .sidenav-item .sidenav-link, .sidenav-vertical .sidenav-header, .sidenav-vertical .sidenav-block{
    padding: 0.5rem 1.5rem;
}

.pullse-red {
    box-shadow: 0 0 0 0 rgba(217, 83, 79, 1);
    animation: pulse-green 2s infinite;
}
#products_container .qty{width: 25%}
#products_container .r-price{width: 25%}
.r-price input{width: 50%;}

.ml-45{margin-left: 2.5rem;}
.ml-6{margin-left: 4rem;}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 70rem;
    }
}

@media (max-width: 575.98px) {
    #products_container .w-75{width: 100%!important;}
    #products_container .w-50 {width: 100% !important;}
    #products_container .qty{width: 23%!important;}
    #products_container .r-price{width: 73%}
}

@media (max-width: 767.98px) {

}


@media (max-width: 991.98px) {

}


@media (max-width: 1199.98px) {

}



@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(217, 83, 79, 0.6);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(217, 83, 79, .4);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(217, 83, 79, 0);
    }
}