.btn-draggable {
    cursor: move !important;
    cursor: -webkit-grab !important; 
    cursor:    -moz-grab !important; 
    cursor:         grab !important;
}

.tickets .ticket-content {
    width: 100%;
}

.imagecheck-input:checked ~ .imagecheck-figure{
    border-color: var(--theme-color);
}

.imagecheck-image{
    height: 324px;
}

.description-wrapper{
    white-space: pre-wrap;
}

.sidebar-menu {
    font-size: 16px;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 1;
} 

.paymet-box{
    margin: 3px;
    padding: 3px;
    border: 3px solid #0d1137;
    border-radius: 5px;
}

.cursor-pointer {
    cursor: pointer;
}
.text-strike {
    text-decoration: line-through;
}

.profile-widget .profile-widget-picture{
    height: 100px;
}

.navbar .nav-link.nav-link-user img{
    height: 30px;
}
.profile-widget-header .avatar-item .avatar-badge{
    z-index: 1;
    bottom: -65px;
    right: 3px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: #6777ef;
}

.user-avatar.avatar.avatar-xl{
    font-size: 45px;
    height: 100px;
    width: 100px;
}

.select2-container {
    display: block !important;
    width: 100% !important;
}

.system-logos{
	max-width: 100%;
    max-height: 100%;
}

.navbar-logos{
    padding: 10px;
    width: auto;
    height: auto;
    max-height: 59px;
}

.code img{
    width: 100%;
    height: auto;
    padding: 25px;
}

.range{
    padding: 10px 0px !important;
}

.log-section{
    background-color:#d0e6f9;
    padding:25px 0;
        min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.j_center{
    display:flex;
    justify-content:center;
}

.card-cs-login{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color:#fff;
    padding:25px;
    border-radius:60px;
}
.login-brand img{
    width:180px;
}

.login-brand{
    margin-bottom:10px;
}
.card-header-cs{
    display:flex;
    justify-content:center;
    align-items:center;
    
}

.card-header-cs h4{
    font-size:25px;
}
.card-cs-login input{
    height:55px !important;
    border-radius:15px !important;
        border: 1px solid #ccc !important;
}

.card-cs-login .input-group-append .icon-show{
        height: 55px !important;
    width: 55px !important;
    border-radius: 50%;
    border: 1px solid #ccc !important;
    display: flex;
    justify-content: center;
    margin-left: 10px;
    color: #222 !important;
}
.card-cs-login .savebtn{
        background-color: #002060 !important;
    border-radius: 40px;
    color: #fff !important;
    width:70%;
     height: 55px !important;
         display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 17px;
}
.card-cs-login label{
    font-size:16px;
}






