@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');


/*@import url('iconly.css');
@import url('custom-app.css');*/

/*----------------------------------------*/


/* Template default CSS
/*----------------------------------------*/

html {
    /*font-family: 'Jost', sans-serif;*/
     /*font-family: 'gilroy';*/
      font-family: 'Gilroy';
    -webkit-font-smoothing: antialiased;
}

body {
    /*font-family: 'Jost', sans-serif;*/
     /*font-family: 'gilroy';*/
      font-family: 'Gilroy';
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    background: #F2F4F4;
    font-weight: 500;
}

::selection {
  color: #fff;
  background: #14a4cf;
}


/*
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}
*/


/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    src: local('Gilroy-Bold ☞'), url('../gilroyfont/Gilroy-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    src: local('Gilroy-Heavy ☞'), url('../gilroyfont/Gilroy-Heavy.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 200;
    src: local('Gilroy-Light ☞'), url('../gilroyfont/Gilroy-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    src: local('Gilroy-Medium ☞'), url('../gilroyfont/Gilroy-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Regular ☞'), url('../gilroyfont/Gilroy-Regular.woff') format('woff');
    }







h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #2C2C2C;
    font-weight: 500;
    /*font-family: 'Jost', sans-serif;*/
}

h4 {
    font-size: 24px;
}

p {
    font-size: 12px;
    color: #2C2C2C;
    font-weight: 500;
    line-height: 1.6;
    /*font-family: 'Jost', sans-serif;*/
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}
a, button{
    cursor: pointer;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #0843AA;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.f-11 {
    font-size: 11px !important
}

.f-12 {
    font-size: 12px !important
}

.f-13 {
    font-size: 13px !important;
    line-height: 20px
}

.f-14 {
    font-size: 14px !important
}

.f-16 {
    font-size: 16px !important
}

.f-18 {
    font-size: 18px !important
}

.f-14 {
    font-size: 14px !important;
}

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

.f-22 {
    font-size: 22px !important;
}

.f-60 {
    font-size: 60px !important;
}

.f-40 {
    font-size: 40px !important;
}

.f-25 {
    font-size: 25px !important;
}

.f-32 {
    font-size: 32px !important;
}

.f-36 {
    font-size: 36px !important;
}

.f-60 {
    font-size: 60px !important;
}

.no-bg {
    background: none !important
}

.text-blue {
    color: #1b4091 !important
}

.text-orange {
    color: #F37335 !important
}

.text-black {
    color: #2C2C2C !important
}

h1 {
    font-size: 36px;
    font-weight: 800
}

h2 {
    font-size: 30px;
    font-weight: 800
}

.font-weight-medium {
    font-weight: 600 !important
}

.textM-right {
    text-align: right;
}

.text-red,
.text-danger {
    color: #F57171 !important
}

.text-success {
    color: #2DCE98 !important
}

.font-weight-light {
    font-weight: 300;
}

input:-internal-autofill-selected {
    background-color: rgb(255, 255, 255) !important;
}

.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active,
.custom-control-input:active~.custom-control-label:before,
.custom-control-input:checked~.custom-control-label:before,
.custom-control-input:focus~.custom-control-label:before,
.custom-file-input:focus~.custom-file-label,
.custom-select:focus,
.form-control:focus,
.page-link:focus,
.show>.btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 transparent;
}




/*.sidebar {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
  z-index: 999; /* Behind the navbar */
/*  padding: 0;*/
  /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);*/
/*  box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);*/
/*  transition: all 0.4s ease-in-out;*/
/*  width: 62px;*/
/*}*/

/*.sidebar-sticky {*/
/*  position: -webkit-sticky;*/
/*  position: sticky;*/
  top: 46px; /* Height of navbar */
/*  height: calc(100vh - 46px);*/
/*  padding-top: 24px;*/
  /*overflow-x: hidden;*/
  /*overflow-y: auto;  Scrollable contents if viewport is shorter than content. */
