@import url(https://fonts.googleapis.com/css?family=Nunito:400,400i,600,700&display=swap&subset=latin-ext);
@import url(../../vendor/bootstrap/bootstrap.min.css);
@import url(../../dist/icons/themify/themify-icons.css);
@import url(../../dist/icons/font-awesome/css/font-awesome.min.css);

.bg-primary {
    background: #3db16b !important;
    color: white !important;
}

.bg-primary-bright {
    background: #c0c5e4 !important;
}

.bg-primary-gradient {
    background: -webkit-linear-gradient(220deg, #3db16b, #65d993) !important;
    background: -moz- oldlinear-gradient(220deg, #3db16b, #65d993) !important;
    background: -o-linear-gradient(220deg, #3db16b, #65d993) !important;
    background: linear-gradient(230deg, #3db16b, #65d993) !important;
    color: white !important;
}

.bg-info {
    background: #00bcd4 !important;
    color: white !important;
}

.bg-info-bright {
    background: #e1efff !important;
}

.bg-info-gradient {
    background: -webkit-linear-gradient(220deg, #00bcd4, #28e4fc) !important;
    background: -moz- oldlinear-gradient(220deg, #00bcd4, #28e4fc) !important;
    background: -o-linear-gradient(220deg, #00bcd4, #28e4fc) !important;
    background: linear-gradient(230deg, #00bcd4, #28e4fc) !important;
    color: white !important;
}

.bg-secondary {
    background: dimgray !important;
    color: white !important;
}

.bg-secondary-bright {
    background: #ededed !important;
}

.bg-secondary-gradient {
    background: -webkit-linear-gradient(220deg, dimgray, #919191) !important;
    background: -moz- oldlinear-gradient(220deg, dimgray, #919191) !important;
    background: -o-linear-gradient(220deg, dimgray, #919191) !important;
    background: linear-gradient(230deg, dimgray, #919191) !important;
    color: white !important;
}

.bg-success {
    background: #0abb87 !important;
    color: white !important;
}

.bg-success-bright {
    background: #cef5ea !important;
}

.bg-success-gradient {
    background: -webkit-linear-gradient(220deg, #0abb87, #32e3af) !important;
    background: -moz- oldlinear-gradient(220deg, #0abb87, #32e3af) !important;
    background: -o-linear-gradient(220deg, #0abb87, #32e3af) !important;
    background: linear-gradient(230deg, #0abb87, #32e3af) !important;
    color: white !important;
}

.bg-danger {
    background: #ea4141 !important;
    color: white !important;
}

.bg-danger-bright {
    background: #fcd0df !important;
}

.bg-danger-gradient {
    background: -webkit-linear-gradient(220deg, #ea4141, #ff6969) !important;
    background: -moz- oldlinear-gradient(220deg, #ea4141, #ff6969) !important;
    background: -o-linear-gradient(220deg, #ea4141, #ff6969) !important;
    background: linear-gradient(230deg, #ea4141, #ff6969) !important;
    color: white !important;
}

.bg-danger-light {
    background: #ffd7d7 !important;
}

.bg-warning {
    background: #ff9d36 !important;
    color: white !important;
}

.bg-warning-bright {
    background: #ffe6cc !important;
}

.bg-warning-gradient {
    background: -webkit-linear-gradient(220deg, #ff9d36, #ffc55e) !important;
    background: -moz- oldlinear-gradient(220deg, #ff9d36, #ffc55e) !important;
    background: -o-linear-gradient(220deg, #ff9d36, #ffc55e) !important;
    background: linear-gradient(230deg, #ff9d36, #ffc55e) !important;
    color: white !important;
}

.bg-light {
    background: #e6e6e6 !important;
}

.bg-dark {
    background: #3a3f51 !important;
    color: #272935 !important;
}

.bg-dark-bright {
    background: #d4d5d8 !important;
}

.bg-dark-gradient {
    background: -webkit-linear-gradient(220deg, #3a3f51, #585d6f) !important;
    background: -moz- oldlinear-gradient(220deg, #3a3f51, #585d6f) !important;
    background: -o-linear-gradient(220deg, #3a3f51, #585d6f) !important;
    background: linear-gradient(230deg, #3a3f51, #585d6f) !important;
    color: white !important;
}

.bg-facebook {
    background: #3b5998 !important;
    color: white !important;
}

.bg-twitter {
    background: #55acee !important;
    color: white !important;
}

.bg-linkedin {
    background: #0077b5 !important;
    color: white !important;
}

.bg-whatsapp {
    background: #43d854 !important;
    color: white !important;
}

.bg-instagram {
    background: #3f729b !important;
    color: white !important;
}

.bg-dribbble {
    background: #ea4c89 !important;
    color: white !important;
}

.bg-google {
    background: #db4437 !important;
    color: white !important;
}

.bg-youtube {
    background: #cd201f !important;
    color: white !important;
}

.text-primary {
    color: #3db16b !important;
}

.text-info {
    color: #00bcd4 !important;
}

.text-success {
    color: #0abb87 !important;
}

.text-danger {
    color: #ea4141 !important;
}

.text-warning {
    color: #ff9d36 !important;
}

.text-light {
    color: #e6e6e6 !important;
}

.text-facebook {
    color: #3b5998 !important;
}

.text-twitter {
    color: #55acee !important;
}

.text-google {
    color: #db4437 !important;
}

.text-linkedin {
    color: #0077b5 !important;
}

.text-instagram {
    color: #3f729b !important;
}

.text-whatsapp {
    color: #43d854 !important;
}

.text-dribbble {
    color: #ea4c89 !important;
}

a {
    color: #007bff;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
}

    a.link-1 {
        color: black;
    }

        a.link-1:hover, a.link-1:focus {
            color: #828282;
        }

    a.link-2 {
        color: black;
    }

        a.link-2:hover, a.link-2:focus {
            color: #3db16b;
        }

    a:hover {
        text-decoration: none;
    }

    a:not(.active.list-group-item), a:not(.btn):hover, a:not(.btn):active, a:not(.btn):focus {
        text-decoration: none !important;
        color: #b1583d;
        outline: none;
    }
    a:not(.active.list-active-group-item), a:not(.btn):hover, a:not(.btn):active, a:not(.btn):focus {
        text-decoration: none !important;
        color: #bebedb;
        outline: none;
    }

    a.btn:hover, a.btn:active, a.btn:focus {
        text-decoration: none !important;
    }

.page-link {
    color: #3db16b;
}

    .page-link:not(:disabled):not(.disabled):focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.3);
        -moz-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.3);
        box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.3);
    }

.btn {
    font-size: 14px;
    width: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 15px;
    line-height: 14px;
}

    .btn[data-toggle="dropdown"] {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .btn.btn-sm {
        padding: 5px 10px;
        font-size: 13px;
    }

    .btn.btn-lg {
        padding: 15px 20px;
        font-size: 17px;
    }

    .btn.btn-block {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btn.btn-square {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .btn.btn-rounded {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        padding: 10px 20px;
    }

        .btn.btn-rounded.btn-sm {
            padding: 5px 15px;
            font-size: 13px;
        }

        .btn.btn-rounded.btn-lg {
            padding: 20px 30px;
            font-size: 17px;
        }

    .btn.btn-floating {
        height: 35px;
        width: 35px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .btn.btn-floating.btn-sm {
            height: 30px;
            width: 30px;
        }

        .btn.btn-floating.btn-lg {
            height: 50px;
            width: 50px;
        }

    .btn.btn-uppercase {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 600;
    }

        .btn.btn-uppercase.btn-sm {
            font-size: 11px;
        }

        .btn.btn-uppercase.btn-lg {
            font-size: 14px;
        }

    .btn.btn-shadow {
        -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
    }

        .btn.btn-shadow:focus, .btn.btn-shadow:active {
            -webkit-box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.3) !important;
            -moz-box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.3) !important;
            box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.3) !important;
        }

    .btn.btn-primary, a.btn[href="#next"], a.btn[href="#previous"] {
        background: #3db16b;
        border-color: #3db16b;
        color: white;
    }

        .btn.btn-primary:not(:disabled):not(.disabled):hover, a.btn:not(:disabled):not(.disabled):hover[href="#next"], a.btn:not(:disabled):not(.disabled):hover[href="#previous"], .btn.btn-primary:not(:disabled):not(.disabled):focus, a.btn:not(:disabled):not(.disabled):focus[href="#next"], a.btn:not(:disabled):not(.disabled):focus[href="#previous"], .btn.btn-primary:not(:disabled):not(.disabled):active, a.btn:not(:disabled):not(.disabled):active[href="#next"], a.btn:not(:disabled):not(.disabled):active[href="#previous"] {
            background: #1f934d;
            border-color: #1f934d;
            color: white;
        }

        .btn.btn-primary:not(:disabled):not(.disabled):focus, a.btn:not(:disabled):not(.disabled):focus[href="#next"], a.btn:not(:disabled):not(.disabled):focus[href="#previous"] {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.4) !important;
        }

        .btn.btn-primary.btn-pulse:not(:disabled):not(.disabled), a.btn.btn-pulse:not(:disabled):not(.disabled)[href="#next"], a.btn.btn-pulse:not(:disabled):not(.disabled)[href="#previous"] {
            -webkit-box-shadow: 0 0 0 0 rgba(61, 177, 107, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(61, 177, 107, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(61, 177, 107, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-primary:hover, a.btn:hover[href="#next"], a.btn:hover[href="#previous"] {
            -webkit-animation: none;
        }

    .btn.btn-gradient-primary {
        background: -webkit-linear-gradient(70deg, #65d993, #2ea25c);
        background: -moz- oldlinear-gradient(70deg, #65d993, #2ea25c);
        background: -o-linear-gradient(70deg, #65d993, #2ea25c);
        background: linear-gradient(20deg, #65d993, #2ea25c);
        border-color: transparent;
        color: white;
    }

        .btn.btn-gradient-primary:not(:disabled):not(.disabled):hover, .btn.btn-gradient-primary:not(:disabled):not(.disabled):focus, .btn.btn-gradient-primary:not(:disabled):not(.disabled):active {
            background: -webkit-linear-gradient(70deg, #3db16b, #2ea25c);
            background: -moz- oldlinear-gradient(70deg, #3db16b, #2ea25c);
            background: -o-linear-gradient(70deg, #3db16b, #2ea25c);
            background: linear-gradient(20deg, #3db16b, #2ea25c);
            border-color: transparent;
        }

        .btn.btn-gradient-primary:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.5);
            -moz-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.5);
        }

        .btn.btn-gradient-primary.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(61, 177, 107, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(61, 177, 107, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(61, 177, 107, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-gradient-primary:hover {
            -webkit-animation: none;
        }

    .btn.btn-light-primary {
        background: rgba(61, 177, 107, 0.3);
        border-color: transparent;
        color: #0b7f39;
    }

        .btn.btn-light-primary:not(:disabled):not(.disabled):hover, .btn.btn-light-primary:not(:disabled):not(.disabled):focus, .btn.btn-light-primary:not(:disabled):not(.disabled):active {
            background: rgba(61, 177, 107, 0.5);
            border-color: transparent;
        }

        .btn.btn-light-primary:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.2);
            -moz-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.2);
            box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.2);
        }

        .btn.btn-light-primary.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(61, 177, 107, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(61, 177, 107, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(61, 177, 107, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-light-primary:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-primary {
        background: none;
        border-color: #3db16b;
        color: #33a761;
        border-width: 1px;
    }

        .btn.btn-outline-primary:not(:disabled):not(.disabled):hover {
            background: #3db16b;
            border-color: #3db16b;
            color: white;
        }

        .btn.btn-outline-primary:not(:disabled):not(.disabled):focus, .btn.btn-outline-primary:not(:disabled):not(.disabled):active {
            background: #1f934d;
            border-color: #1f934d;
            color: white;
        }

        .btn.btn-outline-primary:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.4);
        }

        .btn.btn-outline-primary.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(61, 177, 107, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(61, 177, 107, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(61, 177, 107, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-primary:hover {
            -webkit-animation: none;
        }

    .btn.btn-secondary {
        background: dimgray;
        border-color: dimgray;
    }

        .btn.btn-secondary:not(:disabled):not(.disabled):hover, .btn.btn-secondary:not(:disabled):not(.disabled):focus, .btn.btn-secondary:not(:disabled):not(.disabled):active {
            background: #4b4b4b;
            border-color: #4b4b4b;
        }

        .btn.btn-secondary:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.4) !important;
        }

        .btn.btn-secondary.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-secondary:hover {
            -webkit-animation: none;
        }

    .btn.btn-gradient-secondary {
        background: -webkit-linear-gradient(70deg, #919191, #5a5a5a);
        background: -moz- oldlinear-gradient(70deg, #919191, #5a5a5a);
        background: -o-linear-gradient(70deg, #919191, #5a5a5a);
        background: linear-gradient(20deg, #919191, #5a5a5a);
        border-color: transparent;
        color: white;
    }

        .btn.btn-gradient-secondary:not(:disabled):not(.disabled):hover, .btn.btn-gradient-secondary:not(:disabled):not(.disabled):focus, .btn.btn-gradient-secondary:not(:disabled):not(.disabled):active {
            background: -webkit-linear-gradient(70deg, dimgray, #5a5a5a);
            background: -moz- oldlinear-gradient(70deg, dimgray, #5a5a5a);
            background: -o-linear-gradient(70deg, dimgray, #5a5a5a);
            background: linear-gradient(20deg, dimgray, #5a5a5a);
            border-color: transparent;
        }

        .btn.btn-gradient-secondary:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.5);
            -moz-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.5);
        }

        .btn.btn-gradient-secondary.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-gradient-secondary:hover {
            -webkit-animation: none;
        }

    .btn.btn-light-secondary {
        background: rgba(105, 105, 105, 0.3);
        border-color: transparent;
        color: #373737;
    }

        .btn.btn-light-secondary:not(:disabled):not(.disabled):hover, .btn.btn-light-secondary:not(:disabled):not(.disabled):focus, .btn.btn-light-secondary:not(:disabled):not(.disabled):active {
            background: rgba(105, 105, 105, 0.5);
            border-color: transparent;
        }

        .btn.btn-light-secondary:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.2);
            -moz-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.2);
            box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.2);
        }

        .btn.btn-light-secondary.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-light-secondary:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-secondary {
        background: none;
        border-color: dimgray;
        color: #5f5f5f;
        border-width: 1px;
    }

        .btn.btn-outline-secondary:not(:disabled):not(.disabled):hover {
            background: dimgray;
            border-color: dimgray;
            color: white;
        }

        .btn.btn-outline-secondary:not(:disabled):not(.disabled):focus, .btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
            background: #4b4b4b;
            border-color: #4b4b4b;
            color: white;
        }

        .btn.btn-outline-secondary:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.4);
        }

        .btn.btn-outline-secondary.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-secondary:hover {
            -webkit-animation: none;
        }

    .btn.btn-success {
        background: #0abb87;
        border-color: #0abb87;
    }

        .btn.btn-success:not(:disabled):not(.disabled):hover, .btn.btn-success:not(:disabled):not(.disabled):focus, .btn.btn-success:not(:disabled):not(.disabled):active {
            background: #009d69;
            border-color: #009d69;
        }

        .btn.btn-success:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.4) !important;
        }

        .btn.btn-success.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-success:hover {
            -webkit-animation: none;
        }

    .btn.btn-gradient-success {
        background: -webkit-linear-gradient(70deg, #32e3af, #00ac78);
        background: -moz- oldlinear-gradient(70deg, #32e3af, #00ac78);
        background: -o-linear-gradient(70deg, #32e3af, #00ac78);
        background: linear-gradient(20deg, #32e3af, #00ac78);
        border-color: transparent;
        color: white;
    }

        .btn.btn-gradient-success:not(:disabled):not(.disabled):hover, .btn.btn-gradient-success:not(:disabled):not(.disabled):focus, .btn.btn-gradient-success:not(:disabled):not(.disabled):active {
            background: -webkit-linear-gradient(70deg, #0abb87, #00ac78);
            background: -moz- oldlinear-gradient(70deg, #0abb87, #00ac78);
            background: -o-linear-gradient(70deg, #0abb87, #00ac78);
            background: linear-gradient(20deg, #0abb87, #00ac78);
            border-color: transparent;
        }

        .btn.btn-gradient-success:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
            -moz-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
        }

        .btn.btn-gradient-success.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-gradient-success:hover {
            -webkit-animation: none;
        }

    .btn.btn-light-success {
        background: rgba(10, 187, 135, 0.3);
        border-color: transparent;
        color: #008955;
    }

        .btn.btn-light-success:not(:disabled):not(.disabled):hover, .btn.btn-light-success:not(:disabled):not(.disabled):focus, .btn.btn-light-success:not(:disabled):not(.disabled):active {
            background: rgba(10, 187, 135, 0.5);
            border-color: transparent;
        }

        .btn.btn-light-success:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.2);
            -moz-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.2);
            box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.2);
        }

        .btn.btn-light-success.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-light-success:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-success {
        background: none;
        border-color: #0abb87;
        color: #00b17d;
        border-width: 1px;
    }

        .btn.btn-outline-success:not(:disabled):not(.disabled):hover {
            background: #0abb87;
            border-color: #0abb87;
            color: white;
        }

        .btn.btn-outline-success:not(:disabled):not(.disabled):focus, .btn.btn-outline-success:not(:disabled):not(.disabled):active {
            background: #009d69;
            border-color: #009d69;
            color: white;
        }

        .btn.btn-outline-success:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.4);
        }

        .btn.btn-outline-success.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-success:hover {
            -webkit-animation: none;
        }

    .btn.btn-danger {
        background: #ea4141;
        border-color: #ea4141;
    }

        .btn.btn-danger:not(:disabled):not(.disabled):hover, .btn.btn-danger:not(:disabled):not(.disabled):focus, .btn.btn-danger:not(:disabled):not(.disabled):active {
            background: #cc2323;
            border-color: #cc2323;
        }

        .btn.btn-danger:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.4) !important;
        }

        .btn.btn-danger.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-danger:hover {
            -webkit-animation: none;
        }

    .btn.btn-gradient-danger {
        background: -webkit-linear-gradient(70deg, #ff6969, #db3232);
        background: -moz- oldlinear-gradient(70deg, #ff6969, #db3232);
        background: -o-linear-gradient(70deg, #ff6969, #db3232);
        background: linear-gradient(20deg, #ff6969, #db3232);
        border-color: transparent;
        color: white;
    }

        .btn.btn-gradient-danger:not(:disabled):not(.disabled):hover, .btn.btn-gradient-danger:not(:disabled):not(.disabled):focus, .btn.btn-gradient-danger:not(:disabled):not(.disabled):active {
            background: -webkit-linear-gradient(70deg, #ea4141, #db3232);
            background: -moz- oldlinear-gradient(70deg, #ea4141, #db3232);
            background: -o-linear-gradient(70deg, #ea4141, #db3232);
            background: linear-gradient(20deg, #ea4141, #db3232);
            border-color: transparent;
        }

        .btn.btn-gradient-danger:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.5);
            -moz-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.5);
        }

        .btn.btn-gradient-danger.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-gradient-danger:hover {
            -webkit-animation: none;
        }

    .btn.btn-light-danger {
        background: rgba(234, 65, 65, 0.3);
        border-color: transparent;
        color: #b80f0f;
    }

        .btn.btn-light-danger:not(:disabled):not(.disabled):hover, .btn.btn-light-danger:not(:disabled):not(.disabled):focus, .btn.btn-light-danger:not(:disabled):not(.disabled):active {
            background: rgba(234, 65, 65, 0.5);
            border-color: transparent;
        }

        .btn.btn-light-danger:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.2);
            -moz-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.2);
            box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.2);
        }

        .btn.btn-light-danger.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-light-danger:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-danger {
        background: none;
        border-color: #ea4141;
        color: #e03737;
        border-width: 1px;
    }

        .btn.btn-outline-danger:not(:disabled):not(.disabled):hover {
            background: #ea4141;
            border-color: #ea4141;
            color: white;
        }

        .btn.btn-outline-danger:not(:disabled):not(.disabled):focus, .btn.btn-outline-danger:not(:disabled):not(.disabled):active {
            background: #cc2323;
            border-color: #cc2323;
            color: white;
        }

        .btn.btn-outline-danger:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.4);
        }

        .btn.btn-outline-danger.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-danger:hover {
            -webkit-animation: none;
        }

    .btn.btn-warning {
        background: #ff9d36;
        border-color: #ff9d36;
    }

        .btn.btn-warning:not(:disabled):not(.disabled):hover, .btn.btn-warning:not(:disabled):not(.disabled):focus, .btn.btn-warning:not(:disabled):not(.disabled):active {
            background: #e17f18;
            border-color: #e17f18;
        }

        .btn.btn-warning:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.4) !important;
        }

        .btn.btn-warning.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-warning:hover {
            -webkit-animation: none;
        }

    .btn.btn-gradient-warning {
        background: -webkit-linear-gradient(70deg, #ffc55e, #f08e27);
        background: -moz- oldlinear-gradient(70deg, #ffc55e, #f08e27);
        background: -o-linear-gradient(70deg, #ffc55e, #f08e27);
        background: linear-gradient(20deg, #ffc55e, #f08e27);
        border-color: transparent;
        color: white;
        color: #212529;
    }

        .btn.btn-gradient-warning:not(:disabled):not(.disabled):hover, .btn.btn-gradient-warning:not(:disabled):not(.disabled):focus, .btn.btn-gradient-warning:not(:disabled):not(.disabled):active {
            background: -webkit-linear-gradient(70deg, #ff9d36, #f08e27);
            background: -moz- oldlinear-gradient(70deg, #ff9d36, #f08e27);
            background: -o-linear-gradient(70deg, #ff9d36, #f08e27);
            background: linear-gradient(20deg, #ff9d36, #f08e27);
            border-color: transparent;
        }

        .btn.btn-gradient-warning:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.5);
            -moz-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.5);
        }

        .btn.btn-gradient-warning.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-gradient-warning:hover {
            -webkit-animation: none;
        }

    .btn.btn-light-warning {
        background: rgba(255, 157, 54, 0.3);
        border-color: transparent;
        color: #cd6b04;
    }

        .btn.btn-light-warning:not(:disabled):not(.disabled):hover, .btn.btn-light-warning:not(:disabled):not(.disabled):focus, .btn.btn-light-warning:not(:disabled):not(.disabled):active {
            background: rgba(255, 157, 54, 0.5);
            border-color: transparent;
        }

        .btn.btn-light-warning:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.2);
            -moz-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.2);
            box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.2);
        }

        .btn.btn-light-warning.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-light-warning:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-warning {
        background: none;
        border-color: #ff9d36;
        color: #f5932c;
        border-width: 1px;
    }

        .btn.btn-outline-warning:not(:disabled):not(.disabled):hover {
            background: #ff9d36;
            border-color: #ff9d36;
            color: white;
        }

        .btn.btn-outline-warning:not(:disabled):not(.disabled):focus, .btn.btn-outline-warning:not(:disabled):not(.disabled):active {
            background: #e17f18;
            border-color: #e17f18;
            color: white;
        }

        .btn.btn-outline-warning:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.4);
        }

        .btn.btn-outline-warning.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-warning:hover {
            -webkit-animation: none;
        }

        .btn.btn-outline-warning:not(:disabled):not(.disabled):hover, .btn.btn-outline-warning:not(:disabled):not(.disabled):focus, .btn.btn-outline-warning:not(:disabled):not(.disabled):active {
            color: #212529;
        }

    .btn.btn-info {
        background: #00bcd4;
        border-color: #00bcd4;
    }

        .btn.btn-info:not(:disabled):not(.disabled):hover, .btn.btn-info:not(:disabled):not(.disabled):focus, .btn.btn-info:not(:disabled):not(.disabled):active {
            background: #009eb6;
            border-color: #009eb6;
        }

        .btn.btn-info:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.4) !important;
        }

        .btn.btn-info.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-info:hover {
            -webkit-animation: none;
        }

    .btn.btn-gradient-info {
        background: -webkit-linear-gradient(70deg, #28e4fc, #00adc5);
        background: -moz- oldlinear-gradient(70deg, #28e4fc, #00adc5);
        background: -o-linear-gradient(70deg, #28e4fc, #00adc5);
        background: linear-gradient(20deg, #28e4fc, #00adc5);
        border-color: transparent;
        color: white;
    }

        .btn.btn-gradient-info:not(:disabled):not(.disabled):hover, .btn.btn-gradient-info:not(:disabled):not(.disabled):focus, .btn.btn-gradient-info:not(:disabled):not(.disabled):active {
            background: -webkit-linear-gradient(70deg, #00bcd4, #00adc5);
            background: -moz- oldlinear-gradient(70deg, #00bcd4, #00adc5);
            background: -o-linear-gradient(70deg, #00bcd4, #00adc5);
            background: linear-gradient(20deg, #00bcd4, #00adc5);
            border-color: transparent;
        }

        .btn.btn-gradient-info:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
            -moz-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
        }

        .btn.btn-gradient-info.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-gradient-info:hover {
            -webkit-animation: none;
        }

    .btn.btn-light-info {
        background: rgba(0, 188, 212, 0.3);
        border-color: transparent;
        color: #008aa2;
    }

        .btn.btn-light-info:not(:disabled):not(.disabled):hover, .btn.btn-light-info:not(:disabled):not(.disabled):focus, .btn.btn-light-info:not(:disabled):not(.disabled):active {
            background: rgba(0, 188, 212, 0.5);
            border-color: transparent;
        }

        .btn.btn-light-info:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.2);
            -moz-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.2);
            box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.2);
        }

        .btn.btn-light-info.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-light-info:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-info {
        background: none;
        border-color: #00bcd4;
        color: #00b2ca;
        border-width: 1px;
    }

        .btn.btn-outline-info:not(:disabled):not(.disabled):hover {
            background: #00bcd4;
            border-color: #00bcd4;
            color: white;
        }

        .btn.btn-outline-info:not(:disabled):not(.disabled):focus, .btn.btn-outline-info:not(:disabled):not(.disabled):active {
            background: #009eb6;
            border-color: #009eb6;
            color: white;
        }

        .btn.btn-outline-info:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.4);
        }

        .btn.btn-outline-info.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-info:hover {
            -webkit-animation: none;
        }

    .btn.btn-light {
        margin: 5px;
        background: #e6e6e6;
        border-color: #e6e6e6;
    }

        .btn.btn-light:not(:disabled):not(.disabled):hover, .btn.btn-light:not(:disabled):not(.disabled):focus, .btn.btn-light:not(:disabled):not(.disabled):active {
            background: #c8c8c8;
            border-color: #c8c8c8;
        }

        .btn.btn-light:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4) !important;
        }

        .btn.btn-light.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-light:hover {
            -webkit-animation: none;
        }



    .btn.btn-light2 {
        margin: 5px;
        background: #e6e6e6;
        border-color: #e6e6e6;
    }

        .btn.btn-light2:not(:disabled):not(.disabled):hover, .btn.btn-light2:not(:disabled):not(.disabled):focus, .btn.btn-light2:not(:disabled):not(.disabled):active {
            background: #c8c8c8;
            border-color: #c8c8c8;
        }

        .btn.btn-light2:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4) !important;
        }

        .btn.btn-light2.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-light2:hover {
            -webkit-animation: none;
        }

    .btn.btn-gradient-light {
        background: -webkit-linear-gradient(70deg, white, #d7d7d7);
        background: -moz- oldlinear-gradient(70deg, white, #d7d7d7);
        background: -o-linear-gradient(70deg, white, #d7d7d7);
        background: linear-gradient(20deg, white, #d7d7d7);
        border-color: transparent;
        color: white;
        color: inherit;
    }

        .btn.btn-gradient-light:not(:disabled):not(.disabled):hover, .btn.btn-gradient-light:not(:disabled):not(.disabled):focus, .btn.btn-gradient-light:not(:disabled):not(.disabled):active {
            background: -webkit-linear-gradient(70deg, #e6e6e6, #d7d7d7);
            background: -moz- oldlinear-gradient(70deg, #e6e6e6, #d7d7d7);
            background: -o-linear-gradient(70deg, #e6e6e6, #d7d7d7);
            background: linear-gradient(20deg, #e6e6e6, #d7d7d7);
            border-color: transparent;
        }

        .btn.btn-gradient-light:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
            -moz-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
        }

        .btn.btn-gradient-light.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-gradient-light:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-light {
        background: none;
        border-color: #000;
        color: white !important;
        border-width: 1px;
    }

        .btn.btn-outline-light:not(:disabled):not(.disabled):hover {
            background: #e6e6e6;
            border-color: #e6e6e6;
            color: white;
        }

        .btn.btn-outline-light:not(:disabled):not(.disabled):focus, .btn.btn-outline-light:not(:disabled):not(.disabled):active {
            background: #e6e6e6;
            border-color: #c8c8c8;
            color: white !important;
        }

        .btn.btn-outline-light:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4);
        }

        .btn.btn-outline-light.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-light:hover {
            -webkit-animation: none;
        }

        .btn.btn-outline-light:not(:disabled):not(.disabled):hover, .btn.btn-outline-light:not(:disabled):not(.disabled):focus, .btn.btn-outline-light:not(:disabled):not(.disabled):active {
            color: #212529;
        }

    .btn.btn-dark {
        background: #3a3f51;
        border-color: #3a3f51;
    }

        .btn.btn-dark:not(:disabled):not(.disabled):hover, .btn.btn-dark:not(:disabled):not(.disabled):focus, .btn.btn-dark:not(:disabled):not(.disabled):active {
            background: #1c2133;
            border-color: #1c2133;
        }

        .btn.btn-dark:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.4) !important;
        }

        .btn.btn-dark.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-dark:hover {
            -webkit-animation: none;
        }

    .btn.btn-gradient-dark {
        background: -webkit-linear-gradient(70deg, #626779, #2b3042);
        background: -moz- oldlinear-gradient(70deg, #626779, #2b3042);
        background: -o-linear-gradient(70deg, #626779, #2b3042);
        background: linear-gradient(20deg, #626779, #2b3042);
        border-color: transparent;
        color: white;
    }

        .btn.btn-gradient-dark:not(:disabled):not(.disabled):hover, .btn.btn-gradient-dark:not(:disabled):not(.disabled):focus, .btn.btn-gradient-dark:not(:disabled):not(.disabled):active {
            background: -webkit-linear-gradient(70deg, #3a3f51, #2b3042);
            background: -moz- oldlinear-gradient(70deg, #3a3f51, #2b3042);
            background: -o-linear-gradient(70deg, #3a3f51, #2b3042);
            background: linear-gradient(20deg, #3a3f51, #2b3042);
            border-color: transparent;
        }

        .btn.btn-gradient-dark:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.5);
            -moz-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.5);
        }

        .btn.btn-gradient-dark.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-gradient-dark:hover {
            -webkit-animation: none;
        }

    .btn.btn-light-dark {
        background: rgba(58, 63, 81, 0.3);
        border-color: transparent;
        color: #080d1f;
    }

        .btn.btn-light-dark:not(:disabled):not(.disabled):hover, .btn.btn-light-dark:not(:disabled):not(.disabled):focus, .btn.btn-light-dark:not(:disabled):not(.disabled):active {
            background: rgba(58, 63, 81, 0.5);
            border-color: transparent;
        }

        .btn.btn-light-dark:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.2);
            -moz-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.2);
            box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.2);
        }

        .btn.btn-light-dark.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-light-dark:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-dark {
        background: none;
        border-color: #b0b4bf;
        color: #ffffff;
        border-width: 1px;
        /*  background: none;
  border-color: #3a3f51;
  color: #303547;
  border-width: 1px;*/
    }

        .btn.btn-outline-dark:not(:disabled):not(.disabled):hover {
            background: #3a3f51;
            border-color: #3a3f51;
            color: white;
        }

        .btn.btn-outline-dark:not(:disabled):not(.disabled):focus, .btn.btn-outline-dark:not(:disabled):not(.disabled):active {
            background: #1c2133;
            border-color: #1c2133;
            color: white;
        }

        .btn.btn-outline-dark:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.4);
        }

        .btn.btn-outline-dark.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-dark:hover {
            -webkit-animation: none;
        }

    .btn.btn-facebook {
        background: #3b5998;
        border-color: #3b5998;
        color: white;
    }

        .btn.btn-facebook:not(:disabled):not(.disabled):hover, .btn.btn-facebook:not(:disabled):not(.disabled):focus, .btn.btn-facebook:not(:disabled):not(.disabled):active {
            background: #1d3b7a;
            border-color: #1d3b7a;
        }

        .btn.btn-facebook:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.4) !important;
        }

        .btn.btn-facebook.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-facebook:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-facebook {
        background: none;
        border-color: #3b5998;
        color: #314f8e;
        border-width: 1px;
    }

        .btn.btn-outline-facebook:not(:disabled):not(.disabled):hover {
            background: #3b5998;
            border-color: #3b5998;
            color: white;
        }

        .btn.btn-outline-facebook:not(:disabled):not(.disabled):focus, .btn.btn-outline-facebook:not(:disabled):not(.disabled):active {
            background: #1d3b7a;
            border-color: #1d3b7a;
            color: white;
        }

        .btn.btn-outline-facebook:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.4);
        }

        .btn.btn-outline-facebook.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-facebook:hover {
            -webkit-animation: none;
        }

    .btn.btn-google {
        background: #db4437;
        border-color: #db4437;
        color: white;
    }

        .btn.btn-google:not(:disabled):not(.disabled):hover, .btn.btn-google:not(:disabled):not(.disabled):focus, .btn.btn-google:not(:disabled):not(.disabled):active {
            background: #bd2619;
            border-color: #bd2619;
        }

        .btn.btn-google:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.4) !important;
        }

        .btn.btn-google.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(219, 68, 55, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(219, 68, 55, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(219, 68, 55, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-google:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-google {
        background: none;
        border-color: #db4437;
        color: #d13a2d;
        border-width: 1px;
    }

        .btn.btn-outline-google:not(:disabled):not(.disabled):hover {
            background: #db4437;
            border-color: #db4437;
            color: white;
        }

        .btn.btn-outline-google:not(:disabled):not(.disabled):focus, .btn.btn-outline-google:not(:disabled):not(.disabled):active {
            background: #bd2619;
            border-color: #bd2619;
            color: white;
        }

        .btn.btn-outline-google:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.4);
        }

        .btn.btn-outline-google.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(219, 68, 55, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(219, 68, 55, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(219, 68, 55, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-google:hover {
            -webkit-animation: none;
        }

    .btn.btn-twitter {
        background: #55acee;
        border-color: #55acee;
        color: white;
    }

        .btn.btn-twitter:not(:disabled):not(.disabled):hover, .btn.btn-twitter:not(:disabled):not(.disabled):focus, .btn.btn-twitter:not(:disabled):not(.disabled):active {
            background: #378ed0;
            border-color: #378ed0;
        }

        .btn.btn-twitter:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.4) !important;
        }

        .btn.btn-twitter.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-twitter:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-twitter {
        background: none;
        border-color: #55acee;
        color: #4ba2e4;
        border-width: 1px;
    }

        .btn.btn-outline-twitter:not(:disabled):not(.disabled):hover {
            background: #55acee;
            border-color: #55acee;
            color: white;
        }

        .btn.btn-outline-twitter:not(:disabled):not(.disabled):focus, .btn.btn-outline-twitter:not(:disabled):not(.disabled):active {
            background: #378ed0;
            border-color: #378ed0;
            color: white;
        }

        .btn.btn-outline-twitter:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.4);
        }

        .btn.btn-outline-twitter.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-twitter:hover {
            -webkit-animation: none;
        }

    .btn.btn-linkedin {
        background: #0077b5;
        border-color: #0077b5;
        color: white;
    }

        .btn.btn-linkedin:not(:disabled):not(.disabled):hover, .btn.btn-linkedin:not(:disabled):not(.disabled):focus, .btn.btn-linkedin:not(:disabled):not(.disabled):active {
            background: #005997;
            border-color: #005997;
        }

        .btn.btn-linkedin:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.4) !important;
        }

        .btn.btn-linkedin.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-linkedin:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-linkedin {
        background: none;
        border-color: #0077b5;
        color: #006dab;
        border-width: 1px;
    }

        .btn.btn-outline-linkedin:not(:disabled):not(.disabled):hover {
            background: #0077b5;
            border-color: #0077b5;
            color: white;
        }

        .btn.btn-outline-linkedin:not(:disabled):not(.disabled):focus, .btn.btn-outline-linkedin:not(:disabled):not(.disabled):active {
            background: #005997;
            border-color: #005997;
            color: white;
        }

        .btn.btn-outline-linkedin:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.4);
        }

        .btn.btn-outline-linkedin.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-linkedin:hover {
            -webkit-animation: none;
        }

    .btn.btn-whatsapp {
        background: #43d854;
        border-color: #43d854;
        color: white;
    }

        .btn.btn-whatsapp:not(:disabled):not(.disabled):hover, .btn.btn-whatsapp:not(:disabled):not(.disabled):focus, .btn.btn-whatsapp:not(:disabled):not(.disabled):active {
            background: #25ba36;
            border-color: #25ba36;
        }

        .btn.btn-whatsapp:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 216, 84, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(67, 216, 84, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(67, 216, 84, 0.4) !important;
        }

        .btn.btn-whatsapp.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(67, 216, 84, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(67, 216, 84, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(67, 216, 84, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-whatsapp:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-whatsapp {
        background: none;
        border-color: #43d854;
        color: #39ce4a;
        border-width: 1px;
    }

        .btn.btn-outline-whatsapp:not(:disabled):not(.disabled):hover {
            background: #43d854;
            border-color: #43d854;
            color: white;
        }

        .btn.btn-outline-whatsapp:not(:disabled):not(.disabled):focus, .btn.btn-outline-whatsapp:not(:disabled):not(.disabled):active {
            background: #25ba36;
            border-color: #25ba36;
            color: white;
        }

        .btn.btn-outline-whatsapp:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 216, 84, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(67, 216, 84, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(67, 216, 84, 0.4);
        }

        .btn.btn-outline-whatsapp.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(67, 216, 84, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(67, 216, 84, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(67, 216, 84, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-whatsapp:hover {
            -webkit-animation: none;
        }

    .btn.btn-instagram {
        background: #3f729b;
        border-color: #3f729b;
        color: white;
    }

        .btn.btn-instagram:not(:disabled):not(.disabled):hover, .btn.btn-instagram:not(:disabled):not(.disabled):focus, .btn.btn-instagram:not(:disabled):not(.disabled):active {
            background: #21547d;
            border-color: #21547d;
        }

        .btn.btn-instagram:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.4) !important;
        }

        .btn.btn-instagram.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(63, 114, 155, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(63, 114, 155, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(63, 114, 155, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-instagram:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-instagram {
        background: none;
        border-color: #3f729b;
        color: #356891;
        border-width: 1px;
    }

        .btn.btn-outline-instagram:not(:disabled):not(.disabled):hover {
            background: #3f729b;
            border-color: #3f729b;
            color: white;
        }

        .btn.btn-outline-instagram:not(:disabled):not(.disabled):focus, .btn.btn-outline-instagram:not(:disabled):not(.disabled):active {
            background: #21547d;
            border-color: #21547d;
            color: white;
        }

        .btn.btn-outline-instagram:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.4);
        }

        .btn.btn-outline-instagram.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(63, 114, 155, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(63, 114, 155, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(63, 114, 155, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-instagram:hover {
            -webkit-animation: none;
        }

    .btn.btn-dribbble {
        background: #ea4c89;
        border-color: #ea4c89;
        color: white;
    }

        .btn.btn-dribbble:not(:disabled):not(.disabled):hover, .btn.btn-dribbble:not(:disabled):not(.disabled):focus, .btn.btn-dribbble:not(:disabled):not(.disabled):active {
            background: #cc2e6b;
            border-color: #cc2e6b;
        }

        .btn.btn-dribbble:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 76, 137, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(234, 76, 137, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(234, 76, 137, 0.4) !important;
        }

        .btn.btn-dribbble.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(234, 76, 137, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(234, 76, 137, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(234, 76, 137, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-dribbble:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-dribbble {
        background: none;
        border-color: #ea4c89;
        color: #e0427f;
        border-width: 1px;
    }

        .btn.btn-outline-dribbble:not(:disabled):not(.disabled):hover {
            background: #ea4c89;
            border-color: #ea4c89;
            color: white;
        }

        .btn.btn-outline-dribbble:not(:disabled):not(.disabled):focus, .btn.btn-outline-dribbble:not(:disabled):not(.disabled):active {
            background: #cc2e6b;
            border-color: #cc2e6b;
            color: white;
        }

        .btn.btn-outline-dribbble:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 76, 137, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(234, 76, 137, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(234, 76, 137, 0.4);
        }

        .btn.btn-outline-dribbble.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(234, 76, 137, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(234, 76, 137, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(234, 76, 137, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-dribbble:hover {
            -webkit-animation: none;
        }

    .btn.btn-youtube {
        background: #cd201f;
        border-color: #cd201f;
        color: white;
    }

        .btn.btn-youtube:not(:disabled):not(.disabled):hover, .btn.btn-youtube:not(:disabled):not(.disabled):focus, .btn.btn-youtube:not(:disabled):not(.disabled):active {
            background: #af0201;
            border-color: #af0201;
        }

        .btn.btn-youtube:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.4) !important;
        }

        .btn.btn-youtube.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-youtube:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-youtube {
        background: none;
        border-color: #cd201f;
        color: #c31615;
        border-width: 1px;
    }

        .btn.btn-outline-youtube:not(:disabled):not(.disabled):hover {
            background: #cd201f;
            border-color: #cd201f;
            color: white;
        }

        .btn.btn-outline-youtube:not(:disabled):not(.disabled):focus, .btn.btn-outline-youtube:not(:disabled):not(.disabled):active {
            background: #af0201;
            border-color: #af0201;
            color: white;
        }

        .btn.btn-outline-youtube:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.4);
        }

        .btn.btn-outline-youtube.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-youtube:hover {
            -webkit-animation: none;
        }

    .btn.btn-github {
        background: #00405d;
        border-color: #00405d;
        color: white;
    }

        .btn.btn-github:not(:disabled):not(.disabled):hover, .btn.btn-github:not(:disabled):not(.disabled):focus, .btn.btn-github:not(:disabled):not(.disabled):active {
            background: #00223f;
            border-color: #00223f;
        }

        .btn.btn-github:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 64, 93, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(0, 64, 93, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(0, 64, 93, 0.4) !important;
        }

        .btn.btn-github.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 64, 93, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(0, 64, 93, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(0, 64, 93, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-github:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-github {
        background: none;
        border-color: #00405d;
        color: #003653;
        border-width: 1px;
    }

        .btn.btn-outline-github:not(:disabled):not(.disabled):hover {
            background: #00405d;
            border-color: #00405d;
            color: white;
        }

        .btn.btn-outline-github:not(:disabled):not(.disabled):focus, .btn.btn-outline-github:not(:disabled):not(.disabled):active {
            background: #00223f;
            border-color: #00223f;
            color: white;
        }

        .btn.btn-outline-github:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 64, 93, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(0, 64, 93, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(0, 64, 93, 0.4);
        }

        .btn.btn-outline-github.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 64, 93, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(0, 64, 93, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(0, 64, 93, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-github:hover {
            -webkit-animation: none;
        }

    .btn.btn-behance {
        background: #1769ff;
        border-color: #1769ff;
        color: white;
    }

        .btn.btn-behance:not(:disabled):not(.disabled):hover, .btn.btn-behance:not(:disabled):not(.disabled):focus, .btn.btn-behance:not(:disabled):not(.disabled):active {
            background: #004be1;
            border-color: #004be1;
        }

        .btn.btn-behance:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 105, 255, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(23, 105, 255, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(23, 105, 255, 0.4) !important;
        }

        .btn.btn-behance.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(23, 105, 255, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(23, 105, 255, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(23, 105, 255, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-behance:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-behance {
        background: none;
        border-color: #1769ff;
        color: #0d5ff5;
        border-width: 1px;
    }

        .btn.btn-outline-behance:not(:disabled):not(.disabled):hover {
            background: #1769ff;
            border-color: #1769ff;
            color: white;
        }

        .btn.btn-outline-behance:not(:disabled):not(.disabled):focus, .btn.btn-outline-behance:not(:disabled):not(.disabled):active {
            background: #004be1;
            border-color: #004be1;
            color: white;
        }

        .btn.btn-outline-behance:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 105, 255, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(23, 105, 255, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(23, 105, 255, 0.4);
        }

        .btn.btn-outline-behance.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(23, 105, 255, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(23, 105, 255, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(23, 105, 255, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-behance:hover {
            -webkit-animation: none;
        }

    .btn.btn-skype {
        background: #00aff0;
        border-color: #00aff0;
        color: white;
    }

        .btn.btn-skype:not(:disabled):not(.disabled):hover, .btn.btn-skype:not(:disabled):not(.disabled):focus, .btn.btn-skype:not(:disabled):not(.disabled):active {
            background: #0091d2;
            border-color: #0091d2;
        }

        .btn.btn-skype:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 175, 240, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(0, 175, 240, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(0, 175, 240, 0.4) !important;
        }

        .btn.btn-skype.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-skype:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-skype {
        background: none;
        border-color: #00aff0;
        color: #00a5e6;
        border-width: 1px;
    }

        .btn.btn-outline-skype:not(:disabled):not(.disabled):hover {
            background: #00aff0;
            border-color: #00aff0;
            color: white;
        }

        .btn.btn-outline-skype:not(:disabled):not(.disabled):focus, .btn.btn-outline-skype:not(:disabled):not(.disabled):active {
            background: #0091d2;
            border-color: #0091d2;
            color: white;
        }

        .btn.btn-outline-skype:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 175, 240, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(0, 175, 240, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(0, 175, 240, 0.4);
        }

        .btn.btn-outline-skype.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-skype:hover {
            -webkit-animation: none;
        }

    .btn.btn-yahoo {
        background: #410093;
        border-color: #410093;
        color: white;
    }

        .btn.btn-yahoo:not(:disabled):not(.disabled):hover, .btn.btn-yahoo:not(:disabled):not(.disabled):focus, .btn.btn-yahoo:not(:disabled):not(.disabled):active {
            background: #230075;
            border-color: #230075;
        }

        .btn.btn-yahoo:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 0, 147, 0.4) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(65, 0, 147, 0.4) !important;
            box-shadow: 0 0 0 0.2rem rgba(65, 0, 147, 0.4) !important;
        }

        .btn.btn-yahoo.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(65, 0, 147, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(65, 0, 147, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(65, 0, 147, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-yahoo:hover {
            -webkit-animation: none;
        }

    .btn.btn-outline-yahoo {
        background: none;
        border-color: #410093;
        color: #370089;
        border-width: 1px;
    }

        .btn.btn-outline-yahoo:not(:disabled):not(.disabled):hover {
            background: #410093;
            border-color: #410093;
            color: white;
        }

        .btn.btn-outline-yahoo:not(:disabled):not(.disabled):focus, .btn.btn-outline-yahoo:not(:disabled):not(.disabled):active {
            background: #230075;
            border-color: #230075;
            color: white;
        }

        .btn.btn-outline-yahoo:not(:disabled):not(.disabled):focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 0, 147, 0.4);
            -moz-box-shadow: 0 0 0 0.2rem rgba(65, 0, 147, 0.4);
            box-shadow: 0 0 0 0.2rem rgba(65, 0, 147, 0.4);
        }

        .btn.btn-outline-yahoo.btn-pulse:not(:disabled):not(.disabled) {
            -webkit-box-shadow: 0 0 0 0 rgba(65, 0, 147, 0.9) !important;
            -moz-box-shadow: 0 0 0 0 rgba(65, 0, 147, 0.9) !important;
            box-shadow: 0 0 0 0 rgba(65, 0, 147, 0.9) !important;
            -webkit-animation: pulse 1.5s infinite !important;
        }

        .btn.btn-outline-yahoo:hover {
            -webkit-animation: none;
        }

    .btn.btn-apple, .btn.btn-google-play {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

        .btn.btn-apple img, .btn.btn-google-play img {
            width: 35px;
            margin-right: 10px;
        }

        .btn.btn-apple i, .btn.btn-google-play i {
            font-size: 40px;
            margin-right: 10px;
        }

        .btn.btn-apple > span, .btn.btn-google-play > span {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: left;
        }

            .btn.btn-apple > span span:nth-child(2), .btn.btn-google-play > span span:nth-child(2) {
                font-size: 20px;
                font-weight: 600;
                margin-top: 5px;
            }

        .btn.btn-apple:hover, .btn.btn-apple:active, .btn.btn-apple:focus, .btn.btn-google-play:hover, .btn.btn-google-play:active, .btn.btn-google-play:focus {
            background: #040507;
            color: white;
        }

    .btn.btn-apple {
        border: 1px solid #040507;
        color: #040507;
    }

    .btn.btn-google-play {
        background: #040507;
        color: white;
    }

        .btn.btn-google-play > span span:nth-child(1) {
            text-transform: uppercase;
            font-size: 12px;
        }

@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        -moz-box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

@-o-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
        -moz-box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

body {
    background-color: #ebebeb;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

    body:not(.form-membership) {
        overflow: hidden;
    }

.btn {
    border-color: transparent;
}

.btn-primary, a[href="#next"], a[href="#previous"] {
    background-color: #3db16b;
}

a {
    color: #007bff;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
        color: #1f934d;
    }

.form-control {
    font-size: 14px;
}

.page-loading {
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background-color: white;
    z-index: 999;
}

.btn-icon {
    margin-right: .5rem;
}

.list-group-item {
    background-color: inherit;
    border-color: #ebebeb;
}

.list-active-group-item {
    background-color: inherit;
    border-color: #ebebeb;
}

ul.list-inline .list-inline-item {
    margin-bottom: .5rem;
}

    ul.list-inline .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

ul.list-inline:not(.social-links) .list-inline-item {
    margin-left: -0.5rem;
}

ul.list-inline.social-links .list-inline-item {
    margin-right: .5rem;
    margin-bottom: .6rem;
}

.files ul.list-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}

    .files ul.list-inline .list-inline-item {
        margin-left: 0;
        margin-right: .5rem;
    }

.connection-error svg {
    margin: 30px 0;
    height: 100px;
    width: 100%;
}

    .connection-error svg path, .connection-error svg circle, .connection-error svg polygon {
        fill: #ea4141;
    }

.form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .form-control:focus {
        border-color: transparent;
        -webkit-box-shadow: 0 0 0 0.05rem #3db16b;
        -moz-box-shadow: 0 0 0 0.05rem #3db16b;
        box-shadow: 0 0 0 0.05rem #3db16b;
    }

.custom-control-label {
    line-height: 25px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #3db16b;
    border-color: #3db16b;
}

.dropdown-menu {
    border-color: #ebebeb;
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px -10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px -10px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px -10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .dropdown-menu .dropdown-item {
        font-size: 14px;
    }

        .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
            background-color: #ebebeb;
            color: black;
        }

figure.avatar {
    display: inline-block;
    margin-bottom: 0;
    height: 2.5rem;
    width: 2.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    figure.avatar .avatar-title {
        color: rgba(255, 255, 255, 0.8);
        background: #d7d7d7;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 19px;
        font-weight: 600;
    }

    figure.avatar > a {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        -moz-transition: color .3s;
        transition: color .3s;
        color: #3db16b;
    }

        figure.avatar > a > img, figure.avatar > img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }


    figure.avatar .avatar-title-black {
        color: black;
        background: white;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 19px;
        font-weight: 600;
    }

    figure.avatar.avatar-sm {
        height: 1.5rem;
        width: 1.5rem;
    }

        figure.avatar.avatar-sm .avatar-title {
            font-size: 14px;
        }

        figure.avatar.avatar-sm.avatar-state-primary:before, figure.avatar.avatar-sm.avatar-state-success:before, figure.avatar.avatar-sm.avatar-state-danger:before, figure.avatar.avatar-sm.avatar-state-warning:before, figure.avatar.avatar-sm.avatar-state-info:before, figure.avatar.avatar-sm.avatar-state-secondary:before, figure.avatar.avatar-sm.avatar-state-light:before, figure.avatar.avatar-sm.avatar-state-dark:before {
            width: .8rem;
            height: .8rem;
        }

    figure.avatar.avatar-lg {
        height: 4rem;
        width: 4rem;
    }

        figure.avatar.avatar-lg .avatar-title {
            font-size: 29px;
        }

        figure.avatar.avatar-lg.avatar-state-primary:before, figure.avatar.avatar-lg.avatar-state-success:before, figure.avatar.avatar-lg.avatar-state-danger:before, figure.avatar.avatar-lg.avatar-state-warning:before, figure.avatar.avatar-lg.avatar-state-info:before, figure.avatar.avatar-lg.avatar-state-secondary:before, figure.avatar.avatar-lg.avatar-state-light:before, figure.avatar.avatar-lg.avatar-state-dark:before {
            width: 1.2rem;
            height: 1.2rem;
            right: -1px;
        }

    figure.avatar.avatar-xl {
        height: 6.3rem;
        width: 6.3rem;
    }

        figure.avatar.avatar-xl .avatar-title {
            font-size: 39px;
        }

        figure.avatar.avatar-xl.avatar-state-primary:before, figure.avatar.avatar-xl.avatar-state-success:before, figure.avatar.avatar-xl.avatar-state-danger:before, figure.avatar.avatar-xl.avatar-state-warning:before, figure.avatar.avatar-xl.avatar-state-info:before, figure.avatar.avatar-xl.avatar-state-secondary:before, figure.avatar.avatar-xl.avatar-state-light:before, figure.avatar.avatar-xl.avatar-state-dark:before {
            width: 1.2rem;
            height: 1.2rem;
            top: 2px;
            right: 7px;
        }

    figure.avatar.avatar-state-primary, figure.avatar.avatar-state-success, figure.avatar.avatar-state-danger, figure.avatar.avatar-state-warning, figure.avatar.avatar-state-info, figure.avatar.avatar-state-secondary, figure.avatar.avatar-state-light, figure.avatar.avatar-state-dark {
        position: relative;
    }

        figure.avatar.avatar-state-primary:before, figure.avatar.avatar-state-success:before, figure.avatar.avatar-state-danger:before, figure.avatar.avatar-state-warning:before, figure.avatar.avatar-state-info:before, figure.avatar.avatar-state-secondary:before, figure.avatar.avatar-state-light:before, figure.avatar.avatar-state-dark:before {
            content: "";
            position: absolute;
            display: block;
            width: 1rem;
            height: 1rem;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            top: -3px;
            right: -3px;
            border: 3px solid white;
        }

        figure.avatar.avatar-state-primary:before {
            background: #3db16b;
        }

        figure.avatar.avatar-state-success:before {
            background: #0abb87;
        }

        figure.avatar.avatar-state-danger:before {
            background: #ea4141;
        }

        figure.avatar.avatar-state-warning:before {
            background: #ff9d36;
        }

        figure.avatar.avatar-state-info:before {
            background: #00bcd4;
        }

        figure.avatar.avatar-state-secondary:before {
            background: dimgray;
        }

        figure.avatar.avatar-state-light:before {
            background: #e6e6e6;
        }

        figure.avatar.avatar-state-dark:before {
            background: #3a3f51;
        }

.avatar-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 2.2rem;
}

    .avatar-group figure.avatar {
        margin-right: -1.2rem !important;
    }

        .avatar-group figure.avatar:last-child {
            margin-right: 0;
        }

        .avatar-group figure.avatar:hover {
            position: relative;
            z-index: 1;
        }

.modal-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

    .modal-content .modal-header {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 30px;
        background-color: whitesmoke;
        border-bottom: none;
    }

        .modal-content .modal-header .modal-title {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 13px;
            font-weight: 600;
        }

            .modal-content .modal-header .modal-title i, .modal-content .modal-header .modal-title figure.avatar {
                margin-right: .7rem;
                font-size: 17px;
            }

            .modal-content .modal-header .modal-title + button {
                text-shadow: none;
                font-size: 14px;
                margin: 0;
                background-color: #e1e1e1;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                padding: 0;
                width: 30px;
                height: 30px;
            }

    .modal-content .modal-body {
        padding: 30px;
    }

    .modal-content .modal-footer {
        border-top: none;
        padding: 30px;
        padding-top: 0;
    }

body:not(.no-blur-effect).modal-open .layout {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

body:not(.no-blur-effect) .modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(0.5);
    -moz-transform: translate(0, 0) scale(0.5);
    -ms-transform: translate(0, 0) scale(0.5);
    -o-transform: translate(0, 0) scale(0.5);
    transform: translate(0, 0) scale(0.5);
}

body:not(.no-blur-effect) .modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.call .modal-content {
    background: black;
    color: rgba(255, 255, 255, 0.6);
}

    .call .modal-content .modal-body {
        padding: 50px 0;
    }

.call .call-background {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    opacity: .2;
}

    .call .call-background + div {
        position: relative;
        z-index: 1;
        text-align: center;
    }

        .call .call-background + div .action-button {
            margin-top: 3rem;
        }

            .call .call-background + div .action-button .btn {
                font-size: 26px;
                width: 70px;
                height: 70px;
                margin: 0 20px;
            }

nav.navigation {
    background: white;
}

    nav.navigation .nav-group {
        width: 70px;
    }

    nav.navigation ul {
        height: 100vh;
        height: -webkit-calc(var(--vh, 1vh) * 100);
        height: -moz-calc(var(--vh, 1vh) * 100);
        height: calc(var(--vh, 1vh) * 100);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

        nav.navigation ul li {
            list-style: none;
        }

            nav.navigation ul li a {
                display: block;
                text-align: center;
                padding: 15px 0;
                color: #828282;
                position: relative;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                -moz-transition: all .3s;
                transition: all .3s;
            }

                nav.navigation ul li a.notifiy_badge:before {
                    content: '';
                    display: block;
                    width: 8px;
                    height: 8px;
                    background-color: #ff7373;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    position: absolute;
                    top: 10px;
                    right: 10px;
                }

                nav.navigation ul li a.active {
                    background-color: #085d9b;
                }

                nav.navigation ul li a.logo {
                    margin-bottom: 1rem;
                    background-color: #464852;
                }

                    nav.navigation ul li a.logo svg path {
                        fill: rgba(255, 255, 255, 0.7);
                    }

                    nav.navigation ul li a.logo svg circle {
                        fill: rgba(255, 255, 255, 0.7);
                    }

                    nav.navigation ul li a.logo i {
                        font-size: 26px;
                    }

                    nav.navigation ul li a.logo:hover, nav.navigation ul li a.logo:focus {
                        background-color: #47bb75;
                    }

                nav.navigation ul li a:hover, nav.navigation ul li a:focus {
                    color: #3db16b;
                }

                nav.navigation ul li a i {
                    font-size: 19px;
                }

            nav.navigation ul li.brackets {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -moz-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

body.rtl {
    direction: rtl;
}

    body.rtl .btn-icon {
        margin-right: 0 !important;
        margin-left: .5rem;
    }

    body.rtl .mr-3.item-rtl {
        margin-right: 0 !important;
        margin-left: 1rem;
    }

    body.rtl ul.nav.nav-tabs {
        padding-right: 0;
    }

    body.rtl .files ul.list-inline, body.rtl ul.social-links {
        padding-right: 0;
    }

        body.rtl .files ul.list-inline li.list-inline-item, body.rtl ul.social-links li.list-inline-item {
            margin-right: 0;
            margin-left: .5rem;
        }

    body.rtl .modal .modal-content {
        text-align: right;
    }

        body.rtl .modal .modal-content .modal-header .modal-title i {
            margin-right: 0;
            margin-left: .7rem;
        }

    body.rtl .modal .modal-footer {
        -webkit-box-pack: end;
        -webkit-justify-content: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    body.rtl .input-group .input-group-prepend .input-group-text {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

    body.rtl .input-group .form-control {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }

    body.rtl .custom-file-label::after {
        right: auto;
        left: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
    }

    body.rtl nav.navigation ul li a.notifiy_badge:before {
        left: 10px;
        right: auto !important;
    }

    body.rtl .sidebar-group .sidebar {
        margin-left: 30px;
        margin-right: 0 !important;
        text-align: right;
    }

        body.rtl .sidebar-group .sidebar > header ul.list-inline li.list-inline-item {
            margin-left: 0 !important;
            margin-right: .5rem !important;
        }

        body.rtl .sidebar-group .sidebar .list-group-item.open-chat:before {
            left: auto;
            right: 0;
        }

        body.rtl .sidebar-group .sidebar .list-active-group-item.active-chat:before {
            left: auto;
            right: 0;
        }

        body.rtl .sidebar-group .sidebar .list-group-item figure {
            margin-right: 0 !important;
            margin-left: 1rem;
        }

        body.rtl .sidebar-group .sidebar .list-group-item .avatar-group figure.avatar {
            margin-right: -2rem !important;
        }

        body.rtl .sidebar-group .sidebar .list-group-item .users-list-body {
            text-align: right;
        }

            body.rtl .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action {
                right: auto !important;
                left: 0;
                -webkit-box-shadow: 8px 1px 10px 5px #fff !important;
                -moz-box-shadow: 8px 1px 10px 5px #fff !important;
                box-shadow: 8px 1px 10px 5px #fff !important;
            }


        body.rtl .sidebar-group .sidebar .list-active-group-item figure {
            margin-right: 0 !important;
            margin-left: 1rem;
        }

        body.rtl .sidebar-group .sidebar .list-active-group-item .avatar-group figure.avatar {
            margin-right: -2rem !important;
        }

        body.rtl .sidebar-group .sidebar .list-active-group-item .users-list-body {
            text-align: right;
        }

            body.rtl .sidebar-group .sidebar .list-active-group-item .users-list-body .users-list-action {
                right: auto !important;
                left: 0;
                -webkit-box-shadow: 8px 1px 10px 5px #fff !important;
                -moz-box-shadow: 8px 1px 10px 5px #fff !important;
                box-shadow: 8px 1px 10px 5px #fff !important;
            }

    body.rtl .list-group {
        padding-right: 0;
    }

    body.rtl .chat .chat-header .chat-header-user {
        text-align: right;
    }

        body.rtl .chat .chat-header .chat-header-user figure {
            margin-right: 0 !important;
            margin-left: 1rem;
        }

    body.rtl .chat .chat-header .chat-header-action .list-inline-item {
        margin-right: .5rem !important;
        margin-left: 0 !important;
    }

    body.rtl .chat .chat-body .messages .message-item {
        text-align: right;
    }

        body.rtl .chat .chat-body .messages .message-item ul {
            padding-right: 0 !important;
        }

        body.rtl .chat .chat-body .messages .message-item .message-content.message-file .file-icon {
            margin-right: 0 !important;
            margin-left: 1rem;
        }

        body.rtl .chat .chat-body .messages .message-item.outgoing-message {
            margin-left: 0 !important;
            margin-right: auto;
        }

    body.rtl .chat + .sidebar-group .sidebar {
        margin-left: 0 !important;
        margin-right: 30px !important;
    }

body.dark {
    background-color: #313139;
    color: whitesmoke;
}

    body.dark .text-muted {
        color: rgba(255, 255, 255, 0.4) !important;
    }

    body.dark nav.navigation {
        background-color: #3a3a44;
    }

        body.dark nav.navigation ul li a {
            color: rgba(255, 255, 255, 0.7);
        }

            body.dark nav.navigation ul li a:hover, body.dark nav.navigation ul li a:focus {
                background-color: #3db16b;
            }

    body.dark .layout .content .sidebar-group .sidebar {
        background-color: #464852;
    }

        body.dark .layout .content .sidebar-group .sidebar .list-group-item .users-list-body p {
            color: rgba(255, 255, 255, 0.4);
        }

        body.dark .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action {
            background-color: #464852;
            -webkit-box-shadow: -8px 1px 10px 5px #464852;
            -moz-box-shadow: -8px 1px 10px 5px #464852;
            box-shadow: -8px 1px 10px 5px #464852;
        }

        body.dark .layout .content .sidebar-group .sidebar .list-active-group-item .users-list-body p {
            color: rgba(255, 255, 255, 0.4);
        }

        body.dark .layout .content .sidebar-group .sidebar .list-active-group-item .users-list-body .users-list-action {
            background-color: #464852;
            -webkit-box-shadow: -8px 1px 10px 5px #464852;
            -moz-box-shadow: -8px 1px 10px 5px #464852;
            box-shadow: -8px 1px 10px 5px #464852;
        }

        body.dark .layout .content .sidebar-group .sidebar > form input[type=text] {
            background-color: #5a5c66;
            color: rgba(255, 255, 255, 0.7);
        }

            body.dark .layout .content .sidebar-group .sidebar > form input[type=text]::-webkit-input-placeholder {
                color: rgba(255, 255, 255, 0.5);
            }

            body.dark .layout .content .sidebar-group .sidebar > form input[type=text]::-moz-placeholder {
                color: rgba(255, 255, 255, 0.5);
            }

            body.dark .layout .content .sidebar-group .sidebar > form input[type=text]::-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.5);
            }

            body.dark .layout .content .sidebar-group .sidebar > form input[type=text]::placeholder {
                color: rgba(255, 255, 255, 0.5);
            }

    body.dark .layout .content .chat .chat-header {
        border-bottom-color: #32343e;
    }

    body.dark .layout .content .chat .chat-body .messages .message-item .message-content {
        background-color: #464852;
    }

    body.dark .layout .content .chat .chat-body .messages .message-item.outgoing-message .message-content {
        background-color: rgba(61, 177, 107, 0.3);
    }

    body.dark .layout .content .chat .chat-footer {
        border-top-color: #32343e;
    }

        body.dark .layout .content .chat .chat-footer form {
            background-color: whitesmoke;
        }

            body.dark .layout .content .chat .chat-footer form input[type=text] {
                color: rgba(255, 255, 255, 0.7);
            }

                body.dark .layout .content .chat .chat-footer form input[type=text]::-webkit-input-placeholder {
                    color: rgba(255, 255, 255, 0.5);
                }

                body.dark .layout .content .chat .chat-footer form input[type=text]::-moz-placeholder {
                    color: rgba(255, 255, 255, 0.5);
                }

                body.dark .layout .content .chat .chat-footer form input[type=text]::-ms-input-placeholder {
                    color: rgba(255, 255, 255, 0.5);
                }

                body.dark .layout .content .chat .chat-footer form input[type=text]::placeholder {
                    color: rgba(255, 255, 255, 0.5);
                }

    body.dark.rtl .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action {
        -webkit-box-shadow: 8px 1px 10px 5px #464852 !important;
        -moz-box-shadow: 8px 1px 10px 5px #464852 !important;
        box-shadow: 8px 1px 10px 5px #464852 !important;
    }

    body.dark.rtl .layout .content .sidebar-group .sidebar .list-active-group-item .users-list-body .users-list-action {
        -webkit-box-shadow: 8px 1px 10px 5px #464852 !important;
        -moz-box-shadow: 8px 1px 10px 5px #464852 !important;
        box-shadow: 8px 1px 10px 5px #464852 !important;
    }

    body.dark .modal-content {
        background-color: #4f5059;
    }

        body.dark .modal-content .modal-header {
            background-color: #5a5c66;
        }

    body.dark .list-group-item {
        border-color: #5a5c66;
    }

    body.dark .list-active-group-item {
        border-color: #5a5c66;
    }

    body.dark .dropdown-menu {
        background-color: #5b5c66;
        border-color: transparent;
    }

        body.dark .dropdown-menu .dropdown-item {
            color: rgba(255, 255, 255, 0.7);
        }

            body.dark .dropdown-menu .dropdown-item:focus, body.dark .dropdown-menu .dropdown-item:hover, body.dark .dropdown-menu .dropdown-item:active, body.dark .dropdown-menu .dropdown-item.active {
                background-color: #464852;
            }

    body.dark input[type=text], body.dark textarea, body.dark select {
        background-color: #313139;
        color: rgba(255, 255, 255, 0.7);
        border-color: #000;
    }

        body.dark input[type=text]:focus, body.dark textarea:focus, body.dark select:focus {
            color: rgba(255, 255, 255, 0.7);
            background-color: #5a5c66;
            border-color: #aaacb6;
        }

        body.dark input[type=text]::-webkit-input-placeholder, body.dark textarea::-webkit-input-placeholder, body.dark select::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        body.dark input[type=text]::-moz-placeholder, body.dark textarea::-moz-placeholder, body.dark select::-moz-placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        body.dark input[type=text]::-ms-input-placeholder, body.dark textarea::-ms-input-placeholder, body.dark select::-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        body.dark input[type=text]::placeholder, body.dark textarea::placeholder, body.dark select::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

    body.dark .custom-control-label::before {
        background-color: #5a5c66;
        border-color: #6e707a;
    }

    body.dark .input-group-text {
        background-color: #464852;
        color: rgba(255, 255, 255, 0.7);
        border-color: #6e707a;
    }

    body.dark .nav-tabs .nav-link.active {
        border-color: #5b5b6e;
        border-bottom-color: #464852;
        background-color: #046db2 !important;
        color: rgba(255, 255, 255, 0.7);
    }

    body.dark .nav-tabs .nav-link:hover, body.dark .nav-tabs .nav-link:focus {
        --p: 100%;
        color: #fff !important;
        border-color: #5a5c66;
        border-bottom-color: #464852;
    }

    body.dark .nav-tabs {
        border-bottom-color: #5a5c66;
    }

    body.dark .custom-file-label {
        background-color: #5a5c66;
        border-color: #6e707a;
        color: rgba(255, 255, 255, 0.7);
    }

        body.dark .custom-file-label:after {
            background-color: #464852;
            color: rgba(255, 255, 255, 0.7);
        }

    body.dark .btn.btn-light {
        background-color: #52556a;
        border-color: transparent;
        color: rgba(255, 255, 255, 0.7);
    }

        body.dark .btn.btn-light:focus, body.dark .btn.btn-light:hover {
            border-color: transparent !important;
            background-color: #5a5c66 !important;
            color: rgba(255, 255, 255, 0.8) !important;
            -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 92, 102, 0.6) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(90, 92, 102, 0.6) !important;
            box-shadow: 0 0 0 0.2rem rgba(90, 92, 102, 0.6) !important;
        }

    body.dark .btn.btn-light2 {
        background-color: #464852;
        border-color: transparent;
        color: rgba(255, 255, 255, 0.7);
    }

        body.dark .btn.btn-light2:focus, body.dark .btn.btn-light2:hover {
            border-color: transparent !important;
            background-color: #5a5c66 !important;
            color: rgba(255, 255, 255, 0.8) !important;
            -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 92, 102, 0.6) !important;
            -moz-box-shadow: 0 0 0 0.2rem rgba(90, 92, 102, 0.6) !important;
            box-shadow: 0 0 0 0.2rem rgba(90, 92, 102, 0.6) !important;
        }

    body.dark figure.avatar.avatar-state-danger:before, body.dark figure.avatar.avatar-state-dark:before, body.dark figure.avatar.avatar-state-info:before, body.dark figure.avatar.avatar-state-light:before, body.dark figure.avatar.avatar-state-primary:before, body.dark figure.avatar.avatar-state-secondary:before, body.dark figure.avatar.avatar-state-success:before, body.dark figure.avatar.avatar-state-warning:before {
        border-color: #464852;
    }

body.form-membership {
    background: url(../../dist/media/img/robot-hd-wallpaper.png) #272935;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 3rem 0;
}

    body.form-membership .form-wrapper {
        background-color: rgb(39 41 53 / 73%);
        padding: 3rem;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 430px;
        margin: 50px auto;
        text-align: center;
    }

        body.form-membership .form-wrapper .logo {
            background-color: rgb(39 41 53 / 73%);
            width: 100px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 100px;
            text-align: center;
            margin-bottom: 2rem;
            margin-top: -100px;
            margin-left: auto;
            margin-right: auto;
        }

        body.form-membership .form-wrapper h5 {
            text-align: center;
            margin-bottom: 2rem;
        }

        body.form-membership .form-wrapper form .form-control {
            margin-bottom: 1.5rem;
        }

        body.form-membership .form-wrapper hr {
            margin: 2rem 0;
        }

@media screen and (max-width: 1200px) {
    body:not(.rtl) .sidebar-group {
        position: fixed;
        right: -50%;
        top: 0;
        bottom: 0;
        width: 30%;
        opacity: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        -webkit-box-shadow: 25px 0px 30px 5px black;
        -moz-box-shadow: 25px 0px 30px 5px black;
        box-shadow: 25px 0px 30px 5px black;
        visibility: hidden;
    }

        body:not(.rtl) .sidebar-group .sidebar {
            width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
        }

        body:not(.rtl) .sidebar-group.mobile-open {
            opacity: 1;
            right: 0;
            visibility: visible;
        }

    body.rtl .sidebar-group {
        position: fixed;
        left: -50%;
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        -webkit-box-shadow: -25px 0px 30px 5px black;
        -moz-box-shadow: -25px 0px 30px 5px black;
        box-shadow: -25px 0px 30px 5px black;
        visibility: hidden;
    }

        body.rtl .sidebar-group .sidebar {
            width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
        }

        body.rtl .sidebar-group.mobile-open {
            opacity: 1;
            left: 0;
            visibility: visible;
        }

    body.rtl .chat + .sidebar-group .sidebar {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    body:not(.rtl) .sidebar-group, body .sidebar-group {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    body:not(.rtl) .sidebar-group, body .sidebar-group {
        width: 75%;
    }

        body:not(.rtl) .sidebar-group .sidebar .list-group-item .users-list-body h5, body .sidebar-group .sidebar .list-group-item .users-list-body h5 {
            font-size: 21px !important;
        }
        body:not(.rtl) .sidebar-group .sidebar .list-active-group-item .users-list-body h5, body .sidebar-group .sidebar .list-active-group-item .users-list-body h5 {
            font-size: 21px !important;
        }

    .layout .content {
        padding: 5px !important;
    }

        .layout .content .chat .chat-header {
            display: block !important;
            padding-bottom: 15px !important;
        }

            .layout .content .chat .chat-header .chat-header-user h5 {
                font-size: 19px !important;
            }

            .layout .content .chat .chat-header .chat-header-action {
                margin-top: 15px;
            }

        .layout .content .chat .chat-body .messages .message-item {
            max-width: 100% !important;
        }
}

@media screen and (max-width: 576px) {
    body:not(.rtl) .sidebar-group, body .sidebar-group {
        width: 100%;
    }

    body.form-membership {
        padding: 20px;
    }

        body.form-membership .form-wrapper {
            padding-right: 20px;
            padding-left: 20px;
            width: 100% !important;
            margin-bottom: 20px;
        }
}

.tab-content {
    padding-top: 30px;
    background: linear-gradient(83deg, rgb(139 141 149) 0%, rgb(150 154 175) 35%, rgb(196 196 199) 100%) !important;
    border: 2px;
    border-radius: 5px;
    color: #046db2;
}

    .tab-content .form-item {
        margin-bottom: .8rem;
    }

.tab-content-x {
    padding-top: 30px;
    background-color: #ffffff;
    border: 2px;
    border-radius: 5px;
    color: #464852;
}

    .tab-content-x .form-item {
        margin-bottom: .8rem;
    }
.layout {
    height: 100vh;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: -moz-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

    .layout .content {
        padding: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;

    }

        .layout .content .sidebar-group {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .layout .content .sidebar-group .sidebar {
                margin-right: 30px;
                background: white;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                overflow: hidden;
                width: 330px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -moz-box-orient: vertical;
                -moz-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -moz-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

                .layout .content .sidebar-group .sidebar:not(.active) {
                    display: none;
                }

                .layout .content .sidebar-group .sidebar > header {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -moz-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    padding: 20px;
                    height: 80px;
                    font-weight: 700;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                }

                    .layout .content .sidebar-group .sidebar > header > span {
                        font-size: 22px;
                    }

                    .layout .content .sidebar-group .sidebar > header ul {
                        margin-bottom: 0;
                    }

                        .layout .content .sidebar-group .sidebar > header ul li {
                            margin-bottom: 0;
                        }

                .layout .content .sidebar-group .sidebar > form {
                    padding: 10px 20px;
                }

                    .layout .content .sidebar-group .sidebar > form input[type="text"] {
                        -webkit-border-radius: 5px;
                        -moz-border-radius: 5px;
                        border-radius: 5px;
                        border: none;
                        height: auto;
                        padding: 10px 15px;
                        background-color: #ebebeb;
                    }

                        .layout .content .sidebar-group .sidebar > form input[type="text"]:focus {
                            -webkit-box-shadow: none;
                            -moz-box-shadow: none;
                            box-shadow: none;
                        }

                .layout .content .sidebar-group .sidebar .sidebar-body {
                    -webkit-box-flex: 1;
                    -webkit-flex: 1;
                    -moz-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    overflow: auto;
                }

                .layout .content .sidebar-group .sidebar .sidebar-body-2 {
                    background-color: #5a5c66;
                    max-height: 50px;
                    text-align: center;
                }

                .layout .content .sidebar-group .sidebar .list-group-item {
                    padding: 20px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    cursor: pointer;
                }

                    .layout .content .sidebar-group .sidebar .list-group-item:before {
                        content: '';
                        position: absolute;
                        display: block;
                        width: 5px;
                        background-color: #1f5e8a;
                        opacity: 0;
                        top: 0;
                        bottom: 0;
                        left: 0;
                    }

                    .layout .content .sidebar-group .sidebar .list-group-item.open-chat:before {
                        opacity: 1;
                    }

                    .layout .content .sidebar-group .sidebar .list-group-item.open-chat .users-list-body p {
                        font-weight: 600;
                        color: #646464;
                    }

                    .layout .content .sidebar-group .sidebar .list-group-item figure {
                        margin-right: 1rem;
                    }

                    .layout .content .sidebar-group .sidebar .list-group-item .users-list-body {
                        -webkit-box-flex: 1;
                        -webkit-flex: 1;
                        -moz-box-flex: 1;
                        -ms-flex: 1;
                        flex: 1;
                        position: relative;
                        min-width: 0px;
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -moz-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -webkit-flex-direction: column;
                        -moz-box-orient: vertical;
                        -moz-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                    }

                        .layout .content .sidebar-group .sidebar .list-group-item .users-list-body h5 {
                            white-space: nowrap;
                            -o-text-overflow: ellipsis;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            font-size: 16px;
                            font-weight: 600;
                            margin-bottom: .2rem;
                            line-height: 1;
                        }

                        .layout .content .sidebar-group .sidebar .list-group-item .users-list-body p {
                            white-space: nowrap;
                            -o-text-overflow: ellipsis;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            margin-bottom: 0;
                            color: #969696;
                        }

                        .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action {
                            position: absolute;
                            right: 0;
                            top: 0;
                            background: white;
                            -webkit-box-shadow: -8px 1px 10px 5px #ffffff;
                            -moz-box-shadow: -8px 1px 10px 5px #ffffff;
                            box-shadow: -8px 1px 10px 5px #ffffff;
                            bottom: 0;
                            padding: 0 5px;
                        }

                            .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action [data-toggle="dropdown"] i {
                                font-size: 18px;
                            }

                            .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action .new-message-count {
                                width: 23px;
                                display: -webkit-box;
                                display: -webkit-flex;
                                display: -moz-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -webkit-align-items: center;
                                -moz-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                -webkit-box-pack: center;
                                -webkit-justify-content: center;
                                -moz-box-pack: center;
                                -ms-flex-pack: center;
                                justify-content: center;
                                line-height: 0;
                                font-size: 13px;
                                height: 23px;
                                background-color: #3db16b;
                                color: white;
                                -webkit-border-radius: 50%;
                                -moz-border-radius: 50%;
                                border-radius: 50%;
                            }

                            .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action.action-toggle {
                                display: none;
                            }

                    .layout .content .sidebar-group .sidebar .list-group-item:hover .users-list-action.action-toggle {
                        display: block;
                    }


                .layout .content .sidebar-group .sidebar .list-active-group-item {
                    padding: 20px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    cursor: pointer;
                }

                    .layout .content .sidebar-group .sidebar .list-active-group-item:before {
                        content: '';
                        position: absolute;
                        display: block;
                        width: 5px;
                        background-color: #ffb700;
                        opacity: 0;
                        top: 0;
                        bottom: 0;
                        left: 0;
                    }

                    .layout .content .sidebar-group .sidebar .list-active-group-item.active-chat:before {
                        opacity: 1;
                    }

                    .layout .content .sidebar-group .sidebar .list-active-group-item.active-chat .users-list-body p {
                        font-weight: 600;
                        color: #646464;
                    }

                    .layout .content .sidebar-group .sidebar .list-active-group-item figure {
                        margin-right: 1rem;
                    }

                    .layout .content .sidebar-group .sidebar .list-active-group-item .users-list-body {
                        -webkit-box-flex: 1;
                        -webkit-flex: 1;
                        -moz-box-flex: 1;
                        -ms-flex: 1;
                        flex: 1;
                        position: relative;
                        min-width: 0px;
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -moz-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -webkit-flex-direction: column;
                        -moz-box-orient: vertical;
                        -moz-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                    }

                        .layout .content .sidebar-group .sidebar .list-active-group-item .users-list-body h5 {
                            white-space: nowrap;
                            -o-text-overflow: ellipsis;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            font-size: 16px;
                            font-weight: 600;
                            margin-bottom: .2rem;
                            line-height: 1;
                        }

                        .layout .content .sidebar-group .sidebar .list-active-group-item .users-list-body p {
                            white-space: nowrap;
                            -o-text-overflow: ellipsis;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            margin-bottom: 0;
                            color: #969696;
                        }

                        .layout .content .sidebar-group .sidebar .list-active-group-item .users-list-body .users-list-action {
                            position: absolute;
                            right: 0;
                            top: 0;
                            background: white;
                            -webkit-box-shadow: -8px 1px 10px 5px #ffffff;
                            -moz-box-shadow: -8px 1px 10px 5px #ffffff;
                            box-shadow: -8px 1px 10px 5px #ffffff;
                            bottom: 0;
                            padding: 0 5px;
                        }

                            .layout .content .sidebar-group .sidebar .list-active-group-item .users-list-body .users-list-action [data-toggle="dropdown"] i {
                                font-size: 18px;
                            }

                            .layout .content .sidebar-group .sidebar .list-active-group-item .users-list-body .users-list-action .new-message-count {
                                width: 23px;
                                display: -webkit-box;
                                display: -webkit-flex;
                                display: -moz-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -webkit-align-items: center;
                                -moz-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                -webkit-box-pack: center;
                                -webkit-justify-content: center;
                                -moz-box-pack: center;
                                -ms-flex-pack: center;
                                justify-content: center;
                                line-height: 0;
                                font-size: 13px;
                                height: 23px;
                                background-color: #3db16b;
                                color: white;
                                -webkit-border-radius: 50%;
                                -moz-border-radius: 50%;
                                border-radius: 50%;
                            }

                            .layout .content .sidebar-group .sidebar .list-active-group-item .users-list-body .users-list-action.action-toggle {
                                display: none;
                            }

                    .layout .content .sidebar-group .sidebar .list-active-group-item:hover .users-list-action.action-toggle {
                        display: block;
                    }

        .layout .content .chat {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .layout .content .chat .chat-header {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -moz-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                border-bottom: 2px solid #e1e1e1;
                padding-bottom: 20px;
            }

                .layout .content .chat .chat-header .chat-header-user {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .layout .content .chat .chat-header .chat-header-user figure {
                        margin-right: 1rem;
                    }

                    .layout .content .chat .chat-header .chat-header-user h5 {
                        font-size: 16px;
                        font-weight: 600;
                        margin-bottom: 0;
                        line-height: 1;
                    }

                .layout .content .chat .chat-header .chat-header-action ul {
                    margin-bottom: 0;
                }

                    .layout .content .chat .chat-header .chat-header-action ul > li > a {
                        font-size: 16px;
                    }

            .layout .content .chat .chat-body {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -moz-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                margin: 20px 0;
            }

                .layout .content .chat .chat-body:not(.no-message) {
                    overflow: auto;
                }

                .layout .content .chat .chat-body.no-message {
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

                    .layout .content .chat .chat-body.no-message .no-message-container {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -moz-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -moz-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -webkit-justify-content: center;
                        -moz-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -webkit-flex-direction: column;
                        -moz-box-orient: vertical;
                        -moz-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        height: 100%;
                    }

                        .layout .content .chat .chat-body.no-message .no-message-container i {
                            font-size: 7em;
                            opacity: .15;
                            margin-bottom: 15px;
                        }

                        .layout .content .chat .chat-body.no-message .no-message-container p {
                            font-size: 16px;
                            color: #828282;
                        }

                .layout .content .chat .chat-body .messages {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -webkit-flex-direction: column;
                    -moz-box-orient: vertical;
                    -moz-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-align: start;
                    -webkit-align-items: flex-start;
                    -moz-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                }

                    .layout .content .chat .chat-body .messages .message-item {
                        max-width: 75%;
                        margin-bottom: 20px;
                    }

                        .layout .content .chat .chat-body .messages .message-item .message-content {
                            background: white;
                            -webkit-border-radius: 5px;
                            -moz-border-radius: 5px;
                            border-radius: 5px;
                            padding: 10px 20px;
                        }

                            .layout .content .chat .chat-body .messages .message-item .message-content.message-file {
                                display: -webkit-box;
                                display: -webkit-flex;
                                display: -moz-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -webkit-align-items: center;
                                -moz-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                word-break: break-word;
                            }

                                .layout .content .chat .chat-body .messages .message-item .message-content.message-file .file-icon {
                                    font-size: 24px;
                                    margin-right: 1rem;
                                    color: #828282;
                                }

                                .layout .content .chat .chat-body .messages .message-item .message-content.message-file ul {
                                    margin-top: 3px;
                                    margin-bottom: 0;
                                }

                                    .layout .content .chat .chat-body .messages .message-item .message-content.message-file ul li.list-inline-item {
                                        margin-left: 0;
                                        margin-right: .5rem;
                                    }

                        .layout .content .chat .chat-body .messages .message-item .message-action {
                            color: #828282;
                            margin-top: 5px;
                            font-style: italic;
                            font-size: 12px;
                        }

                            .layout .content .chat .chat-body .messages .message-item .message-action .ti-double-check:before, .layout .content .chat .chat-body .messages .message-item .message-action .ti-double-check:after {
                                content: "\e64c";
                                font-family: 'themify';
                            }

                            .layout .content .chat .chat-body .messages .message-item .message-action .ti-double-check:after {
                                margin-left: -4px;
                            }

                        .layout .content .chat .chat-body .messages .message-item.outgoing-message {
                            margin-left: auto;
                        }

                            .layout .content .chat .chat-body .messages .message-item.outgoing-message .message-content {
                                background-color: #cdcdcd;
                            }

                            .layout .content .chat .chat-body .messages .message-item.outgoing-message .message-action {
                                text-align: right;
                            }

            .layout .content .chat .chat-footer {
                border-top: 2px solid #e1e1e1;
                padding-top: 2px;
                background-color: #313139;
            }

                .layout .content .chat .chat-footer form {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    padding: 10px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    background-color: whitesmoke;
                }

                    .layout .content .chat .chat-footer form .form-buttons {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -moz-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

                        .layout .content .chat .chat-footer form .form-buttons .btn {
                            margin-left: .5rem;
                        }

                    .layout .content .chat .chat-footer form input[type="text"] {
                        border: none;
                        background-color: inherit;
                    }

                        .layout .content .chat .chat-footer form input[type="text"]:focus {
                            -webkit-box-shadow: none;
                            -moz-box-shadow: none;
                            box-shadow: none;
                        }

            .layout .content .chat + .sidebar-group {
                margin-right: 0px;
            }

                .layout .content .chat + .sidebar-group .sidebar {
                    margin-left: 30px;
                    margin-right: 0px;
                }



.dashboard-container .each {
    color: #272935;
    display: block;
    width: 100%;
    min-height: 280px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: none;
    border: solid 1px #E9E9E9;
    text-align: center;
    padding: 30px;
    text-decoration: none;
    position: relative;
}

.user-welcome {
    text-align: center;
}

    .user-welcome .avatar {
        background: #F7F7FC;
        border: solid 1px #E9E9E9;
        width: 60px;
        height: 60px;
        border-radius: 100px;
        margin: -5px auto;
        font-weight: bolder;
        padding: 20px 0;
        text-align: center;
    }

.welcome-head {
    text-align: center;
    margin: 20px auto;
}

    .welcome-head i {
        font-size: 50px;
    }

.welcome-stat {
    margin-top: 50px;
}

    .welcome-stat .col {
        padding: 0;
        font-size: 11px !important;
        text-align: center;
    }

        .welcome-stat .col .count {
            display: block;
            text-align: center;
            font-size: 30px !important;
        }

.dashboard-container .each-menu {
    border: solid 1px #4c4747;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px 0;
    color: #d2d7dc;
}

    .dashboard-container .each-menu i {
        font-size: 70px;
    }

    .dashboard-container .each-menu .info {
        display: block;
        color: #3db16b;
        margin-bottom: 20px;
    }


.statistics-container .each {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    border: solid 2px #E2E2E2;
    position: relative;
    overflow: hidden;
}

@media(max-width: 800px) {
    .statistics-container .each {
        margin-bottom: 10px;
    }
}

.statistics-container .each .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 40px;
    background: #E2E2E2;
    color: #000;
    border-radius: 100px;
    bottom: -25px;
    left: -17px;
}

    .statistics-container .each .icon i {
        font-size: 40px;
        color: grey;
        position: relative;
        top: 13px;
    }

.statistics-container .each .count {
    text-align: center;
    padding: 20px 0;
    color: rgba(0,0,0,0.6);
    font-weight: 600;
}

    .statistics-container .each .count span {
        display: block;
        color: #ffffff;
        font-size: 40px;
    }


.left-pane .compose-btn {
    background-color: #ff4d93;
    background-image: -webkit-linear-gradient(-315deg, #ff4d93 0%, #ff4d93 40%, #ff7512 60%, #ff7512 100%);
    background-image: linear-gradient(45deg, #ff4d93 0%, #ff4d93 40%, #ff7512 60%, #ff7512 100%);
    background-size: 500% 110%;
    background-position: 50%;
    border: 2px solid transparent;
    color: #ffffff !important;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 3px 0;
    text-align: center;
    margin: auto;
}

.right-pane {
    width: 100%;
    float: left;
    padding-left: 80px;
}

    .right-pane .inner-container {
        width: 100%;
        position: relative;
    }

        .right-pane .inner-container .inner-left-pane {
            width: 320px;
            border-right: solid 1px #F2F4F5;
            height: calc(100vh - 60px);
            position: absolute;
            left: 0;
            top: 0;
            overflow: hidden;
            overflow-x: hidden;
            background: #ffffff;
        }

        .right-pane .inner-container .inner-right-pane {
            padding-left: 320px;
            height: calc(100vh - 60px);
        }

    .right-pane .inner-container-sm .inner-left-pane {
        width: 250px;
    }

    .right-pane .inner-container-sm .inner-right-pane {
        padding-left: 250px;
    }


.achats {
    color: whitesmoke;
}

.liachick {
    background-color: #272935 !important;
}

.achats:hover, achats:focus {
    background-color: #52556a !important;
    text-decoration: none !important;
    outline: none !important;
    color: white !important;
}

.achatsactive {
    background-color: lightslategray;
    text-decoration: none;
    outline: none;
    color: white;
}

.achats .ptag {
    color: #a2a3a5;
}

    .achats .ptag:hover {
        color: #3db16b !important;
    }

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover {
        color: #000000;
        text-decoration: none;
        opacity: 0.4;
        filter: alpha(opacity=40);
        cursor: pointer;
    }

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }


.nav-tabs .nav-link {
    background: linear-gradient(rgb(0 115 210) 0 0) var(--p, 0) / var(--p, 0) no-repeat !important;
    transition: .4s, background-position 0s;
    background: #00000008;
}

.nav-tabs .nav-link-sub {
    background: #00000008;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .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%;
    }

.smallx-column {
    float: left;
    position: relative;
    display: inline-block;
    width: 10%;
    padding: 0px 10px;
}


.small-column {
    float: left;
    position: relative;
    display: inline-block;
    width: 16.6666%;
    padding: 0px 10px;
}

.medium-column {
    float: left;
    position: relative;
    width: 25%;
    display: inline-block;
    padding: 0px 10px;
}

.large-column {
    float: left;
    display: inline-block;
    position: relative;
    width: 58.3333%;
    padding: 0px 10px;
}

    .large-column > label, .medium-column > label, .small-column > label {
        font-size: 14px;
        font-weight: 400 !important;
        margin-bottom: 3px;
    }

ul.odalar {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

    ul.odalar > li.checkbox {
        display: inline-block;
        width: 50%;
        float: left;
    }

        ul.odalar > li.checkbox > label {
            font-size: 14px;
            font-weight: 500;
            position: relative;
        }

            ul.odalar > li.checkbox > label > span {
                font-size: 14px;
                font-weight: 300;
            }

.oda-slider {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

    .oda-slider > .item {
        display: inline-block;
        width: 15%;
        padding: 5px;
    }

        .oda-slider > .item > .oda {
            background: white;
            border-radius: 8px;
            box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
            overflow: hidden;
            padding-bottom: 5px;
            display: inline-block;
            width: 100%;
        }

            .oda-slider > .item > .oda > .img {
                display: inline-block;
                width: 100%;
            }

                .oda-slider > .item > .oda > .img > img {
                    width: 100%;
                }

            .oda-slider > .item > .oda > .oda-adi {
                display: inline-block;
                width: 100%;
                margin-top: 5px;
                font-size: 14px;
                font-weight: 500;
                padding: 0px 10px;
                margin-bottom: 7px;
            }

            .oda-slider > .item > .oda > .oda-fiyat {
                font-size: 11px !important;
                font-weight: 300;
                padding: 0px 10px;
            }
/*
.modal-header {
    background: none;
    padding: 5px;
    border-bottom: none;
}

.text-mesaj {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .text-mesaj > textarea {
        height: 120px;
    }

.tab-pane button.btn.btn-default {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    margin: 10px;
    background: white;
    transition: all .3s;
}

    .tab-pane button.btn.btn-default:hover {
        transition: all .3s;
        background: #F98E3B;
    }*/

li.checkbox > label > span > i {
    font-size: 12px;
    text-decoration: line-through;
}


.message-center-red .oda-slider {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

    .message-center-red .oda-slider > .item {
        display: inline-block;
        width: 25%;
        padding: 5px;
    }

        .message-center-red .oda-slider > .item > .oda {
            background: white;
            border-radius: 8px;
            box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
            overflow: hidden;
            padding-bottom: 5px;
            display: inline-block;
            width: 100%;
        }

            .message-center-red .oda-slider > .item > .oda > .img {
                display: inline-block;
                width: 100%;
            }

                .message-center-red .oda-slider > .item > .oda > .img > img {
                    width: 100%;
                }

            .message-center-red .oda-slider > .item > .oda > .oda-adi {
                display: inline-block;
                width: 100%;
                margin-top: 5px;
                font-size: 9px;
                font-weight: 500;
                padding: 0px 10px;
                margin-bottom: 7px;
            }

            .message-center-red .oda-slider > .item > .oda > .oda-fiyat {
                font-size: 9px !important;
                font-weight: 300;
                padding: 0px 10px;
            }

@media screen and (max-width: 992px) {
    .message-center-red .oda-slider > .item {
        display: inline-block;
        width: 25%;
        padding: 5px;
    }

    .message-content .oda-slider > .item {
        display: inline-block;
        width: 25%;
        padding: 5px;
    }

    .sidebar-group.mobile-open {
        z-index: 10;
    }
}

@media screen and (max-width: 1200px) {
    .message-center-red .oda-slider > .item {
        display: inline-block;
        width: 50%;
        padding: 5px;
    }

    .message-content .oda-slider > .item {
        display: inline-block;
        width: 50%;
        padding: 5px;
    }
}

@media screen and (max-width: 1440px) {

    body {
        -moz-transform: scale(0.75, 0.75) !important; /* Moz-browsers */
        zoom: 0.75 !important; /* Other non-webkit browsers */
        zoom: 75% !important; /* Webkit browsers */
    }

    .modal-backdrop {
        width: 135vw;
        height: 135vh;
    }

    .layout {
        height: 135vh !important;
        height: -webkit-calc(var(--vh, 1vh) * 135) !important;
        height: -moz-calc(var(--vh, 1vh) * 135) !important;
        height: calc(var(--vh, 1vh) * 135) !important;
    }

    .message-center-red .oda-slider > .item {
        display: inline-block;
        width: 40%;
        padding: 5px;
    }

    .message-content .oda-slider > .item {
        display: inline-block;
        width: 40%;
        padding: 5px;
    }

    .sidebar-group.mobile-open {
        z-index: 10;
    }
}


@media screen and (max-width: 768px) {
    .message-center-red .oda-slider > .item {
        display: inline-block;
        width: 50%;
        padding: 5px;
    }

    .message-content .oda-slider > .item {
        display: inline-block;
        width: 50%;
        padding: 5px;
    }

    .sidebar-group.mobile-open {
        z-index: 10;
    }
}

@media screen and (max-width: 576px) {
    .message-center-red .oda-slider > .item {
        display: inline-block;
        width: 50%;
        padding: 5px;
    }

    .message-content .oda-slider > .item {
        display: inline-block;
        width: 50%;
        padding: 5px;
    }

    .sidebar-group.mobile-open {
        z-index: 10;
    }
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .message-center-red .oda-slider > .item {
        display: inline-block;
        width: 50%;
        padding: 5px;
    }

    .message-content .oda-slider > .item {
        display: inline-block;
        width: 50%;
        padding: 5px;
    }

    .sidebar-group.mobile-open {
        z-index: 10;
    }
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    .message-center-red .oda-slider > .item {
        display: inline-block;
        width: 100%;
        padding: 5px;
    }

    .message-content .oda-slider > .item {
        display: inline-block;
        width: 100%;
        padding: 5px;
    }

    .sidebar-group.mobile-open {
        z-index: 10;
    }
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    .message-center-red .oda-slider > .item {
        display: inline-block;
        width: 100%;
        padding: 5px;
    }

    .message-content .oda-slider > .item {
        display: inline-block;
        width: 100%;
        padding: 5px;
    }

    .sidebar-group.mobile-open {
        z-index: 10;
    }
}




/*
 width 
::-webkit-scrollbar {
    width: auto;
}

 Track 
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

 Handle 
::-webkit-scrollbar-thumb {
    background: #5a5c66;
}

     Handle on hover 
    ::-webkit-scrollbar-thumb:hover {
        background: #5a5c66;
    }*/



.tableTeam {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    .tableTeam caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    .tableTeam tr {
        background-color: #3e3f46;
        border: 1px solid #ddd;
        padding: .35em;
    }

    .tableTeam th,
    .tableTeam td {
        padding: .625em;
        text-align: center;
    }

    .tableTeam th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

@media screen and (max-width: 600px) {
    .tableTeam {
        border: 0;
    }

        .tableTeam caption {
            font-size: 1.3em;
        }

        .tableTeam thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .tableTeam tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .tableTeam td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            .tableTeam td::before {
                /*
    * aria-label has no advantage, it won't be read inside a .tableTeam
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .tableTeam td:last-child {
                border-bottom: 0;
            }
}
