main>.container {
    padding: 70px 15px 20px;
}

body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    /* border-radius: 16px; */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/* align the logout "link" (button in form) of the navbar */

.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

select.is-valid+.select2-container--krajee-bs5 .select2-selection--single,
.has-success.select2-container--krajee-bs5 .select2-dropdown,
.has-success .select2-container--krajee-bs5 .select2-selection {
    border-color: #A5F1E9;
}

.has-success .select2-container--bootstrap .select2-dropdown,
.has-success .select2-container--bootstrap .select2-selection {
    border-color: #A5F1E9;
}

.has-success .select2-container--bootstrap.select2-container--focus .select2-selection,
.has-success .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #A5F1E9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #A5F1E9;
    border-color: #A5F1E9;
}

.help-block {
    color: #FF597B;
    font-size: 12px;
}

select.is-invalid+.select2-container--krajee-bs5 .select2-selection--single,
.has-error.select2-container--krajee-bs5 .select2-dropdown,
.has-error .select2-container--krajee-bs5 .select2-selection {
    border-color: #FF597B;
    font-size: 12px;
}

a {
    color: #716F81;
    text-decoration: none;
}

a:hover {
    color: #39383b;
    text-decoration: none;
}

.gradient1 {
    background: #FEAC5E;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient1 button:hover {
    background: #FEAC5E;
}

