body {font-size:14px;}
a:visited {

}

input:autofill {
    background: none; /* or any other */
}

.message.error {
    margin:10px 0;
    width:100%;
    padding:5px;
    border:1px dotted #900;
    background-color:#CBB;
    color:#900;
    border-radius: 4px;
    text-align:center;
}

.filepond--credits {display:none}


table[data-toggle="table"] { display:table}


.form-switch input {
    height:20px;width:45px !important
}
.form-switch label  {line-height:25px;margin-left:5px; /*margin-left:5px;margin-top:5px;*/}
.form-switch-sd.d-inline-flex label {line-height:20px; /*margin-left:5px;margin-top:5px;*/}

.dd-list .dd3-content {padding:8px 8px 8px 40px}

.dd-list .dd-item .dd-handle {padding:8px 2px;font-size: 36px;}
.dd-list .dd3-content:hover {color:inherit}
.dd, .dd-list .dd-item {font-size:inherit; max-width:inherit; margin: 10px 0;}
.dd-list .dd-item button {color:inherit;height:inherit}
.dd-list .dd-item button:hover {color:#fff}
/*.dd-list .dd3-handle::before {font-family: "Font Awesome 5 Free";content: "\f338";}*/
.dd-empty {display:none}
.fa-toggle-off:before,.fa-toggle-on:before {content: "\f03a";font-weight:900}
.fixed-table-toolbar .fa-th-list::before { content:"\f58e"}

.table  td,.table  th {border:none;border-bottom:1px solid #999}

.dl-table {margin-bottom:5px}
.dl-table th, .dl-table td {
    padding-left:5px;
    padding-right:5px;
    border-bottom:1px solid #CCC
}



.irs--big { width:100%}


.header-title {margin:0;line-height:25pt}
.form-label {margin-bottom:0}

/* #categoryForm .dd-empty { display:none}*/

.external-event {min-width:140px}

@media (max-width: 578px) {

    .external-event {min-width:70px;margin:5px 2px}
    .external-event span {display:none }

    #calendar .fc-toolbar-chunk:first-child {
        float:right
    }
    #calendar .fc-toolbar-chunk h2{float:left}
    #calendar .fc-toolbar-chunk:last-child {
        float:right;margin-top:5px;
    }

    #toast-container {
        width: 100% !important;
        height: 65px !important;
        top: 5px !important;
    }

}

input.modalpm {padding-left:5px;padding-right:5px}
.fc-list-event a:hover {background-color:inherit}

.fc-unthemed .fc-list-item.fc-event-solid-info .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-info .fc-event-dot {
    background: white !important;
    border-color: white !important;
}

