/*button#quickMessage {
    margin-top:40%;
    position: fixed;
    padding: 10px;
    font-size: 15px;
    z-index: 9;
}*/
.top-img {
    width: 70px;
    height: 50px;
    border-radius: 50%;
}

#buyBucksHistory_filter, #paymetsHistory_filter, #bucksHistory_filter{
    text-align: right !important;
}
.commonModalDialog{
    /*background: url(../images/background.png);*/
    background-attachment: fixed;
    background-size: cover;
    background: linear-gradient(
    117.76deg, rgba(255, 255, 255, 0.7) -7.21%, rgba(255, 255, 255, 0.5) 118.08%);
    backdrop-filter: blur(8px);
    opacity: 0.9;
}

.stripe-modal-header{
    background-color: #f34278;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 12px;
}

.openbtn:hover {
    cursor: pointer;
}
 
.validation {
    font-size: 12px;
    color: #f34278!important;
    font-family: sans-serif;
    line-height: 11px;
}

.text-color{
    color: #f34278;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #f34278 !important;
    border-color: #f34278 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important ;
    background-color: #f34278 !important;
}

.labelClass{
    color: #222260;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 27%;
}

.input-float:focus ~ .labelClass, .input-float:not(:placeholder-shown) ~ .labelClass{
    color: #F56692;
    top: 0px !important;
    left: 6px;
    font-size: 10px !important;
    background: #f3f3f3;
    padding: 0px 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.input-float:focus ~ .locationlevel, .input-float:not(:placeholder-shown) ~ .locationlevel{
    left: 20px;
}

.form-control {
    border-color: #FF1493;
}

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

#loading-image {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 100;
}

#loading-image .float{
    animation: float 3s ease-in-out infinite;
}

.error-font-size {
    font-size: 12px;
}

input.input-float.form-control:focus {
    box-shadow: none;
}

.content {
    position: relative;
    height: 100vh;
}

.row.align-items-center.justify-content-center {
    height: 100vh;
}

button.btn.btn-bgcolor {
    color: #ffffff;
    background-color: #f34278;
    border-color: #f23670;
}

.btn-bgcolor {
    color: #ffffff;
    background-color: #f34278;
    border-color: #f23670;
}

.bgcolor {
    color: #ffffff;
    background-color: #f34278;
    border-color: #f23670;
}

.btn-bgcolor:hover {
    color: #ffffff;
    background-color: #f34278;
    border-color: #f23670;
}

.link-class{
    color: #f01e5f;
    background-color: transparent;
}

.link-class:hover{
    color: #f01e5f;
    text-decoration: none;
    background-color: transparent;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #f34278;
    border-color: #f23670;
}

.content {
    position: relative;
    height: 100vh;
    z-index: 99; 
}
  
.content .label-name label, .label-name label{
    color: #222260;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
    
.content .form-control {
    border-color: #FF1493;
    background-color: #ffffff;
}

.content .form-control:focus {
    border-color: #F56692; 
}

.content .custom-control-label::before {
    background-color: #f3f3f3; 
}

.content .main-content {
    min-height: 480px;
    height: 100% !important;
}

.content .content-left {
    min-height: 480px;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.content .content-right img {
    max-width: 90%; 
}

.label-name {
    position: relative;
    margin-bottom: 20px; 
}

.input-float:focus ~ label {
    color: #F56692;
    top: 0;
    left: 6px;
    font-size: 10px;
    background: #f3f3f3;
    padding: 0px 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; 
}

.input-float:not(:placeholder-shown) {
    color: #222260;
    border: 1px solid #FF1493; 
}
  
.input-float:not(:placeholder-shown) ~ label {
    top: 0;
    font-size: 10px;
    background: #f3f3f3;
    color: #F56692;
    padding: 0px 8px; 
    border-radius: 8px;
    left: 6px;
}

#loading {
    background-color: #f3f3f3;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999; 
}

.loader {
    width: 3em;
    height: 3em;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute; 
}

#loading-center {
    background: url(../images/loader.gif) no-repeat scroll center center;
    background-size: 20%;
    width: 100%;
    height: 100%;
    position: relative; 
}

#homebtn{
    font-size: 20px;
    border-radius: 10px;
}

.forgot_pass_msg{
    background:linear-gradient(145.76deg, #FDF4E7, #fff,#E7FDF8);
    backdrop-filter: blur(8px);
    /*background-color: rgba(0,0,0,0.2);*/
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 2%);
    border:1px solid rgb(255, 255, 255) !important;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 480px;
    height: auto;
    margin: 15px auto;
    display: block;
}

.reset_pass_message{
    line-height: 29px;
    font-size: 20px;
    font-weight: 400;
    color:#222260;
    font-style: normal;
}

