html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #f3f6f8;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
/***** Global Elements *****/
p, a{
    color: #000!important
}
a:hover{
    text-decoration: none!important;
}
.bg-gradient-primary {
    background-image: -moz-linear-gradient(0deg, rgb(21, 87, 153) 0%, rgb(21, 153, 87) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(21, 87, 153) 0%, rgb(21, 153, 87) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(21, 87, 153) 0%, rgb(21, 153, 87) 100%);
}
.navbar-gradient {
  background-image: -moz-linear-gradient( 0deg, rgb(21,87,153) 0%, rgb(21,153,87) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(21,87,153) 0%, rgb(21,153,87) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(21,87,153) 0%, rgb(21,153,87) 100%);
}
.text-primary{
    color: #00a0dc !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">>" !important;
}
/***** Common Classes *****/
.card-header-plain{
    background: none !important;
    background-image: none !important;
    background-color: none !important;
}
 .form-control {
    border: 1px solid #000;
    border-radius: 2px;
    padding: 10px;
    height: auto !important;
}
/*::-webkit-input-placeholder { /* Chrome/Opera/Safari */
/*  color: #a9a9a9 !important;
  font-weight: normal !important;
}*/
::-moz-placeholder { /* Firefox 19+ */
  color: #a9a9a9 !important;
  font-weight: normal !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a9a9a9 !important;
  font-weight: normal !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a9a9a9 !important;
  font-weight: normal !important;
}

.ml-6,
.mx-6 {
  margin-left: 5rem !important;
}


.btn-primary{
    background-color: rgb(0, 132, 191) !important;
    border-color: rgb(0, 132, 191) !important;
    border-radius: 2px;
}
.btn-success{
  border-color: #28a745 !important;
  border-style: solid;
  border-radius: 2px;
  background-color: #28a745 !important;
}
.badge{
    font-size: 16px;
    font-weight: normal;
}
.badge-success{
    border-radius: 3px;
    background-color: rgb(195, 230, 203) !important;
    color: #155724 !important;
}
.badge-primary{
    border-radius: 3px;
    background-color: #b8daff !important;
    color: #004085 !important;
}
.badge-danger{
    border-radius: 3px;
    background-color: #f5c6cb !important;
    color: #721c24 !important;
}
.badge-warning{
    border-radius: 3px;
    background-color: #ffeeba !important;
    color: #856404 !important;
}
.badge-info{
    border-radius: 3px;
    color: #0c5460;
    background-color: #d1ecf1;
}
.form-group select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/angle-down.png') 95% 50% no-repeat;
}
.accent-gradient:before{
    content: "";
    width: 100%;
    height: 3px;
    background-image: -moz-linear-gradient( -140deg, rgb(69,162,71) 0%, rgb(40,60,134) 100%);
    background-image: -webkit-linear-gradient( -140deg, rgb(69,162,71) 0%, rgb(40,60,134) 100%);
    background-image: -ms-linear-gradient( -140deg, rgb(69,162,71) 0%, rgb(40,60,134) 100%);
    border-radius: 2px 2px 0 0;
}
.accent-blue:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #007bff;
    border-radius: 2px 2px 0 0 !important;
}
.accent-green:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #3a890f;
    border-radius: 2px 2px 0 0 !important;
}
.accent-yellow:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffe400;
    border-radius: 2px 2px 0 0 !important;
}
.accent-red:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #dc3545;
    border-radius: 2px 2px 0 0 !important;
}
.accent-orange:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ff4e00;
    border-radius: 2px 2px 0 0 !important;
}
.accent-turquoise:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #17a2b8;
    border-radius: 2px 2px 0 0 !important;
}
.btn-outline-primary{
    border-color: #0084bf;
    border-radius: 2px;
}
.btn-outline-primary:hover{
    color: #fff !important;
    background-color: #0084bf;
}
.text-primary{
    color: #0084bf !important;
}
.dropdown-item:active{
    background-color: #ffffff !important;
}
.qty-width{
    width: 70px !important;
}

