.main-btn{
    background: #8E5D67;
    border: 0;
}
.main-btn:hover{
    background: #a96873;
    border: 0;
}
.main-color{
    color: #4F0112;
}
.second-color{
    color: #8e5d67;
}

.speciality-body:hover{
    background: #E1D5D7;
}
.speciality-body{
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
    cursor: pointer;

}
.speciality-select{
    float: right;
    margin-top: -3px;
    z-index: -1;
}
.select-question-type, .select-question-structure{
    border: 1px solid #d2dfda;
    border-radius: 10px;
}
.type:first-child{
    border-radius: 10px 0 0 10px;
}
.type:last-child{
    border-radius: 0 10px 10px 0;
}
.type:hover{
    background: #aae6d0;
    cursor: pointer;
}
.type.middle{
    border-left: 1px solid #d2dfda;
    border-right: 1px solid #d2dfda;
}
.type.selected{
    background: #2dd4bf;
    color: white;
}
.startBtnContainer{

}
#startTest{
    background: #684c4c;
    border: none;

}
#startTest:hover, #startExam:hover{
    background-color: #8E5D67;
}
#startExam{
    border: none;

}
.alert-window{

    position: fixed;
    z-index: 100000;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%);
    max-width: 30vw;
    min-width: 30vw;
}
.body-content{
    min-height: 80vh;
}
.fa-15x{
    font-size: 1.5em;
}
.category-select{
    margin: 2px;
}
.category-title{
    margin-left: 10px;
    cursor: pointer;
}
img.logo{
    max-height: 3rem;
}
