﻿.area {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(195, 195, 195, 0.1);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        /*      opacity: 1;*/
        border-radius: 0;
    }

    100% {
        transform: translateY(-1100px) rotate(720deg);
        /*   opacity: 0;*/
        border-radius: 50%;
    }
}

.dlgContact .navbar-brand {
    height: 46px !important;
    width: 394px;
    margin: 0 auto;
    font-size: 30px;
    float: none;
    padding: 0;
}

    .dlgContact .navbar-brand a:hover, .dlgContact .navbar-brand:hover, .dlgContact .navbar-inverse .nav > li > a:hover {
        color: #79defc !important;
    }


    .dlgContact .navbar-brand > div, .dlgContact .navbar-brand > img {
        float: left;
    }

    .dlgContact .navbar-brand > img {
        margin-left: 2px;
        margin-right: 2px;
        width: 60px;
        height: 60px;
        margin-top: 0px;
    }

.dlgContact .navbar-brand-left, .dlgContact .navbar-brand-right {
    font-weight: bold;
    padding: 0;
    font-style: italic;
}

.dlgContact .navbar-brand-right {
    padding-top: 32px;
}

.modal-header, .tox .tox-dialog__header {
    border-bottom: 2px solid #FF7700 !important;
    padding: 1rem 1rem;
}

    .tox .tox-dialog__header .tox-dialog__title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }

.dlgContact .modal-header {
    background-color: #00556E !important;
    color: #FFF !important;
    text-align: center !important;
    font-weight: 600 !important;
    line-height: 110% !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
    border-radius: 6px 6px 0 0 !important;
}

.tox .tox-button--secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}


#contactform {
    padding: 0px 15px 0px 15px;
}

