﻿.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    -moz-appearance: none !important;
    font-size: 0.725rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e") right 0.615rem center/14px 14px no-repeat;
}

.SumoSelect > .CaptionCont > label > i,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e") right 0.615rem center/14px 14px no-repeat;
}

.select2-container {
    width: auto !important;
    display: block;
    max-width: 100%;
}

.select2-container--default .select2-selection--multiple {
    -webkit-appearance: none;
    -webkit-appearance: none !important;
    padding-right: 30px !important;
    padding: 0.175rem 0.675rem 0.475rem 0.5rem;
    border: 1px solid #dbe4e4;
    border-radius: 0.25rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: rgba(29, 172, 180, 0.35);
    outline: 0;
    box-shadow: 0 0 10px rgb(29, 172, 180, 0.1);
}

.SumoSelect > .CaptionCont,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border: 1px solid #dbe4e4;
}

.select2-container--default .select2-selection--single {
    -webkit-appearance: none;
    -webkit-appearance: none !important;
    padding-right: 30px !important;
    padding: 0.475rem 0.675rem;
    border: 1px solid #dbe4e4;
    min-height: calc(2.037rem + 2px);
    background-color: #fff;
}
.mbc-sm .select2-container--default .select2-selection--multiple,
.mbc-sm .select2-container--default .select2-selection--single {
    font-size: 0.7rem;
    background-size: 12px 12px;
    background-position: right 0.45rem center;
}
.mbc-sm .select2-container--default .select2-selection--single {
    padding-right: 24px !important;
    padding: .289rem .5rem;
    min-height: calc(1.6rem + 2px);
}
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    line-height: 1.5;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
}

.select2-container.select2-container--focus .select2-selection,
.select2-container.select2-container--open .select2-selection {
    outline: 0;
    border-color: rgba(29, 172, 180, 0.35) !important;
    box-shadow: 0 0 10px rgba(29, 172, 180, 0.1);
    background-color: #fff;
}

.select2-container .select2-dropdown {
    border-color: rgba(29, 172, 180, 0.35) !important;
    box-shadow: 0 0 10px rgba(0, 120, 213, 0.1);
    overflow-x: hidden;
}

.select2-results__option {
    font-size: 0.725rem;
}

.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    /*background-color: #0052cc;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #efeeee;
    border: 1px solid #dbd9d9;
    border-radius: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #dbd9d9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #dc3534;
}

.select2-container--default.select2-container--disabled .select2-selection__choice {
    padding-left: 3px;
}

.SumoSelect {
    display: block;
    width: 100%;
}

select.form-control[multiple],
select.form-control[size] {
    /*height: -webkit-fill-available;*/
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
    box-shadow: none !important;
    border-color: #dbe4e4 !important;
}

.SumoSelect > .CaptionCont {
    position: relative;
    min-height: calc(2.037rem + 2px);
    background-color: #fff;
    border-radius: 0.25rem !important;
    margin: 0;
}

.SelectBox {
    font-size: 0.725rem;
    padding: 0.475rem 0.675rem;
    border: 1px solid #dbe4e4;
    min-height: calc(2.037rem + 2px);
}

.SumoSelect > .optWrapper {
    border: 0.02rem solid #dbe4e4;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.11);
}

.SumoSelect .select-all {
    border-bottom: 1px solid #edf0f3;
    height: 34px;
}

.SumoSelect > .CaptionCont > span {
    color: #212529 !important;
    font-size: 0.725rem !important;
}

    .SumoSelect > .CaptionCont > span.placeholder {
        background: 0 0;
        opacity: 1;
        font-style: normal;
    }

.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    margin-bottom: 0;
}

    .SumoSelect > .CaptionCont > label > i {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
.mbc-sm .SumoSelect > .CaptionCont, .smoslctsm .SumoSelect > .CaptionCont {
    border-radius: 0.3rem !important;
}
.mbc-sm .SelectBox, .smoslctsm .SelectBox {
    font-size: .7rem;
    height: calc(1.6rem + 2px);
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    min-height: auto;
}
.mbc-sm .SumoSelect > .CaptionCont > label, .smoslctsm .SumoSelect > .CaptionCont > label {
    height: 26px;
    width: 28px;
}
    .mbc-sm .SumoSelect > .CaptionCont > label > i, .smoslctsm .SumoSelect > .CaptionCont > label > i {
        background-size: 11px 11px;
    }
.mbc-sm .SumoSelect.open > .optWrapper {
    top: 28px;
}
.custom-file-input.input-validation-error ~ .custom-file-label,
.form-control.input-validation-error,
.form-control.input-validation-error ~ .select2 .select2-selection--single {
    border: 1px solid #fbc6d3;
    box-shadow: 0 0 10px rgba(251, 198, 211, 0.1);
}

.schldBtn {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    padding: 0.6rem 1rem;
    background-image: linear-gradient(to right, #f9c4a2, #f8b797, #f7aa8d, #f69d86, #f48f80);
    color: #340d05;
    border-radius: 0.35rem;
    border: 1px solid #e77361;
}

    .schldBtn .bi {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-right: 0.7rem;
    }

.light.shortcut-buttons-flatpickr-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.shortcut-buttons-flatpickr-buttons > .shortcut-buttons-flatpickr-button {
    display: inline-block;
    margin: 0 2px;
    padding: 0.125rem 0.5rem;
    border-radius: 0.2rem;
    font-size: 0.725rem;
    line-height: 1.5;
    font-weight: 500;
    background: #fff;
    border: 1px solid #dbe4e4;
    color: #000;
}

    .shortcut-buttons-flatpickr-buttons > .shortcut-buttons-flatpickr-button:hover {
        background: #e3e9ec;
        border: 1px solid #d1dadc;
    }
.flex-auto{flex:auto;}
.btn .bi-paperclip{
    display:inline-block;
    transform:rotate(45deg);
}

.form-control.disabled {
    background-color: #ecf1f1;
    opacity: 1;
    cursor: not-allowed;
}
.tscDash-header {
    font-size: 1rem;
    font-weight: bold;
    padding: .75rem 1rem;
    color: #183958;
}
.mxh590{
    max-height:590px;
    overflow:auto;
}
/*.select2-container {
    z-index: 9999;
}*/
.mb5 {
    margin-bottom: 2.5rem;
}
.border-validation {
    border-color: #e72d5259;
}