.login-box2 img {
    display: flex !important;
    justify-content: center;
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
}

.d-flex {
    display: flex;
}

.gap-3 {
    gap: 15px;
}

.btn.btn-danger:focus-visible,
.btn.btn-danger:focus {
    outline: 0 !important;
}

.flex-wrap {
    flex-wrap: wrap;
}



.gap-5 {
    gap: 20px;
}

.login-container h4 {
    font-size: 18px;
    color: #707070;
    text-align: center;
    font-weight: 700;
}

label {
    color: #707070;
    margin-bottom: 9px !important;
    /* font-size: 13px !important; */
}

.login-container label {
    font-weight: 600 !important;
}

.form-control {
    border: 1px solid #707070;
    border-radius: 0;
    height: 40px;
    color: #707070;
}

.form-control::placeholder {
    color: #707070;
}

.align-items-center {
    align-items: center;
}

.mb-3 {
    margin-bottom: 16px;
}

.wrapper {
    display: flex;
    align-items: center;
    height: 100dvh;
    overflow: auto;
    padding: 50px 0;
}

.login-container .remember-me-label .remember-me-checkbox,
.checkbox-btn {
    width: 27px;
    height: 27px;
    border-radius: 0;
    margin: 0;
    accent-color: #BE1414;
    border: 1px solid #707070;
}

.login-container  .remember-me-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
}

.login-submit-button {
    background: #BE1414;
    border: 0;
    padding: 10px 50px;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

#forgot_password_link a {
    font-size: 14px !important;
    font-weight: 700 !important;
}

.copyright a,
.copyright {
    color: #707070;
}
.copyright a{
    text-decoration: underline;
}

.form-control:focus {
    border-color: #004085;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(27 103 184 / 38%)
}

.homebox h3 {
    font-size: 18px;
    color: #BE1414;
    font-weight: 800;
    text-transform: uppercase;
}

.homebox p {
    font-weight: 400;
    color: #707070;
    line-height: normal;
    margin-bottom: 30px;
    font-size: 16px;
}

.Volunteer-box {
    border-color: #9EC03B;
}

.btn.btn-danger:focus-visible {
    outline: 0 !important;
}

.homebox .btn.btn-danger {
    text-transform: capitalize !important;
}

.Volunteer-box h3 {
    color: #9EC03B;
}

.Volunteer-box a.product_btn,
.Volunteer-box a.product_btn:focus {
    background-color: #9EC03B;
}

.team-pledge {
    border-color: #EEBD1C;
}

.team-pledge h3 {
    color: #EEBD1C;
}

.team-pledge a.product_btn,
.team-pledge a.product_btn:focus {
    background-color: #EEBD1C !important;
}

.beneficiary-app {
    border-color: #DF4A26;
}

.beneficiary-app h3 {
    color: #DF4A26;
}

.beneficiary-app a.product_btn,
.beneficiary-app a.product_btn:focus {
    background-color: #DF4A26 !important;
}

.donate-box {
    border-color: #026735;
}

.donate-box h3 {
    color: #026735;
}

.donate-box a.product_btn,
.donate-box a.product_btn:focus {
    background-color: #026735 !important;
}

.sponsor-box {
    border-color: #4AAAE0;
}

.sponsor-box h3 {
    color: #4AAAE0;
}

.sponsor-box a.product_btn,
.sponsor-box a.product_btn:focus {
    background-color: #4AAAE0 !important;
}

#myTab {
    margin: 0 !important;
    margin-top: 10px;
}

.modal {
    background-color: rgba(54, 54, 54, 30%);
}

