.invalid-feedback {
    display: block !important;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 100%;
    color: #e3342f;
}

.required {
    color: #e3342f;
}

.input-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.input-sec {
    width: 120px;
    background: #eee;
    padding: 10px 20px;
    margin-left: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-icon {
    position: absolute;
    right: 18px;
    top: 17px;
    width: 20px;
    z-index: 9;
}

/* .reg-icon i {
    position: absolute;    
    right: 18px;
    top: 17px;
  }
  .reg-icon i.fa.fa-eye-slash {
    right:17px;
  } */
.input-sec input {
    width: 60px;
    background: rgba(255, 255, 255, .5);
    border: none;
    margin-right: 10px;
}

.input-sec input:focus {
    background: #fff;
    border: none;
}

*:focus {
    outline: none;
}

.ir {
    display: flex;
}

.ir img {
    width: 65px;
}

.ird {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-new-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.textarea-row {
    display: flex;
}

.textarea-row .input-sec {
    margin-left: 0;
    padding: 10px;
    width: 100%;
    height: 60px;
}

.textarea-row .input-sec input {
    width: 100%;
}

.tr-textarea {
    flex-basis: 80%;
    padding-right: 10px;
}

.tr-input {
    flex-basis: 20%;
}

.fg-row {
    position: relative;
    padding-bottom: 26px;
}

.add-new-row {
    position: absolute;
    bottom: 0;
    right: 15px
}

.rsec {
    position: relative;
}

.remove-btn {
    position: absolute;
    right: -49px;
    top: 41px;
}

.remove_button img {
    width: 25px;
}

.layout-fixed .main-sidebar {
    background: #708a8c;
}

[class*=sidebar-dark-] .sidebar a {
    color: #fff;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #464d57;
    color: #fff;
    box-shadow: none;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #ffffff;
}

.content-wrapper {
    background-color: rgb(112 138 140 / 15%);
}

a {
    color: #708a8c;
}

.main-footer {
    background-color: #454b55;
    border-top: 1px solid #000000;
    color: #fff;
}

[class*=sidebar-dark] .brand-link,
[class*=sidebar-dark] .brand-link .pushmenu {
    color: #fff;
}

.login-page,
.register-page {
    align-items: center;

    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.login-bg {
    background: #e9ecef !important;
}

.login-page .card {
    width: 100%;
    max-width: 80%;
}

.login-page-password .card {
    width: 100%;
    max-width: 80%;
}

.forgot-password {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.resource-thumbnail img {
    max-width: 100%;
}

.login-page-password {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.passord-input .toggle-password {
    position: absolute;
    right: 24px;
    bottom: 10px;
}

.passord-input {
    position: relative;
}

.user-image {
    display: flex;
    justify-content: end;
    align-items: center;
}

.user-image img {
    max-width: 40px;
    margin: 0px 10px;
}

.plan-box {
    border-radius: 15px !important;
}

.brdr-tp-lr {
    border-radius: 0 0 15px 15px;
}

.green-box {
    background: #717e7f !important;
}

.pricing-box {
    background: #fff;
    width: 100%;
    min-height: 650px;
    border-radius: 15px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 40px;
    text-align: center;
}

.most-popular {
    background: #b2d239;
    border-radius: 15px 15px 0 0;
    padding: 18px 0 13px 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.pb-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 25px;
    width: 100%;
    color: #fff;
}

a.green-btn-big,
.green-btn-big,
a.green-btn-big:focus,
a.green-btn-big:active,
.green-btn-big:active {
    background: #70898b;
    /* background: #b5593b; */
    font-size: 18px;
    padding: 13px 42px 10px 42px;
    border-radius: 30px;
    color: #fff !important;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}

.green-box a.green-btn-big,
.green-box .green-btn-big {
    background: #FFD814;
    color: #000 !important;
}

.green-box a.green-btn-big:hover,
.green-box .green-btn-big:hover {
    background: #F7CA00;
    color: #000 !important;
}

.dropzone {
    position: relative;
    display: flex;
    flex-direction: column;
}

.dz-message {
    padding: 2rem 1rem;
    background-color: #fff;
    border: 1px dashed #dee2e6;
    border-radius: 0.375rem;
    text-align: center;
    color: #8898aa;
    transition: all 0.15s ease;
    order: -1;
    cursor: pointer;
    z-index: 999;
}

.dz-message:hover {
    border-color: #8898aa;
    color: #525f7f;
}

.dz-drag-hover .dz-message {
    border-color: rgb(2 27 94);
    color: rgb(2 27 94);
}

.dropzone-multiple .dz-message {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.dropzone-single.dz-max-files-reached .dz-message {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    opacity: 0;
}

.dropzone-single.dz-max-files-reached .dz-message:hover {
    opacity: 1;
}

.dz-preview-single {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0.375rem;
}

.dz-preview-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0.375rem;
}

.dz-preview-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.375rem;
}

.dz-preview-multiple .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

[data-dz-size] strong {
    font-weight: 400;
}

.dropzone input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}

.dd-bx,
.uu-bx {
    position: relative;
    padding: 15px;
}

.dd-bx.small-box .file-label a {
    color: rgba(62, 171, 95, 1) !important;
}

.uu-bx.small-box .file-label {
    color: rgb(151 175 113) !important;
}

.small-box {
    text-align: center;
}

.small-box>.inner {
    padding: 15px;
}

.dd-bx .inner.dropzone,
.uu-bx .inner.dropzone {
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
}

.dd-bx .inner.dropzone:before,
.uu-bx .inner.dropzone:before {
    content: '';
    background: transparent;
    border: 1px dashed rgba(62, 171, 95, 1);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;

}

.uu-bx .inner.dropzone:before {
    border: 1px dashed rgb(151 175 113);

}

.dd-bx .small-box>.small-box-footer {
    border-radius: 10px;
}

.upload-doc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-doc i {
    font-size: 24px;
    background: transparent;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    border: 1px dashed #000;
}

.dd-bx .upload-doc i {
    color: rgba(62, 171, 95, 1);
    border: 1px dashed rgba(62, 171, 95, 1);
}

.uu-bx .upload-doc i {
    color: rgb(151 175 113);
    border: 1px dashed rgb(151 175 113);
}


.dd-bx .upload-cv a,
.dd-bx .upload-cv button {
    background-color: rgba(62, 171, 95, 1);
    padding: 8px;
    border-radius: 10px;
}

.uu-bx .upload-cv a,
.uu-bx .upload-cv button {
    background-color: rgba(151, 175, 113, 1);
    padding: 8px;
    border-radius: 10px;
}

.dd-bx.small-box>.small-box-footer,
.uu-bx.small-box>.small-box-footer {
    border-radius: 10px;
}

.dd-bx .file-label,
.uu-bx .file-label {
    min-height: 50px;
}

.upload-doc.dsmall i {
    font-size: 20px;
    width: 42px;
    height: 42px;
}

.up-btn {
    background: transparent;
    color: #fff;
    border: none;
}

.adminImage {
    height: 45px;
}

li.dropdown.user.user-menu.open.user-test a.dropdown-toggle {
    display: flex;
    align-items: center;
}

.profile-update {
    display: flex;
    justify-content: space-between;
}

.profile-update ul li {
    list-style: none;
}

ul.back-profile {
    margin-left: auto;
}

.fgt {
    margin-bottom: 20px;
}

.num-user {
    height: 100%;
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 0px !important;
    position: relative;
    background: #fff;
    padding: 10px;
    text-align: center;
}

.num-user .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.num-user h3 {
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
    color: #70898b;
}

.num-user p {
    font-size: 1rem;
    color: #70898b;
}

.downloadcsv a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.upload-cv a {
    width: 100%;
    display: block;
    background-color: #708a8c;
    padding: 5px;
    border-radius: 0px 0px 5px 5px;
}

.loder-subadmin {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    background: #00000038;
}

.spn-new {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.upload-cv button {
    display: block;
    width: 100%;
    background-color: #708a8c;
    padding: 5px;
    border-radius: 0px 0px 5px 5px;
}

.upload-cv {
    padding: 0px !important;
}

.more-info a {
    padding: 5px !important;
    border-radius: 0px 0px 5px 5px !important;
}

.reportCsv {
    height: 143px;
    align-items: center;
    justify-content: center;
}

a.nav-link.pdf-sdt {
    display: flex;
}

a.nav-link.pdf-sdt i {
    font-size: 17px;
    padding-right: 14px;
    margin-left: 6px;
}

a.nav-link.pdf-payment i {
    font-size: 17px;
    padding-right: 5px;
    margin-left: 6px;
}

.pricing-box {
    background: #fff;
    width: 100%;
    min-height: 650px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 40px;
}

.pb-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    padding: 25px;
    width: 100%;
}

.pb-content h2 {
    font-size: 28px;
    color: #70898b;
    margin-bottom: 30px;
}

.pb-content h1 {
    font-size: 45px;
    color: #70898b;
    font-weight: 700;
    margin-bottom: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.pb-content h1 sub {
    font-size: 14px;
    bottom: 0;
    margin-left: 10px;
}

.pb-content ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
}

.pb-content ul li {
    margin-bottom: 20px;
    color: #70898b;
    font-size: 16px;
    display: flex;
}

.pb-content ul li img {
    height: 20px;
    margin-top: 0;
    margin-right: 10px;
}

.pricing-box2 {
    background: #70898b;
    width: 100%;
    min-height: 650px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.grn-bg {
    background: #97af71 !important;
}

.pb-content2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    justify-content: flex-start;
    width: 100%;
}

.pb-content2 h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
}

.pb-content2 h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb-content2 h1 sub {
    font-size: 14px;
    bottom: 0;
    margin-left: 10px;
}

.pb-content2 h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}

.pb-content2 ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
}

.pb-content2 ul li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    display: flex;
}

