@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Poppins", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}

.row{
    --bs-gutter-x: 2.0rem !important;
}

.small{
    font-size: 80% !important;
}

.table-custom {
    border-collapse: collapse;
    border: 1px solid #e7eaec;
    width: 97%;
}

.custom-margin {
    margin-right: 10px; 
}

.btn-outline-light-custom{
    color: #02176E;
    border-color: #02176E;
    background-color: white;
}

.btn-outline-light-custom:hover{
    color: white;
    background-color: #0A2240;
}

.table-custom th,
.table-custom td {
    border: none;
}

.table-custom thead th:first-child,
.table-custom tbody td:first-child {
    border-left: 1px solid #e7eaec; 
}

.table-custom thead th:last-child,
.table-custom tbody td:last-child {
    border-right: 1px solid #e7eaec; 
}

.table-custom thead th {
    border-top: 1px solid #e7eaec; 
}

.table-custom tbody tr:first-child td {
    border-top: 1px solid #e7eaec; 
}

.table-custom tbody tr:last-child td {
    border-bottom: 1px solid #e7eaec; 
}

.text-header{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-family: Poppins;
}
.nav-text{
    font-size: 16px;
    line-height: 20px;
    font-family: Poppins;
    color:  #FFFFFFAD;
}

.claim-text{
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins;
    color: #181C32;
}
.value-text{
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins;
    color: #5F6368;
}
.btn-secondary{
    --bs-btn-bg: #F3F0F0 !important;
    --bs-btn-border-color: none !important;
}

.close-icon{
    color: #5F6368;
    border: none;
    background-color: white;
}

.close-icon:hover{
    color: #02176E;
}

.nav-text:hover{
    color: white;
}

.form-check-input{
    background-color: #EAEAEA !important;
    border-color: #EAEAEA !important;
}

.form-check-input:checked{
    background-color: #02176E !important;
    border-color: #02176E !important;
}

.custom-container{
    padding: 0 4rem;
}

.password-container {
    position: relative;
}
.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.search-container {
    position: relative;
    display: inline-block;
}

.search-container .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
}

.search-container input {
    padding-left: 30px;
    box-sizing: border-box;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(/images/check-svgrepo-com.svg);
    background-color: #02176E;    
    font-weight: bold;
    color: white;
    border-color: #02176E;
}

.text-info {
    color: #02176E !important;
}

.btn-danger {
    color: #fff;
    background-color: #ed5565 !important;
    border-color: #ed5565 !important;
}

.row-edit .form-check-input[type=checkbox] {
    border-radius: .25em;
    width: 1.5rem;
    height: 1.5rem;
}

.row-edit label{
    margin: 0.4rem;
}

a {
    text-decoration: none;
}

body {
    background-color: #F5F5F5;
}

.navbar {
    padding: .5rem 1rem !important;
}

.auth-logo {
    z-index: 2;
    width: 170px;
    height: auto;
    padding: 0;
}

.body-login {
    height: 10rem !important;
}

.auth-bg {
    object-fit: cover;
    object-position: left;
    width: 100%;
    z-index: 1;
    height: 100vh
}

.row-auth {
    height: 100vh;
    width: 100vw;
}

.p-login {
    color: #5F6868;
    margin-bottom: 0rem;
}

.d-flex-login {
    justify-content: space-between
}

/*.form-check-input {*/
/*    background-color: #043369;*/
/*    border: none;*/
/*}*/

.btn-login {
    width: 100%;
    color: white;
    background-color: #043369;
    border: none;
}

.btn-send-email {
    width: 100%;
    color: white;
    background-color: #043369;
    border: none;
    margin-top: 1rem;
}

.login-div {
    height: 8rem;
    width: 80%;
    margin: 0 auto;
}

.forgot-div {
    height: 8rem;
    width: 80%;
    margin: auto;
    padding-top: 2rem;
}

.register-div {
    height: 8rem;
    /*width: 90%; */
    margin: auto;
}

.row-register {
    padding-bottom: 10px;
    padding-top: 10px;
}

.row-password {
    padding-bottom: 1rem;
}

