﻿:root {
    --clr-gray: #5a5c69;
    --clr-black: #000;
    --clr-white: #fff;
    --clr-kuqe: red;
    --clr-custom-red: #CE0246;
    --clr-custom-black: #CE0246;
}

.thead-custom-black {
    background: #0D1020 !important;
    color: #fff;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
table {
    border-collapse: separate !important;
    border-spacing: 0 10px;
}



    /****** table style ******/
/*    table tbody > tr > td:last-child {
        text-align: center;
    }*/



.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 0px;
}



.table tbody > tr, .table thead > tr {
    box-shadow: 1px 0px 7px 0 rgba(215, 234, 243, 0.6);
    background: #fff;
}

html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 90%;
    white-space: nowrap;
    line-height: 60px;
    /* Vertically center the text there */
}

.bg-nav-custom {
    background-color: #0D1020 !important;
}

.icon-custom {
    background-color: #CE0246 !important;
    color: #fff !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background-color: #0D1020 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.custom-file-label {
    bottom: 0 !important;
    top: unset !important;
}

.text-red {
    color: #CE0246;
}

.text-orange {
    color: orange;
}

.text-black {
    color: black;
}

.text-green {
    color: green;
}

.text-gray {
    color: #5a5c69;
}

.text-primary {
    color: #2DB5C2 !important;
}

@media screen {
    #printSection {
        display: none;
    }
}

.position-center {
    position: fixed!important;
    top: 45%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.radio-toolbar {
    margin: 10px;
}

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .radio-toolbar label {
        display: inline-block;
        background-color: #fff;
        color: var(--clr-custom-red);
        font-size: 16px;
        padding: 0.8em;
        text-align: center;
        min-width: 150px;
        border: 1px solid var(--clr-custom-red);
    }

        .radio-toolbar label:hover {
            background-color: #AD0039;
            border-color: #AD0039;
            color: var(--clr-white);
            transition: all 0.5s;
        }

    /*.radio-toolbar input[type="radio"]:focus + label {
  border: 2px solid red;
  color: red;
}*/

    .radio-toolbar input[type="radio"]:checked + label {
        background-color: var(--clr-custom-red);
        color: var(--clr-white);
        border-color: var(--clr-custom-red);
    }

.btn-custom {
    font-size: 1em !important;
    font-weight: 400 !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: #CE0F48 !important;
    padding: 5px 15px !important;
    border-radius: 0.2rem;
}

    .btn-custom:hover {
        background-color: #AD0039 !important;
        border: 1px solid #CE0448 !important;
    }

/*.btn-custom:disabled:hover {
  background-color: var(--clr-white) !important;
  color: #ce0246 !important;
  border: 2px solid #ce0246 !important;
}*/

.scrollHorizonal {
    overflow: auto;
    overflow-y: hidden;
}

}

.form-custom {
    /*color: #6e707 !important;*/
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #d1d3e2 !important;
    border-radius: 0.35rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.hypovault_dunkeblau {
    color: #0D1020;
}

.hypovault-dunkeblau-border {
    border: 1px solid #0D1020!important;
}

.hypovault_red {
    color: #CE0F48;
}

.bg-hypovault-color {
    background-color: #ce0246;
}

.alerts-border {
    border: 2px red solid !important;
    animation: blink 1s linear infinite;
    animation-iteration-count: 4;
}

@keyframes blink {
    50% {
        border-color: #ced4da;
        opacity: 0;
    }
}

.textinput {
    position: relative;
    display: block;
}

.input {
    border: none;
    margin: 0;
    padding: 5px 0;
    outline: none;
    /*border-bottom: solid 1px #0D1020;*/
    font-size: 15px;
    width: 100%;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}

.label {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 22px;
    transition: 0.2s cubic-bezier(0, 0, 0.3, 1);
    pointer-events: none;
    color: #5a5c69;
    user-select: none;
}

.line {
    height: 1px;
    background-color: #5a5c69;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: 0;
    transition: 0.2s cubic-bezier(0, 0, 0.3, 1);
}

.input:focus ~ .line {
    height: 3px;
    background-color: #5a5c69;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: 0;
    transition: 0.2s cubic-bezier(0, 0, 0.3, 1);
}

.input:focus ~ .line,
.input:valid ~ .line {
    width: 100%;
}

.input:focus ~ .line,
.input:valid ~ .line {
    width: 100%;
}

.input:focus ~ .label,
.input:invalid ~ .label {
    color: var(--clr-custom-red);
    border: 2px;
}

.input:focus ~ .label,
.input:valid ~ .label {
    font-size: 11px;
    color: #5a5c69;
    top: 0;
}

.input:focus ~ .label,
.input:placeholder-shown ~ .label {
    font-size: 11px;
    color: #5a5c69;
    top: 0;
}


/* Change the white to any color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.custom-form-input {
    position: relative !important;
    border: 0;
    border-bottom: 1px solid #0D1020;
    width: 100%;
    max-width: 308px;
    font-size: 1em;
    outline: 0;
    background: transparent;
}

.custom-form-label {
    position: relative !important;
    bottom: 4px;
    border-bottom: 1px solid #0D1020;
    width: 100%;
    max-width: 308px;
    font-size: 1em;
    outline: 0;
    background: transparent;
}

@media screen and (min-width: 500px) {
    .custom-form-input1 {
        width: 72% !important;
    }
}

@media screen and (max-width: 500px) {
    .custom-form-input1 {
        width: 60% !important;
    }
}

@media screen and (max-width: 400px) {
    .custom-form-input1 {
        width: 50% !important;
    }

    .hypovault_dunkeblau {
        font-size: 1rem !important;
    }
}

.custom-form-input1 {
    position: relative !important;
    border: 0;
    border-bottom: 1px solid #0D1020;
    width: 250px;
    max-width: 250px;
    /* max-width: 316px;*/
    color: #5a5c69;
    font-size: 1em;
}

