
/* -- Login Header -- */

main{
    position: relative;
}

.section-login {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: relative;*/
    background-position: top;
}

.login-nav .navbar-collapse {
    flex-grow: inherit;
}

.alert {
    margin-bottom: 0 !important;
    text-align: center;
}

/*.position-top {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}*/

.login-nav button.navbar-toggler {
    color: #FFF;
    border-color: #FFF;
}

.navbar-nav.nav li a {
    padding: 10px 24px;
    color: #FFF;
}

.navbar-nav.nav li:nth-child(3) a {
    background: #FFF;
    color: #375BD2;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
}
.navbar-nav.nav li:nth-child(3) a:hover, .navbar-nav.nav li:nth-child(3) a:focus {
    color: #375BD2;
}
.element-two-overlay {
    position: absolute;
    width: 347px;
    height: 339px;
    left: 730px;
    top: 363px;
}

.element-one-overlay {
    position: absolute;
    width: 307px;
    height: 190px;
    left: 1093px;
    top: 219px;
}

.element-three-overlay {
    position: absolute;
    width: 452px;
    height: 195px;
    left: 513px;
    top: 738px;
}

.element-four-overlay {
    position: absolute;
    width: 129px;
    height: 220px;
    left: 549px;
    top: 515px;
}
/*
.element-overlay {
    background-color: #011F5E;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
*/

/*Form Login*/

#login-form .form-group.row {
    display: inherit;
    margin-left: 0;
    margin-right: 0;
}

.description-content {
    margin-top: 70px;
}

.column-description li.list-group-item {
    border: none;
    background: transparent;
    padding-left: 0;
}

.column-description li.list-group-item i{
    padding-right: 20px;
}

.column-description h1, .column-description li {
    color: #FFFFFF;
}

.btn-contact-sales {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #FFF;
    color: #375BD2;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
}
.site-login, .site-create {
    /*width: 70%;*/
    background: #FFFFFF;
    padding: 30px;
    border-radius: 16px;
}

.login-btn, .btn-reset, .btn-create-account, .btn-feedback, .btn-welcome {
    width: 100%;
    color: #fff !important;
    background-color: #2F54E9 !important;
    border-color: #2F54E9 !important;
    border-radius: 8px !important;
}

.title-color {
    color: #2F54E9;
}

