@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

html, body{
    font-family: 'Montserrat', sans-serif;
}



h1{
    font-weight: 800;
    font-size: 2rem;
}

.main-bg{
    height: 100vh;
}

.menu-header {
    z-index:100;
}

.menu-header h2{
    font-size: 1.2rem;
    font-weight: 600;
    z-index: 80;
    position: relative;
}
.radius{
    border-radius: 1rem;
}

.smooth-shadow{
    box-shadow: 0px 0px 50px 0px rgba(50, 50, 50, 0.75);
}
.menu-header .icon, #mainMenu .icon{
    width: 2rem;
    height: 2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
}
#mainMenu .icon{
    color:lightyellow;
}

.bg-itaka{
    background-color: #025DA9;
}
.bg-itaka-dark{
    background-color: #014B87;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
    padding-top: 3.5rem;
}
.content-wrapp{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom: 0;
    /*min-height: 93vh;*/
    
}

.main-wrap{
    height: 100vh;   
    overflow: scroll;
}
.mesenger-wrap{
    height: calc(100% - 4rem);
}
.header .input-group-text{
    width: 7rem;
}


.header .input-group-text, .header .input-group-append .btn{
    width: 7rem;
}
.notification-count{
    border-radius: 50%;
    font-size: 0.625rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0;
    right: 1rem;
    z-index: 110;
    width: 1rem;
    height: 1rem;
}



.animate{
    transition: all 0.5s ease;
}

.condition{    
    transform: rotate(0deg);
}
.condition.active{
    color: #00dd1c!important;
    transform: rotate(90deg);
}
#mainMenu{
    height: 0;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index:90;
    overflow: hidden;
/*    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;*/    
}
#mainMenu.expand{
    height: 100vh;
    width: 100%;
}

#mainMenu h3{
    font-size: 1.2rem;
    font-weight: 600;
}
#mainMenu .col{
    height: 2rem;
}
.agent-thumb {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.informer i, .informer .big{
    font-size: 2rem;
}
.big{
    font-size: 1.5rem;
}
i.big{
    font-size: 2rem;
}
.err{
    width: 100%;    
}

.login .input-group input[type='text'].error{

    height: calc(1.5em + .75rem + 2px);
    border: 1px solid red;
    background: #FCE1E5;
}

#queries-wrap .item-wrap:hover{
    background-color: #c1ffc9!important;
    color:#090909!important;
}


.touched{
    background-color: #c1ffc9!important;
    color:#090909!important;
}