.modal-content {
    max-width: 450px;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.modal-body {
    position: relative;
    padding: 20px 27px;
}


.ct-success-popup .modal-title {
    color: #BE1414;
    /* font-size: 18px; */
    font-weight: 600;
    max-width: 320px;
    margin: auto;
}

.desc-text {
    color: #707070;
    /* font-size: 12px !important; */
    font-weight: 800;
    margin-bottom: 20px;
    line-height: normal !important;
    text-align: left;
}

.modal-label {
    padding-left: 7px;
}

.details-text h2 {
    /* font-size: 18px; */
    color: #BE1414;
    font-weight: 600;
    margin: 0;
}

.details-text {
    margin-bottom: 10px;
}

.save-btn-wrapper .btn.ct-button-2,
.save-btn-wrapper .btn.ct-button-2:focus {
    color: #BE1414 !important;
    border: 1px solid #BE1414 !important;
}

.btn.btn-danger,
.btn.btn-warning,
.btn.btn:focus,
.btn-danger:focus,
.btn.btn-danger:active,
.btn:active .bootbox .modal-footer .btn+.btn,
.bootbox .btn-default {
    background: #BE1414;
    /* font-size: 12px; */
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px 30px !important;
    white-space: normal;
    font-size: 14px !important;
    font-weight: 600;
    border: 0 !important;
}



.print-all-btn a {
    white-space: nowrap !important;
}

.ct-success-popup .modal-body .ct-success-content h2 {
    text-transform: uppercase;
}

.dashboard-box {
    max-width: 1000px;
    margin: auto;
    padding: 30px 0 0;
}

.bootbox .modal-footer {
    border-top: 0;
    padding-top: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bootbox .modal-footer .btn {
    padding: 10px 40px;
    font-weight: 700 !important;
    font-size: 14px;
}

.bootbox .bootbox-close-button {
    display: none;
}

.cancel-return-to-dashboard {
    padding: 10px 50px;
}

.btn:focus {
    border: 0 !important;
    outline: 0;
}

.alert.alert-primary {
    background-color: rgb(204 229 255);
}

.alert-primary p {
    color: #004085 !important;
    font-size: 16px;
    line-height: normal;
}

.error-msg {
    color: #4AAAE0 !important;
}

.alert {
    padding: 10px;
}

.error {
    border: 1px solid #004085;
}

/* .alert.alert-primary {
    margin-bottom: 0px !important;
    font-size: 13px !important;
    background: #be141412 !important;
    padding: 3px !important;
    margin-top: 6px !important;
    border: 0 !important;
} */

/* .alert p {
    margin-bottom: 0px !important;
    font-size: 12px !important;
    color: #be1414 !important;
    font-weight: 600 !important;
} */

.dashboard-logo a {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.dashboard-logo img {
    max-width: 430px;
    margin: auto;
}

.bootbox p {
    margin-bottom: 0;
    /* font-size: 13px; */
    color: #707070;
}

.right-vector {
    position: absolute;
    right: -123px;
    top: 330px;
    z-index: 9;
}

.tree-vector {
    position: fixed;
    bottom: 27px;
    left: -71px;
    z-index: 9;
}

.stone-vector {
    position: fixed;
    bottom: 26px;
    left: 200px;
    z-index: 9;
}

.gift-vector {
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 9;
}

.gift-vector img {
    width: 120px;
    height: auto;
}

.tree-chhod-vector {
    position: fixed;
    bottom: 20px;
    right: 270px;
}

.right-vector img {
    max-width: 167px;
}

.left-vector {
    position: fixed;
    bottom: 27px;
    left: 50%;
    transform: translateX(-743px);
    z-index: 9;
}

.left-vector img {
    max-width: 100px;
}

.main_content-bg {
    background-image: url('../img/dashboard-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
}

.check-text {
    flex: 1;
}

.drop-tab-content h5 {
    /* font-size: 18px; */
    text-transform: uppercase;
    color: #be1414;
    margin-bottom: 15px;
    font-weight: 800;
    margin-top: 0;
}

.form-select,
.table-main-date .table>tbody>tr>td select {
    min-height: 40px;
    appearance: none;
    background-image: url(../img/select-arrow.png);
    background-size: 16px;
    background-position: 95%;
    background-repeat: no-repeat;
    color: #707070;
    max-width: 100%;
}

#no_email {
    accent-color: #be1414;
}

.table-main-date .table>tbody>tr>td select {
    padding-right: 30px;
    min-width: 120px;
}

.pledgeEmail u {
    text-decoration: none;
    color: #be1414;
}

.delete_all.deleteselected {
    padding: 0 !important;
    display: block;
    width: 35px;
    height: 30px;
}

.delete-all-box {
    width: 100%;
    max-width: 180px;
    align-items: center;
    gap: 7px;

}

.submit-button {
    padding: 8px 40px;
    font-weight: 700 !important;
}

.cancel-btn,
.cancel-btn:hover,
.cancel-btn:focus {
    background: transparent !important;
    color: #4AAAE0 !important;
    padding: 14px 40px;
    font-weight: 700 !important;
    width: fit-content;
    text-align: center;
}

.change-password-btn,
.change-password-btn:focus {
    border: 0 !important;
    background: transparent !important;
    color: #4AAAE0 !important;
    padding: 12px 32px !important;
    font-weight: 700 !important;
    width: fit-content;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.cancel-btn.cancel-btn-drop {
    padding: 12px 27px !important;
    color: #4AAAE0 !important;
    border: 0;
    display: block;
    font-size: 14px !important;
    text-transform: uppercase;
}

.change-password-btn.cancel-button-main:focus {
    color: #4AAAE0 !important;
}

.change-password-btn.cancel-button-main.btn-default{
    padding: 12px 32px !important;
    font-size: 16px !important;
}

#OTPmessages .alert.alert-success {
    background-color: rgba(190, 218, 161, .44);
    max-width: 270px;
    border-radius: 0;
    border: 0;
}

#OTPmessages .alert.alert-success p {
    color: #707070;
    font-size: 16px;
}


.d-block.cancel-btn,
.d-block.cancel-btn,
.d-block.cancel-btn:hover,
.d-block.cancel-btn:focus,
.d-block.cancel-btn:hover,
.d-block.cancel-btn:focus {
    padding: 14px 9px;
    font-size: 14px;
}

.select-input-margin {
    margin-bottom: 25px;
}

.title-main h3 {
    color: #BE1414;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.alert.alert-success {
    background: #bedaa1;
    padding: 8px 20px;

}

.alert.alert-success p {
    color: #185427;
}

.sa_chk,
.pr_chk,
.av_chk,
.aditional_ssp {
    width: 20px;
    height: 20px;
    accent-color: #BE1414;
    margin: 0 !important;
    border: 1px solid #707070 !important;
}

.check-label {
    color: #BE1414;
    font-weight: 600;
}

.input-check-container a {
    color: #4AAAE0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.input-check-container a span {
    width: 15px;
    height: 15px;
    border: 1px solid #4AAAE0;
    border-radius: 50%;
    text-align: center;
    line-height: 4px;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-normal {
    line-height: normal;
    color: #707070;
    margin-left: 35px;
}

.more-list {
    margin: 0;
    margin-left: 35px;
}

.more-list ul,
.pledges_body ul {
    margin-left: 10px !important;
    margin: 0;
}

.more-list li,
.pledges_body ul li {
    color: #707070;
    list-style: none !important;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
}

.more-list li::before,
.pledges_body ul li::before {
    content: "";
    background-image: url(../img/img-donate.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 13px;
}

.bootbox-confirm .bootbox-body li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin: 10px 0 !important;
    /* margin-bottom: 10px !important; */
    color: #707070;
    font-size: 16px !important;
}

.bootbox-confirm .bootbox-body h5,
.bootbox-confirm .bootbox-body h5 a {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    margin-bottom: 20px;
}

.bootbox-confirm .bootbox-body p {
    color: #707070;
    margin-left: 30px;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: normal;
}

.bootbox-confirm .bootbox-body li::before {
    content: "";
    background-image: url(../img/star.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 2px;
    top: 3px;
    background-repeat: no-repeat;
    background-size: 10px;
}

.fs-16 {
    font-size: 16px !important;
}

.form-textarea {
    resize: none;
    height: 47px;
    line-height: normal;
    max-width: 100%;
    margin-bottom: 15px;
}

.vss_new_qty:focus,
.vss_new_qty:focus-visible,
.nyp-input:focus,
.nyp-input:focus-visible {
    outline: 0 !important;
}

#volunteerSection .more-list {
    margin-left: 30px;
}

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

.tab-padding {
    padding: 25px 32px 25px 32px;
}

.comment-section {
    background-color: #F4FBFE;
    padding: 15px 32px;
}

.h-100 {
    height: 100px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.check-label-text {
    color: #707070;
    font-weight: 400;
}

.desc-title h3 {
    color: #707070;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 26px;
}

.pledge-img {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 11px;
}

.number-title {
    color: #707070 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
    min-height: 36px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.btn-danger.next {
    padding: 10px 40px;
    display: block;
    margin: auto;
    font-weight: 600 !important;
}

.min-h-80 {
    min-height: 80px;
}

/* .pr-63 {
    padding-right: 63px;
} */

.fw-600 {
    font-weight: 600 !important;
}

.certificate-text {
    color: #707070;
    font-size: 16px;
}

.pledges_body p {
    color: #707070;
    margin-bottom: 10px !important;
}

.pledges_body p.mb-22 {
    margin-bottom: 22px !important;
}

#individual_section18a_modal .modal-content {
    max-width: 100% !important;
}

.span-text {
    color: #707070;
    font-size: 16px;
    font-weight: 600;
}

#individual_section18a_link.view-btn,
#team_section18a_link.view-btn {
    background-color: #4AAAE0;
    color: #fff;
    border-radius: 0;
    padding: 10px 15px;
}

#individual_section18a_modal .modal-body {
    padding: 32px 18px;
}

.section_18a_type,
.team_section_18a_type,
#agree_check,
.uploadCheckedExcel,
.inpFormCheckedExcel {
    width: 27px;
    height: 27px;
    accent-color: #BE1414;
    margin-top: 0 !important;
}

.radio-label label {
    color: #707070;
    margin-bottom: 0 !important;
    font-size: 16px;
}

.toggle-slide {
    border-radius: 18px !important;
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    -ms-border-radius: 18px !important;
    -o-border-radius: 18px !important;
}

.toggle-slide .toggle-on,
.toggle-select .toggle-inner .active {
    background: #be1414 !important;
    color: #fff !important;
}

.toggle-slide .toggle-blob {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.toggle-slide .toggle-off,
.toggle-select .toggle-on {
    background: #c8c8c8 !important;
    color: #000 !important;
}

.table-responsive {
    width: 100%;
    overflow: auto;
    border: 0;
    margin-bottom: 20px;
}

.arrow-icon {
    width: 10px;
    height: auto;
    position: relative;
    top: 4px;
}

.gap-2 {
    gap: 10px;
}

.table {
    margin-bottom: 0;
}

.assign_pledge {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    width: 40px;
}

.w-fit {
    width: fit-content;
}

.facility-box {
    background-color: #F4FBFE;
    padding: 15px 32px;
}

.facility-box h3 {
    color: #707070;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: 0;
    right: 0;
    color: inherit;
    padding: 0;
}

.term-title h3 {
    color: #707070;
    font-weight: 600;
    font-size: 16px;
}

.ct-checkbox {
    margin-bottom: 15px;
}

.ct-checkbox label {
    display: flex;
    gap: 10px;
    margin: 0 !important;
}

.ct-checkbox [type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    accent-color: #BE1414;
    margin: 4px 0 0 0 !important;
}

.ct-checkbox label p {
    font-size: 16px;
    margin-bottom: 0;
    flex: 1;
    color: #707070;
    font-weight: 300;
}

.save-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.check-view-label {
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
}

.check-view-label-wrapper label {
    display: flex;
    gap: 10px;
    width: fit-content;
    flex-wrap: wrap;

}

.check-view-label-wrapper label p {
    font-size: 16px;
    flex: 1;
    margin: 0;
    position: relative;
    top: -3px;
}

.application-btn {
    padding: 8px 20px !important;
}

.edit-team_btn {
    min-width: 210px;
    padding: 10px 20px !important;
    margin-bottom: 6px;
    font-weight: 600 !important;
}

.list-anchor {
    color: #000;
}

.modal-dialog {
    margin: 24px auto;
}

#view_facility_popup .modal-dialog {
    width: 100%;
    margin: 14px auto;
    max-width: 760px;
}

#view_facility_popup .modal-content {
    max-width: 100% !important;
}

#view_facility_popup footer {
    background-color: #BDE0F4;
    padding: 15px;
}

