﻿#passwordGroup {
    display: flex;
}

    #passwordGroup i {
        margin-left: -2rem;
        margin-top: 1rem;
        color: #919aa3;
        cursor: pointer;
    }

.login--main {
    padding-top: 0 !important;
}

@media (min-width: 768px) {
    .login--main {
        padding-top: 18vh !important;
    }
}

body {
    background: linear-gradient(0deg, rgba(249, 249, 249, .43), rgba(249, 249, 249, .43)), url(../../page-background-city.svg);
    background-repeat: repeat-x;
    background-position-y: bottom;
    background-position-x: center;
    padding-bottom: 5rem !important;
    margin: 0;
    font-family: "DM Sans", sans-serif;
}

.bg-danger {
    background-color: #da291c !important
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #DA291C;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #DA291C;
    --secondary: #6c757d;
    --success: #3ac47d;
    --info: #16aaff;
    --warning: #f7b924;
    --danger: #DA291C;
    --light: #eee;
    --dark: #343a40;
    --focus: #444054;
    --alternate: #794c8a;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

b, strong {
    font-weight: bolder
}

a {
    color: #da291c;
    text-decoration: none;
    background-color: transparent
}

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit
}

h5 {
    font-size: 1.25rem
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s,background-color .15s,border-color .15s,box-shadow .15s
}

.fade {
    transition: opacity .15s linear
}

    .fade:not(.show) {
        opacity: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding: .65rem 0;
    margin: .125rem 0 0;
    font-size: .88rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.card {
    font-family: "DM Sans", sans-serif;
    padding: 2rem;
    box-shadow: 0px 2px 13px 0px #00000026;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7));
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
        border-top: 1px solid #0000002B;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: linear-gradient(180deg, rgb(108 108 108 / 42%), rgb(108 108 108 / 42%));
}

.flex-column {
    flex-direction: column !important
}

.justify-content-center {
    justify-content: center !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.text-center {
    text-align: center !important
}

.text-white {
    color: #fff !important
}

.text-danger {
    color: #da291c !important
}

.btn, a, button {
    outline: 0 !important
}

.app-container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0
}

.table td, .table th {
    vertical-align: middle
}

.app-header {
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 10;
    transition: all .2s
}

    .app-header.header-shadow {
        box-shadow: 0 .46875rem 2.1875rem rgba(0,0,0,.03),0 .9375rem 1.40625rem rgba(0,0,0,.03),0 .25rem .53125rem rgba(0,0,0,.05),0 .125rem .1875rem rgba(0,0,0,.03)
    }

    .app-header .app-header__content {
        display: flex;
        align-items: center;
        align-content: center;
        flex: 1;
        padding: 0 1.5rem;
        height: 60px
    }

        .app-header .app-header__content .app-header-left {
            display: flex;
            align-items: center
        }

        .app-header .app-header__content .header-menu .nav-link {
            color: #6c757d
        }

            .app-header .app-header__content .header-menu .nav-link i {
                color: #adb5bd
            }

            .app-header .app-header__content .header-menu .nav-link:hover {
                color: #212529
            }

        .app-header .app-header__content .app-header-right {
            align-items: center;
            display: flex;
            margin-left: auto
        }

    .app-header .header-user-info > .widget-heading, .app-header .header-user-info > .widget-subheading {
        white-space: nowrap
    }

    .app-header .header-user-info > .widget-subheading {
        font-size: .8rem
    }

.app-header__logo {
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    transition: width .2s
}

    .app-header__logo .logo-src {
        height: 50px;
        width: 200px;
        content: url(assets/images/mapfre-logo-white-sm.svg)
    }

.app-header__menu, .app-header__mobile-menu {
    display: none;
    padding: 0 1rem;
    height: 60px;
    align-items: center
}

.fixed-header .app-header {
    position: fixed;
    width: 100%;
    top: 0
}

    .fixed-header .app-header .app-header__logo {
        visibility: visible
    }

.fixed-header .app-main {
    padding-top: 60px
}

.fixed-header:not(.fixed-sidebar):not(.closed-sidebar) .app-sidebar .app-header__logo {
    visibility: hidden
}

.app-header.header-text-light .app-header-left > .nav > li > .nav-link {
    color: rgba(255,255,255,.7)
}

    .app-header.header-text-light .app-header-left > .nav > li > .nav-link .nav-link-icon {
        color: rgba(255,255,255,.8)
    }

    .app-header.header-text-light .app-header-left > .nav > li > .nav-link:hover {
        color: #fff
    }

.app-header.header-text-light .app-header-right .icon-wrapper-alt .fa, .app-header.header-text-light .app-header-right .icon-wrapper-alt .icon {
    color: rgba(255,255,255,.7) !important;
    transition: all .2s
}

.app-header.header-text-light .app-header-right .icon-wrapper-alt .icon-wrapper-bg {
    background: rgba(255,255,255,.1) !important;
    transition: all .2s;
    opacity: 1
}

.app-header.header-text-light .app-header-right .icon-wrapper-alt:hover .fa, .app-header.header-text-light .app-header-right .icon-wrapper-alt:hover .icon {
    color: rgba(255,255,255,.9) !important
}

.app-header.header-text-light .app-header-right .icon-wrapper-alt:hover .icon-wrapper-bg {
    background: rgba(255,255,255,.15) !important
}

.app-header.header-text-light .app-header-right .icon-wrapper-alt .badge-dot {
    border-color: transparent
}

.app-header.header-text-light .app-header-right > .header-btn-lg .widget-content-left .btn-group > .btn, .app-header.header-text-light .app-header-right > .header-btn-lg .widget-heading, .app-header.header-text-light .app-header-right > .header-btn-lg .widget-subheading {
    color: rgba(255,255,255,.8)
}

.app-header.header-text-light .header-btn-lg .hamburger-inner, .app-header.header-text-light .header-btn-lg .hamburger-inner::after, .app-header.header-text-light .header-btn-lg .hamburger-inner::before, .app-header.header-text-light .header-btn-lg .hamburger.is-active .hamburger-inner, .app-header.header-text-light .header__pane .hamburger-inner, .app-header.header-text-light .header__pane .hamburger-inner::after, .app-header.header-text-light .header__pane .hamburger-inner::before, .app-header.header-text-light .header__pane .hamburger.is-active .hamburger-inner {
    background-color: rgba(255,255,255,.8) !important
}

.app-header.header-text-light .search-wrapper .input-holder .search-icon span::after {
    border-color: rgba(255,255,255,.8)
}

.app-header.header-text-light .search-wrapper .close::after, .app-header.header-text-light .search-wrapper .close::before, .app-header.header-text-light .search-wrapper .input-holder .search-icon span::before {
    background: rgba(255,255,255,.8)
}

.app-header.header-text-light .app-header__logo .logo-src {
    content: url(assets/images/mapfre-logo-white-sm.svg)
}

.app-sidebar {
    width: 280px;
    display: flex;
    z-index: 11;
    overflow: hidden;
    min-width: 280px;
    position: relative;
    flex: 0 0 280px;
    margin-top: -60px;
    padding-top: 60px;
    transition: all .2s
}

    .app-sidebar .app-sidebar__inner {
        padding: 2px 1.5rem 1.5rem
    }

    .app-sidebar .scrollbar-sidebar {
        z-index: 15;
        width: 100%
    }

    .app-sidebar .app-sidebar-bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: .05;
        background-size: cover;
        z-index: 10
    }

    .app-sidebar .app-header__logo {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        z-index: 11
    }

    .app-sidebar.sidebar-shadow {
        box-shadow: 7px 0 60px rgba(0,0,0,.05)
    }