.pb-content2 ul li img {
    height: 20px;
    margin-top: 0;
    margin-right: 10px;
}

.pricing-box2 a {
    border: 2px solid #fff;
}

.most-popular {
    background: #b2d239;
    border-radius: 15px 15px 0 0;
    padding: 18px 0 13px 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    min-height: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.free-pt {
    padding-top: 51px;
}

#hero.dashboard-banner {
    min-height: 350px;
    padding-bottom: 10px;
}

.round-15 {
    border-radius: 15px;
}

.on-h {
    cursor: pointer;
    font-size: 16px;
}

.green-box {
    background: #717e7f !important;
}

.pricing-box.green-box h2 {
    color: #fff;
}

.pricing-box.green-box p,
.pricing-box.green-box strong {
    color: #fff;
}

.dd-dark .green-box a.green-btn-big,
.dd-dark .green-box .green-btn-big {
    background: #FFD814;
    color: #000 !important;
}

.dd-dark .green-box a.green-btn-big:hover,
.dd-dark .green-box .green-btn-big:hover {
    background: #F7CA00;
    color: #000 !important;
}

.yellow-bg {
    background: #ffd814 !important;
    color: #000
}

.brdr-tp-lr {
    border-radius: 0 0 15px 15px;
}

.agoin-tell-bg {
    background: #70898b !important;
}

