@import url('plugins.bundle.css');

/* font size */

.fs-14 {
    font-size: 0.875rem !important;
}

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

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

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-25 {
    font-size: 1.563rem !important;
}

.fs-30 {
    font-size: 1.875rem !important;
}

/* border radius */

.br-8px {
    border-radius: 8px;
}

.br-10px {
    border-radius: 10px;
}

.br-12px {
    border-radius: 12px;
}

/* text color */
.text-slategray {
    color: #6B7280;
}

.text-slateblack {
    color: #000000;
}


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

.bg-gray {
    background-color: #F7F7F7 !important;
}

.menu-sub.menu-sub-accordion .menu-link {
    font-size: 0.875rem !important;
}

.input-group.gf-input-g .input-group-text {
    padding-right: 0px;
    background-color: #ffffff;
}

.input-group.gf-input-g .form-control {
    border-left: 0px solid transparent;
    padding-left: 10px;
}

.gf-nav-tabs .card-header {
    min-height: 63px;
}

.gf-nav-tabs .nav-line-tabs .nav-item .nav-link {
    padding: 0.9rem 0;
}

.form-switch.form-check-custom .form-check-input {
    background-color: #EFEFEF;
}

.form-switch .form-check-input:checked {
    background-color: #E13300;
}

@media (max-width: 576px) {
    .carousel-custom .carousel-indicators.carousel-indicators-dots li.active:after {
        height: 10px;
        width: 10px;
    }

    .carousel-custom .carousel-indicators.carousel-indicators-dots li:after {
        height: 8px;
        width: 8px;
    }
}

.form-control:is(:focus-within),
.input-group:is(:focus-within) .input-group-text {
    background-color: #FFF4F0 !important;
    border: 0.5px solid #E13300;
    color: #6B7280;
    font-weight: normal;
}

.input-group:has(.form-control.is-invalid) .input-group-text {
    border-color: #E13300 !important;
}


.toggle-in {
    display: flex;
    justify-content: space-between;
    background-color: #1E1E1E;
    padding: 14px 12px;
    border-radius: 8px;
}

.app-sidebar .menu .menu-sub.menu-sub-accordion .menu-item.here>.menu-link {
    border-radius: 8px;
}

.main-title {
    font-size: 1.563rem !important;
}

.gf-carousel .carousel-indicators-dots,
.gf-carousel .carousel-indicators {
    position: absolute;
    top: 90%;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%);
    z-index: 1;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gf-carousel .carousel-item {
    transition: all 2s ease;
}

.gf-carousel .overlay.overlay-block {
    cursor: default;
}

.gf-carousel .overlay-wrapper img {
    object-fit: cover;
    object-position: center;
}

.footer {
    background-color: #1E1E1E;
    font-size: 0.875rem;
}

@media(min-width: 992px) {
    .overflow-login {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .overflow-login::-webkit-scrollbar {
        width: 0 !important;
        display: none
    }
}

/* select 2 */
.multiple-select .select2-container--default .select2-selection--multiple,
.select-normal .select2-container--default .select2-selection--single,
.select-country .select2-container--default .select2-selection--single {
    height: unset;
    width: 100%;
    padding: .775rem 1.6rem .775rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #030712;
    border: none;
    border-radius: 0.625rem;
}

.select-normal .select2-container .select2-selection--single .select2-selection__rendered,
.select-country .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    color: #030712;
    line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #E13300;
}

.multiple-select .select2-container--default .select2-selection--multiple,
.select-normal .select2-container--default .select2-selection--single {
    border: 1px solid #E0E0DF;
}

.select-normal .select2 .select2-selection__arrow:after {
    right: 1.25rem;
}

.select-normal .select2-container {
    width: 100% !important;
}

.select-normal .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.75rem;
}

.multiple-select .select2-selection--multiple .select2-selection__choice {
    background-color: #E5E7EB;
    border: none !important;
    border-radius: 100px;
    margin-left: 0;
    margin-top: 0;
    padding: 0.625rem 2.125rem 0.625rem 1rem;
    font-size: 0.938rem;
    font-weight: normal;
}

.multiple-select .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent !important;
    border: none !important;
    border-radius: unset !important;
    color: #7C7C7C !important;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 !important;
    position: absolute;
    left: unset !important;
    right: 16px;
    top: 2px
}

