:root {
    --text-color: #000;
    --THEME_COLOR: #e4e6e9;
    --layout-primary: #0c6eb5;
}

/* CSS Document */
* {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

/*{border-radius:3px;}*/

.login {
    width: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: #999 thin solid;
    border-radius: 2px;
    text-align: center;
    margin-top: 10%;
}

form label {
    color: var(--layout-primary);
    width: 120px;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    border-radius: 3px;
}

input {
    border: #999 thin solid;
    padding: 3px;
    min-width: 40px;
    border-radius: 3px;
}

textarea {
    border: #999 thin solid;
    padding: 3px;
    border-radius: 3px;
}

select {
    border: #999 thin solid;
    padding: 3px;
    min-width: 100px;
    border-radius: 3px;
}

.hd {
    color: #999;
    font-size: 24px;
    text-align: left;
    margin-left: 5px;
    margin-top: 5px;
}

/*.row{width:95%;margin:15px; text-align:justify;}*/
.buttonrow {
    width: 95%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.info {
    color: #999;
    font-size: 10px;
    text-align: right;
    margin: 5px;
}

.errormessage {
    text-align: center;
    color: #F00;
}

.logonwelcome {
    float: right;
    font-size: 10px;
}

.logonwelcome a {
    font-size: 10px;
}

.head {
    font-size: 18px;
    /*background-color:#999;*/
    color: #FFF;
    display: inline-block;
    padding: 10px;
    margin-top: 5px;
    float: right;
}

.list {
    width: 500px;
    cursor: pointer;
    background-color: #FFF;
    border: #999 thin solid;
    padding: 10px;
    position: absolute;
    display: none;
}

.report {
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
}

.table {
    border: #CCC thin solid;
    color: var(--text-color);
}

.table th {
    border: #CCC thin solid;
    border-radius: 0px;
    color: #999;
    padding: 5px;
    color: var(--text-color);
}

.table td {
    border: #CCC thin solid;
    border-radius: 0px;
    padding: 2px;
    text-align: center;
}

.hide {
    float: right;
    padding: 0 5px 15px 0;
}

.top {
    border-bottom: #CCC thin solid;
    width: 100%;
    height: 6vh;
    border-radius: 0px;
}

.side {
    border-right: #CCC thin solid;
    float: left;
    width: 12%;
    height: 85vh;
    border-radius: 0px;
}

.main {
    float: right;
    width: 86%;
    height: 85vh;
    overflow: auto;
    border-radius: 0px;
}

.footer {
    border-top: #CCC thin solid;
    float: right;
    width: 100%;
    height: 5vh;
    padding-top: 8px;
    border-radius: 0px;
}

.mainmenu li {
    list-style-type: none;
    width: 120px;
    padding: 5px 10px 5px 5px;
    font-size: 15px;
    border: thin solid #CCC;
    display: inline-block;
    cursor: pointer;
    margin-right: 0px;
}

.mainmenu li:hover {
    color: #666;
}

/* .active{color:#FFF; font-weight:bold;background-color:#999;} */
.sidemenu {
    display: none;
}

.sidemenu li {
    list-style-type: none;
    padding: 5px 8px 5px 5px;
    font-size: 13px;
    cursor: pointer;
    margin-left: -40px;
}

.sidemenu li:hover {
    color: #666;
}

.account li {
    list-style-type: none;
    padding: 5px 10px 5px 5px;
    font-size: 15px;
    border: thin solid #CCC;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

/*Autocomplete CSS*/
.ac_results {
    padding: 0px;
    border: 1px solid var(--text-color);
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    /*background: white url('indicator.gif') right center no-repeat;*/
}

.ac_odd {
    /*background-color: #eee;*/
}

.ac_over {
    background-color: #eee;
    /* background-color: #0A246A; color: white; */
}

.alertify-notifier .ajs-message.ajs-error {
    color: #fff;
}

#drop {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold, "Vollkorn";
    color: #bbb
}

.dataTables_filter label {
    text-align: left;
    width: 200px !important;
}


/*arkam*/
a.navbar-brand img {
    width: 86px;
}

.title-tip {
    color: var(--text-color);
}

a.navbar-brand {
    padding: 5px;
    margin-right: 20px;
}

h3#hdn a {
    border: 1px solid #cccccc;
    background: whitesmoke;
    font-size: 18px;
    padding: 6px 20px;
    color: var(--text-color);
    text-decoration: none;
}

h3#hdn_dlt a {
    border: 1px solid #cccccc;
    background: whitesmoke;
    font-size: 18px;
    padding: 6px 27.5px;
    color: var(--text-color);
    text-decoration: none;
}

