@media (min-width: 576px) {
    .h3, h3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
.steppers-success {
    display: none;
}

.steppers .confirmed .steppers-success {
    display: inline-block;
}

.cmp-input:not(:first-child) {
    margin-top: 1rem;
}

div.error, span.error {
    color: red;
    font-size: .8rem;
}

.obb {
    color: red;
}
.term{
    color: var(--bs-link-color);;
    font-weight: bold;
    font-size: 0.9rem;
}
div#page_loader, div.page_loader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat rgba(255, 255, 255, 0.5);
}

.it-footer .footer-bottom {
    border-top: 0;
    margin-top: 0;
    padding-bottom: 1.5rem;
}

.cmp-input {
    position: relative;
}

.cmp-input .clean-input {
    position: absolute;
    right: 0;
    top: 32px;
}
/*
.form-check [type=checkbox]:checked + label:before {
    top: 0;
}

.form-check [type=checkbox] + label:after {
    margin: 0 5px 5px 5px;
}

.form-check [type=radio] + label:after, .form-check [type=radio] + label:before {
    margin: 0 5px 5px 5px;
}*/
.form-control-upload{
    border: 1px solid #dddddd;
    /* box-shadow: inset 0 0 0 2px #007a52;*/
}
#file_uolpad-error{
    position: absolute;
    top: -20px;
}
.cmp-input__label{
    font-size: 0.9rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    cursor: pointer;
}

.rounded-icon-top {
    width: 1.5em;
    height: 1.5em;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
    color: #007a52 !important;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 40px;
    height: 40px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.gototop a i {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
}
.accordion {
    border-bottom: 1px solid #e5e5e5;
}
.form-layer .text-label {
    font-size: 0.9rem;
    margin-bottom: 3px;
}

.form-layer .form-control {
    height: 2rem;
}
label {
    color: #000000;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .main-logo{
        width: 100%;
        display: block;
    }
    .col-logo{
    }
    .it-brand-text{
        display: none;
        width: 100%;
    }
    .it-header-center-wrapper {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.navbar.it-bottom-navscroll, .navbar.it-top-navscroll {
    position: inherit !important;
    left: 0;
    right: 0;
}
@media screen and (max-width: 991px){
    .user-menu .nav-link span{
        display: none !important;
    }
    .user-menu .nav-link .icon {
        width: 2rem !important;
        height: 2rem !important;
    }
}
.corso-header h1{
    line-height: .8;
}
.corso-header h1 small{
    font-size: .8rem;
}
.corso-header h1 span{
    font-size: 1rem;
}
.col-div-right div{
    text-align: right;
}

@media screen and (min-width: 750px) {
    #myModalCal .modal-dialog {
        width: 700px !important;
        min-width: 700px !important;
    }
}
