.dropdown-item:hover, .dropdown-item:focus{
  color: #ef9401;
}
.dropdown-item.active, .dropdown-item:active{
  color: #ef9401;
  background-color: #F1F1F1;
}
button.focus, button:focus{
  box-shadow: unset !important;
  border: unset !important;
}
.table>:not(:last-child)>:last-child>*{
  border-bottom: 1px solid #d5d5d5;
}
.table-bordered, .table-bordered td, .table-bordered th{
  border: 1px solid #d5d5d5;
}
.table thead tr{
  background-color: #efefef;
}
.table tr>th{
  color: #5d5d5d;
  font-weight: 600;
}
.border-bottom-title{
  border-bottom: 1px solid #d5d5d5 !important;
}
a.link{
  color: #FFA10C;
}
a.link:hover{
  color: #cc820c !important;
}

i.fi{
display: flex;
}
.btn.btn-icon{
  padding: 7px;
}
.form-control{
  appearance: auto !important;
  -moz-appearance: auto !important;
  -webkit-appearance: auto !important;
}

.form-group.search-group input {
  padding-left: 35px;
  padding-right: 35px;
}
.form-group.search-group svg, .search-close-btn svg g {
  width: 14px;
  height: 14px;
  left: 10px;
  fill: #55595C;
}
.form-group.search-group svg:first-child {
  position: absolute;
}
.search-close-btn{
  right: 5px;
}
.search-close-btn:hover svg g{
  fill: #141414;
}

.container-checkbox input{
  width: 15px;
  height: 15px;
}

body.menu--opened{
  overflow: hidden;
}
.main-content .content-inner {
  padding-top: 60px !important;
  min-height: calc(100vh - 3.4rem) !important;
}
.page-wrapper .content-inner {
  margin-top: 81px !important;
  min-height: calc(100vh - 7.3rem) !important;
}
.logo-title img {
  height: 25px;
}
ul li{
  list-style: none;
}
.load-more {
  margin: 30px 0;
  min-height: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.load-more.loading a::after {
  display: block;
}

.load-more.loading a {
  color: transparent
}

.load-more::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 98%;
  background-color: #d1d3e0;
}

.load-more a {
  padding: 3px 5px;
  z-index: 1;
  background-color: #fff;
}

.load-more a::after {
  position: absolute;
  background-image: url('/assets/globals/gifs/preloader.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px;
  content: '';
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.box-loading-sm,
.box-loading {
  position: relative;
}

.box-loading::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffa3;
  background-image: url("/assets/globals/gifs/bad00f07a2e9965ef79eebd4e702df6e.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
  z-index: 999;
}

.box-loading-sm .select2.select2-container.select2-container--default::before,
.box-loading-sm::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffa3;
  background-image: url("/assets/globals/gifs/bad00f07a2e9965ef79eebd4e702df6e.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
  z-index: 999;
}

.select2.select2-container.select2-container--default{
  width: 100% !important;
}
.select2-container .select2-selection--single{
height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 11px;
}
.btns {
  display: flex;
  align-items: center;
}

.btns a,
.btns button {
  margin-right: 10px;
}

/* .sidebar  */
.navbar-brand img {
  height: 20px;
  object-fit: contain;
}

.sidebar .data-scrollbar {
  height: 92vh;
}

.header-title {
  margin-bottom: 15px;
}

a.link, 
button.link {
  text-decoration: underline;
  transition:.4s;
}

a.link:hover,
button.link:hover {
  color: #fba10c;
  text-decoration: none;
}

.sidebar .sidebar-toggle {
  top: 43px;
}

.avatar {
  position: relative;
  width: 30px;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
}
.avatar img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  border-radius: 1000px;
}

.dropdown-user a svg{
  width: 20px;
  height: 20px;
}
.dropdown-user a.count-sign::before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #DA4453;
  position: absolute;
  border-radius: 50px;
  top: 6px;
  right: 14px;
}
.dropdown-user a svg g{
  fill: #8f8f8f;
}
.dropdown-user a.show svg g{
  fill: #3a3a3a;
}
.dropdown-user .dropdown-menu.user-menu{
  margin-top: 5px;
}

