
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    background: #fff;
     font-family: "Poppins", sans-serif !important;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,a,button{
     font-family: "Poppins", sans-serif !important;
}




.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 !important;
    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:30px;
    font-weight:500;
    margin:10px 0;
}
.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;
    border:1px solid #002060;
    transition:0.5s;
}
.card-cs-login .savebtn:hover{
        background-color: transparent !important;
    color: #002060 !important;
}
.card-cs-login label{
   
        font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing:0 !important;
    margin-bottom:2px !Important;
}
.login-fs {
    font-size:14px;
    color:#000 !important;
}
.simple-footer p{
    font-size:14px;
}
#modal-forgot-password-part h5{
    font-weight:400;
}
@media screen and (max-width:1200px){}
@media screen and (max-width:991px){
    .j_center .col-6,.j_center .col-8{
            flex: 100% !important;
    max-width: 100% !important;
    }
}
@media screen and (max-width:768px){}
@media screen and (max-width:567px){
    .card-cs-login{
        padding:15px;
        border-radius:15px;
    }
    .card-cs-login .card-body{
        padding:0;
    }
    .card-cs-login .savebtn{
        width:100%;
    }
}