.dlgContact .email_bk, .dlgContact .reg_bk {
    display: block;
    height: 70px;
    background-image: url('Images/email_bk.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.dlgContact .reg_bk {
    background-image: url('Images/nosotros_banner_slider_generosidad-2.jpg');
}


    .dlgContact .email_bk .subtitle, .dlgContact .reg_bk .subtitle {
        color: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        float: left;
        display: block;
        text-align: center;
        vertical-align: middle;
        font-size: 24px;
        margin-top: 22px;
        font-weight: 600;
    }


.dlgContact .modal-header .navbar-brand {
    width: 240px !important;
    margin: 0 auto !important;
    font-size: 24px !important;
    padding: 10px !important;
}



    .dlgContact .modal-header .navbar-brand > img {
        margin-left: 2px !important;
        margin-right: 2px !important;
        width: 45px !important;
        height: 45px !important;
        margin-top: 3px !important;
    }

.dlgContact .modal-header .navbar-brand-right {
    padding-top: 24px !important;
}

.dlgContact .modal-content .mk-video-color-mask, .modal-content .mk-video-mask {
    position: static;
}



.dlgContact .modal-dialog .modal-content .modal-body {
    padding-bottom: 0 !important;
}

.modal-body, .tox-dialog__body, .popover-body {
    background-color: #f8f9fa;
}

    .popover-body.alert.alert-danger {
        background-color: var(--bs-danger-bg-subtle);
    }

.modal-content form {
    max-height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.tox .tox-dialog__header {
    padding: 16px !important;
}

.tox .tox-button {
    font-weight: inherit !important;
}

.modal-content, .tox .tox-dialog {
    box-shadow: rgb(38,57,77) 0px 20px 30px -10px !important;
    -webkit-box-shadow: rgb(38,57,77) 0px 20px 30px -10px !important;
}

.tox .tox-dialog {
    border-radius: 8px !important;
}

.modal-backdrop, .tox-dialog-wrap__backdrop {
    background-color: rgba(0,0,0,.4) !important;
}

#mdlProcessing .modal-body {
    border-radius: var(--bs-modal-border-radius);
}

.dlgContact .modal-dialog .modal-content .modal-header .close {
    color: #fff;
    margin-right: 5px;
    margin-top: 5px;
}

@media (min-width: 500px) {

    .dlgContact .modal-dialog {
        width: 400px !important;
    }
}

.error-msg {
    padding: 5px;
    color: #a94442;
    background-color: #f2dede;
    border-bottom: 1px solid #a94442;
    border-top: 1px solid #a94442;
    text-align: center;
    font-size: 0.9em;
}

.succes-msg {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-bottom: 1px solid #3c763d !important;
    border-top: 1px solid #3c763d !important;
    font-size: 1em !important;
}


.has-error .form-control:focus {
    border-color: #843534 !important;
}

.form-control-static {
    display: inherit !important;
}

.contact-info {
    background-color: #eee;
    text-align: center;
    font-size: 0.9em;
    border-top: 1px solid #e5e5e5;
    padding: 8px 5px;
    border-radius: 0 0 6px 6px;
    line-height: 1.42857143;
}

.modal-footer, .tox .tox-dialog__footer, .popup_footer {
    border-top: 1px solid #ccc !important;
    background-color: #f0f0f0 !important;
    padding: .75rem !important;
    border-bottom-left-radius: var(--bs-popover-border-radius);
    border-bottom-right-radius: var(--bs-popover-border-radius);
}

.popover-arrow {
    --bs-popover-bg: #ffffff;
}

.dlgContact .form-horizontal .mb-3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.dlgContact .mk-video-mask {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAQAAABeK7cBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDJGNjNCMTIwRkUxMUUzQjFFRUM0REUwQ0RCQTc4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MDJGNjNCMjIwRkUxMUUzQjFFRUM0REUwQ0RCQTc4QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcwMkY2M0FGMjBGRTExRTNCMUVFQzRERTBDREJBNzhDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcwMkY2M0IwMjBGRTExRTNCMUVFQzRERTBDREJBNzhDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+u9pXkwAAAA1JREFUGFdjYGjObAYAAuMBcKaqKb0AAA);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.input-validation-error {
    border-color: #f5c2c7 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    background-color: #f8d7da !important;
    color: #a94442 !important;
}

    .input-validation-error:focus {
        border-color: #d32a0e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f79483 !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f79483 !important;
    }

.validation-summary-errors {
    color: #a94442;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    border-left-width: 3px;
    border-left-color: #842029;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    display: block;
}

.field-validation-error {
    color: #a94442;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    border-left-width: 1px;
    border-radius: 0.25rem;
    padding-left: 5px;
    padding-right: 5px;
}


.btn-file {
    overflow: hidden;
}

    .btn-file input[type=file] {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

.planPrice {
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    vertical-align: top;
    margin-bottom: 10px;
    margin-top: -10px;
}

    .planPrice .fas, .planPrice svg, .planPrice .dec {
        position: relative;
        top: -20px !important;
        margin-right: 5px;
        margin-left: 2px;
        font-size: 20px;
        font-weight: 500;
        display: inline-block;
    }

    .planPrice .fas, .planPrice svg {
        top: -9px !important;
        font-size: 22px;
        margin-right: 10px;
    }

.sub-title.price {
    font-size: 22px !important;
    font-weight: 500;
    vertical-align: top;
    margin-top: 2px !important;
}


    .sub-title.price i, .sub-title.price .dec {
        position: relative;
        top: -8px !important;
        margin-right: 5px;
        margin-left: 2px;
        font-size: 10px;
        font-weight: 500;
        display: inline-block;
    }

    .sub-title.price .fas, .sub-title.price svg {
        top: -3px !important;
        font-size: 12px;
        margin-right: 10px;
    }


#ulCaracteristicas {
    text-align: left;
    margin-bottom: 0px;
}



.selectable-green {
    border-color: #6dc96d;
}

.selectable-red {
    border-color: #ea645f;
}

.selectable-blue {
    border-color: #5bc0de;
}

.selectable-gray {
    border-color: #848484;
}

.selectable-yellow {
    border-color: #f1be5f;
}

.moduleCheck {
    color: #40f140;
}


.menucard .card {
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    border: 1px solid #E4E4E4;
    margin-top: 20px;
    font-family: sans-serif;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

    .menucard .card.selected {
        background-color: #fbeb98;
    }



    .menucard .card.red {
        background-color: #FA2A00;
        color: #FFF;
    }

    .menucard .card.red2 {
        background-color: #d9534f;
        color: #FFF;
    }

    .menucard .card.black {
        background-color: #333;
        color: #fff;
    }

    .menucard .card.summary-inline.black:hover {
        background-color: #626262;
    }

    .menucard .card.summary-inline.red:hover,
    .menucard .card.summary-inline.red2:hover {
        background-color: #7c1a06;
    }

    .menucard .card.yellow {
        background-color: #ffb400;
        color: #FFF;
    }

    .menucard .card.yellow2 {
        background-color: #f0ad4e;
        color: #FFF;
    }

    .menucard .card.yellow3 {
        background-color: #D36B19;
        color: #FFF;
    }

    .menucard .card.yellow4 {
        background-color: #fcf8e3;
    }

    .menucard .card.orange {
        background-color: #FF7700;
        color: #FFF;
    }

    .menucard .card.summary-inline.yellow:hover,
    .menucard .card.summary-inline.yellow2:hover,
    .menucard .card.summary-inline.yellow3:hover {
        background-color: #85630f;
    }

    .menucard .card.gray {
        background-color: #626262;
        color: #FFF;
    }

    .menucard .card.summary-inline.gray:hover {
        background-color: #404040;
    }

    .menucard .card.gray2 {
        background-color: #737373;
        color: #FFF;
    }

    .menucard .card.gray3 {
        background-color: #404040;
        color: #FFF;
    }

    .menucard .card.summary-inline.gray3:hover {
        background-color: #202020;
    }

    .menucard .card.summary-inline.gray2:hover {
        background-color: #404040;
    }

    .menucard .card.green {
        background-color: #1ABC9C;
        color: #FFF;
    }

    .menucard .card.green2 {
        background-color: #5cb85c;
        color: #FFF;
    }

    .menucard .card.green3 {
        background-color: #67773F;
        color: #FFF;
    }

    .menucard .card.summary-inline.green:hover,
    .menucard .card.summary-inline.green2:hover,
    .menucard .card.summary-inline.green3:hover {
        background-color: #006551;
    }

    .menucard .card.blue {
        background-color: #22A7F0;
        color: #FFF;
    }

    .menucard .card.blue2 {
        background-color: #5bc0de;
        color: #FFF;
    }

    .menucard .card.blue3 {
        background-color: #3F7577;
        color: #FFF;
    }

    .menucard .card.blue4 {
        background-color: #6393A7;
        color: #FFF;
    }

    .menucard .card.blue5 {
        background-color: #00556e;
        color: #FFF;
    }

    .menucard .card.purp {
        background-color: #b05ba9;
        color: #FFF;
    }

    /* .menucard  .card.summary-inline {
        color: #00556E;
    }*/




    .menucard .card.summary-inline.blue:hover,
    .menucard .card.summary-inline.blue2:hover,
    .menucard .card.summary-inline.blue3:hover,
    .menucard .card.summary-inline.blue4:hover,
    .menucard .card.summary-inline.blue5:hover {
        background-color: #353d47;
    }


    .menucard .card.summary-inline.purp:hover {
        background-color: #e07dd8;
    }

    .menucard .card.summary-inline .card-body {
        padding: 20px;
    }

        /*.card .card-body {
        padding: 25px;
    }*/

        .menucard .card.summary-inline .card-body .content {
            float: right;
        }

            .menucard .card.summary-inline .card-body .content .title {
                margin-top: -0.3em;
                font-size: 2.5em;
                text-align: right;
            }

            .menucard .card.summary-inline .card-body .content .sub-title {
                font-size: 1.2em;
                text-align: right;
                margin-top: -10px;
                margin-bottom: 0;
                padding: 0;
                border-bottom: 0;
            }


.flat-blue .card .card-body .sub-title {
    border-bottom: 1px solid #EAEAEA;
}
/*
.card .card-body .sub-title {
    font-size: 1.2em;
    padding: 1.2em 0em 0.4em 0em;
    margin-bottom: 25px;
}
*/


.colPay {
    font-size: 1.1em;
    background-color: #fcf8e3;
    border-width: 3px;
    border-style: solid;
}

    .colPay.selectable-gray .btn {
        background-color: #848484 !important;
        border-color: #848484 !important;
    }

    .colPay.selectable-green .btn {
        background-color: #6dc96d !important;
        border-color: #6dc96d !important;
    }

    .colPay.selectable-yellow .btn {
        background-color: #f1be5f !important;
        border-color: #f1be5f !important;
    }

    .colPay.selectable-red .btn {
        background-color: #ea645f !important;
        border-color: #ea645f !important;
    }

    .colPay.selectable-blue .btn {
        background-color: #5bc0de !important;
        border-color: #5bc0de !important;
    }

.colPay {
    border-radius: 5px;
}

.colPay, .colPay2 {
    margin-top: 10px;
}

    .colPay2.selectable-gray.card.selected {
        background-color: #848484 !important;
        border-color: #848484 !important;
        color: #666;
    }

    .colPay2.selectable-green.card {
        background-color: #6dc96d !important;
        border-color: #6dc96d !important;
        color: #FFF;
    }

    .colPay .fa-ul .fa-li {
        color: #FF7700 !important;
    }

    .colPay2 .fa-ul {
        margin-bottom: 0;
    }

    .colPay2 .card {
        margin-top: 0;
        margin-bottom: 6px;
        opacity: 1;
    }

        .colPay2 .card.summary-inline .card-body {
            padding: 10px;
        }

            .colPay2 .card.summary-inline .card-body .content {
                margin-right: 25px;
            }

            .colPay2 .card.summary-inline .card-body .icon {
                margin-left: 10px;
                margin-right: 10px;
                line-height: initial;
                vertical-align: initial;
            }

            .colPay2 .card.summary-inline .card-body .fa-stack {
                line-height: 2em !important;
            }

            .colPay2 .card.summary-inline .card-body .content .title {
                margin-top: -.1em;
            }

            .colPay2 .card.summary-inline .card-body .content .sub-title {
                font-size: 1.4em;
            }

            .colPay2 .card.summary-inline .card-body .planPrice {
                font-size: 40px;
                margin: 0;
                margin-right: 10px;
            }

                .colPay2 .card.summary-inline .card-body .planPrice span {
                    top: -6px;
                    position: relative;
                }

                .colPay2 .card.summary-inline .card-body .planPrice .fas, .colPay2 .card.summary-inline .card-body .planPrice svg {
                    top: -14px !important;
                    font-size: 20px;
                    margin-right: 10px;
                }

                .colPay2 .card.summary-inline .card-body .planPrice desc {
                    font-size: 18px;
                }

.money {
    font-size: 13px;
    text-align: center;
    margin-top: -5px;
}


@media (min-width: 1400px) {
    .container {
        width: 1380px;
    }
}

.input-group-switch {
    margin-top: 6px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    min-width: 130px;
    width: fit-content;
}

    .input-group-switch span {
        display: inline-block;
        width: auto;
        font-weight: bold;
    }

    .input-group-switch .material-switch {
        margin-left: 10px;
        margin-right: 10px;
    }

.material-switch {
    display: inline-block;
}

    .material-switch > input[type="checkbox"] {
        display: none;
    }

    .material-switch > label {
        cursor: pointer;
        height: 0px;
        position: relative;
        width: 60px;
    }

        .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: 60px;
        }

        .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: inherit;
        opacity: 0.5;
    }

    .material-switch > input[type="checkbox"]:checked + label::after {
        background: inherit;
        left: 40px;
    }

    .material-switch .label-switch {
        background-color: #5cb85c;
    }

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #007bff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox {
    display: inline-block !important;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    top: 4px;
}

.input-group-text .checkbox {
    top: 0;
}


.btn {
    cursor: pointer;
    /*box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .475) !important;
    transition: all 0.1s 0s ease-out;*/
}
/*
    .btn:hover {
        transform: translateY(-2px);
        transition: all 0.25s 0s ease-out;
        box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.18) !important;
    }
    */


a {
    text-decoration: none;
    cursor: pointer;
}
/*
.fa-rotate-90 {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}*/

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


.input-group:hover .input-group-text:not(:last-child), .input-group:focus .input-group-text:not(:last-child), .input-group:active .input-group-text:not(:last-child) {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.validation-summary-errors ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.input-group-text.action {
    cursor: pointer;
}

    .input-group-text.action:hover {
        background-color: #d5d8db;
    }

        .input-group-text.action:hover i {
            color: #FF7700;
        }

.tooltip {
    --bs-tooltip-bg: #FF7700;
    --bs-tooltip-max-width: 350px;
}


.alert, .validation-summary-errors {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.btn-group-td {
    padding: 0 !important;
    text-align: center;
}

    .btn-group-td .btn, .btn-default {
        border: 0;
        --bs-btn-color: #00497E;
    }