/***** Contextual Colors *****/
/*For Chart Js. vn = ventonet prefix*/
.vn-txt-red{
    color: #ff3d67;
}
.vn-txt-turquoise{
    color: #4bc0c0;
}
.vn-txt-orange{
    color: #ff9f40;
}
.vn-txt-blue{
    color: #36a2eb;
}


/***** Top menu *****/
.main-menu {
  position:relative;
  z-index: 1031;
}
.main-menu .nav-item{
    width: 100%;
    background: transparent;
    transition: 0.5s ease-in-out;
    border-bottom: 1px solid #ffffff69;
}
.main-menu .active,
.main-menu .nav-item:hover{
    background: #fff!important;
}
.main-menu .active .menu-icon,
.main-menu .nav-item:hover .menu-icon{
    fill:#158d63;
}
.main-menu .active a,
.main-menu .nav-item:hover a{
    color: #158d63 !important;
}
.main-menu .btn.focus, .btn:focus{
    box-shadow: unset !important;
}
.main-menu .dropdown-toggle::after{
    vertical-align: 2px !important;
}
.main-menu .dropdown-menu{
    right: 0;
    left: unset !important;
}
.dashboard .card{
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
   -webkit-box-shadow: 0px 1px 0px 0px rgba(190, 190, 190, 0),0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 0px 0px rgba(190, 190, 190, 0),0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 1px 0px 0px rgba(190, 190, 190, 0),0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 1px 0px 0px rgba(190, 190, 190, 0),0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 0px 0px rgba(190, 190, 190, 0),0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
    border: none !important;
}
.dashboard .card-header {
  background-image: -moz-linear-gradient(45deg, rgb(20,110,177) 0%, rgb(35,161,145) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(20,110,177) 0%, rgb(35,161,145) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(20,110,177) 0%, rgb(35,161,145) 100%);
  border-bottom:  1px solid rgb(221, 221, 221);
}
.dashboard .title-icon{
    position: absolute;
    right: 20px;
    top: 15px;
}
.dashboard .count{
    color: #00a0dc!important;    
}
.dashboard .list-group li.active-menu a, 
.dashboard .list-group li:hover a{
    color: #23a191!important;   
}
/*Language selector*/
   .lang-change .tpx-select2-container .select2-choice .select2-arrow:before{
      top: 2px !important;
      left: 1px !important;
    }
