/* font-family: "Fredoka", sans-serif; save for logo and feature font */
body{
    min-width: 100%;
    color: #495057;
    font-family: "Nunito", sans-serif;
    background-color: #dfe5da/*#71756e*/!important;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, .page-item small{
    color: #055160!important;
    font-weight: 700;
}
p a, label a{
    text-decoration: underline;
}
a, .viewclick, a.nav-link, a.nav-link:hover, a:hover{
    color: #495057;
    text-decoration: none;
    opacity: .95;
    
}
a.nav-link:hover, a:hover{

    opacity: .8;
    cursor: pointer;
}
a.navbar-brand{
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #055160!important;

}
.viewclick:hover, a:hover{
    cursor: pointer;
}
h4 a{
    color: #343a40;
    opacity: 1;
    
}
.answeritem{
    margin-bottom: 2px;
}
.answeritem:hover{
    cursor: pointer;
    background-color: #e9ecef;
}
.selected{
    background-color: #dee2e6;
}
.answeritem.draggable:hover{
    cursor: move;
}
.modal{
    background-color: #21252970;
}
.block{
    display: block!important;
}
.modal-footer{
    justify-content: center;
}
.incorrect h5{
    color: #dc3545;
}
.correct h5{
    color: #198754;
}
.incorrect .selected, .incorrect .draggable, .incorrect input{
    border-color: #dc354550!important;
}
.correct .selected, .correct .draggable, .correct input{
    border-color: #19875450!important;
}
.bi-grip-vertical{
    opacity: .5;
}
#questions_container input{
    width: 100%
}
h5{
    font-size:1.1rem!important;
}
#questions_container .answeritem, #questions_container input{
    font-size: .95rem;
} 
small{
    font-size: .75rem;
}
.wrapper-private label{
    margin-right: 5px;
}
.form-group label{
    margin-bottom: 10px;
}
#myanswers > div, #addlinks, .formbox, .quizteaser, #quizpage, #addedit, #profilepage{
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    position: relative;
    background-color: #fff;

}
 #addlinks{
    padding-bottom: .75rem;
    margin-bottom: 1rem;
    position: relative;
}
#myanswers h5{
    margin-bottom: 0;
    margin-right: 40px;
    line-height: 1.5em;
}

small{
    opacity: .65
}
.subdetails
{
    display: block;
    margin-bottom: .2rem;
}
.txtanscontainer{
    position: relative;
}
.xer{
    position: absolute;
    right: -5px;
    top: -5px;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    border-radius: 3px  ;
}
.mcanscontainer{
    padding: 0.75rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    position: relative;
    border:1px solid #ced4da;
}
.mcanscontainer label{
    font-size: small;
    margin-bottom: 0;
    
}
.txtanscontainer > span:hover{
    cursor: pointer;
}
btn.addmore{
    font-size: .7rem;
    padding: 0.2rem 0.3rem;
    border: 1px solid #ced4da;
}
btn.editquestion{
    font-size: .8rem;
    padding: 0.2.rem 0.35rem;
}
.multiradio{
    height: 10px;
}
.btn-white {
    background-color: #ffff;
    border: 0px;
}
.btn-white:hover{
    background-color: #ffffff;
    border: 1px solid #ced4da;
    opacity: .8;
}
.oaanscontainer{
    position: relative;
}
.oaol{
    padding-left: 1rem;
}
.editing{
    opacity: .2;
}
.questioncontainer{
    position: relative;
    padding-right: 60px;
}
.cheverly{
    position: absolute;
    right: 5px;
}
.chevup{
    top: 10px;
}
.chevdown{
    bottom: 10px;
}
.hidden{
    display:none;
}
@keyframes slidein {
    from {
      right: -10px;
      bottom: -10px
    }

    to {
      right: 100px;
      bottpm: 100px
    }
  }
#ordersaver{
    position: fixed;
    right:100px;
    bottom: 100px;
    opacity: .7;
    color: #fff;
    animation-duration: 500ms;
        animation-name: slidein;
        animation-iteration-count: 1;
        animation-timing-function: cubic-bezier;
}
.btn-primary{
    background-color: #055160!important;
    border: #2b2f32;
}
.btn-danger{
    background-color: #dc3545;
    opacity: .85;
}
#hero{
    height: 90vh;
    background-image: url("/static/kabisote/images/smartlady.svg");
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: bottom 15% right 10%;

}
#hero h1{
    font-size: 75px;
    font-family: "Fredoka", sans-serif;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 40px;
}
#hero h2{
    display: inline-block!important;
    padding: 20px 40px;
    border-radius: 20px;
}

.herotext{
    margin:100px 0 0 5%;
}
input::placeholder{
    opacity: .25;
}
.errorlist{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
#termsol li{
    margin-bottom: 10px;
}
#termsol > li{
    padding-left: 0;
}
#termsol > li, #termsol li ol{
    padding-top: 10px;
    
    
}

@media screen and (max-width: 1140px) {
    .herotext{
        margin:30px 0 0 2%;
    }
    #hero{
        height: 90vh;
        background-image: url("/static/kabisote/images/smartlady.svg");
        background-repeat: no-repeat;
        background-size: auto 75%;
        background-position: bottom 10% right 5%;
    
    }
}
@media screen and (max-width: 1000px) {
    .herotext{
        margin:20px 0 0 2%;
    }
    #hero{
        height: 90vh;
        background-image: url("/static/kabisote/images/smartlady.svg");
        background-repeat: no-repeat;
        background-size: auto 55%;
        background-position: bottom 10% right 5%;
    }
}
@media screen and (max-width: 765px) {
    #hero h1{
        font-size: 65px;
        font-family: "Fredoka", sans-serif;
        font-weight: 600;
        line-height: 1.3em;
        margin-bottom: 40px;
    }
    #hero h2{
        display: inline-block!important;
        padding: 15px 35px;
        border-radius: 20px;
    }
}
@media screen and (max-width: 650px) {
    .herotext{
        margin:10px 0 0 1%;
    }
    #hero h1{
        font-size: 55px;
        font-family: "Fredoka", sans-serif;
        font-weight: 600;
        line-height: 1.3em;
        margin-bottom: 40px;
    }
    #hero h2{
        display: inline-block!important;
        padding: 10px 25px;
        border-radius: 20px;
        font-size: 1em;
    }
}
@media screen and (max-width: 550px){
    #hero{
        background-size: 50% auto;
        background-position: top 40% right 5%;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #hero h1{
        font-size: 40px;
    }
    a.navbar-brand{
        margin-bottom: 0!important;
    }
}
