.back-gry{
  border-radius: 10px;
    background: #e5e5e5;
}
.box-center-col{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.box-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.actions-btn{
  font-size: 9px!important;
}
.img-wrapper {
 
  transition: left 1s linear;
}

.img-wrapper .img-item{
  
}

.img-wrapper .img-item img{
  transition: all ease-in 0.1s;
}

.img-wrapper .img-item img:hover{
  transform: scale(1.1);
}

.gallary-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #dad7d7c7;
  display: none;
  cursor: pointer;
}

.gallary-bg-block {
  z-index: 9999;
  display: block;
}

.gallary-bg-block .img-item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.gallary-bg-block .img-item > .top-right{
  position: absolute;
    top: 0px;
    right: 0px;
}

.gallary-bg-block .img-item  > .top-right > a > i {
  font-size: 1.5em;
    color: #009BBB;
}

.gallary-bg .img-item > img {
  transition: all ease-in 0.5s;
  transform: scale(0);
}

.gallary-bg-block .img-item > img {
  margin: 0px;
    transform: scale(1);
    padding: 10px;
    /* border: 2px solid #ffffff; */
    border-radius: 20px;
    height: 5%;
    border: none;
}

.img-magnifier-glass {
  position: absolute;
  border-radius: 5%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
  z-index: 999999;
}

.img-magnifier-glass:after {
    
    height: 50px;
    width: 46px;
    position: absolute;
    transform: scale(0.3) rotate(61deg);
    right: -30px;
    bottom: 22px;
}
.assetImg{
  width: 94%;
 
    border: 1px solid;
    margin: 0.5em;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
    border-radius: 5%;
    height: 120px;
}
.assetDiv:hover {
  /* -ms-transform: scale(1.6); 
  -webkit-transform: scale(1.6); 
  transform: scale(1.6);
  z-index: 1; */
}
.assetDivDef , .assetDiv{
  padding: 0px!important;
}
.top-right {
  position: absolute;
  top: 13px;
    right: 10px;
}
.top-right > a {
  color: #23527c;
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  margin-left: 2em;
  margin-right: 2em;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

  /*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

  /*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.display-none{
 display: none;
}
.li-expense{
  background: #ebebeb;
    margin-bottom: 1%!important;
}
.div-center-item{
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-1{
  margin: 1%;
}
.font-1-5-em{
  font-size: 1.5em;
}
.pending{
    background: #00a0d2;
    color: white;
    padding: 2px;
    border-radius: 4px;
}
.card-comment{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 2%;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000000 !important;
    border: none;
    background: transparent;
    border-radius: 5px;
}
.approved{
    background: #38de64;
    color: white;
    padding: 2px;
    border-radius: 4px;
}
.declined{
  background: #ef8157;
  color: white;
  padding: 2px;
  border-radius: 4px;
}
.bs-select-all{
  width: 40%!important;
    margin-left: 5%!important;
    margin-right: 3%!important;
}
.bs-deselect-all{
  width: 40%!important;
    margin-left: 3%!important;
    margin-right: 5%!important;
}
/* img.sdc{
        width: 100px;
    } */

img.sc{
        height: 225px;
        width: 300px;
    }
    .list-group-item-p{
      background: #ebebeb;
      margin-top: 1%;
      border-radius: 10px!important;
      color: black;
      list-style: none;
      padding: 5px;
    }
.triangle-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #555;
}
.color-black{
  color: black;
}
.color-white{
  color: #fff;
}
.pl-6{
  padding-left: 6%;
}
.frst-suggestion-header{
  border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background: #0099BB;
    color: #fff;
}
.triangle-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #555;
  border-bottom: 10px solid transparent;
}
.slf-decl-blk {
  margin-left: 5%;
    color: black;
    text-align: left;
}
.border-none{
  border: 5px solid #fff!important;
  border-radius: 2px!important;;
}
.width-100{
        width: 100%;
    }