/* Card Trigger */
.card-trigger{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-trigger-md{
    background-color: #fff;
}

.trigger-accent-zest{
    border-left: 4px solid #E18335 !important;
    color: #E18335;
}

.trigger-accent-zest-top{
    border-top: 2px solid #E18335 !important;
    color: #E18335;
}

.trigger-accent-turquoise{
    border-left: 4px solid #2EC4B6 !important;
    color: #2EC4B6;
}


.trigger-accent-turquoise-top{
    border-top: 2px solid #2EC4B6 !important;
    color: #2EC4B6;
}

.trigger-accent-disco{
    border-left: 4px solid #8A1C7C !important;
    color: #8A1C7C;
}

.trigger-accent-disco-top{
    border-top: 2px solid #8A1C7C !important;
    color: #8A1C7C;
}


.trigger-accent-fuchsia{
    border-left: 4px solid #6F58C9 !important;
    color: #6F58C9;
}

.trigger-accent-fuchsia-top{
    border-top: 2px solid #6F58C9 !important;
    color: #6F58C9;
}


.trigger-accent-surfie{
    border-left: 4px solid #0B7A75 !important;
    color: #0B7A75;
}


.trigger-accent-surfie-top{
    border-top: 2px solid #0B7A75 !important;
    color: #0B7A75;
}

.trigger-accent-brink{
    border-top: 4px solid #F9627D !important;
    color: #F9627D;
}

.trigger-accent-brink-top{
    border-top: 2px solid #F9627D !important;
    color: #F9627D;
}


.trigger-accent-rose{
    border-left: 4px solid #FF007F !important;
    color: #FF007F;
}



.trigger-accent-rose-top{
    border-top: 2px solid #FF007F !important;
    color: #FF007F;
}


.trigger-accent-limeade{
    border-left: 4px solid #8EA604 !important;
    color: #8EA604;
}

.trigger-accent-limeade-top{
    border-top: 2px solid #8EA604 !important;
    color: #8EA604;
}

  
/***** Top menu *****/
.vento-breadcrumbs{

  margin-top: 20px;
}
.main-menu .nav-item{
    width: 100%;
    background: transparent;
    transition: 0.5s ease-in-out;
    border-bottom: 1px solid #ffffff69;
}
.main-menu .active,
.main-menu .nav-item:hover{
    background: #fff!important;
}
.main-menu .active .menu-icon,
.main-menu .nav-item:hover .menu-icon{
    fill:#158d63;
}
.main-menu .active a,
.main-menu .nav-item:hover a{
    color: #158d63 !important;
}
.main-menu .btn.focus, .btn:focus{
    box-shadow: unset !important;
}
.main-menu .dropdown-toggle::after{
    vertical-align: 2px !important;
}
.main-menu .dropdown-menu{
    right: 0;
    left: unset !important;
}
.dashboard{
    padding: 40px;
}
.unauth{
   padding: 70px;
}
.dashboard .card{
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
   -webkit-box-shadow: 0px 1px 0px 0px rgba(190, 190, 190, 0),0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 0px 0px rgba(190, 190, 190, 0),0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 1px 0px 0px rgba(190, 190, 190, 0),0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 1px 0px 0px rgba(190, 190, 190, 0),0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 0px 0px rgba(190, 190, 190, 0),0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
    border: none !important;
   
}
.dashboard .card-header {
  background-image: -moz-linear-gradient(45deg, rgb(20,110,177) 0%, rgb(35,161,145) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(20,110,177) 0%, rgb(35,161,145) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(20,110,177) 0%, rgb(35,161,145) 100%);
  border-bottom:  1px solid rgb(221, 221, 221);
}
.dashboard .title-icon{
    position: absolute;
    right: 20px;
    top: 15px;
}
.dashboard .count{
    color: #00a0dc!important;    
}
.dashboard .list-group li.active-menu a, 
.dashboard .list-group li:hover a{
    color: #23a191!important;   
}


/* CUSTOM CARDS*/
.card-basic .card-header{
    background: #fff !important;
    background-image:none !important;
}
.card-sm .card-header{
    background-color: #00a0dc !important;
}
/*SEARCH SIDEBAR*/
.search-filters .dropdown{
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 2px;
    opacity: 0.902;
}
.search-filters .dropdown-toggle::after{
    content: "\f107";
    display: block;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    border: none !important;
}
.search-filters .dropdown-toggle{
  font-size: 16px;
  font-family: "Segoe UI";
  color: rgb(0, 0, 0) !important;
    font-weight: bold;
}
.search-filters .dropdown-menu{
  border-width: 0.5px;
  border-color: #878787;
  border-style: solid;
  border-radius:0px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 0px 0px rgba(190, 190, 190, 0),0px 2px 10px 0px rgba(0, 0, 0, 0.35);
}
.search-filters .search-input{
  border-width: 1px;
  border-color: rgb(0, 132, 191);
  border-style: solid;
  border-radius: 2px;
  opacity: 0.902;
}
.search-filters .btn-dropdown-arrow{
    position: absolute;
    right: 0px;
    top: 0px;
}
.search-filters .btn-filter-search{
    position: absolute;
    right: 6px;
    top: 6px;
}
.search-filters .custom-control-input:checked~.custom-control-label::before{
    color: #fff;
    border-color: #FF5722;
    background-color: #FF5722;
    border-radius: 0px;
}
.search-filters .custom-control-label::after{
    border-radius: 0px;
}
#basic select{
    border: 1px solid #000!important;
}
/*BOOTSTRAP TABLE */
.table .thead-dark th{
    font-weight: 400;
    padding: 10px;
}
.table td, .table th{
    vertical-align: middle;
}
.custom-tr{
  cursor: pointer !important;
  border-radius: 2px !important;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 0px 0px rgba(190, 190, 190, 0),0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  transition: 0.5s  ease-in-out !important; 
}
.custom-tr:hover{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;


/*background-color: #f1f1f1 !important;
border-bottom: 1px solid #2196F3 !important;*/

/*    background-color: #A6E1FA;*/
}
.custom-tr:hover td, .custom-tr:hover span{
    color:#155c94 !important;
}

