span.select2.select2-container.select2-container--default.select2-container--focus {
     width: 100% !important;
}
span.select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

span.select2-selection.select2-selection--single {
    min-height: 50px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}



.select2-container--default .select2-selection--single .select2-selection__arrow { 
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b { 
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::after { 
    content: '\f107';
    font-family: 'Font Awesome', 'Font Awesome 5 Free', 'Font Awesome Pro', 'FontAwesome', 'Arial';
    font-size: 13px;
    font-weight: 900;
    color: #667085;
    right: 1px;
    top: calc(41% - 4px);
    position: absolute;
}


.select2-results__option--selectable {
    cursor: pointer;
    padding: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3B3D36;
    color: white;
}

.input-box-conainer {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.cancel-box {
    padding: 30px !important;
    max-width: 487px;
    min-width: 472px;
    margin: 0 auto !important;
}


.oldCheckbox .row.pr-3 {
    display: flex;
    justify-content: flex-start;
    gap: 41px;
}

.cancel-box-footer {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    scale: 0.85;
    margin-left: -35px;
}
.select2-container--default .select2-selection--single { 
    border: 2px solid #aaa !important;
    border-radius: 8px;
}
.select2-dropdown { 
    border: 2px solid #aaa;
    border-radius: 8px; 
    overflow: hidden;
    margin-top: 5px;
}
.select2-container--open .select2-dropdown--below  ,.select2-container--open .select2-dropdown--above {
    border-top: 2px solid #aaa;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}




.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}



.linksActive{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.linksActive .p { 
    margin-left: 16px;
}
.linksActive_box:hover  .p {
    color: #E78B18;
}
.title { 
    margin-bottom: 0; 
    margin-top: 15px;
}

.linksActive_box:hover  .linksActive  {
    background: #E78B18;
}
.linksActive_box:hover   path{
   fill : #432918 ;
   stroke: #432918 ;
}










.cancel-box-head-icon-item-outline {
    position: absolute;
    width: 268px;
    top: 11px;
    left: 11px;
}
.cancel-box-body {
    margin-bottom: 41px !important;
    margin-top: 18px !important;
    display: flex;
    gap: 5px;
    flex-direction: column;
}
*{
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    
    
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 5555555;
}
















@media (max-width: 648px) {
    div#cancel_box {
        scale: calc(54%);
        margin-top: -9rem;
        margin-left: -11rem !important;
        margin-right: -11rem;
        margin-bottom: -8rem;
    }
    span.select2-results {
        max-height: 114px;
        overflow-y: scroll;
    }
    span.select2-results::-webkit-scrollbar{
        width: 5px;
    };

    div#cancel_box_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: calc(100vh - 80px) !important;
        top: 70px !important;

    }
    .select2-container--open .select2-dropdown--below  ,.select2-container--open .select2-dropdown--above {
        width: 243.984px !important;
    } 
    .select2-results__option--selectable {
        cursor: pointer;
        padding: 6px;
        font-size: 8px;
    }
    span.select2-dropdown.select2-dropdown--below  ,.select2-container--open .select2-dropdown--above {
        margin-top: -20px;
    }
    

}
@media (max-width: 578px) { 
    .select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
        transform-origin: top left;
        width: 199.984px !important;
        scale: 1.3;
        /* left: 30px; */
    }
    span.select2-dropdown.select2-dropdown--above {
        top: -14px;
    }


}


@media (max-width: 420px) {
    div#cancel_box {
        scale: calc(62%); 
        margin-top: -13rem;
    }
    .select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above { 
        width: 231.984px !important; 
        /* left: 30px; */
    }
}
@media (max-width: 352px) {
    div#cancel_box {
        scale: calc(54%);
        margin-top: -17rem;
    }
    .select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
        width: 200.984px !important;
        scale: 1.3; 
    }
    span.select2-dropdown.select2-dropdown--above {
        top: -1px;
    }
  
}
div#cancel_box_wrapper {
    padding-top: 53px;
}




























#cancel_box_background{ 
    visibility: visible;
    background-color: black;
    position: fixed;
    inset: 0px;
    z-index: 100000;
    opacity: 0.75 !important;
    background: var(--website-colors-neutral-fg-1, #242424);
}
.purpel-color {
    background-color: #EDE5FD;
    color: #6941C6;
}
.purpel-color:hover{
    background-color: #6E44CC; 
    color: #EDE5FD;
}
.cancel-box-head-icon-item {
    border: 10.433px solid var(--warning-50, #F8F5FF);
    background: var(--warning-100, #F3E9FF);
    border-radius: 50%;
}

  
::-webkit-scrollbar {
    width: 15px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    cursor: pointer;
} 
/* Track on hover */
::-webkit-scrollbar-track {
    background-color:  none;
    padding: 0 4px;
} 
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 18px;
    margin-left:5px;
    height: 8%; 
} 
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border: 5px solid white; 
} 



  .cancel-box-head-icon-item {  
  
    margin-top: -18px;
    }

    .cancel-box-head-icon-item-outline { 
        top: -8px;
        left: 11px;
    }