h3#createShipmentBtn a {
    border: 1px solid #cccccc;
    background: whitesmoke;
    font-size: 18px;
    padding: 6px 27.5px;
    color: var(--text-color);
    text-decoration: none;
}

p.excle-box input {
    margin-right: 10px;
}

p.excle-box {
    display: flex;
    /* margin-top: 15px;*/
}

.cv-scc {
    overflow: auto;
    width: 100%;
}

.w-140 {
    width: 150px;
}

.ovr-sc {
    max-height: 400px;
    overflow-y: scroll;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

.accordion-item {
    flex: 1;
    /* Allow each accordion to take equal space */
    border-radius: 8px;
}

.accordion-header {
    padding: 10px;
    background-color: #f1f1f1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
}

.accordion-content {
    display: none;
    /* Initially hidden */
    padding: 10px;
    background-color: #f1f1f1;
    border-top: none;
    /* Avoid double border */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.toggle-icon {
    font-weight: bold;
}

.select2-container .select2-container--single .select2-selection__rendered {
    background: #f6f6f6 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #f6f6f6 !important;
}

/* Phone */
@media only screen and (max-width: 760px) {
    .hidden-phone {
        display: none;
    }
}

@media all {
    #controls {
        position: fixed;
        top: 143px;
        right: 40px;
        z-index: 30;
        gap: 8px;
        display: flex;
    }
}

.navbar-nav>li {
    float: left;
    border: none !important;

}

.navbar-nav>li a {
    text-align: center;
    height: 30px;
}

.navbar-nav>li a p {
    margin-bottom: 0px;
    margin-top: 10px;

}

body {
    padding-top: 65px;
}

a.side-img {
    height: 60px !important;
}

ol.breadcrumb {
    font-weight: 600;
    font-size: 20px;
    padding: 0;
}

.navbar-brand>img {
    position: relative;
    width: 171px;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1500px) {


    .glyphicon {
        font-size: 20px !important;
    }

    .navbar-nav>li a p {
        font-size: 11px;
        line-height: 1.2;
    }

    .navbar-brand>img {

        width: 150px;
    }

    span.glyphicon.glyphicon-search {
        font-size: 16px !important;
    }

    .navbar-nav>li a {

        height: auto;
        text-align: start;
        padding: 8px;
    }



}

.dataTables_filter label {
    width: auto !important;
    padding: 15px;
}

.dataTables_length label {
    width: auto !important;
    padding: 15px;
}


span.icn-ico i {
    font-size: 26px;
    font-weight: 100 !important;
}





.navbar-default {
    background-color: var(--THEME_COLOR);
    border-color: var(--THEME_COLOR);
}




.navbar-default .navbar-nav>li>a {
    color: var(--text-color);
}





.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: var(--layout-primary);
    background-color: #cccccc;
    border-radius: 0px 0px 15px 15px;
}

.form-control {
    border-radius: 10px !important;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    display: flex;
    align-items: center;
    text-align: left;
    height: 65px;
    line-height: 15px;
    padding: 10px;
}



.navbar-nav>li a p {
    margin: 0;
    font-size: 14px;
}



span.icn-ico i {
    font-size: 26px;
    font-weight: 100 !important;
    /* position: relative; */
    /* top: 2px; */
    margin-right: 8px;
}


.search-frm {
    display: flex;
    position: relative;
}

button.btn-sc {
    position: absolute;
    right: 0;
    border: none;
    background: transparent;
    height: 100%;
    width: 36px;
}

button.btn-sc i {
    font-size: 18px;
}



ul.nav.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
}

ol.breadcrumb {
    margin-bottom: 0;
}

.panel-default>.panel-heading {
    color: var(--text-color);
    background-color: var(--THEME_COLOR);
    border-color: var(--THEME_COLOR);
}

