@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');

.logo-img{
    height:1.5rem;
}
.logo-img:not(:first-child){
    position:absolute;left:0
}

.font-inter{
    font-family: 'Inter', sans-serif;
}

.loginsignupleft{
    border-radius: 20px;
    background-color: #0051ff;
    background-image: url('/assets/images/login-background.png');
    background-position-y: 400px;
    background-position-x: 250px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .loginsignupleft{
        display: none !important;
    }
  }
@media screen and (max-width: 767px) {
    .avatar-top{
        display: none !important;
    }
}

.leftdown-content{
    padding: 30px;
}

.tightletters{
    letter-spacing: -1px;
}

.subject-text{
    font-weight: 600;
}

 .truncate {
    width: 150px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.d-flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.text-blue{
    color: #2468FF !important;
}

.bg-light-blue{
    background-color: #7ca6ff;
}

.w-20{
    width: 10px;
}

.h-20{
    height: 10px;
}

.apexcharts-bar-series rect {
    rx: 10px !important;
    width: 20px !important; 
  }

.by-domain{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upload-input {
    display: none;
}

.upload-label {
    width: 100px;
    height: 100px;
    border: 2px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.upload-label img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.group-pictures{
    display: flex;
    flex-direction: row;
    row-gap: -20px;
    justify-content: start;
    align-items: center;
}

.group-img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-left: -20px;
    border: 2.5px solid #fff;

    transform-origin: center;
    
}

.group-img:hover{
    width: 60px;
    height: 60px;
    z-index: 2;
    transition: 0.3s;
}

.wizard-step {
    display: none;
}

.wizard-step.active {
    display: block;
}