.app-sidebar__heading {
    text-transform: uppercase;
    font-size: .8rem;
    margin: .75rem 0;
    font-weight: 700;
    color: #da291c;
    white-space: nowrap;
    position: relative
}

.sidebar-mobile-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .6;
    left: 0;
    top: 0;
    z-index: 12
}

.vertical-nav-menu {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none
}

    .vertical-nav-menu::after {
        content: " ";
        pointer-events: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0
    }

    .vertical-nav-menu .mm-collapse:not(.mm-show) {
        display: none
    }

    .vertical-nav-menu .mm-collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        transition-timing-function: ease;
        transition-duration: .25s;
        transition-property: height,visibility
    }

    .vertical-nav-menu ul {
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none
    }

    .vertical-nav-menu:before {
        opacity: 0;
        transition: opacity .3s
    }

    .vertical-nav-menu li {
        cursor: pointer
    }

        .vertical-nav-menu li a {
            display: block;
            line-height: 2.4rem;
            height: 2.4rem;
            padding: 0 1.5rem 0 .5rem;
            position: relative;
            border-radius: .25rem;
            color: #343a40;
            white-space: nowrap;
            transition: all .2s;
            margin: .1rem 0
        }

    .vertical-nav-menu i.metismenu-state-icon {
        text-align: center;
        width: 34px;
        height: 34px;
        line-height: 34px;
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -17px;
        font-size: 1rem;
        opacity: .3;
        transition: color .3s
    }

    .vertical-nav-menu i.metismenu-state-icon {
        transition: transform .3s;
        left: auto;
        right: 0
    }

    .vertical-nav-menu ul {
        transition: padding .3s;
        padding: .5em 0 0 2rem
    }

        .vertical-nav-menu ul:before {
            content: '';
            height: 100%;
            opacity: 1;
            width: 3px;
            background: rgba(218,41,28,.8);
            position: absolute;
            left: 20px;
            top: 0;
            border-radius: 15px
        }

        .vertical-nav-menu ul > li > a {
            color: #6c757d;
            height: 2rem;
            line-height: 2rem;
            padding: 0 1rem 0
        }