@media only screen and (max-width: 767px) {
    .fixed-login {
        margin-bottom: 50px;
        margin-top: 40px;
    }

    .navbar-collapse.collapse {
        background-color: #FFF;
        padding: 15px 0 15px 0;
        margin-top: 10px;
    }

    .navbar-collapse.collapse.show > ul > li > a {
        color: #375BD2;
    }

    /* css user profile*/
    .col-profile {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {

    .column-description {
        min-height: 95vh;
    }

    .column-login {
        position: inherit !important;
    }

    .fixed-login {
        position: fixed;
        right: 0;
        bottom: 0;
        margin-bottom: 50px;
        margin-right: 50px;
        z-index: 1030;
    }

    .navbar-nav.nav li a {
        padding: 10px 24px !important;
    }

    .footer .border-card {
        max-width: 18rem;
    }

    .margin-top-login {
        margin-bottom: 340px;
    }
    /*create account */
    .description-content {
        margin-top: 20% !important;
    }
}

.alert + h3 {
    margin-top: 25px;
}

@media only screen and (min-width: 1024px) {
    .fixed-login .site-login {
        min-width: 380px;
        max-width: 380px;
        /*padding: 0 30px 0 30px;*/
    }
    .fixed-login {
        /*margin-right: 400px;*/
    }
}

/* Section Abouts Us */

section.section-about {
    background: #F5F7FD;
    padding: 60px 0 50px 0;
}

.section-about label {
    color: #2F54E9;
}

.section-about p {
    color: #404E84;
}

.section-about .card {
    background: linear-gradient(212.67deg, rgba(55, 91, 210, 0.08) -7.66%, rgba(0, 158, 255, 0.08) 115.13%);
    box-shadow: inset 0px 8px 16px rgba(255, 255, 255, 0.16), inset 0px -8px 16px rgba(55, 91, 210, 0.24);
    backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 24px !important;
}

.section-contact input {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section-contact button {
    position: absolute;
    right: 5px;
    top: 7px;
    color: #fff;
    border-color: #2F54E9;
    background: #2F54E9;
    border-radius: 8px;
    z-index: 4 !important;
}

.section-contact button:hover {
    color: #fff;
    text-decoration: none;
}

/* Section Contact Us*/

section.section-contact {
    background: linear-gradient(95.19deg, #2F54E9 0%, #001B89 100%);
    padding: 60px 0 50px 0;
}

.section-contact label, .section-contact h1 {
    color: #FFF;
}
/*
.section .input-group button {

    color: #FFF;
    background: #2F54E9;
    border-color: #2F54E9;
    border-radius: 8px;
}
*/
.btn-ok {
    position: inherit !important;
    width: 100%;
}

#modalGetStarted .modal-header {
    border-bottom: none;
    padding-top: 0;
}
#modalGetStarted .modal-content,  #modalWelcomeMessage .modal-content{
    border-radius: 16px;
    padding: 24px;
}

/* footer */

.footer {
    background: #111D47 !important;
    padding: 60px 0 50px 0 !important;
    height: auto !important;
}

.footer .card.border-card {
    float: right;
}

.footer .card-header, .footer .card-body .card-text {
    color: #FFF;
}

.footer .card-body .card-text {
    font-size: 12px;;
}

.footer .border-card {
    background-color: transparent;
    border: 1px solid #2F54E9;
    border-radius: 11px;
}
.footer .border-card .card-header {
    background-color: transparent;
    border-bottom: none;
}

.footer .border-card a {
    color: #2F54E9;
}

hr {
    border-top: 0.5px solid #66729C !important;
}

.footer li.list-group-item {

    border: none;
    background: transparent;
    padding-left: 0;
}

.footer li.list-group-item a, .text-copyright {
    color: #B3B8CE;
}

.footer .text-copyright {
    font-size: 14px;
}

/* Fotgot Password */

@media only screen and (min-width: 768px) {

    .card-container.card {
        min-width: 380px;

    }
}

/* Create Account */

.site-create {
    margin-bottom: 50px;
    margin-top: 40px;
}

.form-group.col-md-6.field-userform-password.required,
.form-group.col-md-6.field-userform-repeatpassword.required,
.form-group.col-md-6.field-userform-termscondition.required {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.field-userform-phone .iti.iti--allow-dropdown{
    width: 100%;
}

/* implement show pass*/

i.pass-eye{

    position: absolute;
    right: 0;
    margin-top: -27px;
    margin-right: 14px;
    color: #66729c9e;
    border-radius: 8px;
    cursor: pointer;
}


/*input#userform-password, input#loginform-password, input#loginform-newpassword, input#loginform-repeatpassword {*/
input.pass-eye {
    background-position: right calc(1.575em + 0.585rem) center !important;
}



/*.field-loginform-password, .field-loginform-newpassword, .field-loginform-repeatpassword {*/
/*    position: relative;*/
/*}*/
/*.field-loginform-password .show-pass, .field-loginform-newpassword .show-pass, .field-loginform-repeatpassword .show-new-pass {*/
/*    right: 9px;*/

/*}*/

/*.field-loginform-newpassword .show-pass, .field-loginform-repeatpassword .show-new-pass {*/
/*    top: 42px;*/
/*    z-index: 1;*/
/*}*/

.field-userform-phone .invalid-feedback, .field-userform-termscondition  .invalid-feedback{
    display: block;
}

/* credentials */

.title-color-credential, .modal-title {
    color: #0D1535 !important;
}
.table-border-td td, .table-border-td th {
    border-top: none !important;
}

.qr-pdf {
    background: #FFFFFF;
    padding: 16px;
    gap: 32px;
    box-shadow: 0px 5px 10px rgb(59 119 188 / 10%);
    border-radius: 8px;
}

.credential-pdf {
    background: #F5F7FD;
    border-radius: 16px;
    padding: 16px;
}

.align-vertical {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-credential {
    color: #fff !important;
    background-color: #2F54E9 !important;
    border-color: #2F54E9 !important;
}

.social-networks {
    padding: 16px;
    gap: 32px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(59, 119, 188, 0.1);
    border-radius: 8px;
}

.social-networks .btn-social {
    color: #2F54E9;
    font-weight: 600;
    padding: 12px;
    background: #D5DDFB;
    border-radius: 8px;
    border-color: transparent !important;
}

.social-networks .btn-social i {
    color: #2F54E9;
}

@media (min-width: 1200px) {
    .container, .container-xl {
        max-width: 1440px !important;
    }
   /* Create account */
    .site-create {
        width: 510px;
    }

    /* My credential */
    #tableCredential td .view {
        padding: 8px 30px;
        gap: 8px;
        background: #D5DDFB;
        border-radius: 28px;
    }
}

#modalValidatorCredential .modal-content {
    padding: 5px;
    border-radius: 16px;
}

.modal-table-credential td {
    text-align: left !important;
}

.modal-table-credential img{
    width: 56px;
    height: 56px;
}
@media only screen and (min-width: 992px) {

    .modal-images {
        margin-left: -30px;

    }
}

/* My Credential */

#tableCredential {
    border: 1px solid #D1D5E1;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    margin-bottom: 3rem !important;
}

.has-search .form-control {
    background: #FFFFFF;
    border: 1px solid #D1D5E1;
    border-radius: 8px;
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 4;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.875rem;
    text-align: center;
    pointer-events: none;
    color: #8C95B5;
}

.text-thead {
    padding: 12px 16px;
    gap: 40px;
    background: #1F389B;
    color: #FFFFFF;
    font-weight: 500;
    border-radius: 8px 8px 0 0 !important;
}

#tableCredential td .view {
    color: #2F54E9 !important;
    font-weight: 600;
}