.p-1-em{
  padding-bottom:  0.5em;
  padding-top: 0.5em;
}
.bg-green{
  background: #81C784!important;
}
.bg-yellow {
  background: #DDE776!important;
}
.bg-red{
  background: #e7505a!important;
}
.font-siz-1{
  font-size: 1.5em;
}
.cont-img { position: relative; }
.cont-img img { display: block; }
.cont-img .fa-rotate-right {font-size: 1.3em; position: absolute; top:0; right:0; }
.cont-img .fa-rotate-left { font-size: 1.3em; position: absolute; top:0; right:20px; }


.secondaryVrf_modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
#vrf-details , .line-hight-2{
  line-height: 2em;
}
.mr-1{
  margin-right: 1%;
}
.btn-success{
  background-color: #32C050;
}
.border-radisu-34{
  border-radius: 34.5px;
}
.btn-warning{
  background-color: #fcaa00;
}
.btn-danger{
  background-color: #ED4D4D;
}
.prl-2{
  padding-left: 2px;
    padding-right: 2px;
}
.text-black{
  color: black;
}
.primary-border-bottom{
  border-bottom: 2px solid #0099BB;
}
.hide{
  display: none;
}
.p-3{
  padding: 3%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.error{
  color: red!important;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.modal-desktop{
  width: 30%!important;
}
.mt-10{
  margin-top: 10%!important;
}
.label-cust {
    padding: 5px;
    background: #EBEBEB;
    margin: 2px;
    border-radius: 5px;
}
table.dataTable.table thead th.sorting:after, table.dataTable.table thead th.sorting_asc:after, table.dataTable.table thead th.sorting_desc:after, table.dataTable.table thead td.sorting:after, table.dataTable.table thead td.sorting_asc:after, table.dataTable.table thead td.sorting_desc:after{
      font-family: 'FontAwesome'!important;
    }
.chosen-container:after {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #768093;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f0d7";
}
.text-success, a.text-success:focus, a.text-success:hover{
  color: #15974f !important;
}
.text-danger, a.text-danger:focus, a.text-danger:hover{
  color: #ff1113 !important;

}
.label-authrized-person {
    /* color: white; */
    border-radius: 5px;
    padding: 5px;
    background: white;
    margin-bottom: 4px;
    word-break: break-word;
}

.text-left{
  text-align: left;
}
.modal-content-gry{
  background: #EBEBEB!important;
}
.last-visit-text{
  font-style: normal;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    text-transform: uppercase;
    color: #099AD9;
    text-decoration: underline;
}
.bg-yellow-border{
  border-top: 1.2em solid #DDE776;
}
.bg-green-border{
  border-top: 1.2em solid green;
}
.bg-blue-border{
  border-top: 1.2em solid #0099BB;
}
.bg-red-border{
  border-top: 1.2em solid red;
}
.primary-visitor-img{
  border-radius: 10px;
  margin-bottom: 5%;
  height: 25%;
}
.primary-visitor-txt{
  text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 1.2em;
}
.primary-visitor-block{
  background: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
  border-radius: 27px;
  margin-bottom: 2%;
}
ul.togl li {
  border: 1px solid #159FD2;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 17px;
    list-style-type: none;
    padding: 10px;
    line-height: 25px;
    font-weight: bold;
}
.p
.error{
  color: red;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  background-color: #fff;
    color: #66615B;
    cursor: not-allowed;
}
.mgp-box{
  background: #fff;
  border: 1px solid #0099BB;
    border-radius: 5px;
}
.mgp-modal-div{
      margin: 2%;
    color: #0099BB;
    border: 1px solid;
    padding: 3%;
    font-size: 20px;
    background: transparent;
    border-radius: 5px;
    text-align: center;
}
.search-btn_business{
  padding-top: 8%!important;
    padding-bottom: 8%!important;
    margin: 0px!important;
}
.background-white{
  background: #fff;
}
.mb-0{
  margin-bottom: 0px;
}
.p-5px{
  padding: 5px;
}
.pl-10{
  padding-left: 10%;
}
.pl-4{
  padding-left: 4%;
}
.pb-5{
  padding-bottom: 5%;
}
.row-v-contact{
  display: flex;
    align-items: center;
}
.v-card-name h4{
  color: #159FD2;
  font-size: 2em;
  font-weight: bold;
}
.fnt-2{
  font-size: 2.5em;
}
.v-card-name span {
 font-size: 1em;
  font-weight: bold;
  color:#6A6A6A;
}
.v-busines-img{
    border: 7px solid #fff;
    width: 190px;
    height: 196px;
    margin-bottom: -10%;
    border-radius: 50%;
    object-fit: cover;
}
.background-primary{
  background: #159FD2;
}
.font-1-3em{
  font-size: 1.3em;
}
.mt-3{
  margin-top: 3%;
}
.dark-blue-bg{
  background: #043F5B!important;
}
.height-125{
  height: 125px;
}
.ml-5{
  margin-left: 5%;
}
.mr-10{
  margin-right: 10%;
}
.width-30-modal{
  width: 30%!important;
}
.color-info-dark{
  color: #224F7A !important;
}
.sign-in-green {
      text-align: center;
    border: 2px solid #3C8900;
    border-radius: 5px;
    margin: 1%;
    padding: 2%;
}
.sign-in-green label{
  color: #3C8900;
  font-size: 1.1em;
}
.sign-in-red label{
  color: #F30000;
  font-size: 1.1em;
}
.sign-in-red span, .sign-in-green span{
  color: #767676;
}
.mb-3{
  margin-bottom: 3%;
}
.sign-in-red {
      text-align: center;
    border: 2px solid #F30000;
;
    border-radius: 5px;
    margin: 1%;
    padding: 2%;
}
.ui-widget-header {
    background: #0099BB!important;
    border: 1px solid #0099BB!important;
  }
  .ui-widget-content{
    background: #fff!important;
    border: 1px solid #0099BB!important;
  }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    border: 1px solid #fff!important;
  }
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border-radius: 5px!important;
    border: 1px solid #0099BB!important;
    background: #fff!important;
    color: #0099BB!important;
  }
  .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    color: #fff!important;
    background: #0099BB!important;
  }
