/*===================================== Header & bg CSS ===========================================*/
.jaihind-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    /*right: 200px;*/
    right: 170px;
}
.jaihind-logo .jaihind-img img {
    height: 46px;
}

.wrapper.withbg {
    background-image: url(../../../uploads/image/new/bg-comman.jpg);
    background-size: cover;
    background-position: center;
}
.wrapper.withbg .content-wrapper {
    background-color: transparent !important;
}
body.skin-black-light.inner-pages .wrapper.withbg .content-wrapper{
    background-color: transparent !important;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 7px 10px !important;
}


/*=======================================RT MANAGEMENT PAGE=======================================*/


   table {
      /* border: 1px solid #ccc; */
      border-collapse: collapse;
      margin: 0;
      padding: 0;
      width: 100%;
      table-layout: fixed;
    }

    table tr {
        border: 1px solid #ddd;
    }

    .table>tbody+tbody {
        border-top: 1px solid #ddd;
    }

   @media screen and (max-width: 991px) {
      table {
        border: 0;
      }

    .table-responsive.new-datatable-design {
        border: none;
    }
    .new-datatable-design .table-bordered {
        border: none;
    }
    .new-datatable-design tbody tr td .btn.responsive-btn {
      display: inline-block !important;
      width: 48% !important;
      margin-bottom: 0px !important;
    }
    .new-datatable-design tbody tr td .btn.responsive-btn{
      display: inline-block;
      width: 48%;
    }
    .new-datatable-design tbody tr td {
      text-align: left; 
    }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    /* font-size: .8em; */
    text-align: right;
  }
  
  table td::before {
 
    content: attr(data-label);
    /* float: left; */
    margin-bottom: 5px;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 700;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1061px){
    .new-datatable-design tbody tr td .btn.btn-danger.normal-btn-tablet {
        width: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .table.half-half-table>tbody>tr>td {
        width: 100%!important;
        float: left;
        text-align: center;
    }
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.table.borderless>tbody>tr>td, 
.table.borderless>tbody>tr,
.table.borderless>tfoot>tr>td {
    border: none;
}
.table.half-half-table>tbody>tr>td {
    width: 50%;
    float: left;
}


/*===================================== Login page CSS ===========================================*/
@media only screen and (max-width: 767px) {
  .login-card-body {
      overflow-y: scroll !important;
  }
  .login-logo img {
      max-width: 80px;
  }
  .login-logo, .register-logo {
      margin-bottom: 15px;
  }
  .sign-in-btn-wrap {
      margin-top: 15px;
  }
  .login-box-msg {
    margin-bottom: 5px;
}
    .login-card-body .login-box-wrap {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        top: 300px;
    }

    .login-card-half-bg {
        background-position: left top;
        margin-left: 29.33%;
        margin-top: 100px;
      }
    .sign-in-footer-wrap {
       position: absolute;
       padding: 40px 10px 0px 10px;
       bottom: 0;
  }
    .login-card-body .login-box {
      top: 50%;
      transform: translateY(-60%);
  }
  }

/*===================================== TROUBLESHOOTING POPUP ON DASHBOARD CSS ===========================================*/

    .question-btn{
        background-color: #fff;
        border-color: #fff;
        color: #000;
        font-size: 9px;
        font-weight: 700;
        padding: 0px;
        height: 12px;
        width: 12px;
        border-radius: 300px;
        line-height: 2px;
        margin-right: 4px;
        margin-top: 4px;
    }
    .question-btn:hover,
    .question-btn:visited,
    .question-btn:focus,
    .question-btn:active
    {
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }

    .modal {
        text-align: center;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
    .new-model-design{
        font-family: 'Poppins', sans-serif;
    }
    .new-model-design .modal-header {
        background-color: #000;
        color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .new-model-design .modal-content {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .new-model-design .modal-header h4{
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
    }
    .new-model-design .modal-header .close {
        background-color: #ff0000;
        color: #fff;
        margin-top: 2px;
        opacity: 1;
        width: 20px;
        border-radius: 300px;
        line-height: 20px;
    }
    .new-model-design .modal-body h6{
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }
    .new-model-design .modal-header .modal-title .round{
        background-color: #fff;
        color: #000;
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border-radius: 300px;
        padding: 0px 8px;
        margin-right: 10px;
    }


/*===================================== DASHBOARD CSS ===========================================*/
.directions-info {
    display: none !important;
}

body, html {
    font-family: 'Poppins', sans-serif !important;
}

* {
    box-sizing: border-box;
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 8px 0;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 100px;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 44px;
    right: 15px;
    border: none;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    width: 100%;
    padding: 10px;
    background-color: #0009;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

.form-container .btn {
    color: white;
    padding: 6px 10px !important;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
    margin: 0px !important
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

.form-container ul {
    margin: 0;
    padding: 0;
}

.form-container ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.chat-popup {
    display: none;
    position: fixed;
    bottom: -1px;
    right: 0;
    border: none;
    z-index: 9999;
    width: 100%;
    text-align: center;
}

.form-container ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border: solid #fff 3px;
    border-radius: 2px;
}

.content-header {
    position: relative;
    padding: 0px 15px 0 15px;
}

/*html, body, #map_canvas {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}*/
#map_canvas {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#map_canvas {
    position: absolute;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

/*--------------- New Custom CSS ----------------*/
#drone_info li.drone_detail_wrap{
   /* background-color: #338ab76b !important;*/
}
.menu-info.type2Drone{
    margin: 0;
    padding: 2px 0 0;
}
.menu-info.type2Drone p{
    font-size: 14px;
    padding: 3px 10px;
    border-bottom: 1px solid rgba(256,256,256,0.1);
}
.menu-info.type2Drone p:last-child{
    border-bottom: none;
}
.menu-info.type2Drone p b{
    width: 100%;
    display: block;
    font-weight: 500;
}
.menu-info.type2Drone p span{
    color: #03c403;
}
.menu-info-sub-det{
    display: flex;
}
.menu-info-sub-det p{
    width: 50%;
    border-right: 1px solid rgba(256,256,256,0.1);
}
.menu-info.type2Drone .menu-info-sub-det p:last-child{
    border-right: none;
     border-bottom: 1px solid rgba(256,256,256,0.1);
}
.header-status-icon-wrap{
    position: absolute;
    width: 500px;
    height: 60px;
    left: 50%;
    top: 0;
    z-index: 4;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}
.header-status-icon{
    position: relative;
    padding: 5px 10px;
}
.header-status-main-icon{}
.header-status-main-icon img{
    height: 24px;
    margin: 0 auto;
    display: block;
}
.header-status-sub-icon-wrap{
    display: flex;
    padding-top: 2px;
}

.display {
    display: none;
}

.header-status-sub-icon-wrap img{
    height: fit-content;
    width: 18px;
    height: 18px;
    margin-right: 2px;
}
.header-status-sub-icon-wrap p{
    color: #fff;
    font-size: 13px
}
.jam-controls-wrap{
    background-color: transparent !important;
    padding: 20px !important;
}
.jam-controls-wrap ul{
    display: flex;
    width: 780px;
    margin: 0 auto;
    justify-content: space-between;
}
.jam-controls-wrap li{
    border: none !important;
    border-radius: initial !important;
    margin: 0 10px !important;
}
.jam-controls-wrap li button{
    background-color: #111;
    opacity: 1 !important;
    box-shadow: 0 3px 2px 0px rgb(0 0 0 / 30%);
    border-radius: 5px;
}
.jam-controls-wrap li button img{
    width: 15px;
    height: auto;
    display: inline-block;
    position: relative;
    top: -1.5px;
    margin-right: 2px;
}
.jam-controls-wrap li button.selected, .jam-controls-wrap li button:hover{
        background-color: #14BC0D;
}
.jam-controls-wrap li button i{
    margin-right: 3px;
}
h3.control-sidebar-heading{
    border-bottom: 1px solid rgba(51, 138, 183, 0.8);
    padding-bottom: 10px !important;
}
.jam-controls-wrap{
    width: calc(100% - 280px);
    margin: 0 auto;
}
.main-header{
    height: 60px;
}
.main-sidebar{
    padding-top: 60px;
}
.skin-black-light .main-header .navbar .navbar-custom-menu .navbar-nav>li>a{
    height: 60px;
    padding-top: 20px;
}

/*------------ Login style ------------*/
.login-card-body{
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
}
.login-card-body .login-box-wrap{
    margin: 0;
    width: 42%;
    background-color: #000;
    height: 100%;
    position: absolute;
    right: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.login-card-body .login-box{
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.login-card-back-bg{
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
}
.login-card-full-bg{
    background-image: url(../../../uploads/image/new/BG-login.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.login-card-half-bg{
    background-image: url(../../../uploads/image/new/Banned.png);
    width: 42%;
    height: 100%;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 8%;
}
.login-card-logo-bg{
    background-image: url(../../../uploads/image/new/IIO-login-logo.png);
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 26px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}
.login-logo img{
    max-width: 140px;
    width: 100%;
}
.login-box-body{
    border: 1px solid #3664A0 !important;
    background-color: transparent;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
}
.login-box-msg{
    background-color: #3664A0;
    padding: 15px 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}
.login-box-msg b{}
.login-box-body form{
    position: relative;
    padding: 15px;
}
form .login-input-icon{
    position: absolute;
    top: 8px;
}
form .login-input-icon2{
        position: absolute;
    right: 5px;
    top: 8px;
}
.login-box-body .form-group input{
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 30px;
    color: #fff;
}
.sign-in-btn-wrap{
    position: relative;
    margin-top: 30px;
}
.sign-in-btn-wrap span{
    position: relative;
    width: 100%;
    margin: 10px 0;
    display: block;
}
.sign-in-btn-wrap span::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #444;
    top: 46%;
    z-index: -1;
}
.sign-in-btn-wrap span p{
        width: 40px;
    height: 20px;
    background-color: #000;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
}
.sign-in-btn-wrap .sing-btn{}
.sign-in-btn-wrap .sing-btn button{
    border-radius: 40px;
    box-shadow: 0 5px 5px 0px #3664A069;
    background-color: #3664A0 !important;
}
.sign-in-btn-wrap .sing-btn button.sign-in-contact-btn{
        background-color: #D6D6D6 !important;
    box-shadow: none;
    color: #000;
    font-weight: 600;
}

.sign-in-footer-wrap{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 30px;
}
.sign-in-footer-wrap p{
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {

  .login-card-body {

      overflow-y: scroll !important;

  }

  .login-logo img {

      max-width: 80px;

  }

  .login-logo, .register-logo {

      margin-bottom: 15px;

  }

  .sign-in-btn-wrap {

      margin-top: 15px;

  }

  .login-box-msg {

    margin-bottom: 5px;

}

    .login-card-body .login-box-wrap {

        width: 100%;

        border-top-left-radius: 0;

        border-bottom-left-radius: 0;

        top: 300px;

    }

    .login-card-half-bg {

        background-position: left top;

        margin-left: 29.33%;

        margin-top: 100px;

      }

    .sign-in-footer-wrap {

       position: absolute;

       padding: 40px 10px 0px 10px;

       bottom: 0;

  }

    .login-card-body .login-box {

      top: 50%;

      transform: translateY(-60%);

  }

 }


@media(max-width: 767px){
a.sidebar-toggle {
    display:block;
}
.sidebar-mini.sidebar-collapse .main-header .logo {
    width: 100% !important;
    text-align: center !important;
    margin: 10px 0 0 0;
    border-bottom: solid 1px#fff;
}
.sidebar-mini.sidebar-collapse .main-header .navbar {   
    padding: 0;
}

}

.wrapper .content-header>.breadcrumb {
    float: right;
    background: transparent;
    margin-top: 10px;
    margin-bottom: 10px !important;
    font-size: 12px;
    padding: 7px 5px;
    top: 15px;
    right: 10px;
    border-radius: 2px;
        position: unset;
}



/*===================================== SYSTEM MODULE ===========================================*/

/*===================================== Index Page CSS ===========================================*/

.col-sm-3.reset {
    padding-top: -13px;
    margin-top: -17px;
    margin-right: -3px;
}

/*===================================== Setup Page CSS ===========================================*/

.float-right,
    .btn-rightd {
        display: flex;
        flex-direction: row;
        justify-content: end;
    }
    .float-right .btn + .btn{
        margin-left: 15px;
    }
    .form-check-inline{
        position: relative;
        display: inline-block;
        padding-right: 20px;
        margin-bottom: 0;
        font-weight: 400;
        vertical-align: middle;
        cursor: pointer;
    }
    .new-form-design{
        font-family: 'Poppins', sans-serif;
    }
    .new-form-design h3{
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .new-form-design label {
        font-weight: 600;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
    }
    .new-form-design .form-control {
        box-shadow: none;
        border-radius: 0px;
        font-size: 13px;
        font-weight: 400;
        color: #000;
    }
    .new-form-design ::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        }

    .new-form-design :-ms-input-placeholder {
        font-weight: 600;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        }

    .new-form-design ::placeholder {
        font-weight: 600;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        }
    .r-star{
        color:red;
        font-weight:600;
        font-size:14px;
    }
    .addunit {
        float: right;
        background-color: #409A2E;
    }
    .mb-0{
        margin-bottom: 0px;
    }
    .inside-wrapper {
        display: flex;
        flex-direction: row;
    }
    .plr-5{
        padding-left:5px;
        padding-right:5px;
    }
    .pt-5{
        padding-top:5px;
    }
    .pl-0{
        padding-left:0px;
    }
    .new-form-design input::-webkit-outer-spin-button,
    .new-form-design input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .new-form-design input[type=number] {
        -moz-appearance: textfield;
    }

    hr.new-hr {
        border-top: 1px solid #f4f4f4;
    }
    .small-label {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 0px;
    }


    /*=================================== System edit Page ================================================*/

    .float-right,
    .btn-rightd {
        display: flex;
        flex-direction: row;
        justify-content: end;
    }
    .float-right .btn + .btn{
        margin-left: 15px;
    }
    .form-check-inline{
        position: relative;
        display: inline-block;
        padding-right: 20px;
        margin-bottom: 0;
        font-weight: 400;
        vertical-align: middle;
        cursor: pointer;
    }
    .new-form-design{
        font-family: 'Poppins', sans-serif;
    }
    .new-form-design h3{
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .new-form-design label {
        font-weight: 600;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
    }
    .new-form-design .form-control {
        box-shadow: none;
        border-radius: 0px;
        font-size: 13px;
        font-weight: 400;
        color: #000;
    }
    .new-form-design ::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        }

    .new-form-design :-ms-input-placeholder {
        font-weight: 600;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        }

    .new-form-design ::placeholder {
        font-weight: 600;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        }
    .r-star{
        color:red;
        font-weight:600;
        font-size:14px;
    }
    .addunit {
        float: right;
        background-color: #409A2E;
    }
    .mb-0{
        margin-bottom: 0px;
    }
    .inside-wrapper {
        display: flex;
        flex-direction: row;
    }
    .plr-5{
        padding-left:5px;
        padding-right:5px;
    }
    .pt-5{
        padding-top:5px;
    }
    .pl-0{
        padding-left:0px;
    }
    .new-form-design input::-webkit-outer-spin-button,
    .new-form-design input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .new-form-design input[type=number] {
        -moz-appearance: textfield;
    }

    hr.new-hr {
        border-top: 1px solid #f4f4f4;
    }
    .small-label {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 0px;
    }

/*============================================== System Advance page ================================================*/

    .float-right,
    .btn-rightd {
        display: flex;
        flex-direction: row;
        justify-content: end;
    }
    .float-right .btn + .btn{
        margin-left: 15px;
    }
    .form-check-inline{
        position: relative;
        display: inline-block;
        padding-right: 20px;
        margin-bottom: 0;
        font-weight: 400;
        vertical-align: middle;
        cursor: pointer;
    }
    .new-form-design{
        font-family: 'Poppins', sans-serif;
    }
    .new-form-design h3{
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .new-form-design label {
        font-weight: 600;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
    }
    .new-form-design .form-control {
        box-shadow: none;
        border-radius: 0px;
        font-size: 13px;
        font-weight: 400;
        color: #000;
    }
    .new-form-design ::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        }

    .new-form-design :-ms-input-placeholder {
        font-weight: 600;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        }

    .new-form-design ::placeholder {
        font-weight: 600;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        }
    .r-star{
        color:red;
        font-weight:600;
        font-size:14px;
    }
    .addunit {
        float: right;
        background-color: #409A2E;
    }
    .mb-0{
        margin-bottom: 0px;
    }
    .inside-wrapper {
        display: flex;
        flex-direction: row;
    }
    .plr-5{
        padding-left:5px;
        padding-right:5px;
    }
    .pt-5{
        padding-top:5px;
    }
    .pl-0{
        padding-left:0px;
    }
    .new-form-design input::-webkit-outer-spin-button,
    .new-form-design input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .new-form-design input[type=number] {
        -moz-appearance: textfield;
    }

    hr.new-hr {
        border-top: 1px solid #f4f4f4;
    }
    .small-label {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 0px;
    }



 /*========================================== system view page =========================================== */
 
    .float-right,
        .btn-rightd {
            display: flex;
            flex-direction: row;
            justify-content: end;
        }
        .float-right .btn + .btn{
            margin-left: 15px;
        }
        .form-check-inline{
            position: relative;
            display: inline-block;
            padding-right: 20px;
            margin-bottom: 0;
            font-weight: 400;
            vertical-align: middle;
            cursor: pointer;
        }
        .new-form-design{
            font-family: 'Poppins', sans-serif;
        }
        .new-form-design h3{
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 30px;
        }
        .new-form-design label {
            font-weight: 600;
            font-size: 13px;
            font-family: 'Poppins', sans-serif;
        }
        .new-form-design .form-control {
            box-shadow: none;
            border-radius: 0px;
            font-size: 13px;
            font-weight: 400;
            color: #000;
        }
        .new-form-design ::-webkit-input-placeholder {
            font-weight: 400;
            font-size: 14px;
            font-family: 'Poppins', sans-serif;
            }

        .new-form-design :-ms-input-placeholder {
            font-weight: 600;
            font-size: 14px;
            font-family: 'Poppins', sans-serif;
            }

        .new-form-design ::placeholder {
            font-weight: 400;
            font-size: 14px;
            font-family: 'Poppins', sans-serif;
            }
        .r-star{
            color:red;
            font-weight:600;
            font-size:14px;
        }
        .addunit {
            float: right;
            background-color: #409A2E;
        }
        .mb-0{
            margin-bottom: 0px;
        }
        .inside-wrapper {
            display: flex;
            flex-direction: row;
        }
        .plr-5{
            padding-left:5px;
            padding-right:5px;
        }
        .pt-5{
            padding-top:5px;
        }
        .pl-0{
            padding-left:0px;
        }
        .new-form-design input::-webkit-outer-spin-button,
        .new-form-design input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .new-form-design input[type=number] {
            -moz-appearance: textfield;
        }

        hr.new-hr {
            border-top: 1px solid #f4f4f4;
        }
        .small-label {
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            margin-top: 0px;
        }

        .pl-10{
            padding-left:10px;
        }   

/*============================================== RT ON/OFF Screen =================================================*/

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}



/*17-02-2023*/
.mb-10px{
	margin-bottom: 10px;
}
.box-header {
    padding: 15px;
}
.box-header .box-title {
    font-weight: 600;
}
.box-body {
	padding: 20px 20px;
}
.center-border {
	position: relative;
}
.center-border::after{
    content: " ";
    position: absolute;
    border-left: 1px solid #E7E8E6;
    height: 100%;
    top: 0;	
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.new-datatable-design .form-check-inline label.form-check-label {
    margin-bottom: 0px;
    margin-left: 5px;
}
.box-header.with-border {
    display: flex;
    align-items: center;
}

.box-header.with-btn-right .right-btn {
    margin-left: auto;
}

button.icon-btn.btn-d {
    border: none;
    background-color: transparent;
    color: red;
}
.icon-btn.btn-e  {
    border: none;
    background-color: transparent;
    color: #333333;
}

@media (min-width: 1200px) {
	.br1px-lgdown-none{
		border-right: 1px solid #E7E8E6;
	}
}

@media (max-width: 1199px) {
	.new-form-design .double-input .form-control {
	    margin-bottom: 10px;
	}
	.center-border::after{
		display: none;
	}

}
@media (max-width: 1061px) {
	.new-datatable-design tbody tr td .btn.btn-sm.btn-success {
        display: flex;
        width: 50px;
        margin-bottom: 5px;
        justify-content: center;
    }
    .new-datatable-design tbody tr td .btn.btn-danger{
        display: flex;
        width: 50px;
        justify-content: center;
    }

    .new-datatable-design tbody tr td .btn.btn-primary {
	    display: flex;
	    width: 50px;
	    margin-bottom: 5px;
	    justify-content: center;
	}
	.new-datatable-design tbody tr td .btn.btn-danger {
	    margin-left: 0px !important;
	    display: flex;
	    width: 50px;
	    justify-content: center;
	}


}
@media (max-width: 991px) {
	.skin-black-light .main-header .navbar .navbar-custom-menu .navbar-nav li::after{
		left: unset !important;
	}
    .new-datatable-design tbody tr td .btn.btn-sm.btn-success {
        display: flex;
        width: 50px;
        margin-bottom: 5px;
        justify-content: center;
    }
    .new-datatable-design tbody tr td .btn.btn-danger{
        display: flex;
        width: 50px;
        justify-content: center;
    }
    
}

@media (max-width: 767px) {
	.main-header .logo .logo-mini {
	    display: block;
	}
	.sidebar-mini.sidebar-collapse .main-header .logo{
		height: auto !important;
		border-bottom: none !important;
		text-align: left !important;
	    margin-top: 0px;
	}
	.main-header .logo .logo-mini img{
		margin-left: 0px !important;
	}
	.sidebar-mini.sidebar-collapse .main-sidebar {
	    -webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	    -o-transform: translate(0, 0);
	    transform: translate(0, 0);
	    width: 50px !important;
	    z-index: 850;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span{
		display: none;
	}
	.skin-black-light .main-header .navbar .navbar-custom-menu .navbar-nav>li>a{
		padding: 25px 10px !important;
	}

	.unit-wrapper {
	        display: flex;
		    flex-direction: column !important;
		    flex-wrap: wrap;
		    justify-content: left !important;
	}
}

@media (min-width: 768px){
	.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), 
	.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
	    left: 40px;
	}
}