a {
    color: inherit !important;
}

/*a:hover {*/
/*    text-decoration: underline !important;*/
/*}*/

.border-red {
    box-shadow: 0 0 0 1px #ff7878;
}
.inactive-btn {
    opacity: 0.5;
    pointer-events: none; 
    cursor: not-allowed;
}

.pickableElem.picked {
    background-color: #676766 !important;
    color: white !important;
    opacity: 1 !important;
}

    .pickableElem.picked p {
        color: white !important;
    }

.v3-btn-dropdown {
    height: 33px !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #ebebeb !important;
    line-height: 12px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.v3-color-green {
    color: #54b948 !important;
}

.v3-color-red {
    color: #df4747 !important;
}

.v3-box-cargo span {
    color: #e3e3e3 !important;
    font-size: 12px !important;
}

.v3-box-cargo p {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 16px !important;
    margin-bottom: 3px !important;
}

.v3-box-cargo strong {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.v3-box-cargo label {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #e3e3e3 !important;
    line-height: 20px !important;
}

.v3-box-cargo {
    cursor: pointer;
    position: relative !important;
    width: 181px !important;
    padding: 8px 17px !important;
    background: #676766 !important;
    box-shadow: 3px 4px 11px rgb(0 0 0 / 25%) !important;
    border-radius: 13px !important;
    color: white !important;
}

.terminalOrderMenuItem.picked span {
    color: white !important;
}

.terminalOrderMenuItem.picked svg {
    color: white !important;
}

.v3-border-blue {
    border: 1px solid #111212 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.v3-bg-failed {
    background-color: #ff5970;
}

.v3-bg-sky {
    background-color: #676766;
}

.v3-input {
    height: 43px !important;
    background: #ededed !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 4px !important;
    padding: 0px 7px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.orderAppendIssueImage {
    height: 88px;
    width: 88px;
    border-radius: 14px;
    background-size: cover !important;
}

.admin-panel {
    background-color: #676766 !important;
    width: fit-content;
    padding: 4px 14px;
    border-radius: 19px;
}

    .admin-panel a {
        color: white !important;
        font-weight: 500;
        font-size: 14px;
    }

    .admin-panel span {
        background-color: black !important;
        color: white !important;
    }

.terminalOrderLoadItem {
    background-color: #f8f9fa !important;
    margin-bottom: 0.5rem !important;
    border: 1px solid #f1f1f1 !important;
    border-radius: 15px !important;
}

    .terminalOrderLoadItem img {
        height: 41px !important;
        width: 41px !important;
        border-radius: 50% !important;
        border: 1px solid #f1f1f1 !important;
        position: absolute !important;
    }

    .terminalOrderLoadItem a {
        color: black !important;
        font-weight: 500 !important;
    }

    .terminalOrderLoadItem p {
        font-weight: 500;
        font-size: 13px;
        color: gray;
        margin-bottom: 0px !important;
    }

.terminalTripLoadItem {
    background-color: #f8f9fa !important;
    margin-bottom: 0.5rem !important;
    border: 1px solid #f1f1f1 !important;
    border-radius: 15px !important;
}

    .terminalTripLoadItem img {
        border-radius: 50% !important;
        margin-left: 1.5rem !important;
        width: 24px !important;
        height: 24px !important;
        border: 1px solid #f1f1f1 !important;
    }

    .terminalTripLoadItem a {
        font-weight: 700;
        color: black !important;
        display: flex;
    }

    .terminalTripLoadItem p {
        font-weight: 500;
        font-size: 13px;
        color: gray;
        margin-bottom: 0px;
    }

    .terminalTripLoadItem section {
        display: flex;
        align-items: center !important;
    }

    .terminalTripLoadItem strong {
        background-color: white;
        font-weight: 500 !important;
        padding: 3px 14px;
        border-radius: 17px;
        color: gray;
        font-size: 13px;
        border: 1px solid #f1f1f1 !important;
    }

.v2-menuelem:hover {
    opacity: 0.8;
    background-color: rgb(252, 252, 252);
}

.v2-minibadge-success {
    background-color: #1a992b !important;
    color: white !important;
    padding: 3px 8px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 500;
}

.v2-minibadge-fail {
    background-color: #880f2d !important;
    color: white !important;
    padding: 3px 8px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 500;
}

.v2-label-tripdate {
    background-color: #000000;
    border-bottom: 2px solid #e9e9e9;
    padding: 1px 8px;
    border-radius: 11px;
    font-weight: 800;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.v2-label-carnumber {
    background-color: white;
    border-bottom: 2px solid #e9e9e9;
    padding: 1px 8px;
    border-radius: 11px;
    font-weight: 800;
    color: #b9b9b9;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.v2-menuelem.picked {
    opacity: 1 !important;
    background-color: #111212 !important;
    color: white !important;
}

    .v2-menuelem.picked p {
        color: white !important;
    }

.cargoBarcodePrintItem {
    max-width: 350px;
}

.v2-sidemenu-elem.picked {
    background: #676766 !important;
}

    .v2-sidemenu-elem.picked div {
        color: white !important;
    }

    .v2-sidemenu-elem.picked p {
        color: white !important;
    }

    .v2-sidemenu-elem.picked span {
        color: rgb(235, 235, 235) !important;
    }

.v2-barcode-size {
    height: 72px !important;
    width: 100% !important;
}

.v2-botmenu-border {
    border-radius: 0px 0px 16px 16px;
}

.v2-botmenu-bg-sky {
    background: #676766 !important;
}

.v2-botmenu-bg-dark {
    background: #e13152 !important;
}

.v2-botmenu-bg-disablesky {
    background: #b4d7ff !important;
    border-radius: 0px !important;
}

.v2-badge-red {
    padding: 5px !important;
    background-color: #e9747f !important;
    border-radius: 50% !important;
    box-shadow: 0.1px 0.1px 2px #ff0099a8 !important;
}

.v2-dropd-white {
    border-radius: 16px !important;
    box-shadow: rgb(201 201 201) 0.1px 0.1px 10px !important;
    border: 1px solid rgb(255 255 255) !important;
}

    .v2-dropd-white button:hover {
        border: none !important;
        box-shadow: none !important;
        background-color: rgb(241, 241, 241);
    }

    .v2-dropd-white button {
        font-weight: 500 !important;
        width: 100% !important;
        border-radius: 0px !important;
    }

.v2-svgbtn-light:hover {
    border: 1px solid transparent !important;
    opacity: 0.8 !important;
    color: rgb(110, 110, 110) !important;
}

.v2-svgbtn-danger {
    color: white !important;
    padding: 5px 5px !important;
    font-size: 0px !important;
    border-radius: 50% !important;
    background-color: #dd0937 !important;
}

.v2-svgbtn-green {
    color: white !important;
    padding: 5px 5px !important;
    font-size: 0px !important;
    border-radius: 50% !important;
    background-color: #1a992b !important;
}

.v2-svgbtn-sky {
    color: white !important;
    padding: 5px 5px !important;
    font-size: 0px !important;
    border-radius: 50% !important;
    background-color: #676766 !important;
}

.v2-svgbtn-light {
    padding: 5px 5px !important;
    font-size: 0px !important;
    border-radius: 50% !important;
    background-color: #dfdfdf !important;
}

.v2-message-green p {
    font-weight: 500 !important;
    color: #1e8b45 !important;
}

.v2-message-green {
    background: #cfffdc !important;
    border-radius: 16px !important;
    padding: 10px 14px !important;
}

.v2-message-blue {
    background: #cde7ff !important;
    border-radius: 16px !important;
    padding: 10px 14px !important;
}

    .v2-message-blue p {
        font-weight: 500 !important;
        color: #111212 !important;
    }

.v2-text-light {
    color: #ffffff !important;
}

.v2-text-sky {
    color: #111212 !important;
}

.v2-btn-white {
    border-radius: 16px !important;
    background-color: white !important;
    font-weight: 500 !important;
    font-size: 14px;
    border: 1px solid #dbdbdb !important;
    padding: 5px 10px !important;
    color: black !important;
}

.v3-btn-sky {
    border-radius: 16px !important;
    background: #676766 !important;
    font-weight: 500 !important;
    font-size: 12px;
    border: 1px solid #dbdbdb !important;
    padding: 5px 10px !important;
    color: rgb(255, 255, 255) !important;
}

.v2-btn-white:hover {
    background-color: rgb(231, 231, 231) !important;
}

.v2-bg-sky {
    background-color: #676766 !important;
}

.v2-box-cargo span {
    color: #e3e3e3 !important;
    font-size: 12px !important;
}

.v2-box-cargo p {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 13px !important;
    margin-bottom: 3px !important;
}

.v2-box-cargo strong {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.v2-box-cargo label {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #e3e3e3 !important;
    line-height: 20px !important;
}

.v2-box-cargo {
    cursor: pointer;
    position: relative !important;
    width: 148px !important;
    padding: 8px 17px !important;
    background: #676766 !important;
    box-shadow: 3px 4px 11px rgb(0 0 0 / 25%) !important;
    border-radius: 13px !important;
    color: white !important;
}

.off-scroll-y {
    overflow-y: hidden !important;
}

.scroll-y {
    overflow-y: scroll !important;
}

.v2-input-bottom {
    border: none !important;
    border-bottom: 1px solid rgb(94, 94, 94) !important;
    border-radius: 0px !important;
    font-size: 33px !important;
    font-weight: 500 !important;
}

    .v2-input-bottom:focus {
        box-shadow: none !important;
        border-bottom: 2px solid #676766 !important;
    }

.v2-winbox {
    min-width: 200px;
    min-height: 300px;
    max-height: 600px;
    border-radius: 16px;
}

.v2-winblur-black {
    min-height: 171vh;
    position: absolute;
    min-width: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 82%);
}

.v2-tag-success {
    background: #499555;
    font-weight: 500;
    font-size: 12px;
    color: white;
    height: 29px;
    padding: 4px 9px;
    border-radius: 16px;
    border: 1px solid #77b99a;
}

.v2-tag-purple {
    background: #111212;
    font-weight: 500;
    font-size: 12px;
    color: white;
    height: 29px;
    padding: 4px 9px;
    border-radius: 16px;
    border: 1px solid #b2a2c3;
}

.v2-grad-blue {
    background: #676766;
}

.addrSelectBtn {
    
    border-radius: 0px !important;
    border: none !important;
    
}
button.addrSelectBtn {
    display: block;
    width: 100%;        
    margin-bottom: 1rem;
    box-sizing: border-box;
    user-select: text;
}
    .addrSelectBtn:hover {
        opacity: 0.7;
    }

    .addrSelectBtn.picked {
        background-color: #676766 !important;
        color: white !important;
        opacity: 1 !important;
    }
    .fromAddrPickBtn.picked{
        background-color: #676766 !important;
        color: white !important;
        opacity: 1 !important;
    }
    .endAddrPickBtn.picked{
        background-color: #676766 !important;
        color: white !important;
        opacity: 1 !important;
    }

.addrSelectBtn.picked p {
            color: white !important;
        }

        .addrSelectBtn.picked strong {
            color: white !important;
            font-weight: 400!important;
        }

.v2-badge-comp {
    background-color: #5bcd5b !important;
    border: 1px solid #5cc363 !important;
    padding: 5px !important;
}

.v2-badge-wait {
    background-color: #ffc04d !important;
    border: 1px solid #cdc49a !important;
    padding: 5px !important;
}

.v2-badge {
    background-color: #ff7777 !important;
}

.v2-text-sky {
    color: #111212;
}

.v2-eff-scale:hover {
    transition: all 0.4s ease;
    transform: scale(1.1);
}

.v2-eff-opacity:hover {
    opacity: 0.8 !important;
}

.v2-tag-blackavatar {
    font-size: 12px !important;
    background-color: black;
    border-radius: 16px;
    color: gray;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 1px 3px;
    font-weight: 500 !important;
}

.v2-border-light {
    border: 1px solid #efefef !important;
}

.v2-pkg-inform {
    width: 63px !important;
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0px !important;
    background: transparent !important;
    padding: 0px !important;
    font-size: 21px !important;
    color: #000000;
    letter-spacing: -0.8px !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.v2-pkg-inform:focus {
    box-shadow: none !important;
}

.v2-input-empty {
    border: none !important;
    border-radius: 0px !important;
}

    .v2-input-empty:focus {
        box-shadow: none !important;
    }

.v2-shadow-sm {
    box-shadow: 0 0.1rem 0.8rem rgba(0.09, 0.08, 0.09, 0.09) !important;
}

.v2-checkbox {
    height: 22px !important;
    width: 22px !important;
}

    .v2-checkbox:checked {
        border: 1px solid #4eab66 !important;
        background-color: #2c9b2a !important;
    }

.menu-item.picked div {
    background-color: #676766 !important;
    color: white !important;
}

.v2-menuItem div:hover {
    background-color: rgb(245, 245, 245);
}

.v2-menuLink div {
    padding: 12px 19px;
    font-weight: 500;
}

    .v2-menuLink div:hover {
        background-color: rgb(245, 245, 245);
    }

.tripLoadItem:hover {
    background-color: rgb(236, 236, 236) !important;
}

.loadTripItem:disabled {
    opacity: 1 !important;
}

.v2-menuItem.picked:disabled {
    opacity: 1 !important;
}

.v2-menuItem.picked div {
    background-color: #676766 !important;
}

.v2-menuItem.picked p {
    color: white !important;
}

.v2-menuItem.picked span {
    color: white !important;
}

.v2-menuLink.picked div {
    background-color: rgb(236, 236, 236);
}

.v2-tag-blue-sm {
    background: #daf1ff;
    padding: 3px 8px;
    border-radius: 21px;
    font-size: 13px;
    color: #676766;
    font-weight: 500;
}

.v2-tag-sky-sm {
    font-weight: 500;
    font-size: 13px;
    background: #f6f6f6;
    border-radius: 13px;
    padding: 2px 7px;
    color: #676766;
}

.fw500 {
    font-weight: 500 !important;
}

.btn-hover-bnone {
    border: none !important;
    font-size: 14px !important;
}

    .btn-hover-bnone:hover {
        font-weight: 500 !important;
    }

.v2-btn-sky {
    background: #111212 !important;
    font-size: 13px !important;
    border-radius: 7px !important;
    font-weight: 500 !important;
    padding: 4px 7px !important;
    color: white !important;
    border: 1px solid #111212 !important;
}

.v2-btn-mini {
    background: #ebebeb !important;
    padding: 4px 10px !important;
    color: #1a1a1a !important;
    border-radius: 7px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    border: 1px solid #e7e7e7 !important;
}

.v2-sidemenu-link {
    font-size: 16px !important;
}

.v2-sidemenu-link.picked div {
    background-color: #f7f7f7 !important;
    color: black !important;
    font-weight: 500 !important;
    border-left: 1px solid #676766 !important;
    border-right: 1px solid #676766 !important;
}

.v2-form-input {
    height: 43px !important;
    border-radius: 14px !important;
    background: #f9f9f9 !important;
    font-size: 14px !important;
    border: 1px solid #d7d7d7 !important;
}

.v2-window-btn {
    height: 35px !important;
    border-radius: 5px !important;
}

.v2-window-input {
    height: 35px !important;
    border-radius: 5px !important;
}

.window-input-v1 {
    height: 37px !important;
    border-radius: 13px !important;
}

.box-bigshadow-v1 {
    box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.15) !important;
}

.bg-v1-light2 {
    background-color: #efefef;
}

.weight-500 {
    font-weight: 500 !important;
}

.tag-wait-v1 {
    background: linear-gradient( 121.76deg, #ffd25f 1.03%, rgba(196, 141, 0, 0.58) 98.5% );
    padding: 4px 11px;
    border-radius: 14px;
    color: #2e2e2e;
    font-weight: 500;
    font-size: 13px;
}

.tag-fail-v1 {
    background-color: #b93d3d;
    padding: 4px 11px;
    border-radius: 14px;
    color: white;
    font-weight: 500;
    font-size: 13px;
}

.tag-comp-v1 {
    background-color: #298929;
    padding: 4px 11px;
    border-radius: 14px;
    color: white;
    font-weight: 500;
    font-size: 13px;
}

.form-label-v1-bold {
    font-size: 20px;
    font-weight: 700 !important;
}

.form-label-v1 {
    font-size: 20px;
}

.form-select-v1 option {
    padding: 10px !important;
}

.form-selected-text-v1 {
    font-size: 18px;
    font-weight: 500;
}

.form-btn-svg svg {
}

.form-btn-svg {
    border-radius: 16px !important;
    border: 1px solid transparent !important;
    padding: 0px !important;
    font-weight: 500 !important;
}

.form-select-v1 {
    background-color: #f3f3f3 !important;
    border: 1px solid #dbdbdb;
    font-size: 14px !important;
    border-radius: 13px !important;
}

.box-shadow-v1 {
    box-shadow: 0 0.5rem 1rem rgb(201 201 201 / 10%) !important;
}

.paged-v1-link {
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

    .paged-v1-link:hover {
        border-bottom: 2px solid rgb(34, 34, 34);
    }

.text-darky {
    color: #686868;
}

.tag-v1-smoke {
    padding: 5px 15px;
    background: #f5f5f5;
    color: rgb(96 96 96);
    border-radius: 16px;
    border: 1px solid #e9e9e9;
}

    .tag-v1-smoke span {
        color: #686868;
        font-weight: 500;
    }

.tag-v1-sky {
    padding: 5px 15px;
    background: #deeaff;
    color: #676766;
    border-radius: 16px;
    border: 1px solid #d1eaff;
}

    .tag-v1-sky span {
        color: #676766;
        font-weight: 500;
    }

.btn-v1-dark {
    border: 1px solid black !important;
    border-radius: 16px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.v1-package label {
    font-size: 14px;
    line-height: 15px;
    color: #5f5d5d;
}

.v1-package p {
    font-size: 21px;
    line-height: 14px;
    color: #000000;
    letter-spacing: -0.8px;
}

.v1-package input[type="checkbox"] {
    height: 23px !important;
    width: 23px !important;
}

.v1-package div[type="package-tag"] {
    padding: 6px 14px;
    background: #ffe082;
    color: #705b1d;
    font-weight: 500;
    font-size: 14px !important;
    border: 1px solid #fdd970;
    border-radius: 16px;
}

.nav-upd {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgb(24, 24, 24) !important;
    text-align: center;
}

.eff-backlight:hover {
    background-color: rgb(243, 243, 243) !important;
}

.btn-dang {
    background: #f95757 !important;
    color: white !important;
    border-color: #c52f2f !important;
    border-radius: 13px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.package-size {
    min-width: 150px;
    max-width: 240px;
    height: fit-content;
}

.input-group span {
    font-weight: 500;
    border-radius: 13px 0px 0px 13px;
}

.input-group input {
    border-radius: 0px 13px 13px 0px;
}

.bg-gyellow {
    background: linear-gradient( 121.76deg, #ffd25f 1.03%, rgba(196, 141, 0, 0.58) 98.5% );
}

.tag-smog {
    padding: 5px 15px;
    background: #3e3e3e;
    color: rgb(219, 219, 219);
    border-radius: 16px;
}

    .tag-smog span {
        color: white;
        font-weight: 500;
    }

.ui-nav-link {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    font-weight: 500 !important;
    padding-left: 13px !important;
    padding-right: 19px !important;
}

.btn-error {
    font-weight: 500 !important;
    border-radius: 11px !important;
    border: 1px solid #ff6d74 !important;
}

.error-warning {
    background: rgba(255, 150, 150, 0.22);
    border: 1px solid #ff584e;
    border-radius: 16px;
    font-size: 18px;
    color: #fd4848;
    font-weight: 500;
}

.btn-page {
    font-weight: 500 !important;
    font-size: 14px !important;
    border-radius: 9px !important;
    height: 33px !important;
}

.hover-none:hover {
    border: unset !important;
}

.border-none {
    border: unset !important;
}

.btn-smog {
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 7px !important;
    line-height: 16px !important;
    background: #f3f3f3 !important;
    border: 1px solid #dbdbdb !important;
}

.eff-bubble {
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

    .eff-bubble:hover {
        opacity: 0.8;
    }

.orderCreatePackage span {
    font-size: 14px;
    font-weight: 500;
    background: white !important;
    border-radius: 15px 0px 0px 15px !important;
}

.orderCreatePackage input {
    border-radius: 0px 15px 15px 0px !important;
}

    .orderCreatePackage input:focus {
        box-shadow: unset !important;
    }

.orderCreatePackage label {
    font-size: 14px;
}

.orderCreatePackage {
    margin: 5px 5px 0px 0px;
    width: 186px;
    background: linear-gradient( 121.76deg, #ffd25f 1.03%, rgba(196, 141, 0, 0.58) 98.5% );
    padding: 13px;
    border-radius: 14px;
}

    .orderCreatePackage div {
        padding-bottom: 5px;
        display: flex;
        justify-content: space-between;
    }

.tag-problem-sm {
    background: rgba(255, 150, 150, 0.22);
    border-radius: 16px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #ff2020;
    padding: 5px;
}

.tag-light {
    background: #e8f1ff;
    padding: 3px 6px;
    border-radius: 13px;
    font-weight: 500;
    color: #676766 !important;
}

.circle-select {
    height: 35px !important;
    width: 35px !important;
    border-radius: 50% !important;
    line-height: 21px !important;
    border: none !important;
}

.btn-svg-min {
    width: max-content !important;
    padding: 2px !important;
    border: none !important;
}

.btn-svg-min-sky {
    width: max-content !important;
    padding: 2px !important;
    border: none !important;
    color: #676766 !important;
}

.notify-success {
    height: 39px;
    background: rgba(43, 204, 69, 0.26);
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
    border-radius: 12px;
    line-height: 22px;
    padding: 6px 12px;
    color: #198c2b;
    font-weight: 700;
    font-size: 14px;
}

.tooltip-inner {
    color: black !important;
    background-color: white !important;
    max-width: none !important;
    font-size: 14px !important;
    height: 32px !important;
    padding: 6px 15px 6px 15px !important;
    border-radius: 18px !important;
    box-shadow: 0px 0px 17px 2px rgb(110 110 110 / 25%) !important;
}

.tooltip.show {
    opacity: 1 !important;
}

.tooltip {
    --bs-tooltip-bg: #fff !important;
    z-index: 1000 !important;
}

.link {
    text-decoration: none !important;
}

.link-bold {
    font-weight: 500;
    text-decoration: none !important;
}

.txt-bold-sm {
    font-weight: 500;
}

.btn-sky {
    background: #676766 !important;
    border: 2px solid #676766 !important;
    border-radius: 14px !important;
    color: white !important;
    font-weight: 500 !important;
    height: 38px !important;
}

.btn-o-dark {
    color: black !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    border: none !important;
}

    .btn-o-dark:hover {
        color: black !important;
        font-weight: 500 !important;
        font-size: 14px !important;
    }

.btn-sky:hover {
    opacity: 0.9;
}

.btn-warning {
    font-weight: 500 !important;
    border-radius: 11px !important;
    border: 1px solid #ebe2a1 !important;
}

.a-field-lg {
    height: 44px;
    border-radius: 13px !important;
    font-weight: 400;
}

.status-warning {
    background: #ffca2c1c;
    padding: 5px 9px;
    border-radius: 9px;
    font-size: 14px;
    border: 1px solid #ffcc3c;
    font-weight: 500;
}

.title-sm {
    font-size: 18px;
    font-weight: 300;
}

.title-md {
    font-size: 20px;
    font-weight: 300;
}

.title-lg {
    font-size: 22px;
    font-weight: 300;
}

.lab-md {
    font-size: 26px;
    font-weight: 300;
}

.lab-mdb {
    font-size: 26px;
    font-weight: 400;
}

.lab-micb {
    font-size: 20px;
    font-weight: 400;
}

.lab-smb {
    font-size: 24px;
    font-weight: 400;
}

.border-warn {
    border: 1px solid #ffc633;
}

.brand-font {
    font-family: "Galada", cursive;
}

.t-sm {
    font-size: 13px !important;
}

.t-md {
    font-size: 14px;
}

.t-lg {
    font-size: 16px;
}

.t-xl {
    font-size: 18px;
}

.nav-bold {
    font-weight: 500;
}

.radius-sm {
    border-radius: 6px;
}

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

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

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

.rad-lg {
    border-radius: 15px !important;
}

.shad-sm {
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#windowBlurWrapper {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.menu-sorted {
    font-size: 13px;
    font-weight: 400;
}

.ux-ddmenu-header {
    cursor: pointer;
    font-size: 13px;
    color: rgb(32, 32, 32);
    font-weight: 600 !important;
}

.ux-ddmenu-items {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

    .ux-ddmenu-items a {
        padding: 8px;
        font-size: 13px !important;
    }

.ux-card-title {
    font-weight: 400;
    font-size: 18px;
}

.ux-card-label {
    font-size: 13px;
}

.form-check-input[type="checkbox"] {
    border-radius: 50% !important;
    height: 20px;
    width: 20px;
}

.form-label-sm {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0px;
}

.form-label-md {
    font-size: 18px;
    font-weight: 500;
}

.form-micro-md {
    font-size: 14px !important;
    height: 30px !important;
}

.text-light3 {
    color: #bebebe !important;
}

.text-light2 {
    color: #ededed !important;
}

.bg-light2 {
    background-color: #ededed !important;
}

.form-field-sm:focus {
    box-shadow: none !important;
}

.form-field-sm {
    height: 32px;
    border-radius: 6px !important;
}

.form-micro-field {
    height: 24px !important;
}

.btn-ux-w {
    background-color: white !important;
    border: none !important;
}

    .btn-ux-w:hover {
        background-color: white !important;
        border: none !important;
        opacity: 0.8;
    }

.form-gray {
    font-size: 14px !important;
    height: 30px !important;
    background: #f1f1f1 !important;
    border-radius: 13px !important;
    border: none !important;
}

.form-select-gray {
    font-size: 14px !important;
    height: 30px !important;
    background: #f1f1f1 !important;
    border-radius: 13px !important;
    border: none !important;
}

.border-none {
    border: none !important;
}

.btn-svg-light {
    border: 1px solid rgb(231, 231, 231) !important;
    padding: 0px 5px !important;
    border-radius: 50% !important;
    color: rgb(94, 94, 94) !important;
}

    .btn-svg-light:hover {
        border: 1px solid rgb(231, 231, 231) !important;
        color: rgb(34, 34, 34) !important;
    }

.hoverOpac-sm:hover {
    opacity: 0.7;
}

.border-none {
    border: none !important;
}

.btn-success {
    height: 35px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    background-color: rgb(39, 155, 39) !important;
    border-color: rgb(34, 180, 34) !important;
    border-radius: 6px !important;
}

.btn-success2 {
    color: white !important;
    height: 32px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    background-color: #23b83b !important;
    border-color: rgb(34, 180, 34) !important;
    border-radius: 6px !important;
}

.btn-primary-out {
    background-color: transparent !important;
    color: #676766 !important;
    height: 38px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    border-color: #676766 !important;
    border-radius: 6px !important;
    line-height: 16px !important;
    font-size: 1rem !important;
    /* border: 1px solid #37a3ff!important; */
    border-radius: 15px !important;
}

.btn-primary {
    height: 38px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    background-color: #676766 !important;
    border-color: #676766 !important;
    border-radius: 6px !important;
    line-height: 16px !important;
    font-size: 1rem !important;
    /* border: 1px solid #37a3ff!important; */
    border-radius: 15px !important;
}

.btn-out-primary {
    font-weight: 500 !important;
    font-size: 13px !important;
    border: none !important;
    color: #676766 !important;
}

.form-floating input,
.form-floating select {
    border: none !important;
    border-radius: 0px;
    border-bottom: 1px solid rgb(218, 218, 218) !important;
}

    .form-floating input:focus,
    .form-floating select:focus {
        box-shadow: none !important;
        border-bottom: 1px solid #676766 !important;
    }

.orderPackageItem {
    background-color: #f0f0f0;
    padding: 10px;
    padding-bottom: 0px;
    border-radius: 10px;
    margin-bottom: 7px;
    margin-right: 7px;
}

    .orderPackageItem div {
        align-items: center;
        justify-content: space-between;
        width: 148px;
        display: flex;
        margin-bottom: 8px;
    }

    .orderPackageItem span {
        font-size: 13px;
        padding-right: 5px;
    }

    .orderPackageItem input[type="number"] {
        border: none;
        border-radius: 8px !important;
        margin-left: 0px !important;
        height: 26px;
    }

    .orderPackageItem input[type="checkbox"] {
        border: 1px solid rgb(184, 184, 184) !important;
        border-radius: 50% !important;
        margin-left: 0px !important;
        height: 18px;
        width: 18px;
    }

.border-danger {
    border: 1px solid rgb(202, 79, 79) !important;
}

.border-complete {
    border: 1px solid rgb(39, 155, 39) !important;
}

.text-warn {
    color: rgb(228, 154, 17) !important;
}

.text-comp {
    color: #279b27 !important;
}

.text-dang {
    color: rgba(224, 32, 32, 1) !important;
}

.circlecheck-lg {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
}

.msg-warning {
    border-radius: 16px;
    border: 1px solid #fdbb44;
    background: #ffb20238;
    color: #4a4a4a;
    font-size: 13px;
}

    .msg-warning svg {
        color: #d68d06;
    }


@media (min-width: 1536px) {
    .custom-container {
        max-width: 90rem !important;
    }    
}    
@media (min-width: 1700px) {
    .custom-container {
        max-width: 100rem !important;
    }    
}
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.page-item.active .page-link {
    background-color: #dc291a !important;
    border-color: #dc291a !important;
    color: white !important;
}
.selected-org-container{
    user-select: text !important;
}
.editClientBtn{
    transition: 0.1s ease-in-out;
    border: none !important;
}

.editClientBtn:hover {
    opacity: 0.7;
}

.order-value-input::placeholder {
    color: #676766 !important;
}

.list-group-item{
    overflow: hidden;
    text-wrap: wrap;
    white-space: wrap;
    word-wrap: break-word;
}

.modal-blur {
    filter: brightness(0.5); 
}

.clickable-row:hover {
    cursor: pointer !important;
    opacity: 0.9 !important;
}

.check-btn i {
    transition: transform 0.2s ease, color 0.2s ease;
    color: black; 
    font-size: 1.2rem; 
}

.check-btn:hover i {
    transform: scale(1.5); 
    color: #dc291a;
}

.cancel-btn {
    color: gray;
    border: none;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
}

.cancel-btn:hover {
    color: red;
    cursor: pointer;
    background-color: transparent;
}

.dropdown-search:hover,
.dropdown-search:focus {
    background-color: #fff !important;
    border-color: #ced4da !important;
    box-shadow: none !important;
}
.date-range-input {
    padding-right: 2.5rem;
}

.btn-clear-date {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #6c757d;
    padding: 0.25rem;
    font-size: 0.875rem;
}

.btn-clear-date:hover {
    color: #dc3545;
    background: transparent;
}

.dropdown-fixed-width {
    min-width: 140px; /*нужная  ширина */
    max-width: 280px; /* чтобы не растягивалось */
}

.dropdown-fixed-width .btn,
.dropdown-fixed-width .dropdown-menu {
    width: 100% !important;
    min-width: 100% !important;
}

/* Чтобы текст в кнопке не выходил за границы */
.dropdown-fixed-width .btn .text-truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Для элементов dropdown */
.dropdown-fixed-width .dropdown-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.select-with-icon {
    background-repeat: no-repeat;
    background-position: 0.5rem center;
    padding-left: 2rem; 
}

/* Плавное выделение input и кнопки */
.highlight {
    transition: all 0.2s ease;
    box-shadow: 0 0 5px rgba(0,123,255,0.5);
}
