html,
body {
    height: 100%;
}

.color-gb {color: #007bff !important;}
.color-error {color: #a94442 !important;}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.main-header.text-sm .nav-link, .text-sm .main-header .nav-link {
    height: 2.217rem !important;
}

.grid-view td {
white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
min-width: 50px;
}

.hint-block {
margin-top: 5px !important;
}

.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* STEP PROGRESS BAR */

  .progressbar {
      counter-reset: step;
  }
  .progressbar li {
      list-style-type: none;
      width: 25%;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #7d7d7d;
  }
  .progressbar li:before {
      width: 30px;
      height: 30px;
      content:"";
      counter-increment: step;
      line-height: 30px;
      border: 2px solid #7d7d7d;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: white;
  }
  .progressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #7d7d7d;
      top: 15px;
      left: -50%;
      z-index: -1;
  }
  .progressbar li:first-child:after {
      content: none;
  }
  
  .progressbar li.active {
      color: green;
  }
  .progressbar li.active:before {
      border-color: #55b776;
      font-family: "Font Awesome 5 Free";
      content: "\f00c";
  }
  
  .progressbar li.inprogress {
      color: gray;
  }
  .progressbar li.inprogress:before {
      border-color: gray;
	  color: white;
	  background-color: gray;
      font-family: "Font Awesome 5 Free";
      content: "\f044";
  }
  
  .progressbar li.active + li:after {
      background-color: #55b776;
  }

/* STEP PROGRASS BAR END */

/* CUSTOM */

.table-detail-view th{
    width: 40%;
}

.table-detail-view td{
    width: 60%;
}

.booking-detail-view th{
    width: 50%;
}

.booking-detail-view td{
    width: 50%;
}

.booking-detail-view th{
    text-align: center;
}


.glyphicon-eye-open:before {
    font-family: "Font Awesome 5 Free";
    content: "\f06e";
}
.glyphicon-pencil:before {
    font-family: "Font Awesome 5 Free";
    content: "\f044";
}
.glyphicon-trash:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2ed";
}

.iti {
    display: block;
}


