
@font-face {
    font-family: "Montserrat";
    /*src: url("/assets/font/Chalkduster.ttf");*/
    src: url("/assets/font/Montserrat-Regular.ttf");
    /*src: url("/assets/font/Montserrat-Regular.ttf") format('truetype');*/
}

.modalCustomTitle {
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size:1.3rem;
}

.modalCustomBody {
    text-align: center;
    width: 100%;
    font-size:1.0rem;
}


a.clean {
    color: inherit;
    text-decoration: none;
}
a.clean:hover {
    color: inherit;
    text-decoration: none;
}

.hrCustom {
    color: #979797;
    width: 92%;
}

.link {
    color: #1d1d1d;
    font-size: 1.0rem;
    font-weight: bold;
}

.linkUnSelected {
    color: #1d1d1d;
    font-size: 1.0rem;
    font-weight: normal;
}

.linkColor {
    color: #69AAD4;
    font-size: 1.0rem;
    font-weight: normal;
}

.textMenu {
    color: #1d1d1d;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.textMenuUnSelected {
    color: #1d1d1d;
    font-size: 1.1rem;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}

.cardRef {
    margin-top: 10px;
    margin-bottom: 10px;

    width: 100%;
    max-width: 800px;

    min-height: 180px;

    /*background-color: #FFFFFF;*/
    /*border-color: #fcfcfc;*/
    /*border-width: 1px;*/
    /*border-radius: 6px;*/
}

.cardTitle {
    font-size: 1.2rem;
    font-weight: bold;
    color: #252525;
}

.cardRemoveDiv1 {
}
.cardRemoveDiv2 {
}


.butColorMini {
    display: inline-block;
    background: #2CA9E4;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.butColorMiniIn {
    min-width: 88px;
    text-align: center;
    text-transform: none;
    border-radius: 8px;

    font-size: 0.9rem;
    font-weight: normal;
    color: #FFFFFF;

    background: #2ca9e4;
    padding: 8px 8px 7px 8px;
    margin: 2px 1px 2px 1px;

    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.butColorMini2 {
    position: relative;
    display: inline-block;
    background: #2CA9E4;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.butColorMini2In {
    min-width: 88px;
    text-align: center;
    text-transform: none;
    border-radius: 8px;

    font-size: 0.9rem;
    font-weight: normal;
    color: #FFFFFF;

    background: #2ca9e4;
    padding: 4px 8px 4px 8px;
    margin: -2px 1px 0px 1px;

    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.butColorMiniGreen {
    display: inline-block;
    background: #38D299;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.butColorMiniGreenIn {
    min-width: 88px;
    text-align: center;
    text-transform: none;
    border-radius: 8px;

    font-size: 0.9rem;
    font-weight: normal;
    color: #FFFFFF;

    background: #38D299;
    padding: 8px 8px 7px 8px;
    margin: 2px 1px 2px 1px;

    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.butColor {
    display: inline-block;
    background: #2CA9E4;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.butColorRed {
    display: inline-block;
    background: #FF0000;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.butColorIn {
    min-width: 140px;
    text-align: center;
    text-transform: none;
    border-radius: 8px;

    font-size: 0.9rem;
    font-weight: normal;
    color: #FFFFFF;

    background: #2ca9e4;
    padding: 8px 8px 7px 8px;
    margin: 2px 1px 2px 1px;

    cursor: pointer;
    transition: background-color 0.3s, color 0.3s; 
}

.butColorInRed {
    min-width: 140px;
    text-align: center;
    text-transform: none;
    border-radius: 8px;

    font-size: 0.9rem;
    font-weight: normal;
    color: #FFFFFF;

    background: #FF0000;
    padding: 8px 8px 7px 8px;
    margin: 2px 1px 2px 1px;

    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.butColorInWait {
    min-width: 140px;
    text-align: center;
    text-transform: none;
    border-radius: 12px;

    font-size: 0.9rem;
    font-weight: normal;
    color: #F7F9FB;

    background: #2ca9e4;
    padding: 8px 8px 7px 8px;
    margin: 2px 1px 2px 1px;
}

.butUnderline {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration-line: underline;
    color: #2ca9e4;

    padding: 8px 8px 7px 8px;

    cursor: pointer;
}

.butSpinnerWait {
    width:15px;
    height:15px;
    margin-right:5px;
    vertical-align:top;
    margin-top:3px;
}

.title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #252525;

    margin-top: 20px;
    margin-bottom: 10px;
}

.titleCenter {
    font-size: 1.3rem;
    font-weight: bold;
    color: #252525;

    margin-top: 20px;
    margin-bottom: 10px;

    text-align: center;
}

.subTitle {
    font-size: 1.0rem;
    font-weight: bold;
    color: #252525;

    margin-top: 20px;
    margin-bottom: 20px;
}

.textInfo {
    font-size: 1.0rem;
    font-weight: normal;
    color: #8b8b8b;

    margin-top: 10px;
    margin-bottom: 10px;
}

.space {
    height: 20px;
}

.cardCross {
    font-size:1.5rem;
    cursor:pointer;
    float:right;
    margin-top:-5px;
}

.formBoxCenterFather {
    text-align: center;

    margin-top: 80px;
}

.formBox {
    max-width: 500px!important;
}

.formBoxCenter {
    max-width: 500px!important;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.formTwoColLeft {
    max-width: 500px!important;
    margin-right: auto;
    text-align: left;
}

.formTwoColRight {
    max-width: 500px!important;
    margin-right: auto;
    text-align: left;
}

.bodyLayout {
    min-height: calc(100vh - 65px);
}

.footerBox {
    background-color: #FFFFFF;
    /*padding: 20px 0px 20px 0px;*/
    /*height: 64px;*/
    height: 0px;
}

.footerBoxLink {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 1.0rem;
    font-weight: normal;
    color: #000;
}

.footerLink {
    padding: 0 10px;
    text-decoration: none;
    font-size: 1.0rem;
    font-weight: bold;
    color: #000;
    transition: color 0.3s;
}

.footerLink:hover {
    color: #333;
}

.footerLink {
    border-left: 1px solid #ccc; 
    margin-left: 10px;

.footerSpace {
    font-size: 1.0rem;
    font-weight: bold;
    color: #252525;
    margin: 0 20px;
    display: inline-block;
}
