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

.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;*/
/*}*/


.swal2-styled.swal2-confirm {
    background-color: #444444 !important;
}

.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;
}

.experience h3 {
    font-size: 21px;
}

.experience p {
    font-size: 16px;
}


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

.fixed-cookies {
    position: fixed;
    bottom: 0;
    background: #1c1c1c;
    /* top: 0; */
    width: 100%;
    padding: 15px;
}

.fixed-cookies-admin {
    position: fixed;
    bottom: 0;
    color: #1c1c1c !important;
    background-color: #FFFFFF;
    width: 77%;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3)
}




.custom-cust-card {
    height: 45vh !important;
}












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

}

/* *****************custom css***************** */

.row-checkbox,
.row-checkbox2 {
    appearance: none;
    width: 15px;
    height: 15px;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
    border-radius: 3px;
}

.row-checkbox:checked,
.row-checkbox2:checked {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    position: relative;
}

.row-checkbox:checked::after,
.row-checkbox2:checked::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 5px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#select-all,
#select-all2 {
    appearance: none;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 2px solid #1c1c1c;
    cursor: pointer;
    border-radius: 3px;
}

#select-all:checked,
#select-all2:checked {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    position: relative;
}

#select-all:checked::after,
#select-all2:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.card-form1 {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.forms-btns .btn {
    width: 100%;
}

.forms-btns {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.terms-modal {
    display: flex;
    flex-direction: column;
    gap: 15px;
}



/* --------------------------- */
.custom-confirm {
    background-color: #404041 !important;
    border: none;
    transition: background-color 0.3s;
}

.custom-confirm:hover {
    background-color: #1c1c1c !important;
}



.modal-dialog {
    max-width: 900px;
}

.main-termsmodal {
    padding: 12px;
}

label#google_recaptcha_public_key-error,
label#google_recaptcha_secret_key-error {
    display: flex;
    align-items: center;
    padding: 0 0 0 8px;
}


.card-header,
.card-body {
    padding: 15px;
}

.update-form .error:not(li):not(input) {
    padding: 5px 0 0 0;
}

.star {
    color: red;

}


/* updated-form  */


.authentication-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
}

 .authentication-wrapper .authentication-inner {
    width: 100%;
}
.custom-auth-wrapper .authentication-inner {
    margin: 100px 0 0 0;
}


.authentication-wrapper.authentication-basic {
    align-items: center;
    justify-content: center;
}
.custom-auth-wrapper.authentication-basic {
    align-items: inherit;
    justify-content: center;
}


.authentication-wrapper.authentication-basic .card-body {
    padding: 2rem;
}

.authentication-wrapper.authentication-cover {
    align-items: flex-start;
}

.authentication-wrapper.authentication-cover .authentication-inner {
    height: 100%;
    margin: auto 0;
}

.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg {
    width: 100%;
    margin: 2rem 0 2rem 2rem;
    height: calc(100vh - 4rem);
    border-radius: 1.125rem;
    position: relative;
}

.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg .auth-illustration {
    max-height: 65%;
    z-index: 1;
}

.authentication-wrapper.authentication-cover .authentication-inner .platform-bg {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 0%;
    height: 35%;
}

.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height {
    height: 100vh;
}

.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height>img:first-child {
    z-index: 1;
}

.custom-auth-wrapper.authentication-basic .authentication-inner {
    max-width: 800px !important;
    position: relative;
}

.custom-auth-wrapper.authentication-basic .authentication-inner:before {
    width: 238px;
    height: 233px;
    content: " ";
    position: absolute;
    top: -77px !important;
    left: -40px;
    background-image: url("data:image/svg+xml,%3Csvg width='239' height='234' viewBox='0 0 239 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%237367F0' stroke-opacity='0.16'/%3E%3Crect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E%0A");
}

.main-dashboard .banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;

}


.main-dashboard .cust-card .card {
    height: 100%;
    width: 100%;
    max-width: 300px;
}

.main-dashboard .custom-cust-form-c .card-form--c {
    margin: unset;
    height: unset;
    align-items: unset;
    justify-content: unset;
    /* width: 60%; */
}

.main-dashboard .custom-cust-form-c {
    align-items: center;
    height: calc(100vh - 262.4px) !important;
    justify-content: center !important;
    text-align: center;
}

.main-dashboard .custom-main-page a {
    display: inline-block;
    text-decoration: none;
}

.main-dashboard .card {
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: box-shadow 0.4s ease, background-color 0.4s ease;
}

.main-dashboard .card:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.main-dashboard .card:hover .main-page-icon i {
    transform: scale(1.1) rotate(10deg);
    transition: transform 0.3s ease;
}

.main-dashboard .card-body {
    position: relative;
    z-index: 1;
}

.main-dashboard .main-page-icon i {
    transition: transform 0.3s ease;
    color: #404041;
}

.main-dashboard .main-page-icon i {
    font-size: 28px;
}

.main-dashboard .main-page-title {
    font-size: 17px;
    padding: 14px 0 0 0;
}

.main-dashboard .main-page-head {
    text-align: center;
}