.login-panel{
    background-image: linear-gradient(to right, black, #2a83d3);
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 10px;

    opacity: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.login-panel .btn-primary{
    background-color: #8AFFD0;
    color: black;
    border-color: #8AFFD0;
}

.login-panel .btn-primary:hover{
    background-color: transparent;
    color: #8AFFD0;
    border-color: #8AFFD0;
}

.login-panel .btn-primary:active{
    background-color: transparent;
    color: #8AFFD0;
    border-color: #8AFFD0;
}

.login-panel .btn-light:hover{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.login-panel .btn-light:active{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.login-panel h2{
    color: #8affd0;
    padding-bottom: 20px;
}

.login-panel label{
    color: #f5f5f5;
}

.welcome-text{
    color: #f5f5f5;
    padding-bottom: 10px;
    font-size: 13px;
    text-align: justify;
}

.welcome-card{
    background-color: transparent;
    color: white;
    border: 1px solid white !important;
}

.login-input {
    background: transparent;
    color: #f5f5f5;
    border-color: #f5f5f5;
}

.login-panel ::placeholder {
    color: #f5f5f5;
    opacity: 1;
}

.navbar-logo{
    position: relative;
    display:inline;
    max-height: 48px;
    width: auto;
    bottom: 5px;
}

.navbar-logo-gb{
    position: relative;
    display:inline;
    height: auto;
    width: 60px;
    bottom: 20px;
    margin-top: 24px;
}

.footer-logo-gb{
    position: relative;
    bottom: 11px;
    max-height: 33px;
    width: auto;
    margin-right: 5px;
}
.footer-logo-gb2{
    max-height: 33px;
    width: auto;
    margin-right: 5px;
}

.footer-logo-nebet{
    max-height: 30px;
    width: auto;
}

.footer-logo-play{
    max-height: 30px;
    width: auto;
}

.footer-logo-store{
    max-height: 30px;
    width: auto;
}

.footer-text-logo{
    text-align: right;
}

.footer{
    height: 64px;
}

@media(max-width:768px) {
    .footer_logo_col {
        text-align: center;
    }
}

@media(max-width:1200px) {
    .footer{
        height: auto;
    }
}

@media(max-width:991px) {
    .logo2{
        display: block;
        text-align: center !important;
    }
}

@media(max-width:767px) {
    .navbar-logo{
        height: 50px;
    }

    .logo{
        display: block;
        text-align: center !important;
    }
    .logo2{
        display: block;
        text-align: center !important;
    }
    .footer-logo-app{
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .footer-text-gb{
        text-align: center;
    }
    .footer-text-trial{
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .footer-text-logo{
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1450px;
    }
}

.input-group-html5 .input-group-addon:first-child {
    border: 0;
}

.fc-time-grid .fc-slats td {
    height: 10px;
}


.fc-slot-past{
    background: rgba(208, 208, 208, 0.3);
}

.fc-slot-past:hover {
    cursor: not-allowed;
}

.fc-non-business:hover {
    cursor: not-allowed;
}

.fc-theme-standard td, .fc-theme-standard th {
    border-bottom: 2px solid #ddd;
}

.fc-toolbar, .fc-toolbar.fc-header-toolbar {
    padding: 0 !important;
}

.fc-cell-text {
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.footer{
    color: #8e8e8e;
    background-color: #222;
    border: 0;
}

.helper-icon-gb{
    max-height: 28px;
    border-radius: 20%;
}

.fc-day-grid-container.fc-scroller {
    height: auto!important;
    overflow-y: auto;
}

/* PRCING TABLE */

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    overflow: hidden;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .list-header {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #8affd0;
    text-transform: uppercase;
}

.price .active {
    background-image: linear-gradient(to right, #2a83d3, #8affd0);
    color: black;
}


.pricing{
    font-weight: 700;
    line-height: 26.4px;
    font-size: 30px;
}

.price li {
    border: 0;
    padding: 20px;
    text-align: center;
    background-image: linear-gradient(to right, black, #2a83d3);
    color: white;
}

.price .list-item {
    font-size: 14px;
    padding: 1px;
}

.price .last-item {
    padding-bottom: 30px;
}

.price .list-item-border {
    width: 70%;
    color: white;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px solid #eeeeee;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

.btn-price{
    background: transparent !important;
    border: 1px solid white !important;
    width: 80% !important;
    margin: auto !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: white !important;
}

.btn-price-active{
    background: white !important;
    color: black !important;
    width: 80% !important;
    margin: auto !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.btn-price:hover{
    background: white !important;
    color: black !important;
}

/*.package{
    font-family: "Open Sans";
    font-style: normal;
    font-variant: normal;
}*/


body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    padding-right: 0 !important
}

.partners{
    padding-top: 40px;
}
.owl-carousel .owl-item img {
    max-height: 120px;
    width: auto;
    margin: auto;
}

@media(max-width:768px) {
    .owl-carousel .owl-item img {
        max-height: 30px;
        width: auto;
    }
}

.lang-flag{
    width: auto;
    height: 12px;
}

.lang-flag-template{
    width: 40px;
    height: 22px;

    padding-top: 2px;
}

.logo{
    width: 112px;
    height: auto;
}
.logo2{
    height: auto;
}

/* DROPDOWN */
.dropbtn {
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans";
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#header .dropdown {
    position: relative;
    display: inline-block;
    width: 112px;
    height: 40px;

    margin-top: 20px;
}

.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans";

    width: 112px;
    height: 40px;
    padding-right: 15px;
}

.dropdown-content button:hover{
    background-color: rgba(0, 0, 0, 0.7);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: rgba(255, 255, 255, 0.7);
}


.index-header-left{
    margin-right: 40%;
}

.index-header-right{
    margin-left: 40%;
}

@media(max-width:992px) {
    .index-header-left{
        margin: auto;
        text-align: center;
    }

    .index-header-right{
        margin-left: auto;
        text-align: center;
    }
}

.toTop:hover, .toTop:active {
    background: #2c2c2d;
    color: white;
    transform: scale(1.2);
}

.stat-panel-header{
    margin-top: 0;
}

.highcharts-title{
    width: 100%;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #181818;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}

/* kartik daterangepicker fix */
.kv-drp-dropdown .range-value {
    background: none;
    padding-left: 3rem;
    opacity: 0.9;
    width: 100%;
}

.kv-drp-dropdown .left-ind, .kv-drp-dropdown .right-ind {
    position: absolute;
    top: 0.6rem;
}

.kv-drp-dropdown .kv-clear {
    padding: 0 0.3rem;
    font-size: 1.5rem;
    cursor: pointer;
    right: 1.6rem;
    line-height: 1.3rem;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder {
    font-size: 1rem;
}

/* ---- */

/* kartik grid fix */
td > .form-control {
    font-size: unset;
}

@media screen and (max-width: 480px) {
    .kv-table-wrap th, .kv-table-wrap td {
        font-size: unset !important;
    }

    .kv-table-wrap tr > td:first-child {
        font-size: unset !important;
    }
}
/* ---- */

.kv-form-bs3 .hint-block {
    margin-top: 5px;
}

.tab-booking{
    padding-top: 20px;
}

.fc .fc-bg-event {
    color: #c3c3c3;
    background: rgba(208, 208, 208, 0.3);
    cursor: no-drop;
    opacity: 1;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: unset;
}

#loading {
    width: 100%;
    height: 100%;
    top: 120px;
    left: 470px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
}

/* DASHBOARD */
.fc .fc-non-business {
    background: #ccc;
}

.fc .fc-bg-event {
    color: #e9e9e9;
    background: #ccc;
}

.brand-link {
    padding: 0.7rem 0.5rem !important;
}
.brand-image {
    float: none !important;
    margin: auto auto auto 1rem !important;
}

.main-sidebar, .main-footer {
    background-color: #222 !important;
}

.btn-login-custom {
    background: #FFA10E;
    color: black;
}

.btn-login-custom:hover, .btn-login-custom:active {
    background: transparent;
    color: #FFA10E;
    border-color: #FFA10E;
}

#login_box {
    height: 230px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
}

#login_box .card-body {
    border-radius: 10px 10px 0 0;
}

#login_box .card-footer:last-child {
    border-radius: 0 0 10px 10px;
}

.box_col {
    margin-bottom: 20px;
}

.box_col_2 {
    margin-bottom: 0;
}

.modal {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.btn-group {
    margin-top: 0;
    margin-bottom: 1rem;
}

.profile-nav-desktop {
    display: block !important;
}

.profile-nav-mobile {
    display: none !important;
}

#login_navbar {
    height: 64px;
}

@media (max-width: 991px) {
    .box_col_2 {
        margin-bottom: 20px;
    }

    .profile-nav-desktop {
        display: none !important;
    }

    .profile-nav-mobile {
        display: block !important;
    }

    #login_navbar {
        height: auto;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        justify-content: flex-end;
    }
}

@media (min-width: 576px) and (max-width: 713px),  (max-width: 449px){
    .fc-verticalView-button, .fc-horizontalView-button {
        display: block !important;
        margin-top: 10px !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 576px) {
    .bs-stepper-header {
        flex-direction: column;
    }
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-left: 80px !important;
}
.font-weight-bold {
    font-weight: bold;
}
.forgotten-pw {
    color: #8affd0;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}
.forgotten-pw:hover {
    color: white;
    text-decoration: none;
}
.btn {
    border: 3px solid transparent;
    letter-spacing: .3px;
}
body.d-flex.flex-column.h-100 {
    background-position: center center;
}
div#login_box i.fas.fa-plus {
    transition: color 0.15s ease-in-out;
}
div#login_box:hover i.fas.fa-plus {
    color:white;
}
.login-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media (min-width: 1200px) {
    .mx-xl-70 {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }
    .navbar.navbar-expand-md.navbar-dark.bg-dark.fixed-top .container {
        margin-left: calc(70px - 1rem - 15px) !important;
        margin-right: calc(70px - 1rem - 15px) !important;
    }
    footer.footer .container {
        margin-left: calc(70px - 1rem - 15px) !important;
        margin-right: calc(70px - 1rem - 15px) !important;
    }
}
.navbar.navbar-expand-md.navbar-dark.bg-dark.fixed-top .container {
    width: 100% !important;
    max-width: 100% !important;
}
footer.footer .container {
    width: auto !important;
    max-width: 100% !important;
}
@media (max-width: 575px) {
    .d-xs-none-phone {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .d-md-none-phone {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .text-md-center {
        text-align: center;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-left {
        text-align: left;
    }
}
.tiny-button {
    width: 32px;
    height: 32px;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
@media (max-width: 767px) {
    .mx-sm-3 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.pt-54 {
    padding-top: 54px;
}
@media (min-width: 768px) {
    .flow-offset-1 [class*="col-"]:nth-child(n+2) {
        margin-top: 60px;
    }
    .main .index .index_list li p {
        padding-right: 0;
    }
}
.main .index .index_list li h6 {
    padding: 0 0 20px 0;
}
.main .primary h6 {
    padding: 36px 0 50px;
}
.well_3 {
    padding-top: 40px;
}
.flow-offset-1 [class*="col-"]:nth-child(n+2) {
    margin-top: 40px;
}
.helper-icon{
    max-height: 28px;
    border-radius: 20%;
    display: flex;
    justify-content: flex-end;
}
.main .index .index_list li h4 {
    padding: 40px 0 25px 0;
}
@media (max-width: 767px) {
    .page .primary .thumbnail .caption {
        padding: 40px 40px 40px 50px !important;
    }
}
.page .primary .thumbnail .caption {
    padding: 40px;
}
.custom-checkbox {
    margin-bottom: 1.5rem;
    padding-top: .5rem;
}
.login-col {
    padding-right: 10px;
    padding-left: 10px;
}
.card-text:last-child {
    font-family: 'Open Sans', sans-serif;
}
.card-footer,
#login-page .card{
    border: none;
}
.card-footer {
    padding: .6rem 1.25rem;
}
.nav-item .select2-container {
    width: auto !important;
    min-width: 130px;
}
.h-280 {
    height: 280px;
}
@media (min-width: 992px) {
    #login-page .col-lg-6 > .row {
        margin-bottom: 20px;
    }
}
@media (max-width: 599px) {
    .footer-logo-nebet1 {
        display: none;
    }
}
.pr-10p {
    padding-right: 10px;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: #8AFFD0;
}
.btn-light {
    color: black;
}
@media (max-width:1199px) and (min-width: 576px) {
    .navbar-brand {
        margin-left: 15px;
    }
}
#login-wrapper {
    max-width: 1700px;
}

.sidebar-collapse > .wrapper > .main-sidebar > .brand-link > .brand-image {
    margin-left: 0 !important;
    max-width: 100%;
    height: auto;
}

.select2-container .select2-search--inline {
    float: none !important;
}