.custom-form-input2 {
    position: relative !important;
    border: 0;
    border-bottom: 1px solid #0D1020;
    /* width: 100%; */
    max-width: 50px;
    /* max-width: 316px;*/
    color: #5a5c69;
    font-size: 1em;
}

.form-group > .custom-form-input {
    /*    position:relative;*/
    bottom: 15px;
}

.custom-form-input:invalid {
    color: var(--clr-custom-red);
    border-bottom: 1px solid var(--clr-custom-red);
    /*animation: blink 0.5s linear infinite;
    animation-iteration-count: 2;*/
}

.textinput > .input {
    position: relative;
    z-index: 1;
}

.input-validation-error {
    color: var(--clr-custom-red);
    border-bottom: 2px solid var(--clr-custom-red);
    animation: blink 1s linear infinite;
    animation-iteration-count: 4;
}

.form-check-input.input-validation-error, .form-check-input.error {
    outline: 1px solid var(--clr-custom-red);
}

.error {
    color: var(--clr-custom-red);
    border-bottom: 2px solid var(--clr-custom-red);
    animation: blink 1s linear infinite;
    animation-iteration-count: 4;
    /* color: var(--clr-custom-red) !important;
    border-bottom: 1px solid var(--clr-custom-red) !important;*/
}

.custom-form-input:focus {
    outline: 0;
    outline-color: #5a5c69;
    border-bottom: 3px solid #5a5c69;
}

.custom-form-input1:focus {
    outline: 0;
    outline-color: #5a5c69;
    border-bottom: 1px solid #5a5c69;
}

.custom-form-input2:focus {
    outline: 0;
    outline-color: #5a5c69;
    border-bottom: 1px solid #5a5c69;
}

.w-85 {
    width: 85% !important;
}

.w-47 {
    width: 47% !important;
}

.w-31 {
    width: 31% !important;
}

.w-6 {
    width: 6% !important;
}

.col-lg-4 > label {
    /*  font-weight: bold;*/
    margin: 0;
}

.customP {
    padding: 9px 0;
}

.customLabel {
    margin-bottom: 2.4px;
}

.form-group {
    margin-bottom: 1.5rem !important;
}

tbody {
    content: "";
    width: 100%;
    height: 1px;
    border-color: red;
}