.label-no-margin {
    margin-bottom: auto;
}

.img-asigma-logo {
    width: 27%;
    height: auto;
    margin: 0 2rem;
}

.logo-div {
    width: 20rem;
    height: auto;
    margin: 0;
}

.pb-h {
    padding-bottom: 0 !important;
    margin: 0 3rem;
}

.form-register {
    margin: 1rem 3rem;
}

.icon-new {
    width: 70px;
    height: 3rem;
}

.icon-banner {
    width: 68px;
}

.auth-content-layout {
    padding: 3rem;
}

.auth-content-layout h3 {
    font-weight: 900;
    font-size: 1.4rem;
}

.welcome-page {
    text-align: center;
    color: white;
    background-size: cover;
    height: 84vh;
}

.welcome-page-bg {
    background-image: url("../images/auth_landing_bg.svg");
}

.nav-bg {
    background-color: white;
}

.landing-text {
    margin-top: 2rem;
}

.landing-text h1 {
    font-weight: 700;
    font-size: 40px;
}

.landing-text p {
    font-weight: 700;
    font-size: 16px;
}

.navbar-default {
    border-color: #02176E;
    background-color: #02176E;
}

.nav-header {
    background-color: #02176E;
}

.nav > li.active {
    background: #032B93;
}

.nav-bar-profile {
    background-color: #02176E;
    color: white;
    font-size: 15px;
    padding: 10px;
    margin: 0;
    font-weight: 500;
    width: 40px;
    height: 40px;
}

.top-bar {
    background-color: #F5F5F5;
}

.top-bar-button {
    background-color: white;
    color: #02176E;
    border: grey;
    transition: background-color 0.3s, color 0.3s;
}
.top-bar-button:hover {
    background-color: #02176E;
    color: white;
}

.badge {
    background-color: #02176E !important;
    color: white;
    width: 40px;
    height: 40px;
    font-size: 15px;
    align-content: center;
}

.table .left-align {
    text-align: left;
}

.form-check-input:checked {
    background-color: white;
    border-color: #02176E;
}

.logout-btn {
    height: fit-content;
    color: #D0021B;
    border: 1px solid #D0021B;
    border-radius: 4px;
    padding: 7px !important;
    align-self: center;
    margin-right: 4px;
    margin-left: 4px;
}

.logout-btn:hover{
    color: darkred;
}

.bg-dark-blue{
    background-color: #02176E !important;
    color: white !important;
}

.bg-grey{
    background-color: #D9D9D9 !important;
    color: black !important;
}

.form-inline button{
    height: fit-content;
}

.custom-row .col-lg-6{
    margin-bottom: 1rem;
}

.row-edit label{
    font-weight: bold;
}

.row-edit .col-lg-6{
    margin-bottom: 1rem;
}

.row-edit .col-lg-12{
    margin-bottom: 1rem;
}

.nav > li > a:hover{
    background-color: grey;
}

.form-check .form-check-input {
    float: none;
}
.edit-icon {
    color: black;
}

.delete-icon {
    color: #B62323;
}
.eye-icon{
    color: #5C5959;
    padding-right: 6px;
}
.text-black{
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-family: Poppins;
}
.telephone-text{
    font-size: 14px;
    line-height: 21px;
    color: #121813;
    font-family: Poppins;
}
.editable {
    background: transparent;
}

.editable:focus {
    outline: none;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e5e6e7;
    border-radius: 1px;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: "Poppins", "Helvetica Neue" , sans-serif;
}

.auth-content{
    max-width: 40vw;
}

.btn-user{
    background-color: #02176E;
    color: white;
    border: none;
}

.black-icon {
    color: #5C5959;
}

.red-icon {
    color: #B62323;
}

.form-group{
    margin-bottom: 1rem !important;
}

.btn-delete{
    background-color: #B62323 !important;
    color: white;
    border: none;
}

.text-danger{
    font-size: 0.7rem;
}

.text-red{
    font-size: 55%;
    color: #B62323;
}

.red-border {
    border-color: #B62323;
    border-width: 1px;
}