.fc table { border-collapse: separate; }
.fc-day-sun  { background-color:#EEF5F5;}
.fc-day-sat { background-color:#EEF5F5;}
.fc-col-header-cell { background-color:#EEE;}
.fc a{ color:#444}
/* Hiding the checkbox, but allowing it to be focused */
.badgebox
{
    opacity: 0;
}

.badgebox + .badge
{
    /* Move the check mark away when unchecked */
    text-indent: -999999px;
    /* Makes the badge's width stay the same checked and unchecked */
    width: 20px;
    box-shadow: inset 0px 0px 10px;
    margin-left: -10px;

    font-weight:bold;

}

.badgebox:focus + .badge
{
    /* Set something to make the badge looks focused */
    /* This really depends on the application, in my case it was: */

    /* Adding a light border */

    /* Taking the difference out of the padding */
}

.badgebox:checked + .badge
{
    /* Move the check mark back when checked */
    text-indent: 0;

}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: rgb(92, 184, 92);;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: rgb(92, 184, 92);;
    left: 20px;
}

.bootstrap-select.spicker {width:100% !important}
.bootbox .modal-header {border-bottom: 1px solid #dee2e6;}

.help-block small {color:#AAA}


#qic_tbl {

    width:100%
}
#qic_tbl td {padding:5px; border-bottom:1px solid #CCC}
#qic_tbl thead td {padding:5px;font-weight:bold;background-color:#EEE;border-bottom:1px solid #CCC}
#qit_tbl {width:33%; float:right}
#qit_tbl td {text-align:right;padding:5px}
#qic_footer {position:absolute;width:100%;padding:10px;bottom:0;right:0;left:0;}
#qic_footer .cnt_footer {border-top:1px solid #ccc;margin-top:10px}
/*.irs--big .irs-handle {
    top: 30px;
    width: 20px;
    height: 20px;
}*/


.pointer {
    cursor: pointer;
}

/*.ql-bubble p, .ql-editor p { margin-bottom:10px !important}*/

.avatar-pm {
    width:48px;

    border-radius:10% !important;
    float:left;
    margin-right:5px;
}

.avadiv {
    width:48px;
    height:48px;
    border-radius:10% !important;
    border:1px solid #CCC;
    margin-right:5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:95%;
    float:left;
}
.avadiv+a {margin-top:15px;float:left;margin-left:5px;font-weight: bold}

.highlight {background-color:#FF0000;}
table .detail-view {
    white-space:pre-wrap;
}

table td>.card-content {display:none}


.toast {
    opacity: 1 !important;
}

#toast-container > div {
    opacity: 1 !important;

}
.toast-progress {
    background-color:#999;
    border:1px solid #999;
}
#toastrContainer .toast {
    width: 100%;
    max-width: 100%;
    font-size: 1em;
    pointer-events: auto;

    box-shadow: none;
    border-radius: inherit;

    color: #10715e;
    background-color:inherit;
    padding: .75rem 2.7rem;
    margin-bottom: 1rem;
    position:relative;
}
#toastrContainer .toast.toast::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    top: 10px;
    left: 15px;
    content: "\f058";
}
#toastrContainer .toast.toast-success {
    background-color: #d1f2eb;
    color: #10715e;
    border: 1px solid #baebe1;
}

#toastrContainer .toast.toast-info {
    background-color: #d1f2eb;
    color: #10715e;
    border: 1px solid #baebe1;

}

#toastrContainer .toast.toast-error {
    color: #913341;
    background-color: #fcdde2;
    border-color: #fbccd3;

}