/*}*/

/*.sidebar .nav-link {*/
/*  font-weight: 500;*/
/*  color: #333;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/
/*.sidebar .nav-link span{*/
/*    display: none;*/
/*    transition: all 0.4s ease-in-out;*/
/*}*/
/*.sidebar.open{*/
/*    width: 220px;*/
/*    transition: all 0.4s ease-in-out;*/
/*}*/
/*.sidebar .brand{*/
/*display:none;*/
/*}*/
/*.sidebar.open .brand{*/
/*display:block;*/
/*}*/
/*.sidebar .brand-icon{*/
/*display:block;*/
/*}*/
/*.sidebar.open .brand-icon{*/
/*display:none;*/
/*}*/
/*.sidebar.open .nav-link span{*/
/*    display: inline-block;*/
/*    transition: all 0.4s ease-in-out;*/
/*    padding-left: 10px;*/
/*    padding-right: 10px;*/
/*}*/
/*.sidebar .nav-link .feather {*/
/*  margin-right: 4px;*/
/*  color: #999;*/
/*}*/

/*.sidebar .nav-link.active {*/
/*  color: #fff;*/
/*  background: #172B4D;*/
/*  position: relative;*/
/*}*/
/*.sidebar .nav-link.active img{*/
/*    filter: contrast(5);*/
/*}*/
/*.sidebar.open .nav-link.active{*/
/*    border-top-right-radius: 4px;*/
/*    border-bottom-right-radius: 4px;*/
/*}*/
/*.sidebar .nav-link.active:before{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -20px;*/
/*    height: 100%;*/
/*    width: 20px;*/
/*    content: '';*/
/*    border-top-right-radius: 4px;*/
/*    border-bottom-right-radius: 4px;*/
/*    background: #172B4D*/
/*}*/

/*.sidebar.open .nav-link.active:before{*/
/*    display: none;*/
/*}*/
/*.sidebar .nav-link:hover .feather,*/
/*.sidebar .nav-link.active .feather {*/
/*  color: inherit;*/
/*}*/

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
   
.closesidebar{ 
    text-align: center;
    margin: 0px 80px;
    margin-top: 1px !important;
    padding: 4px 10px;
    display: none;
}
.closesidebar svg{
    width: 30px;
    height: 30px;
}


