#header{
    visibility: hidden;
    justify-content: space-between;
 }

#userPanel .nav{
    position: relative;
    margin-left: auto;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
#userPanel .user-name, #userPanel .item span {
    font-size: 12px;
    color: black;
}
.btn-blue{
    border-radius: 4px;
    color: white;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background-color: #5bc0de;
    border: 1px solid #269abc;
}


.btn-blue:hover{
    color: white;
    text-decoration: none;
    background-color: #31b0d5;
    border-color: #117a8b;
}
.icon-bell, .navbar-toggle{
    cursor: pointer;
}
#userPanel .circle{
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #ACACAC;
    justify-content: center;
    align-items: center;
    display: flex;
}
#navbar {
    width: 300px;
    position: absolute;
    right: 0;
    top: 40px;
    padding: 5px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 5px;
    z-index: 100;
}

#navbar ul{
    padding: 0;
}

#navbar ul li{
    list-style: none;
    padding: 10px 15px;
}
#navbar ul li:nth-child(1){
    padding-top: 20px;
}
#navbar ul li:last-child{
    padding-bottom: 20px;
}
#navbar ul li .item{
    display: flex;
    flex-direction: row;
}
.menu .line-gray{
    width: 220px;
    height: 7px;
    background: #F2F2F2;
    position: relative;
    border-radius: 10px;
}
.menu .line-blue{
    position: absolute;
    background-color: #34ABDE;
    width: 0;
    height: 7px;
    border-radius: 10px;
}
.menu p{
    font-weight: 700;
    font-size: 12px;
    margin: 0;
}
.txt-blue{
    color: #17285A;
}
.menu-item{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px 15px;
    color: #000;
    width: fit-content;
}
.menu-item:hover{
    text-decoration: none;
    color: #000;

}
#icon-angle{
    transition: all 0.5s linear;
    margin-right: 20px;
    margin-left: 7px;
    font-size: 20px;
}
.btn-menu{
    display: none;
    height: fit-content;
    align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #555;
    padding: 9px 5px;
    margin-top: 1px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.btn-menu div{
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.modal-backdrop {
    z-index: 1020 !important;
}
.show-modal{
    border-bottom: none !important;
    /* background-color: transparent !important; */
}
.panel-modal .modal-body{
    margin: 20px;
    display: flex;
    justify-content: center;
}
.panel-modal .modal-header{
    border-bottom: none;
}
button.btn.dropdown-toggle.btn-light.btn-default.btn-sm {
    margin: 0;
}
button.btn.btn-info.btn-sm.tableActions {
    margin: 0;
}
button.btn.dropdown-toggle.btn-light{
     margin: 0;
}
.icon-upgrade{
    font-size: 32px;
    color: #5bc0de;
    display: none;
    margin-right:5px;
}
.button-upgrade{
    display: block;
}
@media (max-width: 767px) {
    #logoContainer{
        min-width: auto !important;
    }
    #logoImg{
        max-width: 115px !important;
        max-height: 45px !important;
    }
    #mannage_domains{
        display: none !important;
    }
    .desktop {
        /* margin-right: 0 !important;
        margin-left: 0 !important;
        display: block !important; */
    }
    .user-name, .icon-bell{
        display: none !important;
    }
    .btn-menu{
        display: flex;
    }
    .user-avatar{
        margin: 0 2px;
    }
    button.pull-right.btn.btn-info.btn-sm{
        display:none !important;
    }
    #navbar {
        top: 45px;
    }
	#selectDomain{
	    padding: 0;
	}
	#icon-angle{
        margin: 0 5px;
	    margin-right: 10px;
	}
	.icon-upgrade{
        display: block;
	}
	.button-upgrade{
	    display: none;
	}
	.bootstrap-select>.dropdown-toggle {
        border-color: #cccccc!important;
    }
}
.skeleton-line {
    background-color: #ededed ;
    background: linear-gradient(100deg, rgba(140, 140, 140, 0) 40%,rgba(140, 140, 140, .5) 50%,rgba(140, 140, 140, 0) 60% ) #ededed;
    background-size: 200% 100%;
    animation: 1s loading ease-in-out infinite;
    width: 220px;
    height: 7px;
    border-radius: 10px;
}
.loading-img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
}
.panel-collapse li {
    position: relative;
}

@keyframes loading {
    0% {
    background-position-x: 150%;
        
    }
  100% {
    background-position-x: -20%;
  }
}
.mode-container{ 
    display: flex;
    padding: 10px 5px;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
    margin: 0 10px;
}
.mode-container .mode-title{
    font-weight: 700;
    font-size: 12px;
    width: fit-content;
    margin: 0;
}
.mode-content{
    display:flex;
    gap: 10px;
    margin: 0;
}
.mode-content img{
    width: 15px;
    height: 15px;
}
.mode-content .btn-toggle{
    display: flex; 
    align-items: center;
    height: 20px;
    width: 36px;
    background: #1DB5E9;
    border-radius: 40px;
    position: relative;
}
.darkMode .mode-content .btn-toggle{
    background: #535C6B;
}
.mode-content .btn-toggle .point {
    height: 16px;
    width: 16px;
    background: #fff;
    border-radius: 50%;
    margin: 0 2px;
    position: absolute; 
    transition: transform 0.3s; 
}
.darkMode .mode-content .btn-toggle .point {
    background: #1DB5E9;
    transform: translateX(100%);
}

@media (max-height: 800px) {
    #navbar{
        height: calc(100vh - 52px);
        overflow-y: auto;
    }
  }