
.selectpicker:focus,
.selectpicker:active {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.modal-lang .modal-select .btn-light:focus,
.btn:focus {
  box-shadow: none !important;
  ;
}

.modal-lang .modal-header {
  border-bottom: none !important;
}

.modal-lang .modal-select .btn-light {
  color: #000 !important;
  border-color: #e0e3e5 !important;
  border-width: 2px !important;

}

.modal-lang .modal-select .dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1b1b5c !important;
}

.modal-lang  .modal-select .dropdown-toggle::after {
  content: "";
  position: absolute;
  width: 10px;
  top: 10px;
  right: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(225deg);
  border-bottom: none !important;
  border-right: none !important;
}

.btn-save {
  background: #1b1b5c;
  transition: all .4s ease-in-out;
  font-weight: 500;
  color: #fff !important;
  border-radius: 7px;
}

.btn-save:hover {
  background: #ee552f;
}

.modal-lang .modal-content {
  border: none !important;
}

.btn-close {
  width: .2rem;
  opacity: 1;
  height: .2rem;
}

.btn-close:focus {
  box-shadow: none !important;
}

.settings-dropdown span,.user-dropdown span {
  font-size: 14px;
  margin-left: 6px;
  font-weight: 500;
}

.settings-dropdown .dropdown-toggle::after,.user-dropdown .dropdown-toggle::after {
  display: none;
}

.settings-dropdown .dropdown-item,.user-dropdown .dropdown-item {
  font-size: 13px;
}

.settings-dropdown .dropdown-menu,.user-dropdown .dropdown-menu {
  width: 100%;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.base-navbar {
  box-shadow: 0px 4px 4px rgba(194, 194, 194, 0.25);

}

@media(max-width:575px) {
  .settings-dropdown span,.user-dropdown span {
    display: none;
  }

  .logo-mobile {
    display: block !important;
  }

  .logo-desktop {
    display: none;
  }

  .user-dropdown .dropdown-menu,.settings-dropdown .dropdown-menu{
    left: unset !important;
    right: 0;
  }

}
.settings-dropdown .dropdown-menu{
  left: unset !important;
    right: 0;
}
@media(max-width:992px) {
  .navbar-collapse {
    flex-basis: unset !important;
  }
  .btn-add-modal{
    font-size: 12px;
  }
}

.logo-mobile {
  display: none;
}

.navbar-collapse img {
  filter: grayscale(100%);
}
.btn-become{
  background: transparent;
  border:1px solid #1b1b5c;
  outline: none;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 500;
  transition: all .4s ease-in-out;
}

.btn-become:hover{
  background-color: #1b1b5c;
  color: #fff;
}


.modal-add .modal-content{
  background:none !important;
  border:none!important;
}
@media (min-width: 576px){
.modal-add .modal-dialog {
    max-width: 80% !important;
    margin: 1.75rem auto;
}}
.btn-add-modal{
  background-color: #1b1b5c;
  color: #fff;
  outline: none;
  transition: all .4s ease-in-out;
  border-radius: 30px;
  border: 2px solid #1b1b5c;
}
.btn-add-modal:hover{
  color: #fff;
  border: 2px solid #ee552f;
}
.modal-add .modal-backdrop.show 
{
    opacity:0.9!important;
}
.btn-add-modal img{
  margin-right: 10px;
}
.offcanvas-end{
  width: 70%;
}
.offcanvas-end .nav-link{
  font-size: 12px !important;
  color: #1b1b5c;
}
.offcanvas-header .btn-close{
  position: absolute;
  right: 20px;
  top: 25px;
}