#view_facility_popup .modal-body {
    padding: 20px;
}

#view_facility_popup footer p {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    /* text-transform: capitalize; */
}

#view_facility_popup .table>tbody>tr>td {
    border-top: 0 !important;
}

#view_facility_popup .table>tbody>tr>th {
    white-space: nowrap;
}

#view_facility_popup {
    padding: 10px;
}

.name-list-text {
    color: #707070 !important;
    font-weight: 400 !important;
}

.name-list-box {
    border: 1px solid #707070;
    padding: 15px 30px;
    width: fit-content;
    margin: 30px auto 0;
}

.name-list-box h6 {
    font-weight: 500;
    font-size: 16px;
}

.name-list-box h6 span {
    color: #BE1414;
    font-weight: 600;
}

.name-list-box p {
    line-height: normal;
}

.csv-file-text {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #707070;
    font-weight: 600;
}

.view-uploadinstruction {
    margin-bottom: 0;
    text-decoration: underline;
    cursor: pointer;
}

.text-underline {
    text-decoration: underline;
}

.btn.fileUpload {
    margin: 0;
    border-radius: 0 !important;
    font-weight: 600 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.text-gray {
    color: #707070 !important;
}

.min-w-650 {
    min-width: 680px;
}

.namelist_SaveBtn {
    padding: 20px 0;
}

.delete-text {
    margin-bottom: 0;
    font-size: 16px;
    flex: 1;
    width: 100%;
    display: inline-block;
}

.upload-csv-file {
    padding: 8px 20px !important;
}

.checkbox-color,
.sub_chk,
.remain-rows-validation-radio {
    accent-color: #BE1414;
    margin: 0 !important;
    width: 20px;
    height: 20px;
}

.table-main-date .table>thead>tr>th,
.table-main-date .table>tbody>tr>td {
    padding: 5px 6px;
    border-bottom: 0 !important;
    border-top: 0 !important;
    vertical-align: middle;
    font-weight: 400 !important
}



.title-width {
    max-width: 80%;
    width: 100%;
}

#Other_Text_dev,
#Other_Text_provide {
    margin-top: 15px;
}