.height-367{
  height: 367px;
}
table.dataTable.table thead th.sorting:after{
      content:none!important;
    }
    .tooltip-inner{
      max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    font-size: 1.3em;
    border-radius: 4px;
    }
.form-group input[type=file]{
  opacity: 1!important;
  position: unset!important;
}
.mobile-menu{
  display: none;
}
.zoom-img{
  border-radius: 10px;
  transition: transform .2s;
  width: 90px;
  height: 90px;
}
.sidebar{
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
  border:none;
}
.navbar-toggler{
  border: 1px;
    background: transparent;
}
#snackbar{
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    top: 155px;
    right: 20px;
    font-size: 17px;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.navbar .navbar-toggler-bar{
  display: block;
    position: relative;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin: 4px;
}
.navbar .navbar-toggler-bar.bar2{
  width: 24px!important;
}
#loading{
  display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height:100%;
     background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }
  #loading img{
    width:  200px;
    margin-top: 9%;
  }
  .DTFC_Cloned{
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    border: 0px!important;
    /* padding-top:9px!important; */
}
.select2-container--default .select2-selection--multiple{
    background-color: white;
    cursor: text;
    border: 1px solid #009BBB;
    border-radius: 7px;
}
.position-unset{
  position: unset!important;
}
.zoom-img:hover {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3);
  
}
.sidebar .logo{
    padding:0px !important;
}
.sidebar-svg-icon{
    vertical-align: middle;
}
.pl-5{
  padding-left: 5%;
}
.pr-5{
  padding-right: 5%;
}
.pr-10{
  padding-right: 10%;
}
.bootstrap-datetimepicker-widget {
       display: block!important;
    }