.sortable{
    cursor: pointer;
}
.sortable .fa-sort-down{
    position: relative;
    left: -12.4px;
}
/*ADD MOTORCYCLE CATALOUGE*/
#addMotorCycle .bg-gradient-primary{
    height: 200px;
}
#addMotorCycle .image-upload{
    margin-top: -8%;
}
#addMotorCycle .list-count {
    background-color: rgb(21, 141, 99);
    padding: 10px;
    border-radius: 100px;
    line-height: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
}
#addMotorCycle .service-list{
    border-top: 1px solid #a7a9ac;
    border-bottom: 1px solid #a7a9ac;
    padding: 50px 0px 70px 0px;
    margin: 40px 0;
}
#addMotorCycle .reminder-list{
    border-bottom: 1px solid #a7a9ac;
    padding: 10px 0;
    margin-bottom: 20px;
}
#addMotorCycle .custom-list{
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #ececec;
}

#addWorkshop .information{
    padding: 10px 0px 0px 0px;
    margin-top: 25px;
    border-top: 1px solid #ececec;
}

/*Upload Image*/
.avatar-upload {
  position: relative;
  max-width: 300px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
/*
    position: absolute;
    right: 50%;
    z-index: 1;
    top: 38%;
*/
    position: absolute;
    right: 56%;
    z-index: 1;
    top: 40%;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  /*border-radius: 100%;*/
  background: transparent;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:after {
  content: "";
  background-image: url('../images/camera.png');
  height: 53px;
  width: 60px;
  display: block;
}
.avatar-upload .avatar-preview {
  width: 250px;
  height: 250px;
  position: relative;
  /*border-radius: 100%;*/
  border: 10px solid #F8F8F8;
  box-shadow: 0px 27px 24px 0px rgba(0, 0, 0, 0.2);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  /*border-radius: 100%;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*CARD ACTION DROPDOWN INVOCIES*/
.card-action-invoices .dropdown-toggle::after{
    display: none !important;
}
.card-action-invoices .dropdown-menu{
    border-width: 1px;
    border-color: rgb(167, 169, 172);
    border-style: solid;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 14px 6px rgba(0, 0, 0, 0.1);
    top: -10px !important;
}
.card-action-invoices .dropdown-menu::after {
  content: '';
  position: absolute;
  width: .5rem;
  height: .5rem;
  background-color: white;
  border: solid 1px rgb(167, 169, 172);
  border-bottom: none;
  border-left: none;
}
.card-action-invoices .dropdown-menu-tip-n::after {
  top: calc(-.25rem - 1px);
  left: calc(50% - .25rem);
  transform: rotate(-45deg);
}
.card-action-invoices .dropdown-menu-tip-ne::after {
  top: calc(-.25rem - 1px);
  right: 1rem;
  transform: rotate(-45deg);
}
.card-action-invoices .dropdown-menu-tip-nw::after {
  top: calc(-.25rem - 1px);
  right: 1rem;
  transform: rotate(-45deg);
}
.card-action-invoices .dropdown-menu-tip-s::after {
  left: calc(50% - .25rem);
  bottom: calc(-.25rem - 1px);
  transform: rotate(135deg);
}
.card-action-invoices .dropdown-menu-tip-se::after {
  right: 1rem;
  bottom: calc(-.25rem - 1px);
  transform: rotate(135deg);
}
.card-action-invoices .dropdown-menu-tip-sw::after {
  left: 1rem;
  bottom: calc(-.25rem - 1px);
  transform: rotate(135deg);
}
/*CARD ACTION DROPDOWN MENU LEFT*/
.card-action-right .dropdown-toggle::after{
    display: none !important;
}
.card-action-right .dropdown-menu{
    border-width: 1px;
    border-color: rgb(167, 169, 172);
    border-style: solid;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 14px 6px rgba(0, 0, 0, 0.1);
    top: 10px !important;
}
.card-action-right .dropdown-menu::after {
  content: '';
  position: absolute;
  width: .5rem;
  height: .5rem;
  background-color: white;
  border: solid 1px rgb(167, 169, 172);
  border-bottom: none;
  border-left: none;
}
.card-action-right .dropdown-menu-tip-n::after {
  top: calc(-.25rem - 1px);
  left: calc(50% - .25rem);
  transform: rotate(-45deg);
}
.card-action-right .dropdown-menu-tip-ne::after {
  top: calc(-.25rem - 1px);
  right: 1rem;
  transform: rotate(-45deg);
}
.card-action-right .dropdown-menu-tip-nw::after {
  top: calc(-.25rem - 1px);
  right: 1rem;
  transform: rotate(-45deg);
}
.card-action-right .dropdown-menu-tip-s::after {
  left: calc(50% - .25rem);
  bottom: calc(-.25rem - 1px);
  transform: rotate(135deg);
}
.card-action-right .dropdown-menu-tip-se::after {
  right: 1rem;
  bottom: calc(-.25rem - 1px);
  transform: rotate(135deg);
}
.card-action-right .dropdown-menu-tip-sw::after {
  left: 1rem;
  bottom: calc(-.25rem - 1px);
  transform: rotate(135deg);
}
/*MANAGE USER ROLES */
.bg-info{
    min-height: 70px;
}
.bg-info:before{
    content:"";
    background: url('/svgs/card-shade.svg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 70px;
    display: block;
}
/*SALES DASHBOARD*/
.counter-up{
  border-width: 4px;
  border-color: rgb(25, 220, 164);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16); 
    height: 130px;
    width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*DATE SELECTOR*/
.date-selector .btn{
    top: 0px;
    right: 0px;
}
/*SEARCH BOX CSS*/
.search-box .form-control{
   /* border-width: 0.5px;*/
    border-color: #d4dbe0;
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    opacity:1;
    position: relative;
    padding: 13px 15px;
}
.search-box .btn-search-icon{
   color: #284b63;
    position: absolute;
    border-radius: 0 2px 2px 0 !important;
    background-color: #d4dbe0;
    opacity: 1;
    right: 0px;
    top: 30px;
    height: 51px;
    width: 10%;
    padding-top: 13px;

}
/*.fixed-top{
      z-index: 0!important;
    
}*/

/*SEARCH BOX CSS*/
.search-box-sm .form-control{
    border: 1px solid #000;
    border-radius: 2px;
    padding: 6px;
    height: auto !important;
}
.search-box-sm .btn-search-icon{
    color: #284b63;
    position: absolute;
    border-radius: 0 2px 2px 0 !important;
    background-color: #d4dbe0;
    opacity: 1;
    right: 1px;
    top: 1px;
    width: 20%;
    padding: 5px;
}
/*ACTION GROUP BUTTON*/
.action-group .btn{
    border-radius: 100px !important;
}
/* Show and Hide Password Button
-------------------------------------------------- */
.pass_show{position: relative} 
.pass_show .ptxt { 
position: absolute; 
top: 45%; 
right: 10px; 
z-index: 1; 
color: #0084bf; 
margin-top: -10px; 
cursor: pointer; 
transition: .3s ease all; 
} 
.pass_show .ptxt:hover{color: #000;} 
/* Part Search CSS
-------------------------------------------------- */
.part-search .step{
  border-width: 2px;
  border-color: rgb(18, 18, 18);
  border-style: solid;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.part-search .dropdown-toggle::after{
    border: 0px !important;
    background: url(/images/angle-down.png);
    height: 9px;
    width: 13px;
    background-repeat: no-repeat;
    float: right;
    top: 8px;
    position: relative;
    right: 8px;
}
.part-search .list-group{
    max-height: 700px;
    overflow-y: auto;
}


.free-service{
   margin-left: 82px;
   width: 300px !important;
}

@media only screen and (max-width:1366px){
   .free-service{
   margin-left: 40px !important;
}
}

.select2-sm .tpx-select2-container .select2-choice{
    height: 38px !important;
}
/*ACTION GROUP BUTTON*/
.action-group .btn{
    border-radius: 100px !important;
}
 

/* Show and Hide Password Button
-------------------------------------------------- */

.pass_show{position: relative} 
.pass_show .ptxt { 
position: absolute; 
top: 45%; 
right: 10px; 
z-index: 1; 
color: #0084bf; 
margin-top: -10px; 
cursor: pointer; 
transition: .3s ease all; 
} 
.pass_show .ptxt:hover{color: #000;} 


/*Date Picker*/
/*#datepicker
*/


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

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


/*Switch Buttons*/

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

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

input:checked + .slider {
  background-color: #0084bf;
}

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

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

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


/*CUSTOM DATE RANGE PICKER*/
.custom-date-range .gj-datepicker[role='wrapper']:first-child{
                margin-bottom: 10px;
            }

.MultiFile-wrap .MultiFile-preview{
    height: 120px !important;
    width: 120px !important;
    max-width: unset !important;
    max-height: unset !important;
}

/*Lighthouse CSS*/
 .demo-gallery > ul {
        margin-bottom: 0;
        padding-left: 5px;
    }

    .demo-gallery > ul > li {
        margin-bottom: 2px; 
        width: 115px;
        display: inline-block;
        margin-right: 2px;
        list-style: outside none none;
    }

    .demo-gallery > ul > li a {
        border: 3px solid #FFF;
        border-radius: 3px;
        display: block;
        overflow: hidden;
        position: relative;
        float: left;
        height: 115px;
        width: 115px;
    }


    .demo-gallery > ul > li a > img {
        -webkit-transition: -webkit-transform 0.15s ease 0s;
        -moz-transition: -moz-transform 0.15s ease 0s;
        -o-transition: -o-transform 0.15s ease 0s;
        transition: transform 0.15s ease 0s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        height: 100%;
        width: 100%;
    }

    .demo-gallery > ul > li a:hover > img {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
        opacity: 1;
    }

    .demo-gallery > ul > li a .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color 0.15s ease 0s;
        -o-transition: background-color 0.15s ease 0s;
        transition: background-color 0.15s ease 0s;
    }

    .demo-gallery > ul > li a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

    .demo-gallery > ul > li a:hover .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .demo-gallery .justified-gallery > a > img {
        -webkit-transition: -webkit-transform 0.15s ease 0s;
        -moz-transition: -moz-transform 0.15s ease 0s;
        -o-transition: -o-transform 0.15s ease 0s;
        transition: transform 0.15s ease 0s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        height: 100%;
        width: 100%;
    }

    .demo-gallery .justified-gallery > a:hover > img {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
        opacity: 1;
    }

    .demo-gallery .justified-gallery > a .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color 0.15s ease 0s;
        -o-transition: background-color 0.15s ease 0s;
        transition: background-color 0.15s ease 0s;
    }

    .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

    .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .demo-gallery .video .demo-gallery-poster img {
        height: 48px;
        margin-left: -24px;
        margin-top: -24px;
        opacity: 0.8;
        width: 48px;
    }

    .demo-gallery.dark > ul > li a {
        border: 3px solid #04070a;
    }

    #lg-share, .lg-autoplay-button{
        display: none;
    }
    .lg{
        background-color: #0D0A0A;
    }

.flatpickr-day.today{
  border-color: white!important;
}

footer {
/*  margin-top: auto;
  margin-left: -350px;*/

      bottom: 0px;
    position: fixed;
    width: 100%;
}

  @media (max-width: 991px) {
    .main-menu .nav-item {
     width: 100%;
     border-bottom: 1px solid #ffffff69;
  }
  }
  @media (max-width: 992px) {
    .custom-h5 { width:250px;}
  }
  @media (max-width: 576px) {
    .modal-dialog {
    max-width: 90%!important;
    }
    }