.de-register-btn {
    font-size: 16px;
    color: #4AAAE0 !important;
    text-transform: uppercase;
}

.profile-box {
    text-align: center;
    margin-bottom: 20px;
}

.profile-box p {
    max-width: 160px;
    margin: 10px auto 0;
    line-height: normal;
    font-size: 16px;
}

.validate-btn {
    max-width: 190px !important;
    width: 100%;
    font-weight: 600;
}

.resend {
    color: #707070;
    text-decoration: none !important;
    margin-top: 10px;
    font-weight: 400 !important;
}

.save-btn {
    max-width: 130px;
    width: 100%;
}

.deregister-modal .modal-content {
    max-width: 100%;
    text-align: center;
}

.deregister-modal .modal-dialog {
    max-width: 590px;
    width: 100%;
}

.deregister-modal .modal-content .modal-body {
    padding: 40px;
}

.deregister-modal .modal-content .modal-body h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #707070;
    font-weight: 600;
}

.deregister-modal .modal-content .modal-body p {
    margin-bottom: 40px;
}

.ct-button.modal-btn-Delete-main,
.ct-button.modal-btn-Delete-main:focus {
    max-width: 130px !important;
    width: 100% !important;
}

.cancel-btn.dashboard-cancel-btn,
.cancel-btn.dashboard-cancel-btn:focus {
    color: #4AAAE0 !important;
    margin: 0;
}

