#main-container {
    min-height: 85vh;
}

.loading-text {
    margin-top: 20%;
    text-align: center;
}

.closebtnmodal {
    background: unset;
    border: 0;
}

.closebtnmodal span i {
    font-size: 23px;
}

.form-submail {
    display: flex;
    justify-content: space-between;
}

.pull-right {
    float: right;
}

label.error {
    color: red;
}

.form-control.error {
    border-color: red;
}

body.loading #main-content {
    display: none;
}

section.panel.panel-info {
    width: 75%;
}

/*.login-box, .register-box {*/
/*    width: 400px;*/
/*}*/

.profile-left .pro-quote {
    padding: 20px 15px 15px;

    color: #748f9e;
}

.pro-quote img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #eee;
}

.pro-quote .author-name {
    margin: 10px 0 5px;
    font-weight: 500;
    color: #212529;
    font-size: 20px;
}

.pro-quote h4 {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    color: #212529;
}

.pro-info {
    padding: 15px;
    color: #212529;
    font-weight: 700;

}


.edit-profile_wrapper label {
    font-weight: 500 !important;
}

.pro-info table {
    width: 100%;
}

.pro-info table tr td {
    text-align: left;
    font-size: 14px;
    padding: 7px 0;
    font-weight: 500;
}

.pro-info table tr td:last-child {
    text-align: right;
    font-weight: 500;
}

.profile-left {
    border-radius: 6px;
    background-color: #fff;
}

/*crop image*/
#image-crop {
    max-width: 100%;
}

.image-crop-box {
    width: 400px;
    margin: 20px auto;
}

.pad-lr {
    padding-left: 0px;
    padding-right: 0px;
}

.card-header.borderremove {
    border-bottom: 0;
}

.fa-camera {
    position: relative;
    right: 19px;
    top: -27px;
}



/*dropbox*/
.drop-file {
    width: 100%;
    height: 180px;
    border: 2px solid grey;
    border-radius: 4px;
}

.drop-text {
    margin-top: 65px;
    text-align: center;
    cursor: pointer;
}

.quest-rowline {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    padding: 0;
}

.quest-rowline .nav-link {
    padding: 0.5rem 4rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #607980;
    border-color: #607980;
}

.btn-primary:hover {
    color: #fff;
    background-color: #607980;
    border-color: #607980;
}

.card-textitam .card-header {
    background: unset !important;
}

.card-textitam .card-header ul li a {
    color: unset !important;
}

.col-cardqust {
    padding-left: 10px;
    padding-right: 10px;
}

img.image-preview {
    width: 100%;
    max-width: 433px;
}

.video-preview {
    width: 100%;
    height: 100%;
    max-width: 333px;
}

.file-preview-item {
    position: relative;

}

.file-preview-item button {
    position: absolute;
    right: 3px;
    top: -9px;
}

.file-preview-item button .fa-xmark {
    font-size: 19px;
    /* background: black; */
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 46px;
}

.form.row {
    margin-top: 15px;
}



.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred p {
    color: #000 !important;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused p {
    color: #000 !important;
}


#template-customizer {
    display: none !important;
}

.breadcrumb-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-block {
    margin-top: 10px;
}

.checkbox-block h4 {
    margin-left: 10px;
}

.checkbox-child {
    margin-right: 10px;
}

.cookies-use {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.experience h3,
.experience p {
    margin: 0;
    color: #fff !important;
}

.accept-btn a:not([href]) {
    color: #fff !important;
}

.fixed-cookies {
    position: fixed;
    bottom: 0;
    background: #2f3349;
    ;
    /* top: 0; */
    width: 100%;
    padding: 12px 35px;
}

.fixed-cookies-admin {
    position: fixed;
    bottom: 0;
    background: #2f3349;
    ;
    /* top: 0; */
    width: 77%;
    padding: 12px 35px;
}

/*.accept-btn .btn-primary{*/
/*    color: #fff !important;*/
/*}*/
a:not([href]) {
    /*color: #fff !important;*/

}

@media only screen and (max-width: 575px) {
    .cookies-use {
        display: block;
    }
}


/* button color change  */

.btn-primary,
.btn-secondary {
    transition: none;
    border: none;
    /* Remove any transition effect */
}

.btn-primary:hover,
.btn-secondary:hover {
    background-color: inherit;
    /* Prevent hover color changes */
    cursor: default;
    /* Optional: Change cursor on hover */
}
.swal2-backdrop-show{
    z-index: 1099;
}

button.applyBtn.btn.btn-sm.btn-primary {
    background-color: #FFCE5D;
    color: black;
}

select {
	appearance: none !important;
}

.paying-customers {
    position: relative !important;
    overflow: visible !important;
}

.accordion-item.active-acc .collapsed{
    background-color: #FBF4E4 !important;
}

.badge.badge-warning{
    background-color: #ffce5d;
    color: #000000;
}

.header_profile img {
    height: 36px;
    width: 36px;
    object-fit: cover;
}

img.doc_img.w-100 {
    height: 280px;
    object-fit: cover;
}

.evaluation-cart-img img {
	height: 280px !important;
    object-fit: cover !important;
}

.sidebar.active~.main-right {
    left: 92px !important;
    width: calc(100% - 92px) !important;
}


.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}

.datepicker-days .day {
    border-radius: 4px !important;
}
.datepicker-days .day:hover {
    background-color: #E0F2F1;
}
.datepicker .next::after, .datepicker .prev::after {
    color: #444 !important;
}
.day.active {
    background-color: #009688;
    color: white;
}

.modal-content:has(.profile-block) {
    width: 240px !important;
    margin: 0 auto !important;
}

.table_dropdown--up span img{
    height: 10px !important;
    filter: opacity(0.5);
}

.table_dropdown--up span img.active{
    filter: opacity(1.0);
}

.table_dropdown--up span.cust_inherit{
    width: inherit !important;
}

.table_dropdown--up span{
    display: flex;
    flex-direction: column;
}

.cust_img{
    max-width: 100px;
    width: 100%;
}