@font-face {
    font-family: 'sukhumvit_setlight';
    src: url('font/bk-sukhumvit/sukhumvitset-light-webfont.woff2') format('woff2'), url('font/bk-sukhumvit/sukhumvitset-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: "sukhumvit_setlight" !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  [class*=sidebar-dark-] {
    background-color: #021324 !important;
}
.nav-sidebar .nav-treeview {
    /* padding: 0px 0px 0px 20px !important; */
    font-size: 0.90rem !important;
}
.user-panel .info {
    display: inline-block;
    padding-top: -5px !important;
}  
.user-panel img {
    width: 5rem !important;
    margin-top: -13px;
    margin-left: -15px;
}
.pb-3, .py-3 {
    padding-bottom: 0rem!important;
}

.header-primary-card:not(.card-outline)>.card-header {
    background-color: #03396e !important;
}
.brand-link .brand-image {
    margin-left: .8rem !important;
}
.brand-link {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
    margin-top: -5px;
}
.small-box .icon>i.fa, .small-box .icon>i.fab, .small-box .icon>i.fad, .small-box .icon>i.fal, .small-box .icon>i.far, .small-box .icon>i.fas, .small-box .icon>i.ion {
    font-size: 50px !important;
    /* top: -15px !important; */
}
/* .small-box .icon {
    color:rgb(255 255 255) !important;
    z-index: 0;

} */


/* bg color */
.bg-red {
    background: red;
    color: white;
}


/* info */
.bg-info1 {
    background-color: #00889D!important;
    color: white;
}
.bg-info2 {
    background-color: #006E83!important;
    color: white;
}
.bg-info3 {
    background-color: #00556A!important;
    color: white;
}

/* warning */
.bg-warning1 {
    background-color: #E0A600!important;
    color: white;
}
.bg-warning2 {
    background-color: #C18C00!important;
    color: white;
}
.bg-warning3 {
    background-color: #A27300!important;
    color: white;
}

/* purple */
.bg-purple {
    background-color: #967BC0!important;
    color: rgb(255, 255, 255)!important;
}
.bg-purple1 {
    background-color: #7B62A5!important;
    color: white;
}
.bg-purple2 {
    background-color: #7151A5!important;
    color: white;
}

.bg-purple3 {
    background-color: #614A8A!important;
    color: white;
}

/* blue */
.bg-blue {
    background-color: #56A1EE!important;
    color: white;
}
.bg-blue1 {
    background-color: #3287D1!important;
    color: white;
}
.bg-blue2 {
    background-color: #1D7DD1!important;
    color: white;
}

.bg-blue3 {
    background-color: #006EB5!important;
    color: white;
}

/* yello */
.bg-yello {
    background-color: #F9CD00!important;
    color: white;
}
.bg-yello1 {
    background-color: #DAB200!important;
    color: white;
}
.bg-yello2 {
    background-color: #BB9700!important;
    color: white;
}

.bg-yello3 {
    background-color: #9D7E00!important;
    color: white;
}

/* green */
.bg-green {
    background-color: #405fb6!important;
    color: white;
}
.bg-green1 {
    background-color: #304a8d!important;
    color: white;
}
.bg-green2 {
    background-color: #1d3573!important;
    color: white;
}
.bg-green3 {
    background-color: #1f37c0!important;
    color: white;
}

.datepicker-dropdown:before {
    display: contents !important;
}

.hidden{
    display:none;
}
.header{
    font-weight: bold;
    font-size: .9rem;
    color: white;
    /* margin-left: 70px; */
    background-color: #22303d87;
    color: #3e4d53;
    /* background: #171e22; */
    padding: 5px 12px 5px 12px;
}
.label-upload-file {
    background-color: indigo;
    color: white;
    padding: 0.5rem;
    /* font-family: sans-serif; */
    border-radius: 0.3rem;
    cursor: pointer;
    /* margin-top: 1rem; */
  }
  
  #file-chosen {
    margin-left: 0.3rem;
  }

  .hide {
    display: none !important;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.custom-bg {
    background-color: #FFD700 !important; /* Change this to your desired background color for the first dropdown */
}
.box-footer-style {
    text-align: right !important;
    margin: 3px !important;
}
.dt-buttons {
    float: left !important;
    margin-left: 130px !important;
}

.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  input.error {
    border-radius: 0;
    box-shadow: none;
    border-color: red !important;
}
textarea.error {
    border-radius: 0;
    box-shadow: none;
    border-color: red !important;
}

select.error {
    /* background: url("icon-fail.png") no-repeat scroll right center #ffebef;
    color: #480000; */
    border-radius: 0;
    box-shadow: none;
    border-color: red !important;
}

label.error {
    padding-top: 5px;
    color: red !important;
}

input.valid {
    border-color: #d2d6de !important;
}

span.form-error.help-block {
    color: red;
    display: block;
    margin-top: 6px;
    padding-left: 0;
}

.req {
    border: 1px solid #FF6600 !important;
    border-radius: .25rem;
    /* padding: .46875rem .75rem;
    height: calc(2.25rem + 2px); */
}
/* .form-control{
    font-size: .80rem !important;
} */
.info-box .info-box-icon {
    font-size: 1.675rem !important;
    width: 55px !important;
}
.info-box .info-box-content {
    line-height: 1.5 !important;
}
.info-box .info-box-text, .info-box .progress-description {
    font-size: 14px !important;
}

.menu-item-header {
    color: #f5f5f5;
    background-color: #00285e;
    font-size: 15px;
    border-radius: 5px;
}
.product-image-thumb {
    max-width: none !important;
}
/* marker location */
.marker-pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #c30b82;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

.marker-pin::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}

