.gap5{height:5px;display: block;}
.gap10{height:10px;display: block;}
.gap20{height:20px;display: block;}
.gap30{height:30px;display: block;}
.gap40{height:40px;display: block;}
.gap50{height:50px;display: block;}
.gap100{height:100px;display: block;}

.logo-img-brand
{
    line-height: .8;
    margin-left: 0.8rem;
    margin-right: 0.5rem;
    margin-top: -3px;
    max-height: 66px;
    width: auto;
}
.loginLogo{
    text-align: center;
    /*background-color: #454a47;*/
    padding: 10px;
    border-radius: 25px;
}

.loginLogo span{
    font-size: 31px;
    padding: 12px 57px;
    background-color: #8d8d8d;
    border-radius: 31px;
    color: #fff;
    font-weight: 100;
}


/*.loginContainer{
    width: 39%;
    height: 47%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/
.loginContainer{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}

/*.formContainer{
    width: 39%;
    height: 44%;
    !*overflow: auto !important;*!
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/

.formContainer{
    width: 100%;
    height: 100vh;
    overflow: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}
.preImageSelector {

}
.preImageSelector img, .imgPrev {
    max-width:100%;
    max-height:200px;
    object-fit: contain;
}

.error{
    color: RED;
    font-weight: 500 !important;
    font-size: 13px;
}

.userType{
    padding: 3px 7px;
    border-radius: 13px;
    font-weight: 600;
}

.superAdmin{
    background-color: #9dc6f9;
    border: 1px solid #457ab9;
    color: #457ab9;
}

.admin{
    background-color: #b1eba6;
    border: 1px solid #16624f;
    color: #16624f;

}

.user{
    background-color: #fbe389;
    border: 1px solid #bda52e;
    color: #917d1d;
}


/* add custom css */
:root {
    --black: #000000;
    --white: #ffffff;
    --text: #2E384D;
    --theme: #1E73BE;
    --light-theme: #4998DD;
    --grey: #484848;
    --background: #F1F6FC;
  }


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Poppins', sans-serif;
}

body {
    font-size: 14px;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Poppins', sans-serif;
    color: var(--text);
}

button {

}

button:hover, button:focus, .btn:hover, .btn:focus {
    outline: none;
    box-shadow: none;
}

a, a:hover, .btn, .btn:hover {
    transition: all 0.3s ease-in-out;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 0;
    padding-right: 0;
}

.content-wrapper>.content {
    padding: 0;
}

.content-wrapper {
    background-color: var(--background);
}

.main-sidebar, .main-sidebar::before {
    width: 275px;
}

@media (min-width: 992px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 275px;
    }
}

[class*=sidebar-dark-] {
    background-color: var(--theme);
}

.brand-link {
    background-color: var(--black);
    text-align: center;
    height: 72px;
    padding: 10px 10px;
}

.layout-fixed .brand-link {
    width: 275px;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid var(--light-theme);
}

.brand-link .brand-image {
    width: auto;
    height: 52px;
    max-height: 52px;
    float: initial;
    margin: 0;

}

.main-header {
    height: 72px;
    border: none;
    background-color: var(--white);
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 275px);
    box-shadow: 0 4px 5px #1E73BE08;
}

.nav-search {
    width: 70%;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 40px;
    padding-right: 20px;
}

.nav-search i {
    font-size: 22px;
    color: #CACCCF;
    transform: scaleX(-1);
}

.nav-search input {
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
}

.nav-search input::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #52575C75;
}

.nav-info {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 20px;
    /* padding-right: 20px; */
}

.nav-other-info {
    width: auto;
    height: 100%;
    border-left: 1px solid #F1F6FC;
    border-right: 1px solid #F1F6FC;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-other-item {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    position: relative;
}

.nav-other-info .dropdown-toggle {
    color: #454545;
}

.dropdown-toggle::after {
    display: none;
}

.nav-other-item:last-child {
    margin-left: 20px;
}

.lang-drp {
    width: auto;
}

.lang-drp span {

}

.lang-drp img {
    width: 10px;
    height: auto;
    margin-left: 3px;
}

.icon-drp {
    position: relative;
    width: auto;
}