.navbar-light .navbar-nav .nav-link{
  display: flex;
  gap: .5rem;
  align-items: center;
}
.page-wrapper .main-navbar ul>.nav-item .nav-link{
  padding: 8px 15px;
}
.page-wrapper .main-navbar ul>.nav-item:hover .nav-link {
  /* color: #3A57E8; */
  color: #ef9401;
  border-radius: 3px;
}
.page-wrapper .main-navbar ul>.nav-item.active .nav-link{
  /* color: #3A57E8; */
  color: #ef9401;
  position: relative;
  border-radius: unset !important;
}
.page-wrapper .main-navbar ul>.nav-item.active .nav-link::before{
  width: 100%;
  left: 0;
  bottom: -8px;
  content: "";
  display: block;
  height: 2px;
  border-top: unset;
  position: absolute;
  background: #ef9401;
  /* background: #3A57E8; */
}
.page-wrapper .main-navbar ul>.nav-item .dropdown-menu>.active .dropdown-item{
  color: #ef9401;
  background-color: transparent;
}
.iq-sub-card .avatar-40{
  height: 35px;
  width: 35px;
  min-width: 35px;
  padding: 8px;
}
/* ================================================================ */
.topnav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
}
.topnav .hor-header{
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.topnav-menu{
  cursor: pointer;
}
body.menu--opened .topnav {
  left: 0;
}
.side-menu li{
  font-size: 15px;
}
@media (max-width: 991.9px) {
  .page-wrapper .main-navbar ul>.nav-item .nav-link{
    padding: 10px 15px;
  }
  .page-wrapper .main-navbar ul>.nav-item.active .nav-link::before{
    bottom: 0;
  }  
  
  body.menu--opened .topnav .bottom-navbar-fixed {
    position: absolute;
    left: 0;
    top: 53px;
    transition: .4s;
  }
  .topnav {
    transition: .4s; 
    width: 100vw;
    height: 100vh;
    background-color: #00000024 !important;
    left: -130%;
  }
  .header-navbar.hor-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .horizontal-layout .bottom-navbar-fixed {
    height: calc(100vh - 53px);
    display: flex;
    align-items: flex-start !important;
    width: 232px !important;
    left: -130%;
    position: absolute;
    background-color: #fff;
    padding-right: 10px;
  }
  .horizontal-layout .bottom-navbar-fixed .main-navbar{
    width: 100%;
  }
  .horizontal-layout .bottom-navbar-fixed .side-menu{
    flex-direction: column !important;
    padding-top: 20px;
  }
  .side-menu .nav-item .dropdown-menu{
    padding-left: 21px;
    border: 0;
    box-shadow: unset;
  }
  /* .side-menu .nav-item .dropdown-menu>li{
    border-left: 3px solid #3A57E8;
  } */
  .side-menu .nav-item .dropdown-menu>li .dropdown-item{
    padding: 6px 10px 6px 7px;
  }


}
.navbar-expand-md .main-navbar .navbar-nav .dropdown-menu{
  position: static !important;
}
@media (min-width: 991.9px){
  .navbar-expand-md .main-navbar .navbar-nav .dropdown-menu{
    position: absolute !important;
  }
}

/* ================================================================ */

.auth-left{
  /* background: #ffffff url("https://templates.iqonic.design/hope-ui/html/dist/assets/images/auth/01.png") no-repeat center; */
  background: #ffffff url("../img/background/login-bg.jpg") no-repeat center;
}

.auth-brand-logo img{
  width: 65px;
}

.login-content form .form-group input{
  border-left: 4px solid #FF9511;
    /* border-left: 4px solid #3a57e8; */

}
.card-auth .form-group input::placeholder, .form-control::placeholder{
  font-size: 14px;
}
.card-auth .btn{
  background: #4f4f4f;
  color: #fff;
}

.custom-checkbox .check-box {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox label {
  position: relative;
  cursor: pointer;
  padding: 0 !important;
  user-select: none;
  -webkit-user-select: none;
  width: max-content;
  display: flex;
  font-size: 14px;
}
.custom-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #86a4c3;
  padding: 7px;
  height: 10px;
  margin-top: 3px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}


.custom-checkbox input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 5px !important;
  height: 11px !important;
  /* border: solid #3A57E8; */
  border: solid #4f4f4f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 1430px) and (min-width: 992px) {
  #main-menu-navigation .nav-item:nth-child(n+5) {
    display: none;
  }
  .main-menu-content .more-dropdown{
    display: flex !important;
  }
  #main-menu-navigation-more .nav-item:nth-child(-n+4) {
    display: none !important;
  }
  #main-menu-navigation-more .nav-item a{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .more-dropdown .dropdown-menu{
    width: max-content;
    padding: 8px;
  }
  .page-wrapper .main-navbar .more-dropdown ul>.nav-item.active .nav-link::before{
    bottom: 0;
  }
  
}