.panel {
    border-radius: 0px !important;
}




ol.breadcrumb {
    background: transparent;
}

.panel-default>.panel-heading {
    border-radius: 0 !important;
}

th {
    font-weight: 600;
    color: var(--text-color) !important;
}



label {
    font-weight: 500;
}

div#controls button#list {
    border-radius: 6px !important;
    outline: none !important;
}

.btn-default {
    border-radius: 0px;
    outline: none;
}


body {

    background-position: center;
    background-repeat: repeat;
    background-size: 5%;
}





h3.panel-title {
    color: var(--text-color) !important;
}

form#apis .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    text-align: center;
    vertical-align: middle;
    background: #e4e6e9;
}

span#apikey {
    display: block;
    margin-bottom: 15px;
}








#controls button {
    display: flex !important;
    align-items: center !important;
    font-weight: 500;
    border-radius: 7px;
}

.icn-min {
    font-size: 20px;
    font-weight: 500 !important;
    margin-right: 5px;
}

.panel-default>.panel-heading {
    max-height: 47px !important;
    height: 47px;
    display: flex;
    align-items: center;
}


.btn-default .badge {
    color: var(--layout-primary);
    background-color: #a39d9d;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 7px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffff !important;
    background: var(--layout-primary) !important;
    border-radius: 0 !important;
    border-color: #000 !important;
}

.datepick-nav,
.datepick-ctrl {

    background-color: #fff;

    font-size: 90%;
    font-weight: 500;
}

.datepick a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: 500;
}

.datepick-cmd:hover {
    background-color: var(--layout-primary);
    color: #ffff;
}

.datepick-month-header {
    display: flex;
}

.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
    height: 1.5em;
    background-color: var(--layout-primary);
    color: #ffffff;
    font-weight: 500;
}


.datepick-month th,
.datepick-month th a {
    background-color: #fff;
    color: #fff;
}

.datepick-month th {
    border: 1px solid #e7e7e7;
}

.datepick-month td .datepick-selected :hover {
    background-color: var(--layout-primary);;
    color: #fff;
}

.datepick-month td .datepick-weekend {
    background-color: #fff;
}

.datepick-month td .datepick-selected {
    background-color: var(--layout-primary);
    color: #fff;
}

.datepick-month a {

    background-color: #cdcdcd0d;

}

.datepick-ctrl {
    background-color: #ffff;
}

.datepick-month {

    border: 1px solid #fff;

}

.datepick {
    border: 1px solid #d5d5d5;
    box-shadow: 2px 4px 8px 1px #d7d7d7;
}

.datepick-month td {
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
}

.datepick-month td .datepick-highlight {
    background-color: var(--THEME_COLOR)1c;
}

.datepick-ctrl .datepick-cmd:hover {
    background-color: var(--THEME_COLOR);
    color: #ffff;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--layout-primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--layout-primary);
}


@media screen and (min-device-width: 1300px) and (max-device-width: 1399px) and (-webkit-min-device-pixel-ratio: 1) {

    ul.nav.navbar-nav.navbar-right {
        /* width: 100%; */
        justify-content: end;
    }

    li.srch {
        max-width: 100% !important;
        display: block;
    }

    .search-frm {

        width: 1000px;
    }

    /* ul#mainmenu {
        zoom: 92%;
    } */

}

@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {

    ul.nav.navbar-nav.navbar-right {
        width: 100%;
        justify-content: end;
    }

    li.srch {
        max-width: 100% !important;
        display: block;
    }

    .search-frm {

        width: 1230px;
    }
}

.bx-box {
    text-align: center;
    border-radius: 10px;
    padding: 24px 30px;
    background: #e4e6e9;
    margin-bottom: 30px;
    display: flex;
    /* flex-direction: column; */
    align-items: start;
    justify-content: space-between;
}

.body-text {
    color: var(--text-color);
}

.fs-16 {
    font-size: 16px;
}

.mt-10 {
    margin-top: 10px;
}

.icn-bx i {
    font-size: 58px;
    font-weight: 200 !important;
    color: var(--text-color);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #e4e6e9;
    opacity: 1;
    border: 0 !important;
    height: 40px !important;
    border-radius: 6px !important;
    border: 1px solid #7d8393 !important;
}