.cbp_tmtimeline {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    .cbp_tmtimeline:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 3px;
        background: #eee;
        left: 20%;
        margin-left: -6px;
    }

    .cbp_tmtimeline > li {
        position: relative;
    }

        .cbp_tmtimeline > li:first-child .cbp_tmtime span.large {
            color: #444;
            font-size: 17px !important;
            font-weight: 700;
        }

        .cbp_tmtimeline > li:first-child .cbp_tmicon {
            background: #ce0246;
            color: #666;
        }

        .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
            color: #444;
            font-size: 13px;
        }

        .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
            background: #f0f1f3;
        }

            .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
                border-right-color: #f0f1f3;
            }

        .cbp_tmtimeline > li .empty span {
            color: #777;
        }

        .cbp_tmtimeline > li .cbp_tmtime {
            display: block;
            width: 22.5%;
            padding-right: 70px;
            position: absolute;
        }

            .cbp_tmtimeline > li .cbp_tmtime span {
                display: block;
                text-align: right;
            }

                .cbp_tmtimeline > li .cbp_tmtime span:first-child {
                    font-size: 15px;
                    color: #3d4c5a;
                    font-weight: 700;
                }

                .cbp_tmtimeline > li .cbp_tmtime span:last-child {
                    font-size: 14px;
                    color: #444;
                }

        .cbp_tmtimeline > li .cbp_tmlabel {
            margin: 0 0 15px 25%;
            background: #f0f1f3;
            padding: 1.2em;
            position: relative;
            border-radius: 5px;
        }

            .cbp_tmtimeline > li .cbp_tmlabel:after {
                right: 100%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-right-color: #f0f1f3;
                border-width: 10px;
                top: 10px;
            }

            .cbp_tmtimeline > li .cbp_tmlabel blockquote {
                font-size: 16px;
            }

            .cbp_tmtimeline > li .cbp_tmlabel .map-checkin {
                border: 5px solid rgba(235, 235, 235, 0.2);
                -moz-box-shadow: 0px 0px 0px 1px #ebebeb;
                -webkit-box-shadow: 0px 0px 0px 1px #ebebeb;
                box-shadow: 0px 0px 0px 1px #ebebeb;
                background: #fff !important;
            }

            .cbp_tmtimeline > li .cbp_tmlabel h2 {
                margin: 0px;
                padding: 0 0 10px 0;
                line-height: 26px;
                font-size: 16px;
                font-weight: normal;
            }

                .cbp_tmtimeline > li .cbp_tmlabel h2 a {
                    font-size: 15px;
                }

                    .cbp_tmtimeline > li .cbp_tmlabel h2 a:hover {
                        text-decoration: none;
                    }

                .cbp_tmtimeline > li .cbp_tmlabel h2 span {
                    font-size: 15px;
                }

            .cbp_tmtimeline > li .cbp_tmlabel p {
                color: #444;
            }

        .cbp_tmtimeline > li .cbp_tmicon {
            width: 40px;
            height: 40px;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            font-size: 1.4em;
            line-height: 40px;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            color: #fff;
            background: #ce0246;
            border-radius: 50%;
            box-shadow: 0 0 0 5px #f5f5f6;
            text-align: center;
            left: 20%;
            top: 0;
            margin: 0 0 0 -25px;
        }

@media screen and (min-width: 992px) {
    .marginLeft-5 {
        margin-left: 3em !important;
    }
}


@media screen and (max-width: 992px) and (min-width: 768px) {
    .cbp_tmtimeline > li .cbp_tmtime {
        padding-right: 60px;
    }
}

@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 12px;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

        .cbp_tmtimeline > li .cbp_tmtime span {
            text-align: left;
        }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

        .cbp_tmtimeline > li .cbp_tmlabel:after {
            right: auto;
            left: 20px;
            border-right-color: transparent;
            border-bottom-color: #f5f5f6;
            top: -20px;
        }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -64px 5px 0 0px;
    }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #f5f5f6;
    }
}

.border-custom {
    border-bottom: 1px solid #d3d3d3;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 2px;
}

.borderTable tr {
    border-left: solid 1px #D3D3D3;
    /*    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
*/ border-radius: 2px;
}

/*.custom-disable {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.4;
}*/
div.row:nth-last-child(-n+2) > .copyTo > form > .addUpdateSubject > div > i {
    display: none;
}

.custom-row {
    width: 20em;
    min-width: 20em;
}

.fa-custom {
    position: absolute
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    outline: 0;
}

.number-custom {
    width: 2.5em !important;
}

.border-0.number-custom {
    background: unset;
}