.most-popular span {
    font-size: 16px;
    text-transform: none;
}

.form-wrapper .form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pb-content .hding {
    font-weight: 600;
    color: #70898b;
}

.pb-content h2,
.pb-content2 h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.pb-content h1,
.pb-content2 h1 {
    font-size: 42px;
    margin-bottom: 25px;
}

.pb-content ul li,
.pb-content2 ul li {
    font-size: 15px;
}

.pb-content ul li img,
.pb-content2 ul li img {
    height: 18px;
}

.pricing-box p {
    font-size: 18px;
    margin-bottom: 5px;
}

.pb-content p {
    color: black;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #554d4d;
    opacity: .25;
}

.practice-count {
    display: block;
    background: #fff;
    box-shadow: 2px 5px 15px 0 rgb(109 133 135 / 20%);
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
}

.practice-plus-minus {
    display: inline-flex;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    width: 60%;
}

.practice-plus-minus button {
    background: transparent;
    color: #000;
    font-size: 22px;
    border: none;
    padding: 4px 15px;
}

.practice-plus-minus button:active {
    padding: 4px 15px;
}

.practice-plus-minus input[type="number"]::-webkit-inner-spin-button,
.practice-plus-minus input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.practice-plus-minus input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

.pp-option-box.selected {
    background: #e1eae4;
    border: 1px solid #c0d7c8;
}

.practice-plus-minus input {
    border: none;
    text-align: center;
    font-size: 24px;
    width: 100%;
}

.practice-green-tick {
    width: 35px;
}

.pp-ob {
    padding: 0 25px;
    width: 100%;
}

#orgYearly,
#orgMonthly,
.pp-option-box {
    border-radius: 5px;
    background: rgba(0, 0, 0, .03);
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .2);
    width: 100%;
    position: relative;
}