.icon-drp i {
    font-size: 18px;
}

.icon-drp .badge {
    position: absolute;
    top: -8px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F4F9FD;
    color: #1E73BE;
    font-size: 9px;
    font-weight: 500;
}

.nav-avtar {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.nav-avtar:hover, .nav-avtar:focus {
    background-color: #f8f9fa;
    transition: all 0.3s ease-in-out;
}

.avtar {
    position: relative;
}

.avtar-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}

.avtar-online {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #3F9B4E;
    border: 2px solid var(--white);
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown-menu {
    padding: 5px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dropdown-menu-lg {
    min-width: 240px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    border-radius: 6px;
    color: #2E384D98;
    font-size: 15px;
    font-weight: 300;
    white-space: pre-wrap;
}



.dropdown-item i {
    width: 20px;
    font-size: 20px;
    margin-right: 8px;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    border-radius: 6px;
    color: #2E384D;
    background-color: #f8f9fa;
}

.msg-item {
    align-items: flex-start;
}

.msg-item i {
    margin-top: 2px;
}

.sidebar {
    padding: 0 !important;
}

.nav-sidebar {
    padding: 0 15px 0 12px;
    /* height: calc(100vh - 72px - 80px); */
    flex-wrap: nowrap;
}

.nav-sidebar .nav-item {
    padding: 0;
    margin-bottom: 10px;
}

.nav-sidebar .nav-item:first-child {
    margin-top: 25px;
}


.nav-sidebar .nav-item .nav-link {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #8EB9DF;
    padding: 16px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.nav-sidebar .nav-item .nav-link i {
    font-size: 26px;
    margin-right: 8px;
}

.nav-sidebar .nav-item.active .nav-link {
    background-color: var(--light-theme) !important;
    color: var(--white) !important;
}

.nav-sidebar .nav-item:hover .nav-link {
    background-color: #ffffff15;
    color: var(--white) !important;
    transition: all 0.3s ease-in-out;
}

.nav-sidebar .nav-item  {

}

.nav-sidebar .nav-item.active .nav-link::before {
    content: "";
    position: absolute;
    top: calc(50% - 46px/2);
    right: -15px;
    width: 4px;
    height: 46px;
    background-color: var(--background);
}

.sidenav {
    width: 100%;
    height: calc(100% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.sidebar-logout {
    width: 100%;
    z-index: 5;
}

.sidebar-logout a {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #1660AF;
    padding: 0 35px 0 32px;
    font-size: 15px;
    font-weight: 400;
    color: var(--white) !important;
}

.sidebar-logout a:hover {
    background-color: #125296;
}

.sidebar-logout a i {
    font-size: 24px;
    margin-right: 12px;
}

.nav-sidebar {
}

.content-wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 20px;
    margin-top: 72px;
}

.main-footer {
    background-color: var(--background);
    border: none;
    padding: 0;
    padding-left: 40px;
    padding-right: 20px;
}

.footer-content {
    width: 100%;
    padding: 25px 0;
    /* border-top: 1px solid #CECECE; */
    border-top: 1px solid #1e73bd30;
    text-align: right;
    color: #677D9F;
    font-size: 14px;
    font-weight: 300;
}

.content-header {
    padding: 0;
    margin-bottom: 25px;
}

.content-header.second-header {
    margin-top: 50px;
    margin-bottom: 15px;
}

.page-heading {
    font-size: 44px !important;
    font-weight: 700;
    color: var(--theme);
    margin-bottom: 8px;
}

.page-heading span {
    font-weight: 300;
}

.page-sub-heading {
    color: #484848;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px;
}

.page-sub-heading span {
    font-weight: 500;
}

.page-sub-headingF {
    font-family: 'Poppins', sans-serif;
    margin-top: 8px;
    margin-bottom: 8px;
}

.card .page-heading {
    margin-top: 10px;
}

.btn {
    width: auto;
    height: 46px;
    font-size: 15.8px;
    font-weight: 300;
    border-radius: 5px;
    padding: 6px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

table .btn {
    /* min-width: 145px; */
    height: 38px;
    margin-right: 5px;
}

.btn i {
    font-size: 20px;
}

.btn-icon {
    min-width: 200px;
    justify-content: space-between;
    margin: 5px 4px;
}

.btn-icon:first-child {
    margin-left: 0;
}

.btn-icon:last-child {
    margin-right: 0;
}

.btn-primary {
    background-color: var(--theme);
    border-color: var(--theme);
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #287fcc;
    border-color: #287fcc;
}

.btn-secondary {
    background-color: #484848;
    border-color: #484848;
}

.btn-light {
    font-weight: 400;
    background-color: #E6EDF5;
    border-color: #E6EDF5;
    color: #111026;
}

.btn-light i {
    font-size: 22px;
    color: var(--theme);
    margin-right: 10px;
}

.btn-light:hover {
    background-color: #d2dce9;
    border-color: #d2dce9;
}

.btn-block {
    display: block !important;
    width: 100% !important;
}

.action-btn {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 6px;
    color: var(--theme);
    background: transparent;
    border: none;
}

.action-btn i {
    font-size: 22px;
}

.action-btn:first-child {
    margin-left: 0;
}

.action-btn:last-child {
    margin-right: 0;
}


.card {
    background-color: var(--white);
    box-shadow: none;
    border-radius: 20px;
    padding: 25px 30px;
}

.card-transparent {
    background: transparent;
    padding: 0;
}

.card-body {
    padding: 0;
}

label {
    width: 100%;
    display: block;
    color: var(--text);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    text-align: left;
}

.form-group {
    margin-bottom: 20px;
}

.form-group:last-child {
    margin-bottom: 0;
}

input, select, textarea, .form-control {
    width: 100%;
    height: 46px;
    border: 1px solid #E7F2FC;
    border-radius: 6px;
    padding: 5px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 15.2px !important;
    font-weight: 300 !important;
    color: var(--text);
}

::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 15.2px !important;
    font-weight: 300 !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('./../img/dropdown.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) center;
}

textarea {
    height: 80px;
}

input:focus, select:focus, textarea:focus, .form-control:focus {
    outline: 0;
}

.require {
    color: red;
}

label.error {
    font-size: 14px !important;
    font-weight: 300 !important;
    margin-top: 5px;
    margin-left: 2px;
}

input[type=checkbox], input[type=radio] {
    width: auto;
    height: auto;
}

.checkbox-item {
    width: 100%;
    height: 46px;
    display: inline-flex;
    align-items: center;
    background-color: var(--white);
    border-radius: 6px;
    border: 1px solid #E7F2FC;
    border-radius: 6px;
    padding: 5px 15px;
    margin-top: 5px;
}

.checkbox-item.withLabel {
    margin-top: 0;
}

.checkbox-item.heading {
    width: auto;
    min-width: 200px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.checkbox-item label {
    color: var(--text);
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}


.custom-checkbox, .custom-radio {
    position: absolute;
    opacity: 0;
  }
  .custom-checkbox + label, .custom-radio + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .custom-checkbox + label:before, .custom-radio + label:before {
    content: '';
    margin-right: 15px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: var(--white);
    border: 1.5px solid var(--theme);
    border-radius: 2px;
  }
  .custom-checkbox:hover + label:before, .custom-radio:hover + label:before {
    background: var(--white);
  }
  .custom-checkbox:focus + label:before, .custom-radio:focus + label:before {
    /* box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); */
  }
  .custom-checkbox:checked + label:before, .custom-radio:checked + label:before {
    background: var(--white);
  }
  .custom-checkbox:disabled + label, .custom-radio:disabled + label {
    color: var(--text);
    font-size: 14px;
    cursor: auto;
  }
  .custom-checkbox:disabled + label:before, .custom-radio:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .custom-checkbox:checked + label:after, .custom-radio:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    background: var(--theme);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 var(--theme), 4px 0 0 var(--theme), 4px -2px 0 var(--theme), 4px -4px 0 var(--theme), 4px -6px 0 var(--theme), 4px -8px 0 var(--theme);
    transform: rotate(45deg);
  }


  table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
      background-image: none !important;
  }



.dataTables_wrapper input, .dataTables_wrapper select {
    width: auto;
    height: 40px;
    display: inline-block;
}

.dataTables_wrapper select {
    margin: 0 6px;
    min-width: 80px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    font-family: 'Roboto', sans-serif;
}


table, th, td {
    border: none !important;
}

.table-responsive {
    overflow-x: initial;
}

table {
    width: 100%;
    border: 1px solid #E7F2FC !important;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Roboto', sans-serif;
    table-layout: fixed;
}


th {
    background-color: #D2E3F2;
    font-size: 15px;
    font-weight: 500 !important;
    color: #484848;
    /* white-space: nowrap; */
    text-transform: uppercase;
    position: relative;
    max-width: 100%;
}

td {
    font-size: 15.4px;
    font-weight: 300;
    color: #484848;
    /* white-space: nowrap; */
    vertical-align: middle !important;
    max-width: 100%;
}

.action-td {
    max-width: 100%;
}

table.dataTable th, table.dataTable td {
    padding: 15px 20px !important;
}

table tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #E7F2FC;
}

.dataTable {
    margin: 10px 0 !important;
}

table.dataTable thead .sorting {
    background-image: none;
}

.dataTables_paginate {

}

.dataTables_wrapper .dataTables_paginate .paginate_button, .paginate_button {
    background-color: #fff !important;
    border-color: #E7F2FC !important;
    color: #111026 !important;
    font-size: 14.8px !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.dataTables_wrapper .dataTables_info {
    font-size: 15px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .paginate_button.current {
    background-color: var(--theme) !important;
    background-image: none !important;
    border-color: var(--theme) !important;
    color: var(--white) !important;
    border-radius: 0;
}

.paginate_button.previous {
    border-radius: 6px 0 0 6px !important;
}

.paginate_button.next {
    border-radius: 0 6px 6px 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #E7F2FC !important;
    /*color: #333 !important;*/
}

.modal-content {
    box-shadow: none;
    border-radius: 10px;
    background-color: var(--background);
    border: none;
}

.modal-header {
    border: none;
    padding: 20px 20px;
}

.modal-header .close {
    font-size: 36px;
    color: var(--theme);
    opacity: 1;
    padding: 0px;
}

.modal-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--theme);
    margin: 0;
    margin-bottom: 30px;
}

.modal label {
    font-size: 16px;
}

.form-group label {
    margin-left: 2px;
    margin-bottom: 6px;
}


.modal .btn {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 40px;
}



.modal-dialog {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .modal-dialog {
        min-height: 700px;
    }

    .modal-body {
        padding: 0 50px 50px 50px;
        max-height: 80vh;
        overflow-y: auto;
    }
}

p {
    margin: 0;
}

form {
    margin: 0;
}

.userType {
    color: #2E384D;
    font-family: 'Roboto', sans-serif;
    font-size: 14.8px;
    font-weight: 300;
    border-radius: 4px;
    padding: 6px 14px;
    /* white-space: nowrap; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.userType.superAdmin {
    background-color: #1EBE7130;
    border: 1px solid #1EBE71;
}

.userType.admin {
    background-color: #9EBE1E30;
    border: 1px solid #9EBE1E;
}

.userType.user {
    background-color: #00AEEF30;
    border: 1px solid #00AEEF;
}

.colorCode {
    padding: 5px 8px;
    border-radius: 4px;
}

.sensor-tag {
    width: auto;
    height: 34px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #484848;
    font-size: 14.8px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    background-color: var(--white);
    border: 1px solid #2097F6;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sensor-count {
    width: 34px;
    height: 34px;
    /* background-color: #2097F6;
    border: 1px solid #2097F6; */
    background-color: var(--white);
    border: 1px solid #2097F6;
    border-radius: 50%;
    color: #fff;
    color: #484848;
    font-size: 14.8px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.add-sensor-btn {
    background-color: #2097F625;
    border-color: #2097F6;
    color: #1E73BE;
    font-weight: 400;
}

.add-sensor-btn:hover, .add-sensor-btn:focus {
    background-color: #2097F615;
    border-color: #2097F675;
    color: #1E73BE;
}

.manage-sensor-btn {
    background-color: #7F7BE628;
    border-color: #7F7BE6;
    color: #5452F6;
    font-weight: 400;
}

.manage-sensor-btn:hover, .manage-sensor-btn:focus {
    background-color: #7F7BE618;
    border-color: #7F7BE675;
    color: #5452F6;
}

.alarm-items {
    width: 100%;
    display: flex;
    align-items: center;
}

.alarm-tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.alarm-tag img {
    width: auto;
    height: 20px;
}

.alarm-tag span {
    margin-left: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
}

.gas-tag {
    width: auto;
    height: 30px;
    padding: 5px 12px;
    background-color: #E8E8E8;
    border-radius: 15px;
    color: #000000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13.8px;
    margin-left: 8px;
}

.alarm-td {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alarm-item {
    width: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.alarm-item img {
    width: auto;
    max-height: 20px;
}

.alarm-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    border: 1px solid #71B0E7;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.alarm-item-hd {
    width: 50%;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #68A1D3;
    font-size: 15px;
    font-weight: 400;
}


.reading-head {
    height: 85px;
    vertical-align: middle !important;
}

.reading-alarm {
    vertical-align: top !important;
    padding-left: 0 !important;
}

.reading-alarm span {

}

.view-details {

}

.view-details i {
    font-size: 18px;
    margin-right: 6px;
}

.add-cont {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.add-cont span {
    font-size: 14px;
}

.add-image {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-right: 15px;
}

.gasTag {
    width: auto;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    border: 1px solid;
    background-color: var(--white);
    padding: 5px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gasTag i {
    font-size: 12px;
    margin-right: 8px;
}

.rise-btn {
    width: 38px;
    height: 38px;
    background-color: var(--white);
    border: 1px solid #E2E2E2;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
}

.rise-btn img {
    width: auto;
    height: 10px;
}

.thumbnailImg {
    width: 45px;
    height: 45px;
    border-radius: 5px;
}

.form-subSec {
    width: 100%;
    background-color: #DFE8F1;
    border: 1px solid #2097F620;
    border-radius: 6px;
    padding: 20px 15px;
    margin-top: 40px;
    margin-bottom: 0;
}

.sechd-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.sec-hd {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #2E384D;
}

.add-btn {
    background-color: transparent;
    border: none;
    color: var(--theme);
    font-size: 24px;
    margin-top: 40px;
}

.gas-span-cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.gasSpan-left {
    width: calc(100% - 42px);
}

.gasSpan-right {
    width: auto;
    text-align: right;
}

.edit-databox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 12px 15px;
    background-color: #D3E4F8;
    border: 1px solid #2097F620;
    border-radius: 5px;
}

.edit-databox:first-child {
    margin-top: 20px;
}

.edit-databox:last-child {

}

.gas-typeCont {
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.gas-type {

}

.gas-value {

}

.gas-actionCont {
    text-align: right;
}

.login-content {
    width: 100%;
    height: 100vh;
    background-color: var(--background);
    padding: 20px 10%;
    padding-top: 15vh;
}

.login-box {
    width: 460px;
    max-width: 90%;
    margin: 0 auto;
    background-color: var(--white);
    border: 1px solid #2097F620;
    border-radius: 8px;
    box-shadow: 0 4px 5px #1e73be08;
}

.login-logo {
    background-color: var(--theme);
    text-align: left;
    width: 100%;
    border-radius: 8px 8px 0 0;
    padding: 20px 25px;
    margin: 0;
}

.loginCont {
    width: 100%;
    padding: 25px 25px;
}

.flashAlert.loginAlert {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: red;
    margin-bottom: 20px;
}

.login-btn {
    margin-top: 25px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.navCollp {
    display: none;
}

.password-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.passwod-input {
    width: 100%;
    position: relative;
}

.passwod-input input {
    width: 100%;
}

.passwod-input i {
    position: absolute;
    top: 16px;
    right: 15px;
    cursor: pointer;
    color: var(--theme);
}

.pwd-btn {
    font-size: 14px !important;
    padding: 5px 13px;
    margin-top: 0 !important;
    margin-left: 10px;
    margin-right: 10px;
}

.copy-btn {
    padding: 5px 13px;
    margin-top: 0 !important;
}

.password-label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.password-label label {
    margin-bottom: 0;
}

.imgPrevw {
    width: 90px;
    height: 90px;
    border-radius: 6px;
    border: 1px solid #E7F2FC;
    margin-top: 15px;
}

.gasTyp {
    white-space: nowrap;
}

.avtar-dropd {
    color: var(--theme);
    font-weight: 300;
    font-size: 15px;
    position: relative;
}

.avtar-dropd span {
    font-weight: 500;
    margin-right: 25px;
}

.avtar-dropd::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 6px;
    width: 10px;
    height: 10px;
    background-image: url('./../img/dropdown.png');
    background-size: 10px;
    background-repeat: no-repeat;
    /* filter: saturate(0); */
}

/* new custom css */
.flex-end {
    display: flex;
    align-items: flex-end;
}
.dashboardCardWrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background-color: var(--white);
    padding: 20px 25px;
    border-radius: 15px;
    border: 1px solid #ccd3dc;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    margin-bottom: 15px;
}
.dashboardCardWrap:hover {
    box-shadow: 0px 5px 10px rgba(30, 115, 190, 0.20);
}
.dashCardLeft {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.dashCardLeft .cardDashImg {
    width: 50px;
    margin-bottom: 15px;
    opacity: 0.4;
}
.dashCardRight .dashCardNumb {
    font-size: 35px;
    font-weight: 500;
    display: inline-block;
    line-height: 100%;
    color: #8e8e8e;
}
.dashCardTitle {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    color: #000000;
}
.bordertopUl {
    border-top: 1px solid rgba(255,255,255,0.4);
}

.dashCardCol {
    display: flex;
    flex-grow: 1;
    width: 100%;
}
.chartNavigateBtnWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.chartNavigateBtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background-color: #fff;
    border: 2px solid var(--theme);
    transition: all 0.2s;
    cursor: pointer;
}
.chartNavigateBtn:disabled {
    opacity: 0.5;
    cursor: default;
}
.chartNavigateBtn:disabled:hover {
    background-color: #fff;
}
.chartNavigateBtn:disabled:hover img {
    filter: brightness(100%) invert(0);
}
.chartNavigateBtn img {
    width: 20px;
}
.chartNavigateBtn:hover {
    background-color: #1e73be;
}
.chartNavigateBtn:hover img {
    filter: brightness(0) invert(1);
}

table.dataTable thead th {
    vertical-align: middle;
}

.analyticInfoWrp {
    background-color: var(--white);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #ccd3dc;
    width: 100%;
    margin-bottom: 15px;
}
.analyticInfotop {
    display: flex;
    align-items: center;
}
.analyticInfotop .analtInfoImg {
    width: 70px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.analyticInfoRight {
    padding-left: 10px;
}
.analyticInfoRight .analtInfoLocName {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #000000;
}
.analyticInfoRight .gasTagName {
    font-size: 14px;
    font-weight: 400;
    margin: 2px 0 0 0;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
}
.analyticInfoRow {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}
.analyticInfoCol {
    display: inline-flex;
    margin-right: 15px;
    max-width: 48%;
}
.btn-sm {
    height: 38px;
    font-size: 14px;
    padding: 6px 10px;
}
.m-r-18 {
    margin-right: 18px;
}
/* add custom css */



/* responsive */
@media(max-width: 1199px) {
    .page-heading {
        font-size: 32px !important;
    }

    .table-responsive {
        overflow-x: auto;
    }

    table {
        table-layout: auto;
    }

    th {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* new css on 23-03-22 */
    .dashboardCardWrap {
        padding: 15px 15px;
    }
    .dashCardLeft .cardDashImg {
        width: 40px;
    }
    .dashCardTitle {
        font-size: 1.2rem;
    }
    .dashCardRight .dashCardNumb {
        font-size: 30px;
    }
}

@media(max-width: 991px) {
    .main-sidebar, .main-sidebar::before {
        width: 265px;
    }

    .layout-fixed .brand-link {
        width: 265px;
    }

    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 0;
    }

    .nav-sidebar .nav-item .nav-link {
        padding: 15px 10px;
    }

    .nav-sidebar .nav-item .nav-link {
        font-size: 13px;
    }

    .navCollp {
        display: block;
        width: auto;
        height: 72px;
        margin-left: 20px;
    }

    .main-header .navCollp .nav-item {
        width: auto;
        height: 100%;
    }

    .navbar-expand .navCollp .nav-link {
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        font-size: 16px;
        color: var(--theme);
    }

    .main-header {
        width: 100%;
    }

    .sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
        margin-left: -265px;
    }

    .content-wrapper {
        padding: 20px;
    }

    .nav-avtar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dropdown-menu-lg {
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    /* new css on 23-03-22 */
    .dashboardCardWrap {
        padding: 14px 14px;
    }
    .dashCardLeft .cardDashImg {
        width: 30px;
    }
    .dashCardTitle {
        font-size: 1rem;
    }
    .dashCardRight .dashCardNumb {
        font-size: 24px;
    }
}

@media(max-width: 767px) {
    .page-heading {
        font-size: 26px !important;
    }

    .btn {
        height: 38px;
        font-size: 12.8px;
        padding: 5px 15px;
    }

    .btn i {
        font-size: 15px;
    }

    .content-header .btn {
        margin-top: 15px;
    }

    label {
        font-size: 13px;
    }

    input, select, textarea, .form-control {
        font-size: 13px !important;
        height: 38px;
    }

    textarea {
        font-size: 60px;
    }

    ::placeholder {
        font-size: 13px !important;
    }

    th {
        font-size: 13px;
    }

    td {
        font-size: 12.8px;
    }

    .action-btn i {
        font-size: 16px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button, .paginate_button {
        font-size: 13px;
    }

    .dropdown-item {
        font-size: 12px;
    }

    .dropdown-item i {
        width: 15px;
        font-size: 15px;
        margin-right: 6px;
    }

    body {
        font-size: 13px;
    }

    .modal-dialog {

    }

    .modal-body {
        height: 80vh;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 0;
    }

    .modal-open .modal {
        overflow: hidden;
    }

    .modal-header .close {
        font-size: 28px;
    }

    .modal-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .modal label {
        font-size: 13px;
    }

    .sec-hd {
        font-size: 14.6px;
    }

    .modal .btn {
        font-size: 13px;
        margin-top: 30px;
    }

    .passwod-input i {
        top: 13px;
    }
}

@media(max-width: 575px) {
    .modal-body {
        height: calc(100vh - 40px);
    }

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

    .main-header {
        height: 56px;
    }

    .content-wrapper {
        margin-top: 56px;
    }

    .navCollp {
        height: 56px;
        margin-left: 5px;
    }

    .nav-avtar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .brand-link {
        height: 56px;
        text-align: left;
    }

    .brand-link .brand-image {
        height: 32px;
    }

    .nav-sidebar {
        /* height: calc(100vh - 56px - 52px); */
    }

    .sidebar-logout a {
        height: 52px;
        font-size: 12.8px;
        padding: 5px 10px;
    }

    .sidebar-logout a i {
        font-size: 18px;
        margin-right: 8px;
    }

    .nav-sidebar .nav-item .nav-link i {
        font-size: 20px;
        margin-right: 8px;
    }

    .nav-sidebar .nav-item .nav-link {
        padding: 12px 10px;
    }

    .sidenav {
        height: calc(100vh - 56px);
    }

    .nav-sidebar .nav-item:first-child {
        margin-top: 15px;
    }

    .login-content {
        padding: 20px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-logo {
        padding: 15px 12px;
    }

    .loginCont {
        width: 100%;
        padding: 20px 20px;
    }

    .login-logo img {
        width: auto;
        height: 34px;
    }


    /* new css on 23-03-22 */
    .dashboardCardWrap {
        padding: 14px 14px;
        margin-bottom: 15px;
    }
    .dashCardLeft .cardDashImg {
        width: 35px;
    }
    .dashCardTitle {
        font-size: 1.2rem;
    }
    .dashCardRight .dashCardNumb {
        font-size: 30px;
    }
    .analyticInfoCol {
        max-width: 100%;
    }

}

@media(max-width: 400px) {

}
/* responsive */