.baseBlock {
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .baseBlock:hover {
        -webkit-transform: translate(0, -8px);
        -moz-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
        -o-transform: translate(0, -8px);
        transform: translate(0, -8px);
        box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
    }

/*.form-group > input[type="text" i] {
    padding: 0px !important;
}
input[type="text" i] {
   padding-right: 3px;
}
input[type="date"] {
    padding-right: 0px !important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 3px;
}*/
input {
    position: relative;
    margin-bottom: 20px;
}


    input[type='radio']:before {
        content: '';
        position: absolute;
        left: -5px;
        top: -3px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid #0D1020;
        background: #fff;
    }

    input[type='radio'].input-validation-error:before {
        content: '';
        position: absolute;
        left: -5px;
        top: -3px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid #CE0246;
        background: #fff;
        color: #CE0246;
    }

    input[type='radio'].custom-radio.error:before {
        content: '';
        position: absolute;
        left: -5px;
        top: -3px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid #CE0246;
        background: #fff;
        color: #CE0246;
    }

    input[type='radio']:checked:after {
        content: '';
        position: absolute;
        transform: rotate(-45deg);
        top: 2px;
        left: 0px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        color: red;
        background: #0D1020;
        border-top-style: none;
        border-right-style: none;
    }

.custom-radio:checked ~ label {
    color: #0D1020;
}

.checkbox {
    /* width: 100%;
	 margin: 15px auto;*/
    position: relative;
    display: block;
}

    .checkbox label {
        position: relative;
        display: block;
        padding-left: 30px;
        padding-top: 8px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

        .checkbox label span {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .checkbox label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            margin: 4px;
            width: 22px;
            height: 22px;
            transition: transform 0.28s ease;
            border-radius: 3px;
            border: 1px solid #0D1020;
        }

        .checkbox label:after {
            content: '';
            display: block;
            width: 10px;
            height: 5px;
            border-bottom: 1px solid #0D1020;
            border-left: 1px solid #0D1020;
            transform: rotate(-45deg) scale(0);
            transition: transform ease 0.25s;
            position: absolute;
            top: 12px;
            left: 10px;
        }

    .checkbox input[type="checkbox"] {
        width: auto;
        opacity: 0.00000001;
        position: absolute;
        left: 0;
        margin-left: -20px;
    }

        .checkbox input[type="checkbox"]:checked ~ label:before {
            border: 2px solid #0D1020;
        }

        .checkbox input[type="checkbox"]:checked ~ label:after {
            transform: rotate(-45deg) scale(1);
        }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: 0;
        }

@media (max-width: 1640px) {
    .radio-toolbar label {
        font-size: 13px;
        padding: 1em;
    }
}

@media (min-width: 1000px) {
    .menu-fixed-top {
        position: fixed;
        top: 0;
        z-index: 1030;
        background: #fff;
    }
}

@media (max-width: 991px) {
    .bg-login-image {
        height: 100px;
    }

    .radio-toolbar label {
        font-size: 10px;
    }
}

@media (max-width: 400px) {
    .col-lg-4.col-6.pl-0, .col-lg-8.col-6.p-0 {
        font-size: 12px;
    }
}

.mt-7 {
    margin-top: 4em;
}

.card-header.collapsed:hover {
    text-decoration: none !important;
    position: relative !important;
    background: #0D1020 !important;
    border: 1px solid #0D1020 !important;
    color: white !important;
}

.card .card-header.collapsed:hover {
    color: #fff !important;
}

.custom-disable {
    pointer-events: none;
    opacity: 0.7;
}

.autocomplete {
    position: relative;
    /*    display: inline-block;*/
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.btn-custom-black {
    border-color: #0D1020;
    color: #0D1020;
    background: #fff;
    padding: 8px 30px;
}

    .btn-custom-black:hover {
        color: #fff;
        background: #0D1020;
        padding: 8px 30px;
        transition: 1s ease-in-out;
        transition: 0.5s;
    }

.card .card-header[data-toggle="collapse"].collapsed:hover::after {
    color: #fff;
    transition: 0.5s;
}

.btn-custom-selected {
    color: #fff;
    background: #0D1020;
    padding: 8px 30px;
}

.img-custom {
    width: 75%;
}

.row.custom-row {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

    .row.custom-row:nth-child(odd) {
        background-color: whitesmoke;
    }

.col-lg-4.box {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    height: 100%;
}

    .col-lg-4.box:nth-child(3n+1) {
        background-color: whitesmoke !important;
    }

.col-lg-4.box1 {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

    .col-lg-4.box1:nth-child(even) {
        background-color: whitesmoke !important;
    }

.lds-roller {
    margin: auto;
    width: 80px;
    height: 80px;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #CE0246;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hypo-links {
    color: #CE0246;
}

    .hypo-links:hover {
        color: #0D1020;
    }


.row:before, .row:after {
    display: inline-block;
}

.border-right-success {
    border-right: 0.45rem solid #5CC262 !important;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 80% !important;
    }
}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}
/*h6{
    text-transform: uppercase;
}*/