.multiple-select .select2-selection--multiple .select2-selection__rendered {
    gap: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 !important
}

.btn-primary .btn-arrow {
    fill: #fff;
}

.btn-disabled .btn-arrow {
    fill: #1A1A1A;
}

.btn-gray-100 {
    background-color: #F9F9F9 !important;
    color: #1A1A1A !important;
}

/* check */
.fundraising-type {
    display: block;
    cursor: pointer;
}

.fundraising-type>input {
    visibility: hidden;
    position: absolute;
}

.check-fundraising {
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: -9px;
}

.fundraising-type>input+.fundraising-box {
    cursor: pointer;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D1D5DB !important;
    padding: 27px;
    border-radius: 50%;

}

.select-create-fundraising .fundraising-type>input:checked+.fundraising-box,
.fundraising-type>input:checked+.fundraising-box {
    border: 2px solid #E13300 !important;
}

.fundraising-type>input+.fundraising-box .check-fundraising {
    display: none;
}

.fundraising-type>input:checked+.fundraising-box .check-fundraising {
    display: block;
}

.select-create-fundraising .fundraising-type>input+.fundraising-box {
    width: 160px;
    height: 160px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 0px #0000001A;
    flex-direction: column;
    border: none !important;
}

.select-create-fundraising .check-fundraising {
    top: 14px;
    right: 14px;
    bottom: unset;
}

.select-create-fundraising .fundraising-type>input:checked+.fundraising-box p {
    color: #030712;
}

p:last-child {
    margin-bottom: 0;
}

.notification-section .form-check-input {
    background-image: url('../img/icons/check-gray.svg') !important;
    background-size: auto;
    border: 0.5px solid #D1D5DB;
    width: 1.5rem;
    height: 1.5rem;
}

.notification-section .notification-item {
    border-bottom: 0.5px solid #D1D5DB;
}

.notification-section .form-check-input:checked {
    background-image: url('../img/icons/check-white.svg') !important;
    border-color: var(--bs-primary);
}

/* step  */
#msform .step-contant {
    border: 0 !important;
    position: relative !important;
}

#msform .step-contant:not(:first-of-type) {
    display: none;
}

.progressbar-new {
    counter-reset: step;
}

.progressbar-new .step-new.active+.step-label {
    color: #030712;
}

.progressbar-new .step-new:not(.active)+.step-label {
    color: #6B7280;
}