.custom-div-icon i {
    position: absolute;
    width: 20px;
    /* font-size: 22px; */
    left: 0;
    right: 0;
    margin: 13px auto;
    text-align: center;
}

.custom-div-icon i.awesome {
    margin: 12px auto;
    font-size: 17px;
}

/* marker Map */
.marker-pin-map {
    width: 23px;
    height: 23px;
    border-radius: 50% 50% 50% 0;
    background: #c30b82;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

.marker-pin-map::after {
    content: '';
    width: 17px;
    height: 17px;
    margin: 3px 0 0 3px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}

/* .custom-div-icon-map i {
    position: absolute;
    width: 17px;
    left: 0;
    right: 0;
    margin: 11px 3px;
    text-align: center;
}

.custom-div-icon-map i.awesome {
    margin: 12px auto;
    font-size: 17px;
} */


.custom-div-icon-map img {
    position: absolute;
    width: 17px;
    left: 0;
    right: 0;
    margin: 11px 3px;
    text-align: center;
}
.custom-div-icon-map-airvalve {
    width: 8px !important;
    z-index: 1;
    position: absolute;
    margin: 10px 9px 10px 7px !important;
}
.custom-div-icon-map-prv {
    width: 17px !important;
    z-index: 1;
    position: absolute;
    margin: 12px 0px 0px 2px !important;
}

.custom-div-icon-map-meter {
    width: 15px !important;
    z-index: 1;
    position: absolute;
    margin: 10px 10px 10px 4px !important;
}

/*Legend specific*/
.legend {
    padding: 6px 8px;
    font: 12px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
    /*border-radius: 5px;*/
    line-height: 24px;
    color: #555;
  }
  .legend h4 {
    text-align: center;
    font-size: 16px;
    margin: 2px 12px 8px;
    color: #242222;
    font-family: 'sukhumvit_setlight';
    font-weight: bold;
  }
  
  .legend span {
    font-family: 'sukhumvit_setlight';
    position: relative;
    bottom: 5px;
  }
  
  .legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 8px 0 0;
    opacity: 0.7;
  }
  
  .legend i.icon {
    background-size: 18px;
    background-color: rgba(255, 255, 255, 1);
  }

  .legend div.marker-pin-legend {
    width: 14px;
    height: 14px;
    float: left;
    margin: 0 8px 0 0;
    opacity: 0.7;
  }
  .marker-pin-legend {
    width: 20px;
    height: 20px;
    border-radius: 50% 50% 50% 0;
    background: #c30b82;
    position: absolute;
    transform: rotate(-45deg);
    /* left: 50%; */
    /* top: 40px; */
    margin: -9px 0 0 0px;
}
/* pupup */
.popover {
    font-family: "sukhumvit_setlight" !important;
}
.nav-item.minititle {
    display: none !important;
}
.nav-item.minititle-in {
    display: none !important;
}
@media (max-width: 576px) {
    .nav-item.minititle {
        display: block !important;
    }
}
@media (max-width: 982px){
    .nav-item.minititle-in {
        display: block !important;
    }
}

.Loader {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 1.5em;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: #ffffffc7;
}

.loader .text {
    text-transform: capitalize;
}

.Loader .dots {
    display: flex;
    position: relative;
    top: 0px;
    left: -10px;
    width: 80px;
    animation: dots 2s ease infinite 1s;
}

.Loader .dots div {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: black;
}

.Loader .dots div:nth-child(1) {
    width: 0px;
    height: 0px;
    margin: 5px;
    margin-right: 15px;
    animation: show_dot 4s ease-in-out infinite 1s;
}

.Loader .dots div:nth-child(4) {
    background-color: transparent;
    animation: dot_fall_left 4s linear infinite 1s;
}

.Loader .dots div:nth-child(4):before {
    position: absolute;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: black;
    content: "";
    animation: dot_fall_top 4s cubic-bezier(0.46, 0.02, 0.94,
            0.54)infinite 1s;
}

@keyframes dots {
    0% {
        left: -10px;
    }

    20%,
    100% {
        left: 10px;

    }
}

@keyframes sho-dots {

    0%,
    20% {
        width: 0px;
        height: 0px;
        margin: 5px;
        margin-right: 15px;

    }

    30%,
    100% {
        width: 10px;
        height: 10px;
        margin: 0px;
        margin-right: 10px;

    }
}

@keyframes dot_fall_left {

    0%,
    5% {
        left: 0;
    }

    100% {
        left: 200px;
    }
}

@keyframes dot_fall_top {

    0%,
    5% {
        top: 0;
    }

    30%,
    100% {
        top: 50vh;
    }
}
.pwa-name-header {
    padding-left: 40px !important;
}

.navbar-dark {
    background-color: #3477ba !important;
    border-color: #7ba9d2 !important;
}
.main-footer {
    margin-left: 0px !important;
}