.svg-active path{
    fill:#fff;
}
.sidebar-active , .sidebar-active a span{
    color: #fff!important; 
    background:#009BBB !important; 
    fill:#fff!important; 
}
.sidebar .logo a.logo-mini{
    width:45%;
    opacity: 1;
    text-align: center;
    margin-left: 26%;
    margin-bottom: 6%;
    margin-top: 6%;
}
.sidebar .nav li>a{
    text-transform: none!important;
}
.nav > li:hover , .nav > li:hover > a ,.sidebar[data-color="white"] .nav li :hover {
    color: #fff!important; 
    background:#009BBB !important; 
    fill:#fff!important; 
}
 .nav > li:hover > svg >path {
    fill:#fff!important; 
}
.sidebar[data-color="white"] .nav li a , .sidebar[data-color="white"] .nav li a i{
    color: #009BBB;
    opacity: 1;
}
.nav > li > a {
    color: #009BBB ;
    letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 13px!important;
    font-weight: bold!important;
}
.word-break{
  word-break: break-all;
}
.pt-6{
  padding-top: 6%;
}
.btn-outline-info{
    background-color: #ffffff !important;
    color: #009BBB !important;
    border: 1px solid #009BBB!important;
    box-shadow: none !important;
    border-radius: 34.5px;
}
/* padding  */
.pt-2{
    padding-top: 2%;
}
.pt-5{
  padding-top: 5%;
}
.pt-0{
  padding-top: 0px!important;
}
.icon-check{
    margin-top: -12px;
    float: right;
    font-size: 3em;
    margin-right: -6px;
}
.pb-2{
    padding-bottom: 2%;
}