.recipients-box {
    background-color: #F4FBFE;
    padding: 20px;
    margin-bottom: 15px;
}

.bootbox-confirm .modal-content {
    max-width: 100%;
}

.bootbox-confirm .modal-dialog {
    max-width: 600px !important;
    width: 100% !important;
    margin: 0 auto;
}

.bootbox-confirm {
    padding: 10px;
}

.bootbox-confirm .modal-footer {
    border-top: 0;
    padding-top: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
}

.login-box2-container {
    margin: auto;
}

.bootbox-confirm .modal-body {
    position: relative;
    padding: 35px;
}

.bootbox-confirm .modal-body .bootbox-body h3 {
    font-size: 20px;
    color: #BE1414;
    margin-bottom: 20px;
    font-weight: 600;
}

.bootbox-confirm .modal-body .bootbox-body p a {
    color: #707070;
}

.thanks-img {
    width: 100%;
    height: auto;
    max-width: 260px;
}

.ct-success-popup .cancel {
    padding: 0;
}

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

.register-box i {
    font-size: 40px;
    margin-bottom: 10px;
}

.register-box p {
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 30px;
    line-height: normal;
}

.span-check-label {
    font-size: 16px;
    position: relative;
    top: -4px;
    margin-left: 20px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #BE1414;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.ct-footer {
    background-color: #1f6c2f;
    padding: 8px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.ct-footer p,
.ct-footer p a {
    margin-bottom: 0;
    text-align: center;
    color: #9cafa0;
    font-size: 14px !important;
    font-weight: 600;
    line-height: normal;
    text-decoration: none !important;
}

.tab-content {
    margin-bottom: 33px;
}

.container-check {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0 !important;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.more-list-btn {
    cursor: pointer;
}

.more-list-btn p {
    color: #BE1414;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.active-div {
    opacity: 1 !important;
    visibility: visible !important;
}

.inactive-opacity {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Hide the browser's default checkbox */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #767676;
}

.sub_chk,
.checkbox-color-change {
    /* Hide native appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Make it square and visible */
    width: 20px;
    height: 20px;
    border: 1px solid #767676;
    /* Tailwind gray-700 */
    border-radius: 0;
    /* Remove border radius */
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s, border-color 0.2s;
}

/* Checked state styles */
.sub_chk:checked,
.checkbox-color-change:checked {
    background-color: #cd0303;
    border-color: #cd0303;
}

.sub_chk:focus,
.checkbox-color-change:focus {
    outline: 0 !important;

}

/* Create a checkmark */
.sub_chk:checked::after,
.checkbox-color-change::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(42deg);
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked~.checkmark-check {
    background-color: #cd0303;
    border-color: #cd0303;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked~.checkmark-check:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
}

.more-list-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.ct-check-btn {
    text-align: center;
}

.desc-font {
    font-size: 16px;
    font-weight: 300;
    color: #707070;
}

.action-btn-flex {
    display: flex;
    gap: 10px;
}

.facility-table .table>tbody>tr>td:first-child,
.facility-table .table>thead>tr>th:first-child {
    text-align: left !important;
}

.facility-table .table>tbody>tr>td,
.facility-table .table>thead>tr>th {
    text-align: center;
}



@media screen and (max-height:700px) {
    .wrapper {
        align-items: flex-start;
    }
}


@media screen and (min-width:832px) {
    .more-list-btn {
        display: none;
    }
}

@media screen and (min-width:1024px) {
    .facility-table .action-row {
        display: none;
    }

    .facility-table .edit-team_btn {
        margin: 0 auto 8px;
    }
}


@media screen and (max-width:1780px) {

    .tree-vector,
    .stone-vector {
        display: none;
    }
}

@media screen and (max-width:1500px) {
    .left-vector {
        transform: translateX(-713px);
    }

}

@media screen and (max-width:1300px) {

    .right-vector,
    .left-vector,
    .gift-vector,
    .tree-chhod-vector {
        display: none;
    }
}

@media screen and (max-width:1050px) {
    .table-main-date .table>tbody>tr>td:nth-child(3) select {
        width: 70px !important;
        min-width: auto !important;

    }

    .table-main-date .table>tbody>tr>td:nth-child(4) select {
        width: 60px !important;
        min-width: auto !important;

    }

    .table-main-date .table>tbody>tr>td:nth-child(5) select {
        width: 95px !important;
        min-width: auto !important;

    }

    .table-main-date .table>tbody>tr>td:nth-child(6) select {
        width: 100px !important;
        min-width: auto !important;
    }


    .tab-content-namelist {
        padding: 25px 20px;
    }



    .ct-check-btn button {
        padding: 8px 14px;
        display: block;
    }

    .ct-check-btn {
        text-align: center;
        width: 26px;
    }

    .table-main-date .table>tbody>tr>td:first-child {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .table-main-date .table>tbody>tr>td:nth-child(8) {
        width: 20px;
        padding: 5px 0
    }
}

@media screen and (max-width:1024px) {
    .facility-table .btn.btn-danger {
        font-size: 10px !important;
        padding: 8px !important;
        min-width: 130px;
    }

    .facility-table .table>tbody>tr>td,
    .facility-table .table>tbody>tr>th,
    .facility-table .table>tfoot>tr>td,
    .facility-table .table>tfoot>tr>th,
    .facility-table .table>thead>tr>td,
    .facility-table .table>thead>tr>th {
        padding: 8px 3px;
        font-size: 12px;
        word-wrap: break-word;
        white-space: normal;

    }

    .facility-table .action-row td {
        border-top: 0 !important;
    }

    .facility-table .action-column {
        display: none;
    }

    .tab-content-beneficiaries {
        padding: 25px 15px;
    }

    .tab-content,
    .tab-padding {
        padding: 25px 15px;
    }
}

@media screen and (max-width:991px) {
    .wrapper {
        justify-content: center;
        padding: 12px;
    }

    .login-box1 {
        margin-left: auto !important;
    }

    .login-box2 img {
        max-width: 280px;
    }

    .copyright {
        padding: 20px 0;
    }

    .comment-section {
        background-color: #F4FBFE;
        padding: 15px 25px;
    }

    .more-list {
        margin-left: 0;
    }

    #volunteerSection .more-list {
        margin-left: 30px;
    }

    .ct-selector-group {
        margin-bottom: 16px;
    }

    .thanks-img {
        margin-top: 20px;
    }


}

@media screen and (max-width:600px) {
    .tab-content h4 {
        font-size: 14px;
    }

    .profile-img {
        height: 100px;
        margin-bottom: 15px;
        min-height: auto;
    }

    .profile-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media screen and (max-width:576px) {


    .modal-body {
        position: relative;
        padding: 20px;
    }


    .checkmark {
        top: -16px;
    }

    .dashboard-logo img {
        max-width: 270px;
        margin: auto;
    }

    #prev_step{
        margin-bottom: 15px;
    }

    .save-btn-wrapper {
        display: flex;
        gap: 10px;
    }

    .bootbox .modal-footer .btn {
        width: 100%;
    }

    .socialShare p {
        width: 100%;
    }

    .ct-footer p,
    .ct-footer p a {
        font-size: 12px !important;
    }

    .delete-all-box {
        max-width: 100%;
    }

    .facility-table .table>tbody>tr>td,
    .facility-table .table>tbody>tr>th,
    .facility-table .table>tfoot>tr>td,
    .facility-table .table>tfoot>tr>th,
    .facility-table .table>thead>tr>td,
    .facility-table .table>thead>tr>th {
        word-wrap: break-word;
        white-space: normal;
    }

    .facility-table .edit-team_btn {
        font-size: 9px !important;
        padding: 8px 5px !important;
        min-width: 106px;
    }
}