.glass1 {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.y_centercenter {
    vertical-align: middle !important;
}

.y_top {
    vertical-align: top !important;
}

.font400 {
    font-weight: 400 !important;
}

.font450 {
    font-weight: 450 !important;
}

.font500 {
    font-weight: 500 !important;
}

.font550 {
    font-weight: 550 !important;
}

.font600 {
    font-weight: 600 !important;
}

.font650 {
    font-weight: 650 !important;
}

.font5 {
    font-size: 5px !important;
}

.font6 {
    font-size: 6px !important;
}

.font7 {
    font-size: 7px !important;
}

.font8 {
    font-size: 8px !important;
}

.font9 {
    font-size: 9px !important;
}

.font10 {
    font-size: 10px !important;
}

.font11 {
    font-size: 11px !important;
}

.font12 {
    font-size: 12px !important;
    ;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

.font15 {
    font-size: 15px !important;
}

.font16 {
    font-size: 16px !important;
}

.font17 {
    font-size: 17px !important;
}

.font18 {
    font-size: 18px !important;
}

.font19 {
    font-size: 19px !important;
}

.font20 {
    font-size: 20px !important;
}

.font21 {
    font-size: 21px !important;
}

.font22 {
    font-size: 22px !important;
}

.font23 {
    font-size: 23px !important;
}

.font24 {
    font-size: 24px !important;
}

.font25 {
    font-size: 25px !important;
}

.font26 {
    font-size: 26px !important;
}

.font27 {
    font-size: 27px !important;
}

.font28 {
    font-size: 28px !important;
}

.font29 {
    font-size: 29px !important;
}

.font30 {
    font-size: 30px !important;
}

.form-label {
    font-size: 12px;
    font-weight: 500;
}

.control-label {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #37353E;
}

.form-control {
    border: 1px solid #A3CCDA;
}

.color1 {
    color: #37353E !important;
}

.color2 {
    color: #4BC0C8 !important;
}

.color3 {
    color: #C779D0 !important;
}

.color4 {
    color: #FEAC5E !important;
}

.color5 {
    color: #6F00FF !important;
}

.color6 {
    color: #F5004F !important;
}

.color7 {
    color: #00FF9C !important;
}

.color8 {
    color: #FF7A30 !important;
}

.bgcolor1 {
    background-color: #37353E !important;
}

.bgcolor2 {
    background-color: #4BC0C8 !important;
}

.bgcolor3 {
    background-color: #C779D0 !important;
}

.bgcolor4 {
    background-color: #FEAC5E !important;
}

.bgcolor5 {
    background-color: #6F00FF !important;
}

.bgcolor6 {
    background-color: #F5004F !important;
}

.bgcolor7 {
    background-color: #00FF9C !important;
}

.bgcolor8 {
    background-color: #FF7A30 !important;
}

.bgtransparentcolor1 {
    background-color: #37353E3e !important;
}

.bgtransparentcolor2 {
    background-color: #4BC0C83e !important;
}

.bgtransparentcolor3 {
    background-color: #C779D03e !important;
}

.bgtransparentcolor4 {
    background-color: #FEAC5E3e !important;
}

.bgtransparentcolor5 {
    background-color: #6F00FF3e !important;
}

.bgtransparentcolor6 {
    background-color: #F5004F3e !important;
}

.bgtransparentcolor7 {
    background-color: #00FF9C3e !important;
}

.bgtransparentcolor8 {
    background-color: #FF7A303e !important;
}

.bordercolor1 {
    border: 1px solid #37353E !important;
}

.bordercolor2 {
    border: 1px solid #4BC0C8 !important;
}

.bordercolor3 {
    border: 1px solid #C779D0 !important;
}

.bordercolor4 {
    border: 1px solid #FEAC5E !important;
}

.bordercolor5 {
    border: 1px solid #6F00FF !important;
}

.bordercolor6 {
    border: 1px solid #F5004F !important;
}

.bordercolor7 {
    border: 1px solid #00FF9C !important;
}

.bordercolor8 {
    border: 1px solid #FF7A30 !important;
}

.thumbnail {
    height: 200px !important;
}

.thumbnailsmall {
    height: 100px !important;
}

.thumbnailbig {
    height: 300px !important;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

.steplist {
    border-top: 2px solid #ccc;
    display: inline-flex;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    list-style-type: none;
    gap: 7em;
    margin: 0;
    padding: 0;
    --circle-radius: 8px;
}

.steplist li {
    color: #999;
    cursor: pointer;
    padding: calc(5px + var(--circle-radius)) 0 0;
    margin: 0;
    position: relative;
    text-align: center;
}

.steplist li::before {
    background-color: #ccc;
    border-radius: 50%;
    content: '';
    position: absolute;
    height: calc(2 * var(--circle-radius));
    width: calc(2 * var(--circle-radius));
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.steplist .active {
    color: black;
}

.steplist .active::before {
    background-color: #4BC0C8;
    box-shadow: 0 0 0 3px rgba(75, 192, 200, .25);
}

.steplist li:first-child::after {
    background-color: white;
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: -2px;
    left: calc(-50% - var(--circle-radius));
}

.steplist li:last-child::after {
    background-color: white;
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: -2px;
    left: calc(50% + var(--circle-radius));
}

.circle-big {
    --circle-radius: 12px;
}

.icon-radio {
    background-image: url(../resources/images/radio.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 20px;
    padding-left: 23px;
}

.float {
    position: fixed;
    bottom: 20px;
    /* Distance from the bottom of the viewport */
    right: 20px;
    /* Distance from the right of the viewport */
    z-index: 1000;
    /* Ensures the button appears above other elements */
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background: #FEAC5E;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin-top: 22px;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.btn-primary {
    background-color: #4BC0C8;
    border: 1px solid #4BC0C8;
}

.btn-primary:hover {
    background-color: #44a9b1;
    border: 1px solid #4BC0C8;
}

.btn-info {
    background-color: #4300FF;
    border: 1px solid #4300FF;
}

.btn-info:hover {
    background-color: #4202f3;
    border: 1px solid #4202f3;
}

.btn-danger {
    background-color: #FEAC5E;
    border: 1px solid #FEAC5E;
}

.btn-danger:hover {
    background-color: #fda654;
    border: 1px solid #FEAC5E;
}

.gradienttext {
    background-image: linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.certify {
    width: 1000px;
    height: 800px;
    background-color: white;
}

.certifyintern {
    width: 980px;
    height: 780px;
    background-color: white;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
    /* Optional: specifies justification method */
}

.icon-find {
    background-color: #f3f2f2;
    border: none;
}

.icon-find:focus {
    background-color: #9be7ec;
    border: none;
}

.largerCheckbox25 {
    transform: scale(2.5);
    margin-right: 11px;
    margin-top: 15px;
}

.largerCheckbox20 {
    transform: scale(2);
    margin-right: 10px;
    margin-top: 10px;
}

.border-dash {
    border: 1px dashed #6c757d;
}

.minicircular {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ffffff;
    /*box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;*/
}

.minicircular2 {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f9ffff;
    border: 2px solid white;
}

.circular {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #E7E6F7;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.circular2 {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #E7E6F7;
    border: 2px solid white;
}

.rectangle {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 30px;
}

.square {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
}

.multiline-header {
    white-space: normal !important;
    /* Allows text to wrap */
}

blockquote {
    background: #eeeeee;
    border-radius: 5px;
    margin: 16px 0;
}

blockquote p {
    padding: 15px;
}

.pointer {
    cursor: pointer;
}

.itemcenter {
    display: flex;
    align-items: center;
    /* Centers items vertically */
    /* Optional: justify-content: center; for horizontal centering */
    height: 35px;
    /* Example height for the container */
}

.shadow1 {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.btn-close {
    color: white !important;
    background-color: white;
}