.card.card-class {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 480px;
    height: auto;
    margin: 15px auto;
    display: block;
    background:linear-gradient(145.76deg, #FDF4E7, #fff,#E7FDF8);
}

.rounded-class {
    border-radius: 16px !important;
}

/**************  Footer Css ***************/
.footer {
    padding: 10px 15px;
    margin-left: 220px;
    width: calc(100vw - 224px);
    background: linear-gradient(117.76deg, rgba(255, 255, 255, 0.7) -7.21%, rgba(255, 255, 255, 0.5) 118.08%);
    backdrop-filter: blur(8px);
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer ul li a {
    color: #222260;
}

.footer ul li a:hover {
    color: #F56692;
    text-decoration: none;
}

body.tab-horizontal .footer {
    margin-left: 0;
    width: 100%; 
}


/**************** Footer CSS *********/

/*********** Topbar CSS **********/
.top-navbar {
    background: linear-gradient(117.76deg, rgba(255, 255, 255, 0.7) -7.21%, rgba(255, 255, 255, 0.5) 118.08%);
    backdrop-filter: blur(8px);
    padding: 0 30px 0 30px;
    min-height: 73px;
    position: fixed;
    border-bottom: 1px solid #ffffff;
    top: 0;
    left: auto;
    right: 0;
    width: calc(100% - 220px);
    display: inline-block;
    z-index: 99;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
  
.top-navbar .navbar-custom .navbar-breadcrumb {
    display: block;
    margin-left: 0px;
    padding: 15px 0;
}

.top-navbar .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0; 
}

.top-navbar .breadcrumb .breadcrumb-item.active {
    color: #222260; 
}

.top-navbar .breadcrumb li {
    list-style-type: none;
    font-size: 14px; 
}

.top-navbar .breadcrumb li a {
    text-decoration: none; 
}

.top-navbar .breadcrumb li a:hover {
    text-decoration: none; 
}

.top-navbar .navbar-expand-lg {
    justify-content: space-between !important; 
    height: 73px;
}

.top-navbar .user-dropdown {
    position: fixed;
    left: auto;
    right: 0;
    width: 350px;
    top: 0;
    bottom: 0;
    height: 100vh;
    background: #fff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}  
.top-navbar .navbar-brand {
    padding: 0;
}

body.sidebar-main .top-navbar {
    width: calc(100% - 70px); 
}

.top-navbar.fixed-header {
    margin: 0;
    right: 0;
    width: calc(100% - 330px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}



.top-navbar {
    
    line-height: normal;
    min-height: unset; 
}
.top-navbar .navbar-toggler {
    color: #212321;
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 5px;
    font-size: 24px;
    margin-top: 0px; 
}

.top-navbar .navbar-logo img {
    height: 25px; 
}

    
.top-navbar .navbar-list li .add-btn {
    margin-top: 18px; 
}

.las{
    display: none !important;
} 

.ui-kit .top-navbar {
    width: 100%;
    padding: 0 15px;
}

.top-navbar .wrapper-menu {
    margin: 0 15px 0 0; 
}
a#dropdownMenu {
    display: inline-flex;
}
.caption.ml-3.mt-3 {
    margin-top: 16px;
}

/******** Top bar css **************/


/*******   Side bar *************/
.sidebar {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 220px;
    height: 100%;
    border-right: 1px solid #ffffff;
    background: linear-gradient(117.76deg, rgba(255, 255, 255, 0.7) -7.21%, rgba(255, 255, 255, 0.5) 118.08%);
    backdrop-filter: blur(8px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02); 
}

#sidebar-scrollbar {
    height: 100vh; 
}

.scroll-content div.p-3 {
    height: 100px; 
}

.sidebar-menu {
    position: relative;
    margin: 0 15px; 
}

.sidebar-menu .menu {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

.sidebar-menu .menu .menu-title {
    display: block;
    color: #222260;
    font-size: 15px;
    position: relative;
    padding: 15px;
    font-weight: 500;
    line-height: 18px; 
}
h6.sidebar-text {
    margin: 0px;
}
.sidebar-menu .menu .menu-title i {
    display: none; 
}

.sidebar-menu .menu li {
    list-style-type: none;
    position: relative;
    white-space: nowrap; 
}

.sidebar-menu .menu li li {
    margin: 0;
    background: transparent !important; 
}

.sidebar-menu .menu li li a {
    font-size: 16px; 
}

.sidebar-menu .menu li a {
    border: 1px solid transparent;
    font-size: 16px;
    white-space: nowrap;
    display: block;
    color: #222260;
    position: relative;
    padding: 7px  7px;
    margin-bottom: 5px;
    margin-right: 0px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-transform: capitalize;
    border-radius: 8px; 
}

.sidebar-menu .menu li a i {
    vertical-align: middle;
    width: 20px;
    display: inline-block;
    margin-right: 8px;
    font-size: 16px; 
}

.sidebar-menu .menu li a span {
    white-space: nowrap;
    padding: 0;
    display: inline-block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; 
}

.sidebar-menu .menu li a .arrow-right {
    margin-right: 0px;
    margin-left: auto;
    font-size: 15px;
    width: 15px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; 
}


.sidebar-menu .menu li a .arrow-right.arrow-hover {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    display: none;
}

.sidebar-menu .menu li a[aria-expanded="true"] .arrow-right.arrow-active {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    display: none; 
}

.sidebar-menu .menu li a[aria-expanded="true"] .arrow-right.arrow-hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    display: block; 
}


.sidebar-logo {
    padding: 15px 20px;
    padding-right: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-right: 0px;
    width: auto;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; 
}

.sidebar-logo a {
    /* display: flex; */
    /* align-items: flex-start; */
    transition-delay: 0.2s; 
}
.sidebar-logo a span {
    margin-left: 10px;
    font-size: 19px;
    line-height: 42px;
    padding-left: 1px;
    letter-spacing: 1.5px;
    font-weight: 600;
    flex: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; 
}

.sidebar-logo a span.logo-text {
    font-size: 10px;
    letter-spacing: 5px; 
}

.sidebar-logo a:hover {
    text-decoration: none; 
}

.sidebar-logo a:focus {
    text-decoration: none; 
}

.sidebar-logo img {
    height: 150px;
}

.sidebar-logo .logo-title {
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif; 
}

.logo-text {
    color: #222260;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 5px; 
}

/**************** Side bar *********/

/*********** Main page *************/
.content-page {
    overflow: hidden;
    margin-left: 220px;
    padding: 108px 15px 0px;
    min-height: 100vh;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}


@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}


body {
    margin: 0;
    font-family: "Rubik", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222260;
    text-align: left;
    background-color: #f3f3f3; 
}

a {
    color: #F56692;
    text-decoration: none;
    background-color: transparent; 
}

a:hover {
    color: #f01e5f;
    text-decoration: none; 
}

a:not([href]) {
    color: inherit;
    text-decoration: none; 
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none; 
}


.navbar-list li .dropdown-toggle::after {
    display: none; 
}


.navbar-list li > a {
    color: #222260;
    font-size: 18px;
    padding: 0 20px;
    display: block;
    line-height: 73px; 
}

.navbar-list li > a > img {
    width: 50px;
    height: 50px;
    min-width: 50px; 
    /* margin-top: 15px; */
}

.navbar-list li a:hover {
    text-decoration: none; 
}

.navbar-list li .caption {
    line-height: 16px; 
}

.navbar-list li .caption p {
    color: #222260;
    font-size: 12px; 
}

.navbar-list li .caption h6 {
    color: #222260;
    font-weight: normal;
    font-family: "Rubik", sans-serif; 
}

.navbar-logo img {
    height: 25px; 
}

.user-profile .profile-name {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 26px; 
}

.right-fixed {
    margin: 0 15px; 
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 20px; 
}

::-moz-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 20px; 
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 20px; }