.main-dashboard .main-page-head h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.form-icon {
    border-radius: 50%;
    padding: 2px;
    border: 0.7px solid #404041;
}
.terms-header {
    text-align: center;
    text-transform: uppercase;
}
.terms-content p {
    font-size: 14px !important;
}
.terms-content ul li {
    font-size: 14px !important;
}
.terms-content ul{
    display: flex;
    flex-direction: column;
    gap:5px;
}

.terms-modal p {
    font-size: 17px;
    color: #404041;
  }
  
  .terms-header h1 {
    font-size: 18px;
    color: #404041;
    font-weight: 600;
    margin: 0 auto;
    line-height: 145%;
  }
.form-submit-btn {
    display: flex;
    justify-content: center;
}

.form-control-sm {
    width: 245px !important;
    line-height: 1.65rem !important;

  }



.custom-input {
    max-width: 150px;
    width: 100%;
  }
  .custom-date-content {
    max-width: 245px !important;
    margin: 0 1rem 0 0;
  }

  .dataTables_filter label {
    font-size: 16px;
    font-weight: 600 !important;
    color: #5d596c !important;
  }
  .custom-date-range {
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 0 !important;
  }
  .rangepicker-box {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .dlt-btn {
    margin: 0 1rem 1rem 0;
    display: flex;
    justify-content: end;
  }

  
  .custom-rangebox {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 13px;
  }

@media (max-width: 1199px) {
    .main-dashboard .custom-cust-form-c {
        height: calc(100vh - 222px) !important;
    }
}

@media (max-width: 992px) {
    .custom-auth-wrapper.authentication-basic .authentication-inner:after,
    .custom-auth-wrapper.authentication-basic .authentication-inner:before {
        display: none;
    }
}

@media (max-width: 768px) {
    .main-dashboard .custom-cust-form-c .card-form--c {
        width: 100%;
    }

    .main-dashboard .custom-main-page {
        flex-direction: column;
    }

    .main-dashboard .cust-card .card {
        max-width: 520px;
    }
    .dlt-btn {
        justify-content: center;
        margin: 0;
      }
      .custom-rangebox {
        margin: 15px 0 0 0;
        justify-content: center;
      }
}

@media (max-width: 576px) {
    .main-dashboard .custom-main-page h5 {
        font-size: 15px;
    }

    .main-dashboard .main-page-icon i {
        font-size: 22px;
    }

    .main-dashboard .main-page-head h2 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .terms-content p {
        font-size: 12px !important;
        margin-bottom: 0.5rem;
    }
    .custom-auth-wrapper .authentication-inner {
        margin: 25px 0 0 0;
    }
    .terms-content ul li {
    font-size: 13px !important;
}
.form-control-sm {
    width: 155px !important;

  }
  .custom-date-content {
    margin: 0;
    max-width: 218px !important;
  }
  .form-control {
    font-size: 13px;
    line-height: 0;
  }
}

@media (max-width: 575.98px) {
    .authentication-wrapper.authentication-basic .authentication-inner:before {
        display: none;
    }
}

.authentication-wrapper.authentication-basic .authentication-inner:after {
    width: 180px;
    height: 180px;
    content: " ";
    position: absolute;
    z-index: -1;
    bottom: -30px;
    right: -56px;
    background-image: url("data:image/svg+xml,%3Csvg width='181' height='181' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.30469' y='1.44312' width='178' height='178' rx='19' stroke='%237367F0' stroke-opacity='0.16' stroke-width='2' stroke-dasharray='8 8'/%3E%3Crect x='22.8047' y='22.9431' width='135' height='135' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E");
}

@media (max-width: 575.98px) {
    .authentication-wrapper.authentication-basic .authentication-inner:after {
        display: none;
    }
}

.authentication-wrapper .auth-input-wrapper .auth-input {
    max-width: 50px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    font-size: 150%;
}

@media (max-height: 636px) {
    .auth-multisteps-bg-height {
        height: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .authentication-wrapper .auth-input-wrapper .auth-input {
        font-size: 1.125rem;
    }
}

#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
    border-color: #ea5455;
}

.light-style .authentication-wrapper.authentication-bg {
    background-color: #fff;
}

.light-style .auth-cover-bg-color {
    background-color: #f8f7fa;
}

.dark-style .authentication-wrapper.authentication-bg {
    background-color: #2f3349;
}

.dark-style .auth-cover-bg-color {
    background-color: #25293c;
}

.read-text {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

.readmore-box {
    text-align: center;
    padding: 10px 0;
}

.form-head h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;

}

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

    .card-header,
    .card-body {
        padding: 15px !important;
    }

    .app-brand-link .avatar {
        width: 50px;
        height: 50px;
    }

    .terms-modal {
        gap: 8px;
    }

    .experience h3 {
        font-size: 18px;
    }

    .experience p {
        font-size: 14px;
        line-height: 140%;
    }

    .accept-btn {
        padding: 10px 0 0 0;
    }

    .form-head h2 {
        font-size: 14px;
    }

    .read-text {
        font-size: 12px;
    }
}
@media (max-width:425px) {
    .custom-rangebox {
      flex-direction: column;   
      gap: 10px;
    }
    .custom-date-range,
    .dataTables_filter label {
      font-size: 15px !important;
    }
  }