.selected-tick {
    position: absolute;
    right: 30px;
    top: 45px;
    width: 30px;
    height: auto;
}

#orgYearly:hover,
#orgMonthly:hover,
.pp-option-box:hover {
    background: #e1eae4;
    border: 1px solid #c0d7c8;
    cursor: pointer;
}

.pricing-count-des {
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}

.pricing-count-des h4 {
    font-size: 24px;
    color: #70898b;
}

.pricing-count-des p {
    margin-bottom: 5px;

}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(0 0 0 / 62%);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #708a8c;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#loader {
    z-index: 1001
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #97af71;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #708a8c;
    z-index: 1000
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.loaded {
    visibility: hidden
}

a.yellowb-btn-big,
.yellowb-btn-big,
a.yellowb-btn-big:focus,
a.yellowb-btn-big:active,
.yellowb-btn-big:active {
    background: #FFD814;
    /*background: #b5593b;*/
    font-size: 18px;
    padding: 13px 42px 10px 42px;
    border-radius: 30px;
    color: #0F1111 !important;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}

a.yellowb-btn-big:hover,
.yellowb-btn-big:hover {
    background: #F7CA00;
    color: #0F1111;
}

.pricing-box hr {
    width: 100%;
    opacity: .1;
}

.pp-option-box.selected {
    background: #e1eae4;
    border: 1px solid #c0d7c8;
}

@media(max-width:1440px) {
    .login-page-password .card {
        width: 100%;
        max-width: 80%;
    }

    .login-page .card {
        width: 100%;
        max-width: 80%;
    }
}


@media(max-width:1366px) {
    .login-page .card {
        width: 100%;
        max-width: 80%;
    }

    .login-page-password .card {
        width: 100%;
        max-width: 80%;
    }
}



@media(max-width:1200px) {
    .login-page .card {
        width: 100%;
        max-width: 80%;
    }

    .login-page-password .card {
        width: 100%;
        max-width: 80%;
    }
}

@media(max-width:991px) {
    .login-page .card {
        width: 100%;
        max-width: 100%;
    }

    .login-page-password .card {
        width: 100%;
        max-width: 100%;
    }
}


@media(max-width:576px) {
    .upload {
        font-size: 12px;
    }

    .card-default .card-title {
        font-size: 14px;
    }
}

.ui-datepicker {
    font-size: 10pt !important
}

.multiselect {
    width: 100%;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label {
    display: block;
    margin-bottom: 6px;
}

#checkboxes label:checked {
    background-color: #1e90ff;
}

#checkboxes {
    padding: 10px;
    overflow: scroll;
    height: 250px;
    margin-bottom: 20px;
}

.document-gallery {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.document-gallery img {
    max-width: 40px;
}

.questionsVedio {
    height: 45px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    line-height: 27px;
    margin-left: 7px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    background-color: #fff;
    border-radius: 5px;
}

.video-popup {
    max-width: 500px;
    margin: 0px auto;
}

.delet-icon-new {
    display: flex;
    justify-content: end;
}

/* .delet-icon-new a {
 background-color: ;
} */

.inner h3 i {
    background: #6c757d;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.small-box.product-download {
    background: #708a8c !important;
}

.small-box.product-download p {
    text-align: center;
}

.card-body.gallery-img.document-gallery .tc-doc {
    display: flex;
    align-items: center;
}

.doc-img-evidence {
    margin: 0 20px;
}

.doc-img-evidence img {
    margin: 0 15px;
}

.form-wrapper.globe-bg {
    background: #e1eae4 url('../../img/backend/GD_globe.svg') no-repeat;
    background-position: center center;
    height: 100vh;

}

.form-wrapper.globe-bg:before {
    content: '';
    background: #e1eae4;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.member h2 button {
    color: #000;
    text-decoration: none;
}

.member h2 button:hover {
    text-decoration: none;
}

.member h2 .btn:focus,
.btn.focus {
    box-shadow: none !important;
    text-decoration: none;
}

.clc-date {
    display: flex;
    column-gap: 10px;
}

.ui-datepicker {
    z-index: 99 !important;
}


section.pdf-box {
    background: #fff;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    /* padding: 0px 50px; */
    margin: 0px 23px;
    padding: 20px;
    border-radius: 10px;
}

.pdf-datachange {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.pdf-datachange img {
    max-width: 80px;
    margin: 0px 15px 0px 0px;
}

.tc-report p {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 12px;
}