.fixed-sidebar .app-sidebar {
    position: fixed;
    height: 100vh
}

.fixed-sidebar .app-main .app-main__outer {
    z-index: 9;
    padding-left: 280px
}

.fixed-sidebar.fixed-header .app-sidebar .app-header__logo {
    display: none
}

.app-main {
    flex: 1;
    display: flex;
    z-index: 8;
    position: relative
}

    .app-main .app-main__outer {
        flex: 1;
        flex-direction: column;
        display: flex;
        z-index: 12
    }

    .app-main .app-main__inner {
        padding: 30px 30px 0;
        flex: 1
    }

        .app-main .app-main__inner .main-card {
            max-width: 1490px
        }

.app-theme-white.app-container {
    background: #fff
}

.app-theme-white .app-sidebar {
    background: #fff
}

.app-theme-white .app-page-title {
    background: #fefefe
}

.app-theme-white .app-footer .app-footer__inner, .app-theme-white .app-header {
    background: #fafbfc
}

.app-theme-white.fixed-header .app-header__logo {
    background: rgba(250,251,252,.1)
}

.app-footer {
    height: 60px
}

    .app-footer .app-footer__inner {
        padding: 0 1.5rem 0 .75rem;
        height: 60px;
        display: flex;
        align-content: center;
        align-items: center
    }

        .app-footer .app-footer__inner .app-footer-left {
            display: flex;
            align-items: center
        }

        .app-footer .app-footer__inner .app-footer-right {
            margin-left: auto;
            display: flex
        }

.fixed-footer .app-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 7
}

    .fixed-footer .app-footer .app-footer__inner {
        margin-left: 280px;
        box-shadow: .3rem -.46875rem 2.1875rem rgba(0,0,0,.02),.3rem -.9375rem 1.40625rem rgba(0,0,0,.02),.3rem -.25rem .53125rem rgba(0,0,0,.04),.3rem -.125rem .1875rem rgba(0,0,0,.02)
    }

.fixed-footer .app-main .app-main__outer {
    padding-bottom: 60px
}

.app-page-title {
    padding: 30px;
    margin: -30px -30px 30px;
    position: relative
}

    .app-page-title + .body-tabs-layout {
        margin-top: -30px !important
    }

    .app-page-title .page-title-wrapper {
        position: relative;
        display: flex;
        align-items: center
    }

    .app-page-title .page-title-heading, .app-page-title .page-title-subheading {
        margin: 0;
        padding: 0
    }

    .app-page-title .page-title-heading {
        font-size: 1.25rem;
        font-weight: 400;
        display: flex;
        align-content: center;
        align-items: center
    }

    .app-page-title .page-title-subheading {
        padding: 3px 0 0;
        font-size: .88rem;
        opacity: .6
    }

        .app-page-title .page-title-subheading .breadcrumb {
            padding: 0;
            margin: 3px 0 0;
            background: 0 0
        }

    .app-page-title .page-title-actions {
        margin-left: auto
    }

        .app-page-title .page-title-actions .breadcrumb {
            margin: 0;
            padding: 0;
            background: 0 0
        }

    .app-page-title .page-title-icon {
        font-size: 2rem;
        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        padding: .83333rem;
        margin: 0 30px 0 0;
        background: #fff;
        box-shadow: 0 .46875rem 2.1875rem rgba(0,0,0,.03),0 .9375rem 1.40625rem rgba(0,0,0,.03),0 .25rem .53125rem rgba(0,0,0,.05),0 .125rem .1875rem rgba(0,0,0,.03);
        border-radius: .25rem;
        width: 60px;
        height: 60px
    }

        .app-page-title .page-title-icon i {
            margin: auto
        }

.opacity-8 {
    opacity: .8 !important
}

.logo-odm {
    position: absolute;
    width: 91px;
    height: 46px;
    right: 0;
    top: 0;
    margin: 2rem;
}

.login-card-description {
    font-family: "DM Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #D81E05;
}

.login-card-sub-description {
    font-family: "DM Sans", sans-serif;
    color: #363636;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
}

.login-card .form-control {
    font-family: "DM Sans", sans-serif;
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #2D373D;
    background-color: #FFFFFF;
    border: 1px solid #CCCFD2;
    border-radius: 2px;
    opacity: 80%;
}