.count {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}

.bx-cnt {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.date {
    display: flex;
    justify-content: end;
    margin: 15px 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

a {
    color: var(--THEME_COLOR);
    text-decoration: none !important;
}

.select2-container--default .select2-selection--single {
    /* background-color: #fff  !important;
    border: 1px solid #ccc  !important;
    border-radius: 0px  !important; */
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--layout-primary) transparent transparent transparent !important;
    /* border-style: solid  !important; */
    /* border-width: 7px 7px 0 7px  !important; */
    height: 0 !important;
    left: 10% !important;
    margin-left: -4px !important;
    margin-top: -2px !important;
    position: absolute !important;
    top: 60% !important;
    width: 0 !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--layout-primary) transparent !important;
    border-width: 0 7px 8px 7px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e1e1e1 !important;
    border-radius: 0px !important;
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--layout-primary) !important;
    color: white !important;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid var(--THEME_COLOR);
    background: white !important;
    border-radius: 0;
}

.modal.fade .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100% !important;
    justify-content: center;
}

.modal-content {
    border-radius: 0;
}

.modal-title {
    color: var(--text-color) !important;
}

button.close span {
    opacity: 1;
    z-index: 99;
    font-size: 40px !important;
    font-weight: 200;
    /*    theme*/
    color: var(--layout-primary) !important;
}

button.close {
    opacity: 1;
    position: relative;
    top: -3px;
}

.modal-sm {
    width: 26% !important;
}

.loader {
    border: 16px solid var(--layout-primary);
    border-radius: 50%;
    border-top: 16px solid var(--THEME_COLOR);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 20px auto;
}

.ldr {
    text-align: center;
}

.ovr {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000004d;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) and (-webkit-min-device-pixel-ratio: 1) {
    .form-inputs {

        height: 650px !important;
    }

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

@media screen and (min-device-width: 1200px) and (max-device-width: 1500px) and (-webkit-min-device-pixel-ratio: 1) {
    ul.nav.navbar-nav.navbar-right li {
        display: inline-block !important;
    }

    form#tracking {
        width: 100% !important;
    }

    .search-frm {
        width: 100% !important;
    }

    li.srch {
        max-width: 100% !important;
        display: block;
        width: 80% !important;
    }

    .navbar-nav {
        /* float: right; */
        margin: 0;
    }








}

@media screen and (min-device-width: 1500px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {

    span.icn-ico i {
        font-size: 30px;

    }

    li.srch {

        width: 100%;
    }

    .navbar-nav>li a p {
        margin: 0;
        font-size: 12px;
    }




}







.modal-header {
    border-radius: 0px !important;
}

.form-control:focus {
    border-color: var(--layout-primary);
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


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

input:focus {
    outline: none !important;
    border-radius: 0px;
    border-color: var(--THEME_COLOR);
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--layout-primary);
    outline: none !important;
}






div#reclist_wrapper {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

/*portal*/

/*Shipper Advise,Order Report,Sales Report,Customer Report Excel button(PORTAL)*/
button.dt-button.buttons-excel.buttons-html5, .buttons-colvis {
    width: 12.6em;
    height: 39px;
    background: var(--layout-primary) !important;
    color:#fff !important;
    font-weight: 500;
    border-radius: 2px;
}
button.dt-button.buttons-columnVisibility.active {
    background: var(--layout-primary) !important;
    color:#fff !important;
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%) !important;
}

.mandatoryFields {
    color: #B32F3A;
    font-weight: 900;
}


.download-btn,
.reattempt-btn,
.upload-btn {
    background: var(--layout-primary);
    border: 0;
    padding: 10px 20px;
    border-radius: 12PX !important;
    color: #f6f6f6;
    height: 40px !important;
}

.badge-error {
    background-color: #ffe2e6;
    color: #f64e60;
    font-weight: bold;
}

.badge-success {
    background: #1bc9432b;
    color: #15ad38;
    font-weight: bold;
}

.badge {
    border-radius: 5px !important;
    padding: 7px 12px !important;
    text-transform: uppercase;
}