::-webkit-scrollbar-thumb {
    background: #01041b;
    border-radius: 20px; 
}
::-webkit-scrollbar-thumb:hover {
    background: #01041b;
    border-radius: 20px; 
}

::-moz-scrollbar-thumb {
    background: #01041b;
    border-radius: 20px;
}
::-moz-scrollbar-thumb:hover {
    background: #01041b;
    border-radius: 20px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; 
}

::-moz-scrollbar {
    width: 4px;
    height: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; 
}

/**********************************  Admin settings *************/
#logo{
    border-radius: 50%;
}
  .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
}

.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: 15px;
  width: 15px;
  left: 2px;
  bottom: 4px;
  right: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

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: 30px;
}

.slider.round:before {
  border-radius: 50%;
}
.container-flued i{
    cursor: pointer;    
}

#logo{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.switch#switchValue{
    background-color: #565bbf; 
}

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

.img-profile{
    border-radius: 50%;
}

.form-control:hover {
    border-color: #FF1493;
    box-shadow: none;
}

.form-control:focus {
    border-color: #FF1493;
    box-shadow: none;
}

.message-bg {
    background-color: #ff7eb8;
}
.usericon {
    font-size: 15px;
    padding: 3px;
}
.transparent-color{
    background: rgba(255,255,255,0.1) !important;
    background-color: rgba(255,255,255,0.1) !important;
}
.opaque-color{
    background: rgba(255,255,255,0.9) !important;
    background-color: rgba(255,255,255,0.9) !important;
}
.content input.form-control{
    background: transparent;
}
.content input.form-control:focus{
    background: #ddd;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #f34278 !important;
    border-color: #f34278 !important;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(243 66 120 / 25%);
}
a{
    color: #f34278 !important;
}