.mt-10{
  margin-top: 10%;
}
.mb-10{
  margin-bottom: 10%;
}
.color-white{
    color: #FFFFFF!important;
}
.color-info{
    color: #009BBB!important;
}
.scroll-x-customize{
    overflow-x: visible;
    overflow-y: auto;
}
.bg-gry{
  background: #e5e5e5!important;
}
.border-radius-10{
  border-radius: 10px;
}
.login-text{
  
    font-weight: 600;
    margin-top: 5%;
    font-size: 35px!important;
}
.bg-info{
  background: #0099BB!important;
}
.background-blue-gradient{
    background: linear-gradient(
248.7deg
, #00BADD 27.21%, #00475F 85.69%);
    
}
.mt-4{
  margin-top: 4%;
}
.mr-5{
  margin-right: 5%;
}
.chart-title{
  color: #A5A5A5;
  font-weight:bold;
  font-size: 1.3em;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
  color: #5a6062!important;
}
.lable-chk-paid-adons{
  margin-top: 18px!important;
    margin-left: 5px!important;
}
.height-168{
    height: 163px;
}
.height-200{
  height: 200px;
}
.m-20{
    margin: 20%!important;
}
.m-2{
  margin:2%;
}
.m-5{
    margin: 5%!important;
}
.mt-6{

    margin-top: 6%;
}
.mb-2{
    margin-bottom: 2%;
}
.mt-5{

    margin-top: 5%;
}
.mt-0{
    margin-top: 0px!important;
}
.form-group .form-control{
    padding: 6px 12px;
}
.mb-6{
    margin-bottom: 6%;
}
.background-orange-gradient{
    background: linear-gradient(248.7deg, #DD9F00 27.21%, #5F2200 85.69%);
    
}
.background-red-gradient{
    background: linear-gradient(248.7deg, #DD0000 27.21%, #5F0000 85.69%);
    
}
.card-l {
  border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    border: 0 none;
}
.badge {
    font-size: 11px;
}
.badge.badge-success{
  border-color: #28a745!important;
    background-color: #28a745!important;
}
.p-2{
  padding:2%;
}
.p-0{
  padding:0px!important;
}
.p-1{
  padding:1%;
}
.p-10{
    padding: 10px!important;
}
.p-5{
  padding: 5px;
}

.font-bold{
    font-weight: bold!important;
}
.font-20{
  font-size: 20px;
}
.mb-5{
    margin-bottom: 5%!important;
}
.mb-1{
    margin-bottom: 1%!important;
}
.mt-1{
    margin-top: 1%;
}
.form-group-dash{
    padding: 15px 15px 10px 10px;
    
}
.addon-plan-p{
  height: 100px;
    display: block;
    overflow: auto;
}
.pl-0{
  padding-left: 0px;
}
.pr-0{
  padding-right: 0px;
}



.paid-addons-amount{
  font-size: 1.3em;
    text-align: right;
    margin-bottom: 3%;
    margin-top: 3%;
}
.dataTables_wrapper .dataTables_filter  input:focus {
  border: none!important;
}
.form-group-dash > input , .form-group-dash > select{
    background: #FFF7EC;
    border-radius: 4px;
    border: none;
}
.form-gr-add-user{
  padding: 0px 30px 0px 30px!important;
}

.form-gr-add-user > input ,.form-gr-add-user textarea , .form-gr-add-user select {
    border: 1px solid #009BBB;
    border-radius: 7px;
    background: #fff;

}
.card-selected-addons_back_color{
  background: #FFFDEC;
}
.form-gr-add-user > label {
    font-weight: 500;
    color: #009BBB;
    font-size: 17px;
}
.font-19{
    font-size: 19px;
}
.font-1em{
  font-size: 1em;
}

.ribbon2 {
    width: 30px;
    padding: 5px 0;
    position: absolute;
    top: -6px;
    left: 25px;
    text-align: center;
    border-top-left-radius: 3px;
    background: #ffffff;
   }
   .ribbon2:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #ffffff;
    border-right: 6px solid transparent;
   }
   .ribbon2:before, .ribbon2:after {
     content: "";
     position: absolute;
   }
   .ribbon2:after {
     height: 0;
     width: 0;
     bottom: -29.5px;
     left: 0;
     border-left: 15px solid #ffffff;
     border-right: 15px solid #ffffff;
     border-bottom: 30px solid transparent;
   }


   .ribbon2-addons {
    width: 30px;
    padding: 3px 0;
    position: absolute;
    top: -6.1px;
    right: 10px;
    text-align: center;
    border-top-left-radius: 3px;
    background: #009BBB;
   }
   .ribbon2-addons:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #009BBB;
    border-right: 6px solid transparent;
   }
   .ribbon2-addons:before, .ribbon2-addons:after {
     content: "";
     position: absolute;
   }
   .ribbon2-addons:after {
     height: 0;
     width: 0;
     bottom: -29.5px;
     left: 0;
     border-left: 15px solid #009BBB;
     border-right: 15px solid #009BBB;
     border-bottom: 30px solid transparent;
   }
   .info-background{
       background-color: #009BBB;
   }
   .paid-addons-div-border{
    border: 1px solid #ffff;
    border-radius: 10px;
   }
/* margin */
.mt-2{
    margin-top: 2%;
}
.m-0{
    margin : 0px;
}
.width-80{
    width: 80%;
}
.btn-info-round{
    background: #009BBB!important;
    border-radius: 34.5px;
}
.btn-success-round{
    background: #38de64!important;
    border-radius: 34.5px;
}
.btn-danger-round{
    background: #ef8157!important;
    border-radius: 34.5px;
}
.visitor-pass-img{
    width: 150px;
    border-radius: 50%;
    height: 150px;
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
}
.visitor-pass-name{
    color:#000000!important;
    font-weight: bold;
    font-size: 1.3em!important;
line-height: 35px;
}
.font-1em{
    font-size: 1.2em!important;
}

.page-heading{
    /* color: linear-gradient(248.7deg, #00BADD 27.21%, #00475F 85.69%); */
    background: -webkit-linear-gradient(
270deg
 ,#00BADD, #00475F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom: 1%;
    letter-spacing: 0.02em;
    margin-top: 0px;
}

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

.font-weight-none{
  font-weight: unset;
}
.main-panel>.content{
    /* margin-top: 60px; */
}
.navbar-nav{
    float: right;
}
.form-check-inline , .form-check{
    margin-right: 0px!important;
    margin-bottom: 0px!important;
    padding-left: 20px;
}
input[type="radio"]{

    width: 10%;
    height: 1.5em;
}
input[type="radio"]:checked{

    width: 10%;
    height: 1.5em;
}
.form-check .form-check-label{
    padding-left: 0px;
}
.form-check-input[type=radio] {
    background-color: red!important;
    border-color: red!important;
}

.navbar.navbar-transparent{
    border-bottom:none;
}
.btn-light{
    
        color: #009BBB;
        background-color: #fff;
        border-color: #fff;
    
}
.hader-circle{
  color: #fff;
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 0.5em!important;

}
.btn-info , .badge.badge-info{
    background: #009BBB!important;
}
.btn-info-dark {
    background: #043F5B!important;
}
.color-info-dark-bl{
  color: #043F5B!important;
  font-weight: 500;
    font-size: 25px;
    line-height: 24px;
    color: #043F5B!important;
}
.backgroung-light-blue{
  background: #8EECFF;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
border-radius: 16px;
}
.main-panel{
    background-color: #F4F4F4;
}
.btn:hover , .btn:active , .btn:active:hover , .fc-toolbar .fc-state-active{
    background-color: #ffffff !important;
    color: #009BBB !important;
    border: 1px solid #009BBB;
    box-shadow: none !important;
}
.font-15{
    font-size: 15px;
}
.dt-buttons{
    float: right!important;
}
button.dt-button, div.dt-button, a.dt-button{
    font-weight: 600!important;
    font-size: 0.8571em!important;
    line-height: 1.35em!important;
    text-transform: uppercase!important;
    background: #009BBB!important;
    color: white!important;
    padding: 8px 22px!important;
    border-radius: 50px;
    border-color: #009BBB!important;
}
.dataTables_wrapper .dataTables_filter input{
    margin-left: 0.5em!important;
    border: white!important;
    padding: 8px 22px!important;
    border-radius: 32.5px!important;
}
table.dataTable thead .sorting{
    background: none;
}
.table  > thead > tr {
    background: #009BBB;
    color: white;
}
table.dataTable thead th, table.dataTable thead td{
    padding: 15px 10px;
    border-bottom: none;
}
.free-addons-chk-div{
    border-top-right-radius: 7px;
    margin-top: 5%;
    padding: 10px;
    color: #fff;
    background: #009BBB!important;
    margin-bottom: 5%;
    border-top-left-radius: 7px;
}
.font-pckage-hd{
    font-size: 1.1em!important;
}
.free-addons-chk-div:hover  , .vistor-pass-chk{
    border-top-right-radius: 7px;
    margin-top: 5%;
    padding: 10px;
    color: #fff;
    background: #005C70!important; 
    margin-bottom: 5%;
    border-top-left-radius: 7px;
}
.vistor-pass-chk:hover{
    background: #B9B9B9!important; 
}
.free-addons-hedaer{
    padding: 10px;
    border-radius: 10px;
    background: #009BBB!important; 
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: none;
}
/* table > thead > tr > th{
    border-color: #009BBB!important;
} */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table{
    padding-bottom: 0px!important;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody table{
    padding-top: 0px!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active ,.dataTables_wrapper .dataTables_paginate .paginate_button.next ,  .dataTables_wrapper .dataTables_paginate .paginate_button.last{
    color: #fff !important;
    border: 1px solid #009BBB!important;
    background: #009BBB!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #009BBB!important;
    background: #009BBB!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #fff !important;
    border: 1px solid #009BBB!important;
    background: #009BBB!important;
}
select[name="datatables_length"]{
    border: none;
    background: white;
    padding: 7px;
    border-radius: 3px;
}

.dropdown-menu>li>a{display:block;padding:10px 15px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.open>.dropdown-menu{display:block}
.open>a{outline:0}
.dropdown-menu-right{right:0;left:auto}
.dropdown-menu-left{right:auto;left:0}
.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}
.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}


.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto;opacity: 1}.modal-dialog{position:relative;width:auto;margin:10px;}.modal-content{
                position:relative;
                background-color:#fff;
                background-clip:padding-box;
                border:1px solid #999;
                border:1px solid rgba(0,0,0,.2);
                border-radius:15px;
                -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
                box-shadow:0 3px 9px rgba(0,0,0,.5);
                outline:0;
                color:#009BBB;
            }
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:10px;}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Montserrat", "Helvetica Neue", Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}
    .modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before{display:table;content:" "}.modal-footer:after,.modal-header:after{clear:both}

.modal-body{
    padding-top: 0px!important;
}
.modal-header{
    border-bottom: none!important;
}
.modal-header{
    justify-content: left;
}

.faq-header{
    background: #009BBB;
    color: #fff;
    line-height: 35px;
    font-size: 17px;
    padding: 5px 22px;
}
.border-info-2 {
    border: 2px solid #009BBB;
}
.border-info-1 {
    border: 1px solid #009BBB;
}

.border-bottom-info-1 {
   border-bottom: 1px solid #009BBB!important;
}
.cursor-pointer{
  cursor: pointer;
}

	#faq {
	
	width:1200px;
}
ul.faq li , ul.approver li {
    margin-top: 15px;
    font-size : 17px;
    list-style-type: none;
    padding: 10px;
    line-height: 25px;
    border-bottom: 1.9px solid #009BBB;
}
.faq{
    padding:0px;
}
.navbar-nav>li{
    list-style-type: none;
}
.float-right{
    float: right;
}
.txt-tlb-parnt{
    text-decoration: underline;
    cursor: pointer;
}

