﻿@font-face {
    font-family: 'Abel-Regular';
    src: url('../fonts/Abel-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Abel-Pro-Bold';
    src: url('../fonts/Abel-Pro-Bold.otf') format('opentype');
}

p {
    line-height: 1.4rem;
    text-align: justify;
}

ul li {
    text-align: justify;
}

.mrl150 {
    margin-left: 75px;
    margin-right: 75px;
}

.mainfont {
    font-family: 'Abel-Regular';
}

.mainfontbold {
    font-family: 'Abel-Pro-Bold';
}

.mainblack {
    color: #333;
}

.checkbox-container.grayfont label {
    color: #999999;
}

.smallerfsize {
    font-size: 18px;
    line-height: 1.5rem !important;
}

.smallfsize {
    font-size: 12px;
}

.largerfsize {
    font-size: 21px;
    line-height: 1.6rem !important;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pb50 {
    padding-bottom: 50px;
}

.pt150 {
    padding-top: 150px;
}

.mb30 {
    margin-bottom: 30px;
}

.labelinfo {
    font-family: 'Abel-Regular';
    font-weight: 200;
    color: #333;
    padding: 16px 0 4px 0;
}

   .required {
        display: block;
        position: relative;
        bottom: 1px;
        width: 100% !important;
        height: 1px !important;
        background-color: red;
        visibility: visible;
    }

.required_gln {
    display: block;
    position: relative;
    bottom: 0.05rem;
    width: 100% !important;
    height: 1px !important;
    background-color: red;
    visibility: visible;
}

.checkinfo {
    font-family: 'Abel-Regular';
    font-weight: 200;
    color: #333;
    padding: 10px 0 10px 4px;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.w45 {
    width: 45%;
}

.rform input[type="text"] {
    background-color: #ffffff;
    width: 100%;
    font-family: 'OpenSans-SemiBold' !important;
    font-size: 14px;
    color: #232323;
    padding: 5px 0px 7px 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-color: #252E5F;
    border-bottom-width: 0.07rem;
    -webkit-appearance: none;
}

    .rform input[type="text"]:focus {
        border-bottom-color: #2A3D7F;
    }


.rform input[type="checkbox"] {
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    border: 1px solid #252E5F;
    border-radius: 2px;
    margin-top: 0;
    margin-bottom: -1px;
    cursor: pointer;
}

.rform .checkbox-container.grayfont input[type="checkbox"] {
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    border: 1px solid #999999;
    border-radius: 2px;
    margin-top: 0;
    margin-bottom: -1px;
    cursor: pointer;
}

    .rform input[type="checkbox"]:focus {
        outline: 1px solid #2A3D7F;
        border-radius: 2px;
    }

.rform .checkbox-container.grayfont input[type="checkbox"]:focus {
    outline: 1px solid #999999;
    border-radius: 2px;
}
    .checkbox-container {
    user-select: none;
    position: relative;
    cursor: pointer;
}

    .checkbox-container label {
        padding-left: 10px;
        color: #333;
        font-family: 'Abel-Regular';
        font-weight: 200;
        font-size: 17px;
    }


        .checkbox-container.grayfont input[type="checkbox"]:checked::after {
            content: '';
            display: block;
            position: relative;
            left: 0.2rem;
            top: 0.02rem;
            width: 5px;
            height: 8px;
            border: solid #252E5F;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

.rform input[type="checkbox"]:checked::after {
    content: '';
    display: block;
    position: relative;
    left: 0.2rem;
    top: 0.1rem;
    width: 5px;
    height: 8px;
    border: solid #252E5F;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.rform ul li {
    list-style: none;
    font-weight: bold;
}

input[type="radio"]:after {
    border: 1px solid #252E5F;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    top: -9px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
}

input[type="radio"]:hover {
    cursor: pointer;
}

input[type="radio"]:checked:after {
    border: 1px solid #252E5F;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    top: -9px;
    position: relative;
    background-color: #252E5F;
    content: '';
    display: inline-block;
    visibility: visible;
}


.p0 {
    padding: 0;
}

.rform a:hover {
    text-decoration: none;
    color: #3192db;
}

.pl0 {
    padding-left: 0;
}

.pl15 {
    padding-left: 15px;
}

.pr0 {
    padding-right: 0;
}

.pt10 {
    padding-top: 10px;
}

.pt14 {
    padding-top: 14px;
}

.flex {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.btn {
    border: none;
    background-color: #252E5F;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Abel-Pro-Bold';
    text-transform: uppercase;
    padding: 12px 30px 10px 30px;
    border-radius: 3px;
}

    .btn:hover {
        background-color: #2A3D7F;
        color: #ffffff;
        transition: ease-in-out 0.3s;
    }

    .btn:active:focus, .btn:focus {
        outline: none;
        outline: none;
    } 
.mb6 {
    margin-bottom: 6px;
}

.wrap {
    height: calc(100vh - 60px);
}

.tcenter {
    text-align: center;
}

.title {
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    padding-bottom: 20px;
    color: #252E5F;
    margin: 0;
}

.smallTextStyle {
    font-size: 17px;
    font-weight: 200;
}

.pointer {
    cursor: pointer;
}

.default-cursor {
    cursor: default;
}

.underline {
    text-decoration: underline;
}
.info_msg_error {
    color: red;
}