@media (min-width: 1300px) {
    
    body.sidebar-main .footer {
        margin-left: 70px;
        width: calc(100vw - 74px);
    }

    .navbar-logo {
        display: none !important; 
    }

    .navbar-logo > a {
        display: none; 
    }

    .menu-horizontal .sidebar-menu .menu li a.collapsed {
        pointer-events: none; 
    }

    body.sidebar-main .menu-bt-sidebar {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0; 
    }
}

@media (max-width: 1299px) {
    
    .content-page {
        margin-left: 0;
        padding: 100px 15px 0; 
    }

    .footer {
        margin-left: 0;
        width: 100%;
    }

    body.sidebar-main .footer {
        padding: 15px 10px;
        margin-left: 0;
        width: 100%;
    }

    .without-right-sidebar .footer {
        width: 100%; 
    }

    .top-navbar {
        width: 100%; 
    }

    .top-navbar .navbar-custom .navbar-breadcrumb {
        display: none; 
    }

    .sidebar {
        display: inline-block;
        z-index: 99;
        left: -300px;
        top: 0px; 
    }

    body.sidebar-main .sidebar {
        width: 260px;
        left: 0;
        z-index: 999; 
        overflow-y: auto;
    }

    .top-navbar {
        width: 100%; 
    }

    .top-navbar .search-bar.device-search {
        margin-left: 20px; 
    }

    .top-navbar .navbar-custom .navbar-breadcrumb {
        display: none; 
    }

    body.sidebar-main .top-navbar {
        width: 100%; 
    }
}

@media (min-width: 992px){
    
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        margin-top: -280px;
        width: 300px;
        /*top: 100%;*/
        right: 0;
        left: auto;
        border: none;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        background: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 0px #8b8bb736;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar-expand-lg .navbar-nav .admin-dropdown-menu {
        position: absolute;
        margin-top: -210px !important;
        width: 300px;
        /*top: 100%;*/
        right: 0;
        left: auto;
        border: none;
        -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        background: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 0px #8b8bb736;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .navbar-list li:last-child > a {
        padding: 0 0 0 20px; 
    } 
}

@media (max-width: 991px) {
    
    .content-page {
        padding: 120px 0 0;
    }
    
    .navbar-logo a {
        display: flex;
        align-items: center;
        margin-bottom: -56px;
    }
    
    .footer {
        text-align: center !important; 
    }
    
    .footer .col-lg-6.text-right {
        text-align: center !important; 
    }
    
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0px 0px 20px 0px #8b8bb736;
        -moz-box-shadow: 0px 0px 20px 0px #8b8bb736;
        -ms-box-shadow: 0px 0px 20px 0px #8b8bb736;
        -o-box-shadow: 0px 0px 20px 0px #8b8bb736;
        box-shadow: 0px 0px 20px 0px #8b8bb736; 
    }
    
    .navbar-nav.navbar-list {
        display: inline-block; 
        background-color: #fff;
        width: 100%;
    }
    
    .navbar-list li {
        position: static;
        background-color: #fff;
        width: 100%;
        text-align: right;
    }
    
    .top-navbar {
        padding: 16px 15px !important;
        line-height: normal;
        min-height: unset; 
    }
    
    .top-navbar .navbar-toggler {
        color: #212321;
        background: transparent;
        border: none;
        padding: 0;
        border-radius: 5px;
        font-size: 24px;
        margin-top: 0px; 
    }
    
    .top-navbar .navbar-logo img {
        height: 25px; 
    }
    
    .top-navbar .search-bar {
        line-height: normal; 
    }
    
    .top-navbar .navbar-list li .add-btn {
        margin-top: 18px; 
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        height: 0px !important;
    }
}

@media only screen and (min-width : 756px) {
    .top-navbar {
        padding: 0px !important;
    }

}
@media only screen and (max-width : 755px) {
    .top-navbar {
        padding: 16px 15px !important;
    }
}

@media (max-width: 575px) {
    button#quickMessage {
        margin-top: 400px;
        position: fixed;
        font-size: 12px;
    }

    #chooseFile{
        background-color: #cca26b !important;
    }
    .img-section {
        display: none; 
    }
    
    .las{
        display: block !important;
    }
    
    .search-toggle {
        position: relative; 
    }
    
    .top-navbar .user-dropdown {
        width: 300px; 
    }

    .navbar-list li {
        position: static; 
    }
    
    .navbar-list li > a.language-title {
        font-size: 0; 
    }
    
    .navbar-list li .caption {
        display: none; 
    }
}


@media (max-width: 479px) {
    
    .navbar-list li > a {
        padding: 0 15px; 
    } 
}

@media (max-width: 345px) {
    .navbar-list li > a {
        padding: 0 12px; 
    } 
}