.text-lbl{
    text-decoration: none!important;
    padding-left: 25px;
}


ul.faq li span , ul.approver li span{
    font-weight: bold;
    color: #009BBB;
}
ul.faq li div{
    display:none;
    color: #6D6D6D;
}

p.div_tereo_met , div.div_tereo_met{
    display:none;
}
ul.faq li i , ul.approver li i{
    background: transparent;
    float: right;
    cursor:pointer;
}
.download-file{
    background: transparent;
    float:none!important;
    cursor:pointer;
}
#target{
    margin-left: 0.5em!important;
    border: white!important;
    padding: 8px 22px!important;
    border-radius: 32.5px!important;
    float: right;
}
.arrow {
  border: solid #009BBB;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  color: #009BBB;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.fw-bold{
  font-weight: bold;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.list-group li {
  display: flex;
  justify-content: space-between;
  cursor:pointer;
  font-size: 17px;
}

#exTab1 .tab-content {
    padding : 5px 15px;
  }
  
 
  /* remove border radius for the tab */
  
  #exTab1 .nav-pills > li > a {
    border-radius: 0;
  }

  #exTab1 ul {
    border-bottom: 2px solid #009BBB;
  }

  #exTab1 .nav-pills > li {
    color: #009BBB;
    background: #fff ;
    border-top-right-radius: 5px!important;
    border-top-left-radius: 5px!important;
  }

  .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    color: #fff;
    background-color: #009BBB;
    border-top-right-radius: 5px!important;
    border-top-left-radius: 5px!important;
  }