.w-max{
  width: max-content;
}
.dropdown-menu .user-info{
  padding: .6rem 1.2rem;
  border-bottom: 1px solid #e9ecef;
  background-color: #f1f3ff;
}
.user-dropdown-status{
  font-size: 14px;
}

.menu-btn {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1000;
}
.menu-btn .line {
  width: 100%;
  height: 2px;
  background-color: #55595C;
  transition: all 0.3s ease;
}

.menu-btn.open .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.open .line:nth-child(2) {
  opacity: 0;
}

.menu-btn.open .line:nth-child(3) {
  transform: rotate(-45deg) translate(3px, -4px);
}


.tag-apartments, .tag-garage {
  width: max-content;
}
.tag-apartments .active, .tag-garage  .active{
  border-bottom: 1px solid #FFA10C;
}
.tag-apartments .active a, .tag-garage .active{
  color: #FFA10C !important;
}

.modal-footer{
  display: flex;
  justify-content: space-between;
}
.modal-footer button{
  width: 48%;
}

.footer b{
  color: #FFA10C;
}
/* SWALL */

.swal2-modal{
  padding: 1.5rem !important;
}
.swal2-title{
  text-align: left;
  padding: 0;
  margin-bottom: 1.5rem !important;
  font-size: 1.5rem !important;
}
.swal2-html-container{
  text-align: left;
  margin: 0;
}
.swal2-actions{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.swal2-cancel{
  color: #2f4858 !important;
  background-color: transparent !important;
}
.swal2-cancel, .swal2-confirm{
  border: 1px solid #2f4858 !important;
}


.card.statistics{
  position: relative;
  border: 0;
  border-radius: 6px;
  color: #fff;
  transition: all .4s;

}
.card.statistics:hover{
  transform: scale(1.05);
}
.card.statistics.brown-card{
  background: #E08545;
}

.card.statistics.blue-card{
  background: #5070C6;
}
.card.statistics.green-card{
  background: #509C55;
}
.card.statistics.pink-card{
  background: #882CBB;
}
.card-info span{
  font-size: 12px;
}
.card-info p{
  font-size: 15px;
}
.card-info{
  margin-top: 28px;
}
.standart-p{
  padding: 12px !important;
}







.notification-menu .card-header{
  background-color: #FFA10C;
  padding: 10px 15px;
}

.notification-menu .card-header h5{
  font-size: 15px;
}

.notification-menu .card-body{
  padding: 10px 15px;
  max-height: 195px;
  overflow-y: auto;
}
.notification-menu .card-body .iq-sub-card{
  font-size: 14px;
}
.notification-menu .iq-sub-card-inside{
  padding: 5px 10px;
  background: #efefef;
  border-radius: 3px;
  margin-bottom: 10px;
}
.notification-menu .card-body .iq-sub-card .message-title{
  margin-bottom: 5px;
}
.notification-menu .card-body .iq-sub-card h6{
  font-size: 15px;
  font-weight: 600;
}
.notification-menu .card-body .iq-sub-card p{
  font-size: 13px;
}
.notification-menu .card-body .iq-sub-card span{
  color: #6d6d6d;
}

label.notification-number{
  width: max-content;
  padding: 1px 7px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.ellipsis{
  line-height: 20px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