.label-input {
    font-family: "DM Sans", sans-serif;
    margin-bottom: .5rem;
    font-weight: 500;
    font-size: 1rem;
    color: #666666;
    line-height: 18px;
    opacity: 60%;
}

.container {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-red-400-margin-bottom {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 17.29px;
    color: #BE1F24;
    margin-bottom: 2rem;
}

.txt-red-700 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 17.29px;
    color: #BE1F24;
}

.txt-black-400 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 17.29px;
    color: #263238;
}

.btn-primary {
    background: #D81E05;
    border-radius: 5px;
    width: 300px;
    height: 44px;
    padding: 10px;
    font-family: "DM Sans", sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.position-pass-eye {
    position: relative;
    float: inline-end;
    right: 0;
    top: 0;
    margin-right: 1rem;
    color: #CCCFD2;
    margin-top: -41px;
}

.btn-back {
    position: absolute;
    left: 0;
    top: 0;
    margin: 2rem;
}

.row-center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.card-red {
    text-align: left;
    background: rgba(250, 240, 242, .4);
    padding: 20px;
    border-radius: 3px;
    margin-top: 1rem;
}

.txt-indication-700 {
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #363636;
    margin-bottom: 0;
}

.txt-indication-400 {
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #363636;
    margin-bottom: 0;
}

.card-grey {
    background: #E8EBED4D;
    padding-left: 33px;
    border-radius: 8px;
}

.text-modal-sub-title {
    text-align: left;
    margin-left: 2rem;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #2D373D;
}

.text-alert-title {
    text-align: center;
    margin-top: 1rem;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #2D373D;
}

.text-alert-message {
    text-align: center;
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #526570;
}

.alert-dialog {
    display: flex;
    padding: 3rem;
    width: 30%;
    transition: all 5s ease-in-out;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 2px 13px 0px #00000026;
    border-radius: 8px;
    background: #FFFFFF;
    outline: 0;
    margin: 20rem auto;
    position: relative;
}

    .alert-dialog .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

.btn-close-top-right {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
}

.hr-grey {
    border-top: 1px solid #EAE9E9;
    width: 100%;
    margin-top: 1.4rem;
    margin-bottom: 1.5rem;
}

.buttons-row-alert {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.buttton-right {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.buttton-left {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.btn-secundary-corner {
    background: #FFFFFF;
    border: 1px solid #D81E05;
    border-radius: 8px;
    padding: 8px 40px 8px 40px;
    color: #D81E05;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
}

.btn-primary-corner {
    color: #FFFFFF;
    background: #D81E05;
    border: 1px solid #D81E05;
    border-radius: 8px;
    padding: 8px 40px 8px 40px;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
}

.btn-as-close {
    background: transparent;
    color: #2D373D;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

.w3-bottombar {
    border-bottom: 1px solid #D1D1D1 !important;
    font-size: 16px;
    font-weight: 500;
    color: #9E9E9E;
}

.w3-border-red, .w3-hover-border-red:hover {
    border-bottom: 4px solid #D81E05 !important;
    border-radius: 2px;
    color: #D81E05;
    font-size: 16px;
    font-weight: 600;
}

.w3-padding {
    padding: 8px 16px !important;
}

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
    float: left;
    width: 100%;
}

.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before, .w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both;
}

.w3-row {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-header-900 {
    color: rgba(140, 140, 140, .2);
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    margin-bottom: 1rem;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
}

.login-card .card-body {
    padding: 2px;
}

.login-card .form-flex {
    max-width: unset;
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 0;
}

.btn-date {
    width: 17rem;
    border-bottom: 2px solid #D81E05 !important;
    font-size: 14px;
    margin-bottom: -2rem;
    text-align: center;
}

.btn-email {
    width: 17rem;
    border-bottom: 2px solid #D81E05 !important;
    font-size: 14px;
    margin-bottom: -2rem;
    text-align: center;
}

.img-email-pos {
    height: 1.5rem;
    margin-left: -17rem;
    margin-bottom: -0.8rem;
}

.img-date-pos {
    height: 1.5rem;
    margin-left: -17rem;
    margin-bottom: -0.8rem;
}

.div-date-email {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 3rem;
}

.alert-loading {
    box-shadow: none;
    padding: 2rem;
    width: 10%;
    transition: all 5s ease-in-out;
    box-shadow: 0px 2px 13px 0px #00000026;
    border-radius: 8px;
    background: #FFFFFF;
    outline: 0;
    margin: 28rem auto;
    position: relative;
}

.alert-loader {
    animation: spin 2s linear infinite;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #D81E05;
    height: 50px;
    width: 50px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.map-close {
    color: #2D373D;
}
