:root {
    --tr-blue: #27383d;
    --tr-blue-dark: #2d5c70;
    --tr-white:#fff;
  }
ul.languageChange{ height: 300px; overflow-y: scroll; overflow-x: hidden; }
.list-thumb{
    width: 70px;
    height: 70px;
    margin-right: 10px ;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.login-wrapper{
    background: url("../img/login-bg.jpg") !important;
    background-size: cover !important;
    background-position: bottom !important;
}
.authentication-wrapper.authentication-basic .authentication-inner .card {
    padding: 50px 0;
    background: #fff;   
    box-shadow: 5px 2px 7px 1px #211b1b2e;
}
.authentication-wrapper.authentication-basic .authentication-inner:before,
.light-style .authentication-wrapper.authentication-basic .authentication-inner:after{
    background-image: none !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--tr-blue);
    background: var(--tr-blue);
    border:0px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105,108,255,.4);
}
.btn-primary:hover {
    color: #fff !important;
    background-color: var(--tr-blue-dark) !important;
    border-color: var(--tr-blue-dark) !important;
    transform: translateY(-1px) !important;
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
    color: #ffffff;
    background: rgb(255,143,7);
    /* background: linear-gradient(90deg, rgba(255,143,7,1) 0%, rgba(191,35,230,1) 81%, rgb(239 104 96) 100%); */
    /* background-color: rgb(167 48 241) !important; */
    background-color: rgb(34 51 79) !important;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {   
    background: rgb(23 42 73);
    /* background: linear-gradient(90deg, rgba(255,143,7,1) 0%, rgba(191,35,230,1) 81%, rgba(97,50,232,1) 100%); */
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(105,108,255,.4);
}
.text-primary {
    color: #0b0b14 !important;
}
.btn-outline-primary {
    color: #4c4f5d;
    border-color: #4c4f5d;
    background: rgba(0,0,0,0);
}
.bg-menu-theme{
    background: rgb(31,43,45);
    /* background: linear-gradient(0deg, rgb(71 31 84) 0%, rgb(63 64 124) 21%, rgba(63,16,77,1) 100%) !important; */
    background: linear-gradient(0deg, rgb(50 110 125) 0%, rgb(39 67 109) 21%, rgb(8 19 39) 100%) !important
}
.bg-menu-theme .menu-link, .bg-menu-theme .menu-horizontal-prev, .bg-menu-theme .menu-horizontal-next {
    color: #b8bbbd;
}
.menu .app-brand.demo {
    height: 64px;
    padding-left: 1em;
    margin-top: 12px;
}
.tr-login-quote{
    position: absolute;
    left: 10%;
    top: 40%;
    font-size: 4em;
    line-height: 1.2;
    font-family: 'Shadows Into Light', cursive;
    width: 24%;
    color: #fff;
    text-shadow: 2px 2px 7px #00000070;
}

.authentication-wrapper.authentication-basic {   
    justify-content: right !important;    
}
.bg-menu-theme .menu-inner-shadow {
    background: linear-gradient(#0a162c 41%, rgb(20 38 67) 95%, rgba(255, 255, 255, 0));
}
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open>.menu-link, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open>.menu-link, html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover {
    background-color: rgb(4 12 20 / 30%);
}
.bg-menu-theme .menu-item.open:not(.menu-item-closing)>.menu-toggle, .bg-menu-theme .menu-item.active>.menu-link {
    color: #ffffff;
}
.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle) {
    background-color: #200b3d;
}
.increasezindex{
    z-index: 1100 !important;
}

@media only screen and (max-width: 1024px) {
    .tr-login-quote{       
        font-size: 2em;
        left: 30%;
        top: 10%;
        width: 100%;
    }
  }
@media only screen and (max-width: 768px) {
    .tr-login-quote{       
        display: none;        
    }
  }

  /* Make the badge float in the top right corner of the button */
.button__badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
   
    padding: 1px 3px;
    font-size: 10px;
    
    position: absolute; /* Position the badge within the relatively positioned button */
    top: 0;
    right: 0;
  }
  .menu-vertical .menu-inner>.menu-item{
    margin: .4rem 0;
  }
  .bg-menu-theme .menu-link{
    color: #fff;
  }
  .menu .app-brand.demo {   
    border-bottom: 1px solid #ffffff2e;
}
.bg-menu-theme .menu-inner>.menu-item.active:before {
    background: #ff404f;
}
.custom-trav-card label{
    color: #000;
    font-weight: 600;
}
.mh-400{
    min-height: 400px;
}
.mh-600{
    min-height: 600px;
}