.border-none{
    border: none!important;
}
.color-gry{
    color: #636b6d!important;
}

/* sroll bar  */
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 9px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    border-radius: 2px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #848585; 
    border-radius: 2px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #848585; 
  }
  /* scroll bar end  */


/* calender css */
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
    border-color: transparent!important;
}
.fc-unthemed .fc-disabled-day , .fc-unthemed td.fc-today{
    background: transparent!important;
}
.fc-unthemed td.fc-today .fc-day-number{
    background: #009BBB!important;
    color: #fff;
    border-radius: 8px;
    height: 35px;
    text-align: center;
    width: 35px;
}
.fc .fc-day-today  .fc-daygrid-day-number {
    background: #009BBB!important;
    color: #fff!important;
    border-radius: 8px;
    height: 35px;
    text-align: center;
    width: 35px;
}
.fc .fc-daygrid-block-event .fc-event-title ,.fc .fc-daygrid-block-event .fc-event-time , .fc .fc-v-event .fc-event-title , .fc .fc-timegrid-event .fc-event-time{
    color: #fff!important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number  ,.fc-daygrid-day-top{
    float: none!important;
    font-size: 1.6em;
    margin-left: 44%;
    margin-top: 10%;
    display: table;
    vertical-align: middle;
}
#calendar .fc-prev-button, #calendar .fc-next-button ,  #calendar .fc-month-button, #calendar .fc-agendaWeek-button, #calendar .fc-agendaDay-button  , .fc .fc-button-primary{
    background: #009BBB!important;
    color: #fff!important;
    border: 1px solid #009BBB!important;
}
.fc-license-message{
    display: none!important;
}
.fc, .fc *, .fc *:before, .fc *:after{
    color: #767676!important;

}
/* calender end  */