.progressbar-new .step-new:before {
    content: counter(step);
    counter-increment: step;
    width: 2.188rem;
    height: 2.188rem;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 600;
    color: #6B7280;
    background: #EFEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progressbar-new .step .step-new.active:before,
.progressbar-new .step .step-new.active:after {
    background: #E13300;
    color: #fff;
}

.modal-close {
    position: absolute;
    right: 0.938rem;
    top: 0.938rem;
    cursor: pointer;
    z-index: 20;
}

.show-hide-password {
    position: absolute;
    top: 1.063rem;
    right: 1.25rem;
    cursor: pointer;
}

.member-table-heder .selection .select2-selection {
    padding-top: 7.75px;
    padding-bottom: 7.75px;
}

.member-table-heder .select2-selection__arrow:after {
    top: 1rem;
}

@media (min-width:991px) {

    .member-table-heder .search-box .form-control,
    .export-btn,
    .customer-btn {
        height: 45px;
    }
}

.custum-menu-arrow .arrow-show::after {
    content: "";
    background-image: url(../img/icons/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 13px 7px;
    display: flex;
    width: 13px;
    height: 7px;
}

.custum-menu-arrow .arrow-show.show::after {
    transform: rotate(180deg);
}

.form-control:is(:focus-within),
.input-group:is(:focus-within) .input-group-text,
.input-group:is(:focus-within) .select2-container--default .select2-selection--single {
    background-color: #FFF4F0 !important;
    border: 0.5px solid #E13300;
    color: #6B7280;
    font-weight: normal;
}

.input-group:is(:focus-within) .select2-container--default .select2-selection--single {
    background-color: #FFF4F0 !important;
    border-width: 0px;
    color: #6B7280;
    font-weight: normal;
}

.select2.select2-container.select2-container--default:is(.select2-container--focus) .select2-selection--single {
    background-color: #fff !important;
}

.select2-dropdown {
    border: 0.5px solid #f5f5f5;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #efefef !important;
}

/* profile */
.delete-absolute {
    position: absolute;
    top: 0.938rem;
    right: 0.938rem;
    height: 0;
    overflow: hidden;
}

/* profile */
.edit-absolute {
    position: absolute;
    top: 0.938rem;
    left: 0.938rem;
    height: 0;
    overflow: hidden;
}

.user-profile {
    border: 1px solid #E0E0DF;
    border-radius: 12px;
}


@media (max-width:575px) {
    .custum-menu-arrow.arrow-hide .arrow-show::after{
        display: none;
    }
    .card-none.card{
        border: none;
        background-color: transparent;
        box-shadow: none;
    }
    
}
.user-name{
    width: 1.25rem;
    height: 1.375rem;
    position: absolute;
    top: 1.063rem;
    right: 1rem;
}

.select-country .select2 .select2-selection__arrow:after{
top: 1.15rem;
}

.notification-number{
    position: absolute !important;
    top: 0 !important;
    right: -2px;
}

.email-input-area.email-valid,
.select-normal .form-select.is-invalid~.select2-container--default .select2-selection--single,
.input-group.invalid-feedback .input-group-text,
.input-group .form-control.is-invalid~.input-group-text,
.input-group .was-validated .form-control:invalid~.input-group-text {
    border-color: var(--bs-form-invalid-border-color) !important;
}
.img-border .is-invalid~ img{
    border-color:#E13300;
}
 
.email-input-area {
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.625rem !important;
}
 
.email-input-area .emails-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
 
.email-input-area .email-tag {
    background-color: #E5E7EB;
    border-radius: 100px;
    padding: 0.625rem 2.125rem 0.625rem 1rem;
    display: flex;
    align-items: center;
}
 
.email-input-area .email-tag .remove-email {
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
}
 
.email-input-area input {
    border: none !important;
    /* flex: 1; */
    padding: 5px;
    background: transparent !important;
}
 
.email-input-area input:focus {
    outline: none;
    background: transparent !important
}
.input-group:is(:focus-within) .input-group-text.fund-no{
    background-color: #000 !important;
}

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#f3f4f7;z-index:9999}
#preloader .loader {height: 20px;width: 250px;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.loader .loader--dot {animation-name: loader;animation-timing-function: ease-in-out;animation-duration: 3s;animation-iteration-count: infinite;height: 20px;width: 20px;border-radius: 100%;background-color: black;position: absolute;border: 2px solid white;}
.loader .loader--dot:first-child {background-color: #E13300;animation-delay: 0.5s;}
.loader .loader--dot:nth-child(2) {background-color: #D92E00;animation-delay: 0.4s;}
.loader .loader--dot:nth-child(3) {background-color: #DE4311;animation-delay: 0.3s;}
.loader .loader--dot:nth-child(4) {background-color: #E35822;animation-delay: 0.2s;}
.loader .loader--dot:nth-child(5) {background-color: #E86C33;animation-delay: 0.1s;}
.loader .loader--dot:nth-child(6) {background-color: #F29666;animation-delay: 0s;}
.loader .loader--text {position: absolute;top: 200%;left: 0;right: 0;width: 5rem;margin: auto;}
.loader .loader--text:after {content: "Loading";font-weight: bold;animation-name: loading-text;animation-duration: 3s;animation-iteration-count: infinite;} 
@keyframes loader {
    15% {
      transform: translateX(0);
    }
    45% {
      transform: translateX(230px);
    }
    65% {
      transform: translateX(230px);
    }
    95% {
      transform: translateX(0);
    }
}
@keyframes loading-text {
    0% {
      content: "Loading";
    }
    25% {
      content: "Loading.";
    }
    50% {
      content: "Loading..";
    }
    75% {
      content: "Loading...";
    }
} 

.upload-image-important-border {
    border-color: #E13300 !important;
}

.add-file-box {
    display: none;
    background-color: #00000099;
}

.add-file-container:hover .add-file-box {
    display: block;
}

.pac-container {
    z-index: 2000 !important; /* Adjust the value as needed (must be greater than the modal's z-index) */
  }