﻿.foot-menu {
    margin-bottom: 30px;
}

.footer {
    font-size: 13px;
    color: #242424;
}

.right-text {
    text-align: right;
}

.widget-title {
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.box-content {
    margin-top: 5px;
}

.footer-sidebar-row .main-menu {
    list-style: none;
    padding: 0;
}

    .footer-sidebar-row .main-menu li {
        margin-bottom: 5px;
    }

    .footer-sidebar-row .main-menu a, .textwidget a {
        color: #3e3e3e;
    }

        .footer-sidebar-row .main-menu a:hover {
            background: none;
            text-decoration: none;
            color: #ed3237;
        }

.video-home .sideThumb {
    float: left;
    width: 19% !important;
    margin-left: 1.25%;
}

.isDesktop .my_menu .my_menu__body .mylogo {
    /* margin-right: 50px; */
    /*padding: 26px 0px 0px 0px;*/
}

/*label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    float: right;
}*/

.form-group {
    margin-bottom: 20px !important;
}

/*@media (min-width: 1024px) {
    .the-article-body {
        width: 700px;
        float: left;
        position: relative;
        clear: both;
        left: 50%;
        margin-left: -300px;
    }
}
*/

@media only screen and (max-width: 768px) {
    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        float: left;
    }
}

.font-bold {
    font-weight: 700 !important;
}

.tbl {
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse;
}

    .tbl tr {
        background-color: #E9EBF5;
    }

        .tbl tr th {
            background-color: #035878;
            color: #fff;
            text-align: center;
            padding: 1em;
        }

        .tbl tr td, .tbl tr th {
            font-size: 15px;
            text-align: center;
            padding: 0.5em;
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

.isMobile .tbl.tbl1 tr:last-child {
    border-bottom: none;
}

.isMobile .tbl.tbl1 tr {
    width: 100%;
    display: block;
}

.tbl tr:nth-child(2n) {
    background-color: #CFD5EA;
}

.tbl.tbl1 .lbl {
    display: none;
}

.section_1 .lbl {
    line-height: 38px;
    font-weight: normal;
}

.checkbox-inline, .radio-inline {
    float: left;
    display: flex;
    margin-right: 20px;
}

.form-result p {
    margin: 0px;
    /*vertical-align: middle;
    margin: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17.6px;*/
    /* text-align: right; */
    /*color: #040404;*/
}

.height-100 {
    height: 100vh;
}
 

    .card h6 {
        color: red;
        font-size: 20px;
    }

.inputs input {
    width: 40px;
    height: 40px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.card-2 {
    background-color: #fff;
    padding: 10px;
    width: 90%;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px;
    transform: translateX(-50%);
    left: 50%;
}

    .card-2 .content {
        margin-top: 50px;
    }

        .card-2 .content a {
            color: red;
        }

.form-control:focus {
    box-shadow: none;
    border: 2px solid red;
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: red;
    border: 1px solid red;
    width: 140px;
}

.modal-body {
    padding: 0;
}

.section__tt {
    font-size: 18px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 29px;
}

.isMobile .my_menu__header .mylogo img {
    max-height: 60px;
}

.isMobile .logofooter {
    max-height: 60px;
}

.isDesktop .logofooter {
    max-height: 60px;
}

.did-floating-label-content {
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
}

.did-floating-label {
    color: #5d738d;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    border-radius: 8px;
    pointer-events: none;
    left: 15px;
    /*top: 8px;*/
    top: -14px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.did-floating-input,
.did-floating-select {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 20px;
    background: #fff;
    /* color: #dfe1e3;*/
    border: 1px solid #dfe1e3;
    border-radius: 5px;
    box-sizing: border-box;
    &:focus

{
    outline: none;
    ~ .did-floating-label

{
    top: -14px;
    font-size: 14px;
}
}
}

.did-floating-input:disabled,
.did-floating-select:disabled {
    background: #dddddd21;
    /* ~ .did-floating-label {
    background: #dddddd59;
  } */
}

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select.did-floating-select::-ms-expand {
        display: none;
    }

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top: -8px;
    font-size: 12px;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top: -14px;
    font-size: 14px;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
    top: 11px;
    font-size: 13px;
}

/* Loading Overlay */
.se-pre-con.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .se-pre-con.overlay::before {
        content: "";
        width: 50px;
        height: 50px;
        border: 4px solid #f3f3f3;
        border-top: 4px solid #035878;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.result_scan {
    text-transform: uppercase;
    background: #1B50E0;
    padding-top: 47px;
    text-align: center;
    border-radius: 0px;
    width: 100%;
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: center;
    height: 249px;
    color: white;
    position:relative
}

    .result_scan h2 {
        font-size: 21px;
        font-weight: bold;
        margin-top: 14px;
    }
    .result_scan .icon-star i {
        font-size: 15px;
        font-weight: bold;
        color: gold;
    }
  

    .result_scan .des {
        font-size: 9px;
        font-weight: bold;
        position: absolute;
        bottom: 0px;
        text-align: center;
        width: 100%;
    }

    .result_scan .icon-check-scan i {
        font-size: 36px;
      
    }
.card {
    border-radius:20px
}
.card-header.blue {
    background-color: #1B50E0;
    color: white;
    text-align: left;
    font-size: 15px;
}

p.cm {
    font-size: 17px;
    padding: 20px 14px;
}

.inforp td{
    text-align:left
}

td.tbold {
    font-weight: bold;
}


table.table-borderless.inforp {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}
p.copyright {
    margin-top: 20px;
}

.isMobile .container_mobile {
    padding: 0px !important;
    width: 100% !important;
}

    .isMobile .container_mobile .card-mobile {
        padding: 0px !important;
        width: 90%;
        margin: 5%;
    }