#tableCredential_paginate .pagination {
    justify-content: center !important;
}

#tableCredential_paginate .pagination li {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    padding: 10px 10px;
}

#tableCredential_paginate .page-item.active a.page-link {
    color: #2F54E9;
    border-bottom: 1px solid #2F54E9;
    background-color: transparent;
}

#tableCredential_paginate .page-item a.page-link {
    border: none;
}

#tableCredential_paginate .pagination li:first-child {
    border-left: 1px solid #dee2e6;
    border-radius: 8px;
}

#tableCredential_paginate .pagination li:last-child {
    border-right: 1px solid #dee2e6;
    border-radius: 8px;
}

#tableCredential tbody tr {
    background-color: #ffffff !important;
}

#tableCredential tbody>tr.odd>* {
    box-shadow: none;
}

/* title my credentials - bold */
h2.navbar-title {
    font-weight: bold;
}
/* message alert success*/
.content-wrapper .alert-success {
    margin: 0 25px;
}

/*  Feedback  */

.give-feedback-form.mt-4 {
    padding: 40px;
    gap: 32px;
    background: #FFFFFF;
    border-radius: 16px;
}

.form-group.field-feedbackform-starrating label {
    font-weight: 600;
    font-size: 24px;
    color: #0D1535;
}

.give-feedback-form form input, .give-feedback-form form textarea
{
    border: 1px solid #D1D5E1;
    border-radius: 8px;
}

/* css User Profile */
.section-profile .list-group-item {
    border: none;
}

.section-profile .list-group {
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,.125);
}

.section-profile .list-group-item-action:focus, .list-group-item-action:hover {
    background: #0000001a !important;
}
.section-profile .img-profile{
    margin: auto;
}
.section-profile .img-profile img {
    height: auto;
    width: 4.1rem;
}
.section-profile label {
    color: #66729C !important;
}