.text-green{
    font-size: 55%;
    color: #09941F;
}

.green-border{
    border-color: #09941F;
    border-width: 1px;
}

.icon-right-align{
    right: 10px;
}
@media screen and (max-width: 1200px) {
    .auth-content {
        max-width: 100vw;
    }
    .img-asigma-logo{
        width: 27%;
        height: auto;
        margin: 0 1.2rem;
    }
    .login-div {
        height: 8rem;
        width: 85%;
        margin: 0 auto;
    }

    .forgot-div {
        height: 8rem;
        width: 85%;
        margin: auto;
        padding-top: 2rem;
    }

    .register-div {
        height: 8rem;
        width: 95%;
        margin: auto;
    }

}
@media screen and (max-width: 992px) {
    .auth-content {
        max-width: 100vw;
    }

    .img-asigma-logo{
        width: 27%;
        height: auto;
        margin: 0 2.1rem;
    }
    
    .login-div {
        height: 8rem;
        width: 85%;
        margin: 0 auto;
    }

    .forgot-div {
        height: 8rem;
        width: 85%;
        margin: auto;
        padding-top: 2rem;
    }

    .register-div {
        height: 8rem;
        width: 95%;
        margin: auto;
    }

}
@media screen and (max-width: 768px) {
    .auth-content {
        max-width: 90vw;
    }

    .img-asigma-logo {
        width: 10rem;
        height: auto;
        padding-left: 37px;
        margin: 0;
    }

    .auth-logo-layout {
        height: 20vh !important;
        width: 100%;
    }

    .auth-content-layout {
        height: 45vh;
        align-content: space-around;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        width: 100vw;
    }

    .auth-bg {
        display: none;
    }

    .row-auth {
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .forgot-div {
        height: 8rem;
        width: 90% !important;
        padding-top: 2rem;
        margin: auto;
    }

    .register-div {
        height: 8rem;
        width: 90% !important;
        margin: auto;
        padding-top: 1px;
    }

    .row-register {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .label-no-margin {
        margin-bottom: auto;
    }

    .p-login {
        margin-bottom: 0rem !important;
        color: #5F6868;
    }

    .d-flex-login {
        margin-bottom: 1rem;
    }

    .p-login {
        color: #5F6868;
        margin-bottom: 2rem;
    }

    .pb-h {
        padding-bottom: 0rem !important;
        margin: 1rem 0rem;
    }

    .form-register {
        margin: 0rem 0rem;
    }
}
@media screen and (max-width: 480px) {
    .auth-content {
        max-width: 90vw;
    }

    .img-asigma-logo {
        width: 10rem;
        height: auto;
        padding-left: 12px;
        margin: 0;
    }

    .auth-logo-layout {
        height: 20vh !important;
        width: 100%;
    }

    .auth-content-layout {
        height: 45vh;
        align-content: space-around;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        width: 100vw;
    }

    .auth-logo {
        width: 180px;
        padding: 2rem 0 0 2rem;
        position: absolute;
        z-index: 2;
    }

    .auth-bg {
        display: none;
    }

    .row-auth {
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .forgot-div {
        height: 8rem;
        width: 90% !important;
        padding-top: 2rem;
        margin: auto;
    }

    .register-div {
        height: 8rem;
        width: 90% !important;
        margin: auto;
        padding-top: 1px;
    }

    .row-register {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .label-no-margin {
        margin-bottom: auto;
    }

    .p-login {
        margin-bottom: 0rem !important;
        color: #5F6868;
    }

    .d-flex-login {
        margin-bottom: 1rem;
    }

    .p-login {
        color: #5F6868;
        margin-bottom: 2rem;
    }

    .pb-h {
        padding-bottom: 0rem !important;
        margin: 1rem 0rem;
    }

    .form-register {
        margin: 0rem 0rem;
    }
}

.auth-body{
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/3215912.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.city-scape{
    position: fixed;
    bottom: 0;
    right: 0;
    height: 200px;
    width: auto;
}

.validation-summary-errors ul{
    margin: 0;
    padding: 0;
}

.validation-summary-errors ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}