.vertical {
    text-align: center !important;
    /* Center the text */
    vertical-align: middle !important;
    /* Center vertically (if in a table cell) */
}

/* Status color css */
.shipment-in-transit {
    background-color: #f2d01636;
    color: #f2d016;
}

.shipment-booked,
.shipment-new-book {
    background-color: #66cccc2e;
    color: #66cccc;
}

.shipment-arrived,
.shipment-arrived-at-destination,
.shipment-arrived-at-hub {
    background-color: #9b51e029;
    color: #9b51e0
}

.shipment-out-for-delivery {
    background-color: #caf7d4;
    color: #29d250
}

.shipment-delivered {
    background-color: #1bc9432b;
    color: #15ad38
}

.shipment-returned-to-shipper,
.shipment-failed-attempt,
.shipment-ready-to-return,
.shipment-refused,
.shipment-in-transit-for-return,
.shipment-hold-for-self-collection,
.shipment-reattempt {
    background-color: #f832452e;
    color: #f83245
}

.shipment-in-transit-to-destination {
    background-color: #f7e26759;
    color: #f4db4e
}

/* .shipment-manifest{

}
.shipment-de-manifest{

}*/
.shipper-advice{
    background-color: #f767a380;
    color: #f547a7
}
.btn-default {
    background: var(--layout-primary) !important;
    color: #fff !important;
    height: 40px !important;
    min-width: 85px;
    border-radius: 10px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-sm {
    padding: .25rem 1.1rem;
}

.btn-custom {
    color: var(--layout-primary);
    background-color: #e4e6e9;
    height: 50px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.text-left{
    text-align: left !important;
}
.panel-body {
    padding: 29px !important;
}

.ml-3 {
    margin-left: 3px;
}
.my-12{
    margin: 24px 0px 24px 0px;
    text-align: end;
}

/* The checkbox-container */
.checkbox-container {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    /* margin-bottom: 12px; */
    cursor: pointer;
    width: 26px !important;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
  .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
    background-color: #eee;
  }
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid var(--layout-primary);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.b-bottom {
    border-bottom: 1px solid;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top:7px !important;
        margin-bottom: 0 !important;
        text-align: left !important;
    }
    .col-sm-3 {
        width: 25% !important;
        text-align: start !important;
    }
}
.form-horizontal .control-label {
    padding: 0px !important;
}
.col-sm-3,
.col-sm-1 {
    padding: 0px !important;
}

.m-left{
    margin-left: -15px;
}
.eye-toggle{
    position: relative;
}

.eye-toggle > span
{
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 14px;
    z-index: 10;
}

.tooltip-2 {
    position: relative;
}

.tooltip-2 .tooltiptext {
    visibility: hidden;
    width: 65px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 160%;
    left: 123%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-2 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-2:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.custom-checkbox {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    gap: 8px; /* Space between checkbox and label text */
    margin: 0px !important;
  }

  /* Hide the default checkbox */
  .custom-checkbox input[type="checkbox"] {
    display: none;
  }

  /* Checkbox mark container */
  .checkbox-mark {
    width: 20px;
    height: 20px;
    border: 2px solid #AFAFAF; /* Border color */
    border-radius: 4px; /* Rounded corners */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff; /* Background color */
    transition: all 0.3s ease; /* Smooth transition */
    position: relative;
  }

  /* Checkbox mark when checked */
  .custom-checkbox input[type="checkbox"]:checked + .checkbox-mark {
    background-color: #fff; /* Checked background color */
    border-color: #AFAFAF; /* Border color when checked */
  }

  /* The check icon (hidden by default) */
  .checkbox-mark::after {
    content: '';
    width: 6px;
    height: 10px;
    border-right: 3px solid var(--layout-primary);
    border-bottom: 3px solid var(--layout-primary);
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.3s ease; /* Smooth checkmark appearance */
    position: absolute;
  }

  /* Show the checkmark when the checkbox is checked */
  .custom-checkbox input[type="checkbox"]:checked + .checkbox-mark::after {
    opacity: 1;
    transform: rotate(45deg) scale(1); /* Ensure it scales properly */
  }
  .ri-icon{
    font-size: 25px;
  }