
@media only screen and (max-width: 2500px) {
    .checkbox-icon.deleted-icon:before {
        width: 11px;
        top: 9px;
        left: 6px;
        background-color: #fff;
        top: 9px;
        left: 5px;
        height: 2px;
    }
    .checkbox-icon.deleted-icon:after {
        display: block;
        transform: rotate(-45deg);
        background-color: #fff;
        top: 4px;
        left: 10px;
        height: 12px;
    }
}

@media only screen and (min-width: 1441px) {
    .sic-btn{
        max-height: unset !important;
    }
    /* .width-controller{
        width: unset;
    }
    .width-controller .inner1{
        width: unset;
    } */
    .cpr-table-top .inner1 {
        width: calc(100% - 40px);
        /* border: 1px solid black; */
    }
    .select2-container .select2-selection--single{
        height: 40px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        padding-top: 5px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        margin-top: 5px !important;
    }
    .select2-container .select2-selection--multiple{
        min-height: 40px;
        padding-top: 5px;
    }
    .icon-size{
        width: 20px;
    }
    .action-col-icon-size{
        width: 22px !important;
    }

}
@media only screen and (min-width:2500px) {
    .icon-size{
        width: 25px;
    }
    .action-col-icon-size{
        width: 35px !important;
    }
    .action-col{
        width: 235px !important;
        text-align: left !important;

    }
    .table-actions{
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
    }
}
@media only screen and (max-width: 1440px) {
    .checkbox-icon.deleted-icon:before {
        width: 11px;
        top: 9px;
        left: 6px;
        background-color: #fff;
        top: 7px;
        left: 3px;
        height: 2px;
    }
    .checkbox-icon.deleted-icon:after {
        display: block;
        transform: rotate(-45deg);
        background-color: #fff;
        top: 2px;
        left: 8px;
        height: 12px;
    }

}


@media only screen and (max-width: 1024px) {
    .organizations-dates{
        justify-content: space-around;
    }
    .organizations-dates .mb-5{
        margin-bottom: 0!important;
    }
}
@media only screen and (max-width: 768px) {
    .wallboard-board-box{
        max-width: unset;
        margin-top: 10px;
    }
}