.label-vrf-info-hd{
    font-size: 17px!important;
    line-height: 30px!important;
    letter-spacing: 0.02em!important;
    color: #009BBB!important;
}
.label-vrf-title{
    color: #224F7A!important;
    font-size: 24px!important;
    line-height: 129.7%!important;
}
.vrf-span-time{
    color: #767676;
}
hr {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #8a8888;
}

/*check box */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.form-group-chk input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group-chk label {
  position: relative;
  cursor: pointer;
}

.form-group-chk label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group-chk input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.mobile-menu-btn{
      display: none!important;
    }
/*checboc end */

  /* mobile respposive */
  /* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

/* CSS Fix - 20-01-2025 */
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    opacity: 1;
}
.add-approver-btn {
    cursor: pointer;
    font-size: 10px;
    padding: 4px 8px 3px;
}
.custom-seperator {
    margin: 0px 4px;
    font-weight: 600;
}

/* Assigned approver tooltip */
.assigned-approver {
    margin: 0;
    padding: 0;
}
.assigned-approver-title {
    padding: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #009BBB;
}
.assigned-approver-body ul {
    padding: 5px 0 0;
    margin:  0;
    list-style-position: inside;
}
.assigned-approver-body ul li {
    margin: 2px 0;
    padding: 2px 5px;
}
.assigned-approver-body ul li:nth-child(odd) {
    background-color:#f5f5f5;   
}
/* Add Receipant dropdown styles */
.chosen-add-receipant {
    border: none;
    margin-right: 5px;
    background: #32C050;
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 #a7a7a7;
}
.chosen-container .chosen-results {
    max-height: 180px !important;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.down-combined-report {
    font-size: 12px;
    font-weight: 600;
    background: #009bbb;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.down-combined-report:hover {
    opacity: 0.9;
    background: #0b985f;
}
.report-detail-btn {
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
.report-detail-btn:hover {
    color: #009BBB;
}

@media (min-width: 1281px) {
  
    /* CSS */
    .modal-w-60{
      width: 72%;
    }
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    /* CSS */
    .modal-w-60{
      width: 72%;
    }
    
  }
  @media screen and (max-width: 991px){

    .navbar .navbar-nav .nav-item:first-child {
         margin-top: 0px!important; 
    }
    .modal-w-60{
      width: 72%;
    }
  }
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    /* CSS */
    .mt-sm-2{
        margin-top: 2%;
    }
    .navbar-toggle {
     display: block!important; 
    }
    .width-95-sm-modal{
      width: 50%!important;
    }
    .modal-w-60{
      width: 72%;
    }
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    /* CSS */
    .mt-sm-2{
        margin-top: 2%;
    }
    .height-168{
      height: 155px;
    }
    .width-95-sm-modal{
      width: 95%!important;
    }
    .modal-desktop{
      width: 96%!important;
    }
    .mobile-menu-btn{
      display: block!important;
    }
    .modal-w-60{
      width: 72%;
    }
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    /* CSS */
    .mt-sm-2{
        margin-top: 2%;
    }
    .modal-desktop{
      width: 96%!important;
    }
    .mobile-menu-btn{
      display: block!important;
    }
    .modal-w-60{
      width: 100%;
    }
    .m-1-xs{
      margin: 1%;
    }
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    /* CSS */
    #exTab1 .nav-pills > li{
        width:100%;
        text-align: center;
    }
    .main-panel>.content{
        margin-top: 40px;
    }
    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
        margin-left: 32%;
    }
    .width-100{
        width: 100%;
    }
    .ml-sm-5{
        margin-left: 16%;
    }
    .mt-sm-2{
        margin-top: 2%;
    }
    .font-pckage-hd{
        font-size: 0.8571em!important;
    }
    .m-sm-0{
        margin: 0%!important;
    }
    .sidebar .logo a.logo-mini img{
      width: 50%;
    }
    .width-95-sm-modal{
      width: 95%!important;
    }
    .p-sm-0{
      padding: 0px;
    }
    .modal-desktop{
      width: 96%!important;
    }
    .mobile-menu-btn{
      display: block!important;
    }
    .modal-w-60{
      width: 96%;
    }
    .m-1-xs{
      margin: 1%;
    }
  }