.licence_plate {
    /* margin-left: 10px;*/
    border: 2px solid #555;
    border-radius: 3px;
    padding: 1px 5px;
    padding-left: 17px;
    color:#555;
    font-weight:bold;
    text-transform: uppercase;
    text-align: center;
    max-width:140px;
    overflow:hidden;
    background: linear-gradient(90deg, #3463E8 12%, #FFF 10%);
}

/*#slide-menu .badge {font-weight:normal}*/

.logo-box {
    background-color:inherit !important;
    width:inherit;
}

.navbar-custom .button-menu-mobile {
    margin-top:1px;
    font-size:30px;
}


.footer, .footer .footer-links a  {
    color:#444;
}

.bccs-body-text {font-size:14px}


.indi-wrap > * {
    display: inline-block !important;
    max-width:80%;
    vertical-align: top;
}
.indi-wrap label {margin-top:0;font-weight:400}


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


.clockdate-wrapper {
    margin-top:-17px;
}
.dash_clock{
    font-family: Digital-7, 'sans-serif';
    font-size:20px;
    color:#243B55;
}
body[data-sidebar-color="dark"] .dash_clock  {color:#333;}
.clock span {
    color: rgba(255, 255, 255, 0.8);
    text-shadow:0px 0px 1px #333;
    font-size:50px;
    position:relative;
    top:-5px;
    left:10px;
}
.date {
    letter-spacing:3px;
    font-size:14px;
    font-family:arial,sans-serif;
    color:#fff;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .help {
    display:none;
}
body[data-sidebar-size="condensed"] .left-side-menu .clockdate-wrapper {margin-top:inherit}
body[data-sidebar-color="dark"] .dash_clock  {color:#DDD }
body[data-sidebar-color="dark"] .fc-daygrid-day-top  {background-color:#4c5762 }
body[data-sidebar-color="dark"] .fc-daygrid-day-number  {color:#CCC }
body[data-sidebar-color="dark"] .fc-day-sun  { background-color:#4c5762;}
body[data-sidebar-color="dark"]  .fc-day-sat { background-color:#4c5762;}
body[data-sidebar-color="dark"] .fc-col-header-cell { background-color:#EEE;}
/*
.filepond--item {
    width: calc(50% - 0.5em);
}
*/
.dotext, .dotint, .vtp-tg  {display:none}


@media (max-width:576px)
{
    .veh-pmap.dspcl  {
        display:none;
    }

}

@media (min-width:600px) {
    .veh-pmap.dspcl {
        opacity: 0.25;
        background-color: #666;
    }
    .osbmt2 {display:none !important}
}
@media (min-width:1200px) {
    .mede-mm-2 {
        margin-top:-10px;
    }
}
@media (max-width:1190px) {
    .mede-mm-2 { margin-top:12px;}
}

.d3button {

    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #538fbe;
    padding: 10px 10px 10px 10px;
    font-size: 24px;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(73,132,180)),
            color-stop(1, rgb(97,155,203))
    );
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 3px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 3px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 3px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);

}

.d3button:hover {
    background-color: #538fbe;
    background-image: linear-gradient(bottom, rgb(53,112,160) 0%, rgb(77,135,183) 100%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0,  rgb(53,112,160)),
            color-stop(1, rgb(77,135,183))
    );
}

.hshd1{

    text-shadow: 1px 2px 0px  #000, -1px -1px 0px  #000, 1px -1px 0px  #000, -1px 1px 0px  #000;
}

.hshd2{

    text-shadow: 2px 2px 0px  #000, -2px -2px 0px  #000, 2px -2px 0px  #000, -2px 2px 0px  #000;
}

.hshd3{

    text-shadow: 3px 3px 0px  #000, -3px -3px 0px  #000, 3px -3px 0px  #000, -3px 3px 0px  #000;
}

.bordered-label-wrapper {
    position: relative;
}

.bordered-label-input {
    position: relative;

}

.bordered-label-label {
    position: absolute;
    top: -10px;
    z-index: 1;
    right: 1em;
    background-color: white;
    padding: 0 5px;
}

.ribbon-custom {
    font-size:18px !important;
    background-image: -moz-linear-gradient(bottom, #4984b4 0%, #619bcb 100%);
    background-image: -webkit-linear-gradient(bottom, #4984b4 0%, #619bcb 100%);
    background-image: linear-gradient(bottom, #4984b4  0%, #619bcb 100%);
    background-image: -ms-linear-gradient(bottom, #4984b4  0%, #619bcb 100%);
    background-image: -o-linear-gradient(bottom, #4984b4  0%, #619bcb 100%);

}


.sipa_case {
    /*   max-width: 450px;
       height:245px;*/

    background-color:#585760;
    border-radius: 20px;
    padding:10px;
    box-shadow: inset 0  0 10px #9D9592;
}
.sipa_frame {


    position: relative;
    width: 100%;
    height: 100%;
    margin:0 auto;
    background-color:#C6C7D0;
    border-radius: 10px;
    padding:10px;
    padding-bottom:27px;
}

.sipa_display {
    width: 100%;
    height:170px;
    display: block;
    max-width: 100%;
    max-height: 100%;
    background-color: #BABEBD;
    background-size: cover;

    border:1px solid #999;
    box-shadow: inset 0 0 5px #999;
    margin-bottom:5px;
}
.sipa_lg {
    bottom:3px;right:15px;
}
.sipa_display_bgimg {
    background-image:url(/images/sipa_bg.png);
    background-size: 100% 100%
}

@media (max-width:576px)
{
    .st4.reception {
        padding:10px;
    }
    .st4.reception .osbmtwp {
        padding:0px 10px;
    }

    .sipa_display {

        height: 140px;
    }
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}


.custom-valid {
    border-color: #1abc9c !important;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}

.custom-invalid {
    border-color: #f1556c !important;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1556c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1556c' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}

.cursor-pointer {
    cursor: pointer !important;
}


/* formtpls */
.inner-sidebar {
    background-color: #f8f9fa;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .sidebar-collapse {
        display: block;
    }

    .main-content {
        width: 100%;
    }

    .droppable-placeholder {
        width: 50%;
    }
}

@media (min-width: 769px) {
    .main-content.full-width {
        width: 100% !important;
    }
    .sidebar-collapse {
        display: none;
    }
}


.row-droppable {
    border: 1px solid #ced4da;
    margin: 0 0 20px;
    padding: 10px;
    background-color: #f8f9fa;
    min-height: 100px;
    position: relative;
}


.sortable-placeholder {
    background: #f0f0f0;
    border: 1px dashed #ccc;
    visibility: visible !important;
}

.droppable-placeholder {
    background: #f0f0f0;
    border: 1px dashed #ccc;
    height: 50px;
    width: 30%;
}



.draggable {
    padding: 10px;
    border-radius: 4px;
    z-index: 1;
}
.drag-input-btn{
    cursor: grab;
}
.draggable:hover {
    background-color: #e2e6ea;
}

.btn-row-del {
    position: absolute;
    top: -15px;
    right: 50%;
    background-color: #dc3545;
    color: white;
    border: 1px solid #ced4da;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.btn-row-drag {
    position: absolute;
    top: -15px;
    left: -2px;
    background-color: #f8f9fa;
    color: #6658dd;
    border: 1px solid #ced4da;
    border-radius: 50%;
    padding: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
}

.form-field {
    padding: 10px;
    position: relative;
}

.move-input-btn {
    cursor: grab;
}

.form-field
{
    min-height: 58px;
}

.edit-input-btn {
    position: absolute;
    top: 13px;
    right: 0; /* Adjust this value as needed */
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.delete-input-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

input[readonly] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.printed-row {
    border: 1px solid #ced4da;
    margin: 0 0 20px;
    padding-top: 17px;
    background-color: #f8f9fa;
    min-height: 100px;
}


.ed-menu-fixed {
    width:98%;
    margin:0px;
    border:2px solid #000;
    position:fixed;
    top:70px;
    z-index:1002
}

.docvp {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

.doccontent{
    flex: 1;
}

.docfooter {
    position: relative;
    margin-top:auto;
}

.log-message, .log-params {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 70%;
    cursor: pointer;
    padding-right: 10px;
}
.log-full-message, .log-full-params {
    display: none;
    white-space: normal;
}
.log-params-count {
    cursor: pointer;
    color: blue;
}

.btn-grey {
    background-color: #e9ecef; /* Farbe des input-group-text */
    border-color: #ced4da; /* Randfarbe */
    color: #495057; /* Textfarbe */
}

.rounded-left-2 {
    border-top-left-radius: .2rem;  /* Bootstrap's rounded-2 value */
    border-bottom-left-radius: .2rem;
}

.c_dc {
    color:#ed956e;
    font-size:1.5em;
    font-weight:500;
    display: inline-block;
    vertical-align: baseline;
}

#ldscr_wp, .ldbar_wp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 990;
    display: none;
}
.ldbar_wp {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
}

#ldscr_wp  .ldscr_ctn, .ldbar_wp  .ldbar_ctn {
    position: absolute;
    font-size:25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
 .ldbar_wp  .ldbar_ctn {
     font-size:20px;
 }

  .label-with-border {
    position: absolute;
    top: -0.8rem; /* Label etwas über den Container heben */
    background: white; /* Hintergrundfarbe des Labels, um den Rahmen zu überdecken */
    padding: 0 0.5rem;
    font-weight: 300;

}
body[data-sidebar-color="dark"] .label-with-border {background: rgb(54, 64, 74);}

#sidebar-menu > ul > li ul {
    padding-left: 16px;
    list-style: none;
}

.tt-lg .tooltip-inner  {
    max-width: 350px;
    width: auto;
    background-color: #f8f9fa;
    padding:10px;
    color: #000;
    opacity:1;
    border:1px solid #333;
    border-radius: 4px;
    text-align: left;
}

body[data-sidebar-color="light"]:not([class^="auth"]) .form-control,
body[data-sidebar-color="light"]:not([class^="auth"]) .form-select {
    background-color:#FBFBFB;
}


/*Date range picker css*/
/*
@media screen and (min-width: 600px) {
    .daterange {
        min-width: 215px;
    }
}
.daterange {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 7px;
}

*/
.tbl-filter {
    min-width:220px;
}

.label-sm label {font-weight:400;font-size:13px;}

.btn-tbl-action {
    width:42px;
    padding:5px;
}


body[data-sidebar-color="dark"] .ql-snow .ql-stroke,
body[data-sidebar-color="dark"] .ql-snow  .ql-fill
{
    stroke: #94a0ad;
}

body[data-sidebar-color="dark"] .ql-toolbar.ql-snow,
body[data-sidebar-color="dark"] .ql-container.ql-snow{
    border-color:#94a0ad
}
body[data-sidebar-size="default"] .left-side-menu #sidebar-menu > ul > li > a i.hidder {
    display:none;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li.complex {
    white-space: normal;
}
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li.complex > a span {
    padding-left:0px;
}

body[data-sidebar-size="default"] .left-side-menu #sidebar-menu > ul > li.complex a:hover,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li.complex a:hover {
    color:inherit;
}

.time-digit {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px !important;
    background-color:#EEE;
    border-radius: 30px;
}

.time-label {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.8rem;
}

._badge
{
    padding:2px 4px;
    font-size: 11px;
    font-weight: 700;
    border-radius:5px;
    line-height: 1;
    text-align: center;
    white-space:nowrap;
    vertical-align: baseline;
    margin-left:5px;
}



/*
$blue:    #0d6efd;
$indigo:  #6610f2;
$purple:  #6f42c1;
$pink:    #d63384;
$red:     #dc3545;
$orange:  #fd7e14;
$yellow:  #ffc107;
$green:   #198754;
$teal:    #20c997;
$cyan:    #0dcaf0;
*/

.text-red {color: #e30613;}

.text-red-dark {color: #b02d29;}

.btn-flex {
    background-color: #e30613;
}

.btn-flex {
    background-color: #CF3732;
    color: #fff;
    border: 1px solid #CF3732;
    transition: all 0.2s ease-in-out;
}

.btn-flex:hover,
.btn-flex:focus {
    background-color: #b02d29;
    border-color: #b02d29;
    color: #fff;
}

.btn-flex:active {
    background-color: #962620;
    border-color: #962620;
}

.btn-flex:disabled {
    background-color: #e3a8a6;
    border-color: #e3a8a6;
    color: #fff;
}

.btn-outline-flex {
    background-color: transparent;
    color: #CF3732;
    border: 1px solid #CF3732;
    transition: all 0.2s ease-in-out;
}

.btn-outline-flex:hover,
.btn-outline-flex:focus {
    background-color: #CF3732;
    color: #fff;
    border-color: #CF3732;
}

.text-red {color: #1F4E9C;}

.text-red-dark {color: #2F5EAC;}

.btn-flex {
    background-color: #1F4E9C;
    color: #fff;
    border: 1px solid #1F4E9C;
    transition: all 0.2s ease-in-out;
}

.btn-flex:hover,
.btn-flex:focus {
    background-color: #2F5EAC;
    border-color: #2F5EAC;
    color: #fff;
}

.btn-flex:active {
    background-color: #174080;
    border-color: #174080;
}

.btn-flex:disabled {
    background-color: #9cb6dd;
    border-color: #9cb6dd;
    color: #fff;
}

.btn-outline-flex {
    background-color: transparent;
    color: #1F4E9C;
    border: 1px solid #1F4E9C;
    transition: all 0.2s ease-in-out;
}

.btn-outline-flex:hover,
.btn-outline-flex:focus {
    background-color: #1F4E9C;
    color: #fff;
    border-color: #1F4E9C;
}