.no-border-btm{
    border-bottom: none;
    position: relative;
    
}
.no-border-btm:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 20px;
    height: 4px;
    width: 40px;
    background: #1b3fc1;
    border-radius: 9px; 
}
.wrapper{
    padding-bottom: 10px;
    margin-left: 60px;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    z-index: 900;
    min-height: 100vh;
    background: #eee;
    padding-right: 20px;
    
}
.wrapper.show-side{
margin-left:210px;
}
.brand{
    height:100%;
}
.brand>img{
padding:6px;
height:100%;
}
.navmenu{
    margin-bottom: 15px;
}
.btntoggle{
    background: transparent;
    margin-top: 3px;
}
.userlink{
    padding: 4px 10px;
    color: #000;
    display: flex;
    align-items: center;
}
.userlink .profile-pic{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right:6px
}
.userlink .username{
    margin: 0 5px;
    margin-right: 10px
}
.wrapper-content{
    padding-left: 30px;
    min-height: calc(100vh - 150px);
}
.maintitle{
    font-size: 24px;
    font-weight: bold;
}
.maintitle span{
    font-size: 18px;
    display: block;
    font-weight: normal;
    margin-top: 4px;
}
.daydate{
    text-align: right;
    font-size: 20px;
    font-weight: 400;
    margin-top: 28px;
}
.dashbox{
    box-shadow: 0px 3px 6px #2C28281C;
    margin-bottom: 20px;
    border-radius: 10px !important;
    border: none;
}
.dashbox .card-body{
    background-image: url(../images/employee.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 170px;
}
.dashbox .card-header{
    background: #fff;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.dashbox h2{
    font-size: 80px;
    font-weight: 100;
    margin-bottom: 20px
}
.btn-view-dash{
    border-radius: 30px;
    background: #07447e;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff !important;
}

.dash-cardtitle{
    font-size: 20px;
    position: absolute;
    bottom: 40px;
    right: 10px;
    width: 153px;
    text-align: center;
    font-weight: bold;
    color: #4161fd;
}
.login-wrapper{
    padding: 30px 0;
}

.login-section{
     box-shadow: 0px 3px 16px #00000059;
     background: #fff;
     border-radius: 25px;
}
@media(max-width:767px){
.login-wrapper{
padding:0;
background: #fff;
}
.login-section{
border-radius:0;
box-shadow:none;
height:100vh;
background: none;

}
}
.login-img{
    height: 100%;
    box-shadow: 10px 0px 30px #00000052;
    border-radius: 30px;
}
.login-img img{
    width: 100%;
    border-radius: 25px;
    height: 100%
}
.login-form{
    padding: 40px 50px;
}
@media(max-width:767px){
.login-form{
padding:40px 10px
}
}
.logoryt{
    text-align: right;
}
@media(max-width:767px){
.logoryt{
text-align:center;
}
}
.logoryt img{
height:60px;
}
.login-title{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    color: #172B4D;
}





 .form-brdr{
        padding: 20px;
    }
     .form-brdr .form-group{
        position: relative;
    }
    .form-brdr .form-field__control:after{
        border-bottom: 2px solid #ccc;
        width:100%;
        transform:none;
    }
.form-field__control.form-group--is-active::after {
  border-bottom: 2px solid #64b1e3;
  transform: scaleX(150);
}
    .form-brdr label.error{
        position: absolute;
        right: 0;
        bottom: 0;
        color: red;
    }
.form-brdr .card-title{
font-size: 20px;
margin: 20px 0;
margin-bottom: 15px;
border-left: 3px solid #14a4cf;
padding-left: 8px

}
/*input textarea*/

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

.form-field__control.form-group--is-active::after {
  border-bottom: 2px solid #64b1e3;
  transform: scaleX(150);
}
.form-group--is-active .form-field__label {
  color: #172B4D;
  font-size: 0.75rem;
  transform: translateY(-14px);
}
.form-group--is-filled .form-field__label {
  font-size: 0.75rem;
  transform: translateY(-14px);
}

.form-field__label {
  display: block;
  font-size: 1.2rem;
  /*font-weight: normal;*/
  left: 0;
  margin: 0;
  padding: 18px 12px 0;
  position: absolute;
  top: 0;
  transition: all 0.4s;
  width: 100%;
  color: rgb(23 43 77 / 50%);
}

.form-field__control {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.form-field__control::after {
  border-bottom: 2px solid transparent;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transition: all 0.4s;
  width: 1%;
}

.form-field__input,
.form-field__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  /*border-bottom: 1px solid #999;*/
  color: #333;
  display: block;
  font-size: 1.2rem;
  margin-top: 24px;
  outline: 0;
  padding: 0 12px 10px 12px;
  width: 100%;
}
.form-field__input{
    font-weight: bold;
}
.form-field__textarea {
  height: 150px;
}

.form-field__control select{
    position: relative;
    background-image: url(../images/down-arrow.png);
    background-position-x:right;
    background-position-y: center;
    background-repeat: no-repeat;

}
/*.form-field__control select:after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    right: 6px;*/
/*    top: 0;*/
/*    border-left: 1px solid #333;*/
/*    border-bottom: 1px solid #333;*/
/*    transform: rotate(45deg);*/
/*}*/
/*input textarea*/

.form-login{
    padding: 30px 50px 30px 30px;
}
@media(max-width:767px){
.form-login{
padding:20px;
}
}
.form-login .form-field__input{
    border:none;
}
.form-login .form-field__control{
    background: #fff;
    box-shadow: 0 0 10px #00000021;
    border-radius: 6px
}
.btn-login{
    background: #172B4D;
    color: #fff;
    min-width: 170px;
}
.login-copyright{
    margin-bottom: 0;
    padding-left: 30px
}

@media(max-width:767px){
.login-copyright{
    padding-left:20px;
}
}


/*notification*/
.notification-list {
     padding: 0;
     margin: 0;
}
 .notification-list li {
     list-style: none;
     display: flex;
     padding: 6px 10px;
     padding-right: 50px;
     position: relative;
     background: #fff;
     margin-bottom: 5px;
     border-radius: 3px;
     justify-content: space-between;
     border-left: 4px solid #CBCBCB;
}
.notification-list li.unread{
    border-left: 4px solid #21C4FD;
 }
 .notification-list li h4 {
     font-size: 14px;
     margin-bottom: 5px;
     font-weight: 500;
     font-family: 'Poppins', sans-serif;
}
 .notification-list li p {
     font-size: 13px;
     margin: 0;
     font-family: 'Poppins', sans-serif;
     font-weight: 300;
}
 .notification-list li .time-noti p{
    font-size: 12px;
 }
 .notification-list li .time-noti p strong {
     display: block;
     font-weight: 500;
}
 .notification-list li .notibtn {
     position: absolute;
     right: 10px;
     top: 10px;
     padding: 5px;
     border: none;
     background: none;
}
.notifi-left{
    width: 80%;
}
.time-noti{
    width: 80px;
    text-align: right;
}

.filterform{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    /*margin-right: -15px;*/
    margin-top: 10px
}
.filterform .form-group{
    width: 50%;
}
.filterform .form-group .form-control{
    width: 100%;
    margin: 0;
}
.filterform .form-group{
    margin-left: 5px;
}
.filterform .form-group.dategroup{
    width: 190px;

}
.filterform .form-field__control {
    background: #fff;
    border-radius: 4px;
     border: 1px solid #cccccc8c;
}
.filterform .form-field__control .form-field__label{
    justify-content: flex-start;
    padding-top: 12px;

}
.filterform .form-field__control .form-field__input{
    padding: 0 12px 4px 12px;
    margin-top: 16px;
}
.form-group--is-filled .form-field__label, .form-group--is-active .form-field__label {
    font-size: 0.75rem;
    transform: translateY(-8px);
}
.filterform .form-group.dategroup .form-field__label{
    font-size: 16px;
}
.filterform .form-group--is-filled.form-group.dategroup .form-field__label, .filterform .form-group.dategroup.form-group--is-active .form-field__label{
    font-size: 10px
}
.date{
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position-y: 5px;
    background-position-x: calc(100% - 13px);
   border: none;
}

.seachinput{
    height: 50px;
     background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position-y: 19px;
    background-position-x: 10px;
    padding-left: 30px;
    border: none;
    border-radius: 8px;
}

/*users*/

.table-dotbtn{
     padding: 3px 5px;
     border: none;
     background: none;
}
.card-filter{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
  
}
.card-filter .form-group.searchgroup{
    width: 50%;
    margin-bottom: 0
}
.card-filter .form-group.searchgroup input{
    background-color: #F5F8FA;
}
.card-filter .form-group.btn-group{
   padding: 5px 10px;
   margin-bottom: 0;
   margin-right: 20px;
}
.filterbtn{
    padding: 5px;
    text-decoration: underline;
    color: #172B4D;
     font-weight: 500;
     font-family: 'Poppins', sans-serif;
    margin-left: 20px;
}
.usercard{
    border-radius: 10px;
}
.usercard .card-header{
    padding: 10px 20px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.usercard .card-header h5{
    font-size: 14px;
    color: #172B4D;
    padding-left: 0px;
         font-weight: 500;
     font-family: 'Poppins', sans-serif;
}
.usercard .card-body{
    padding: 0;
}
.admintable thead tr th{
    background: #F1F3F9;
        font-weight: 700;
    /*padding: 10px;*/
    color: #07447e;
    text-transform: uppercase;
}
.admintable tr th,
.admintable tr td {
    color: #253757;
    font-weight: normal;
    font-size: 13px;
    /*padding: 17px 10px;*/
    border: none
}

.admintable tr td:nth-child(2),
.admintable tr td.strong {
    font-weight: 700;
    color: #172B4D
}
.table-striped tbody tr{
    background: #fff !important;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #F5F8FA !important;
}



.customcheckbox{padding-top: 0; padding-bottom: 0px; margin-bottom: 0; display: block; position: relative;}
.customcheckbox input[type="checkbox"]{opacity: 0; margin:0; position: absolute;}
.customcheckbox span{position:relative;  font-weight:normal; color:#444; font-size:13px;    height: 20px;
    width: 20px;
    display: block;}
.customcheckbox span:before{    position: absolute; width: 20px; height: 20px; top:0px; left: 0px; content:''; border-radius: 4px; border:solid #172B4D 1px;}
.customcheckbox input[type="checkbox"]:checked + span:before  { border-color:#51C6ED;}
.customcheckbox input[type="checkbox"]:checked + span:after  { 
    border-color:#00a79c;
    position:absolute;
    content: '';
    width: 13px;
    height: 7px;
    border-left: 1px solid #51C6ED;
    border-bottom: 1px solid #51C6ED;
    transform: rotate(-45deg);
    left: 4px;
    top: 5px;
}
.customcheckbox input[type="checkbox"]:checked + span{font-weight: bold;}
.customcheckbox bdo{font-size: 11px; float: right; font-weight: normal;}







.pagination_rounded,
.pagination_square {
    display: inline-block;
    margin: auto;
    width: 100%;
    text-align: right;
}

.pagination_rounded ul {
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.pagination_rounded li:first-child {
    margin-left: 0px
}

.pagination_rounded ul li {
    display: inline-block;
    margin-left: 10px
}

.pagination_rounded ul li.active a {
    background: #51C6ED;
    color: #fff;
}

.pagination_rounded ul li a:hover {
    background: #51C6ED;
    color: #fff;
}

.pagination_rounded .prev {
    margin-left: 0px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background: transparent;
}

.pagination_rounded ul li a {
    float: left;
    color: #2B2D4A;
    border-radius: 25px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    background: #ffffff;
    font-size: 12px;
    border: 1px solid #07447e80;
}

.pagination_rounded .prev i,
.pagination_rounded .next i {
    font-size: 12px;
    line-height: 25px;
}

.pagination_rounded .next {
    line-height: 30px;
    height: 30px;
    width: 30px;
    background: transparent;
    /*transform: rotate(180deg);*/
}

.status-inactive{
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #F57171;
        display: inline-block;
    vertical-align: middle;
}

.status-active{
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #2DCE98;
        display: inline-block;
    vertical-align: middle;
}

.status-pending{
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #F8D202;
        display: inline-block;
    vertical-align: middle;
}
.type-primary{
      height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #582DCE;
    display: inline-block;
    vertical-align: middle;
}
.type-other{
      height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #07447e;
    display: inline-block;
    vertical-align: middle;
}

.in-action{
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #F57171;
        display: inline-block;
    vertical-align: middle;
}

.in-resolved{
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #2DCE98;
        display: inline-block;
    vertical-align: middle;
}


.policies-table tr td.pagetitle{
    width: 70%;
}
.dropdownbox{
    padding: 10px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 17px #00000047;
}
.dropdownbox:before{
    position: absolute;
    content: '';
    top: -16px;
    right: 20px;
    border: 8px solid transparent;
    border-bottom: 9px solid #fff;
}
.dropdownbox a{
    font-size: 13px;
}


/*change password*/

.password-update{
    position: fixed;
    width: 450px;
    padding: 100px 50px;
    background: #F7F7F7;
    z-index: 9999;
    height: 100%;
    top: 0;
    right: -450px;
    transition: all 0.4s ease-in-out;
}
.password-update.showpass{
    right: 0;
    transition: all 0.4s ease-in-out;
}
.password-update h2 small{
    display: block;
}
.password-close{
    position: absolute;
    right: 30px;
    top: 30px;
    background: none;
    border: none;
    font-size: 30px;
}

.password-form{
    padding: 30px 0
}
.password-form .form-field__control{
    border: 1px solid #E0E0E0;
}

.password-btn{
    background: #07447e;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 14px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.overlay-pass{
    position: fixed;
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.overlay-pass:before{
    position: fixed;
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9998; 
    content: ''; 
}
.badge-noti{
    background: #F57171;
    height: 24px;
    min-width: 24px;
    color: #fff;
    border-radius: 100%;
    padding: 2px 0;
    line-height: 20px;
    font-weight: 400;
}


.btn-darkgrey{
    background: #07447e;
    color: #fff;
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 14px;
}
.btn-darkgrey:hover{
   background:transparent;
   border: 1px solid #07447e;
   color: #07447e;
}
.pageback{
    position: absolute;
    top: -45px;
}
.customcard{
    border-radius: 10px;
    border: none;
    box-shadow:0 0 20px #00000038;
    margin-bottom: 20px;
}
.customcard .card-header{
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    /*font: normal normal bold 12px/17px Gilroy;*/
}
.verified{
    color: #2DCE98;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.not-verified{
    color: #F57171;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.details-p{
    margin-bottom: 20px;
}

.devicestatus-bx{
    padding: 24px 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.07);
}
.devicestatus-bx h2{
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}
.devicestatus-bx h2 small{
    display: block;
    font-size: 20px;
    margin-top: 6px;
    line-height: 30px;
}

.modal-header{
    justify-content: unset!important;
    padding: 2px 5px!important;
}
.modal-header .close{
    margin:0!important;
    padding: 6px!important;
}



.incident-details{
    position: fixed;
    width: 450px;
    padding: 100px 50px;
    background: #F7F7F7;
    z-index: 9999;
    height: 100%;
    top: 0;
    right: -450px;
    transition: all 0.4s ease-in-out;
}
.incident-details.showpass{
    right: 0;
    transition: all 0.4s ease-in-out;
}
.incident-details h2 small{
    display: block;
}
.incident-close{
    position: absolute;
    right: 30px;
    top: 30px;
    background: none;
    border: none;
    font-size: 30px;
}

.incident-details-form{
    padding: 30px 0
}
.incident-details-form .form-field__control{
    border: 1px solid #E0E0E0;
}

table .dropdown-menu a{
    padding: 7px;
}



.viewedit-update{
    position: fixed;
    width: 450px;
    padding: 100px 50px;
    background: #F7F7F7;
    z-index: 9999;
    height: 100%;
    top: 0;
    right: -450px;
    transition: all 0.4s ease-in-out;
    overflow-x: auto;
}
/* Let's get this party started */
.viewedit-update::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
.viewedit-update::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.viewedit-update::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #172B4D; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.viewedit-update::-webkit-scrollbar-thumb:window-inactive {
    background: #172B4D; 
}
.viewedit-update.showpass{
    right: 0;
    transition: all 0.4s ease-in-out;
}
.viewedit-update h2 small{
    display: block;
}
.viewedit-close{
    position: absolute;
    right: 30px;
    top: 30px;
    background: none;
    border: none;
    font-size: 30px;
}

.viewedit-form{
    padding: 30px 0
}
.viewedit-form .form-field__control{
    border: 1px solid #E0E0E0;
}


.title-policy{
    padding: 5px 0;
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}





.sidebar{
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  min-height: 100vh;
  width: 210px;
  background: #fff;
  background-size: cover;
  z-index: 100;
  transition: all 0.5s ease;
  position: fixed;
  left:0;
  top:0;
}
.sidebar.close{
  width: 60px;
  opacity: 1;
}
.sidebar .logo-details{
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i{
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links{
  height: 100%;
  padding: 30px 0 100px 0;
  overflow: auto;
}
.sidebar.close .nav-links{
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: none;
}
.sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links>li a{
    color: #000;
}
.sidebar .nav-links>li:hover{
  background: #07447e;
  color: #fff;
}

.sidebar .nav-links>li:hover a{
    color: #fff;
}
.sidebar .nav-links li .icon-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.close .nav-links li .icon-link{
  display: block
}
.sidebar .nav-links li i{
  height: 50px;
  min-width: 60px;
  text-align: center;
  line-height: 50px;
  /*color: #000;*/
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name{
  font-size: 18px;
  font-weight: 400;
  /*color: #000;*/
  transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
  padding: 6px 6px 14px 60px;
  /*margin-top: -10px;*/
  background: #f8f8f8;
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a{
  color: #000;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
}
.sidebar.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name{
  /*display: none;*/
}
.sidebar.close .nav-links li .sub-menu .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details{
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #07447e;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details{
  background: none;
}
.sidebar.close .profile-details{
  width: 60px;
}
.sidebar .profile-details .profile-content{
  display: flex;
  align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details img{
  padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  color: #000;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}
.sidebar .profile-details .job{
  font-size: 12px;
}
.home-section{
  position: relative;
  background: #E4E9F7;
  min-height: 100%;
  left: 0px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}
.sidebar.close ~ .home-section{
  left: 0px;
  width: calc(100% - 78px);
}
.home-section .home-content{
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
  color: #07447e;
  font-size: 35px;
}
.home-section .home-content .bx-menu{
  margin: 0 15px;
  cursor: pointer;
}
.home-section .home-content .text{
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 400px) {

  .sidebar.close.small-screen{
    width: 0;
  }

  .sidebar.close.small-screen ~ .home-section{
    width: 100%;
    left: 0;
    z-index: 100;
  }
}



input[type="file"] {
  position: relative;
  display: inline-block;
  cursor: pointer;
  /*filter: alpha(opacity=0);*/
  /*opacity: 0;*/
}
/*input[type="file"]{*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  left: 0;*/
/*  z-index: 5;*/
/*  height: 2.5rem;*/
/*  padding: .5rem 1rem;*/
/*  line-height: 1.5;*/
/*  color: #555;*/
/*  background-color: #fff;*/
/*  border: .075rem solid #ddd;*/
/*  border-radius: .25rem;*/
/*  box-shadow: inset 0 .2rem .4rem rgba(0,0,0,.05);*/
/*  -webkit-user-select: none;*/
/*     -moz-user-select: none;*/
/*      -ms-user-select: none;*/
/*          user-select: none;*/
/*}*/
/*input[type="file"]:after {*/
/*  content: "Choose file...";*/
/*}*/
/*input[type="file"]:before {*/
/*  position: absolute;*/
/*  top: -.075rem;*/
/*  right: -.075rem;*/
/*  bottom: -.075rem;*/
/*  z-index: 6;*/
/*  display: block;*/
/*  content: "Browse";*/
/*  height: 2.5rem;*/
/*  padding: .5rem 1rem;*/
/*  line-height: 1.5;*/
/*  color: #555;*/
/*  background-color: #eee;*/
/*  border: .075rem solid #ddd;*/
/*  border-radius: 0 .25rem .25rem 0;*/
/*}*/
 /*input[type="file"]::after {*/
 /*   content: attr(data-value) '/' attr(max);*/
 /*   position: absolute;*/
 /*   left: 0;*/
 /*   top: 0;*/
 /*   width: 100%;*/
 /*   color: #000;*/
 /*   opacity: 1;*/
 /* }*/

::-webkit-file-upload-button {
  background: black;
  color: red;
  float: right;
  position:absolute;
  display:none;
}
.pagination{
    margin-top: 10px;
}
