/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2024. ápr. 28., 19:24:52
    Author     : Creatus
*/
main {
    background:  url(../../img/bg4.png) !important; 
    background-position: top !important;
    background-size: 100% auto !important; 
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    padding-bottom: 16px !important;
    background-color: hsla(0, 0%, 0%, 0.6);
}
.page {
    border-radius: 12px !important;
    padding: 8px 18px !important;
    background-color: #316aa6 !important;
    color: #fff !important;
}
.page-section {
    opacity: .9 !important;
}
.dark-mode input:-webkit-autofill, .dark-mode input:-webkit-autofill:hover, .dark-mode input:-webkit-autofill:focus, .dark-mode textarea:-webkit-autofill, .dark-mode textarea:-webkit-autofill:hover, .dark-mode textarea:-webkit-autofill:focus, .dark-mode select:-webkit-autofill, .dark-mode select:-webkit-autofill:hover, .dark-mode select:-webkit-autofill:focus {
    -webkit-text-fill-color: currentColor !important;
}
/* Kép feltöltése */
.image-for-input+img {
    cursor: pointer !important;
    max-height: 200px;
    width: auto;
    border-radius: 0;
    padding: 4px;
    transition: border-radius 0.6s linear;
}
.image-for-input+img:hover {
    border-radius: 32px;
}
.img-error, .img-danger {
    background-color: #dc3545 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-pink {
    background-color: #d63384 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-purple {
    background-color: #6f42c1 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-indigo {
    background-color: #6610f2 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-white {
    background-color: #fff !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-light {
    background-color: #f8f9fa !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-dark {
    background-color: #212529 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-gray {
    background-color: #6c757d !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-gray-dark {
    background-color: #343a40 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-success {
    background-color: #198754 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-orange {
    background-color: #fd7e14 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-warning {
    background-color: #ffc107 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-info {
    background-color: #0dcaf0 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-primary {
    background-color: #0d6efd !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-teal {
    background-color: #20c997 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.img-cyan {
    background-color: #0dcaf0 !important;
    padding: 4px;
    border-radius: 8px;
    opacity: .8;
}
.status-fixed {
    position: fixed !important;
    right: 24px !important;
    top: 64px !important;
    z-index: 10 !important;
}
.ol-separate:not([size]) {
    position: relative !important;
    height: 4px !important;
    background-color: #777;
    opacity: .8;
}
.ol-link  {
    color: #E4D023 !important;
    font-weight: bold;
    text-decoration: none;
    transition: all .5s ease-in-out;
}
.ol-link:hover {
    opacity: .8 !important;
    text-decoration: none;
    transition: all .5s ease-in-out;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-1 {
    opacity: 1 !important;
}
.opacity-2 {
    opacity: .2 !important;
}
.opacity-3 {
    opacity: .3 !important;
}
.opacity-4 {
    opacity: .4 !important;
}
.opacity-5 {
    opacity: .5 !important;
}
.opacity-6 {
    opacity: .6 !important;
}
.opacity-7 {
    opacity: .7 !important;
}
.opacity-8 {
    opacity: .8 !important;
}
.opacity-9 {
    opacity: .9 !important;
}
.separate-m-0 {
    margin: 0 !important;
}
.separate-m-1 {
    margin: 0.25rem !important;
}
.separate-m-2 {
    margin: 0.5rem !important;
}
.separate-m-3 {
    margin: 1rem !important;
}
.separate-m-4 {
    margin: 1.5rem !important;
}
.separate-m-5 {
    margin: 3rem !important;
}
.separate-m-6 {
    margin: 4.5rem !important;
}
.separate-m-7 {
    margin: 6rem !important;
}
.separate-m-8 {
    margin: 8rem !important;
}
.separate-mx-0 {
    margin: 0 !important;
}
.separate-mx-1 {
    margin: 0 0.25rem !important;
}
.separate-mx-2 {
    margin: 0 0.5rem !important;
}
.separate-mx-3 {
    margin: 0 1rem !important;
}
.separate-mx-4 {
    margin: 0 1.5rem !important;
}
.separate-mx-5 {
    margin: 0 3rem !important;
}
.separate-mx-6 {
    margin: 0 4.5rem !important;
}
.separate-mx-7 {
    margin: 0 6rem !important;
}
.separate-mx-8 {
    margin: 0 8rem !important;
}
.separate-my-0 {
    margin: 0 !important;
}
.separate-my-1 {
    margin: 0.25rem 0 !important;
}
.separate-my-2 {
    margin: 0.5rem 0 !important;
}
.separate-my-3 {
    margin: 1rem 0 !important;
}
.separate-my-4 {
    margin: 1.5rem 0 !important;
}
.separate-my-5 {
    margin: 3rem 0 !important;
}
.separate-my-6 {
    margin: 4.5rem 0 !important;
}
.separate-my-7 {
    margin: 6rem 0 !important;
}
.separate-my-8 {
    margin: 8rem 0 !important;
}
.separate {
    width: 100% !important;
    height: 2px !important;
    margin: 10px 0 6px 0 !important;
}
.separate.separate-default {
    background-color: rgba(240, 240, 240, .8) !important;
}
.separate.separate-green {
    background-color: green !important;
    opacity: .8 !important;
}
.separate.separate-success {
    background-color: #00bc8c !important;
    opacity: .8 !important;
}
.separate.separate-purle {
    background-color: purple !important;
    opacity: .8 !important;
}
.separate.separate-grey {
    background-color: grey !important;
    opacity: .8 !important;
}
.separate.separate-blue {
    background-color: blue !important;
    opacity: .8 !important;
}
.separate.separate-red {
    background-color: red !important;
    opacity: .8 !important;
}
.separate.separate-yellow {
    background-color: yellow !important;
    opacity: .8 !important;
}
.separate.separate-orange {
    background-color: orange !important;
    opacity: .8 !important;
}
.separate.separate-black {
    background-color: black !important;
    opacity: .8 !important;
}
.separate.separate-lightgrey {
    background-color: lightgrey !important;
    opacity: .8 !important;
}
.separate.separate-brown {
    background-color: brown !important;
    opacity: .8 !important;
}
.separate.separate-lime {
    background-color: lime !important;
    opacity: .8 !important;
}
.separate.separate-cyan {
    background-color: cyan !important;
    opacity: .8 !important;
}
.separate.separate-pink {
    background-color: pink !important;
    opacity: .8 !important;
}
.separate.separate-lightcoral {
    background-color: lightcoral !important;
    opacity: .8 !important;
}
.separate.separate-lightgreen {
    background-color: lightgreen !important;
    opacity: .8 !important;
}
.separate.separate-lightsalmon {
    background-color: lightsalmon !important;
    opacity: .8 !important;
}
.separate.separate-lightpink {
    background-color: lightpink !important;
    opacity: .8 !important;
}
.separate.separate-lightyellow {
    background-color: lightyellow !important;
    opacity: .8 !important;
}
.separate.separate-danger {
    background-color: #dc3545 !important;
    opacity: .8 !important;
}
.separate.separate-warning {
    background-color: #e0a800;
    opacity: .8 !important;
}
.separate.separate-primary {
    background-color: #0d6efd;
    opacity: .8 !important;
}
.separate.separate-info {
    background-color: #e5e5e5;
    opacity: .8 !important;
}
.separate.separate-height-0 {
    height: 0px !important;
}
.separate.separate-height-1 {
    height: 1px !important;
}
.separate.separate-height-2 {
    height: 2px !important;
}
.separate.separate-height-3 {
    height: 3px !important;
}
.separate.separate-height-4 {
    height: 4px !important;
}
.separate.separate-height-5 {
    height: 5px !important;
}
.separate.separate-height-6 {
    height: 6px !important;
}
.separate.separate-height-7 {
    height: 7px !important;
}
.separate.separate-height-8 {
    height: 8px !important;
}
.separate.separate-height-9 {
    height: 9px !important;
}
.separate.separate-height-10 {
    height: 10px !important;
}
.error {
    color: red;
    font-size: 12px;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 255, 255, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    background-color: red;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
.nav-switch {
    padding-left: 2.5em !important;
    height: 30px !important;
}
.nav-switch .form-check-input {
    width: 100% !important;
    height: 100% !important;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
    margin-left: -2.5em !important;
    background-image: var(--bs-form-switch-bg) !important;
    background-position: left center !important;
    background-color: red !important;
    border-radius: 2em !important;
    transition: background-position 0.15s ease-in-out !important;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
    .nav-switch .form-check-input {
        transition: none !important;
    }
}
.nav-switch .form-check-input:checked {
    background-position: right center !important;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e") !important;
}
.nav-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}
.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}
.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.nav-switch .form-check-input:checked {
    background-color: #32bb19 !important;
    border-color: #32bb19 !important;
}
.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}
.warning-danger {
    padding: 8px 16px !important;
    background-color: #fbd8ba !important;
    color: #fd7e14 !important;
    border: 1px solid #fd7e14 !important;
    border-radius: 8px !important;
    display: inline-block !important;
    text-align: center !important;
}
.warning-error {
    padding: 8px 16px !important;
    background-color: #f998a2 !important;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
    border-radius: 8px !important;
    display: inline-block !important;
    text-align: center !important;
}
.warning-success {
    padding: 8px 16px !important;
    background-color: #aaefba !important;
    color: #28a745 !important;
    border: 1px solid #28a745 !important;
    border-radius: 8px !important;
    display: inline-block !important;
    text-align: center !important;
}
.warning-primary {
    padding: 8px 16px !important;
    background-color: #b5d3f3 !important;
    color: #007bff !important;
    border: 1px solid #007bff !important;
    border-radius: 8px !important;
    display: inline-block !important;
    text-align: center !important;
}
.warning-purple {
    padding: 8px 16px !important;
    background-color: #d8c3ff !important;
    color: #6f42c1 !important;
    border: 1px solid #6f42c1 !important;
    border-radius: 8px !important;
    display: inline-block !important;
    text-align: center !important;
}
.warning-pink {
    padding: 8px 16px !important;
    background-color: #f9c4dd !important;
    color: #e83e8c !important;
    border: 1px solid #e83e8c !important;
    border-radius: 8px !important;
    display: inline-block !important;
    text-align: center !important;
}
.warning-brown {
    padding: 8px 16px !important;
    background-color: #fdcda7 !important;
    color: #cf6713 !important;
    border: 1px solid #cf6713 !important;
    border-radius: 8px !important;
    display: inline-block !important;
    text-align: center !important;
}
.font-italic {
    font-style: italic !important;
}
.font-normal {
    font-style: normal !important;
}
.font-bold {
    font-weight: bold !important;
}
.delete_url {
    position: relative !important;
}
.delete_url a {
    position: absolute !important;
    right: 48px !important;
    top: 28px !important;
}
.delete_url a i {
    line-height: 1.5 !important;
}
.list-style-none {
    list-style: none !important;
}
.fixed-img {
    position: fixed !important;
    top: 120px !important;
    right: 20px !important;
    padding: 18px !important;
    z-index: 1 !important;
    background-color: #fff !important;
    border-radius: 8px !important;
}
.fixed-img img {
    border-radius: 8px !important;
    max-width: calc(180px - 20px) !important;
    width: 100% !important;
}
.fixed-img span {
    position: fixed !important;
    top: 175px !important;
    right: 75px !important;
    border-radius: 8px !important;
    z-index: 2 !important;
    font-size: 24px !important;
    transform: rotate(-32deg) !important;
}
.check-all {
    padding-bottom: 2px !important;
}
.check-all .checkAll {
    cursor: pointer !important;
    margin-top: 4px !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.text-italic {
    font-style: italic !important;
}
.smtp_placeholder::-webkit-input-placeholder { /* WebKit böngészők */
    font-style: italic !important;
    color: #dc3545 !important;
}
.smtp_placeholder:-moz-placeholder { /* Firefox 18- */
    font-style: italic !important;
    color: #dc3545 !important;
}
.smtp_placeholder:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-style: italic !important;
    color: #dc3545 !important;
}
.style-area {
    min-height: 160px !important;
    background-color: #3f474e !important;
    resize: none !important;
    overflow: auto !important;
}
.text-lightdanger {
    opacity: 1;
    color: rgba(230, 108, 120, 1) !important;
    transition: all .5s ease-in-out !important;
}
.text-lightdanger:hover {
    opacity: .8 !important;
    transition: all .5s ease-in-out !important;
}
.custom-style {
    box-sizing: border-box !important;
    overflow: visible !important;
    border: solid 1px rgba(220, 53, 69, 1) !important;
    border-radius: 8px !important;
    min-height: 4rem  !important;
    height: auto !important;
    padding: 6px 12px !important;
    cursor: pointer !important;
    transition: all .5s ease-in-out !important;
}
.custom-style::after {
    content: "";
    clear: both !important;
    display: table !important;
}
.custom-style:hover {
    transform: scale(1.1) !important;
    transition: all .5s ease-in-out !important;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-auto {
    position: relative !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
@media (max-width: 575.98px) {
    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xs-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .w-xs-100 {
        width: 100% !important;
    }
    .w-xs-90 {
        width: 90% !important;
    }
    .w-xs-80 {
        width: 80% !important;
    }
    .w-xs-70 {
        width: 70% !important;
    }
    .w-xs-60 {
        width: 60% !important;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .w-xs-40 {
        width: 40% !important;
    }
    .w-xs-30 {
        width: 30% !important;
    }
    .w-xs-20 {
        width: 20% !important;
    }
    .w-xs-10 {
        width: 10% !important;
    }
    .w-xs-auto {
        width: auto !important;
    }
    .m-xs-0 {
        margin: 0 !important;
    }
    .mt-xs-0,
    .my-xs-0 {
        margin-top: 0 !important;
    }
    .mr-xs-0,
    .mx-xs-0 {
        margin-right: 0 !important;
    }
    .mb-xs-0,
    .my-xs-0 {
        margin-bottom: 0 !important;
    }
    .ml-xs-0,
    .mx-xs-0 {
        margin-left: 0 !important;
    }
    .m-xs-1 {
        margin: 0.25rem !important;
    }
    .mt-xs-1,
    .my-xs-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xs-1,
    .mx-xs-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xs-1,
    .my-xs-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xs-1,
    .mx-xs-1 {
        margin-left: 0.25rem !important;
    }
    .m-xs-2 {
        margin: 0.5rem !important;
    }
    .mt-xs-2,
    .my-xs-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xs-2,
    .mx-xs-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xs-2,
    .my-xs-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xs-2,
    .mx-xs-2 {
        margin-left: 0.5rem !important;
    }
    .m-xs-3 {
        margin: 1rem !important;
    }
    .mt-xs-3,
    .my-xs-3 {
        margin-top: 1rem !important;
    }
    .mr-xs-3,
    .mx-xs-3 {
        margin-right: 1rem !important;
    }
    .mb-xs-3,
    .my-xs-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xs-3,
    .mx-xs-3 {
        margin-left: 1rem !important;
    }
    .m-xs-4 {
        margin: 1.5rem !important;
    }
    .mt-xs-4,
    .my-xs-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xs-4,
    .mx-xs-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xs-4,
    .my-xs-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xs-4,
    .mx-xs-4 {
        margin-left: 1.5rem !important;
    }
    .m-xs-5 {
        margin: 3rem !important;
    }
    .mt-xs-5,
    .my-xs-5 {
        margin-top: 3rem !important;
    }
    .mr-xs-5,
    .mx-xs-5 {
        margin-right: 3rem !important;
    }
    .mb-xs-5,
    .my-xs-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xs-5,
    .mx-xs-5 {
        margin-left: 3rem !important;
    }
    .p-xs-0 {
        padding: 0 !important;
    }
    .pt-xs-0,
    .py-xs-0 {
        padding-top: 0 !important;
    }
    .pr-xs-0,
    .px-xs-0 {
        padding-right: 0 !important;
    }
    .pb-xs-0,
    .py-xs-0 {
        padding-bottom: 0 !important;
    }
    .pl-xs-0,
    .px-xs-0 {
        padding-left: 0 !important;
    }
    .p-xs-1 {
        padding: 0.25rem !important;
    }
    .pt-xs-1,
    .py-xs-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xs-1,
    .px-xs-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xs-1,
    .py-xs-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xs-1,
    .px-xs-1 {
        padding-left: 0.25rem !important;
    }
    .p-xs-2 {
        padding: 0.5rem !important;
    }
    .pt-xs-2,
    .py-xs-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xs-2,
    .px-xs-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xs-2,
    .py-xs-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xs-2,
    .px-xs-2 {
        padding-left: 0.5rem !important;
    }
    .p-xs-3 {
        padding: 1rem !important;
    }
    .pt-xs-3,
    .py-xs-3 {
        padding-top: 1rem !important;
    }
    .pr-xs-3,
    .px-xs-3 {
        padding-right: 1rem !important;
    }
    .pb-xs-3,
    .py-xs-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xs-3,
    .px-xs-3 {
        padding-left: 1rem !important;
    }
    .p-xs-4 {
        padding: 1.5rem !important;
    }
    .pt-xs-4,
    .py-xs-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xs-4,
    .px-xs-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xs-4,
    .py-xs-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xs-4,
    .px-xs-4 {
        padding-left: 1.5rem !important;
    }
    .p-xs-5 {
        padding: 3rem !important;
    }
    .pt-xs-5,
    .py-xs-5 {
        padding-top: 3rem !important;
    }
    .pr-xs-5,
    .px-xs-5 {
        padding-right: 3rem !important;
    }
    .pb-xs-5,
    .py-xs-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xs-5,
    .px-xs-5 {
        padding-left: 3rem !important;
    }
    .m-xs-auto {
        margin: auto !important;
    }
    .mt-xs-auto,
    .my-xs-auto {
        margin-top: auto !important;
    }
    .mr-xs-auto,
    .mx-xs-auto {
        margin-right: auto !important;
    }
    .mb-xs-auto,
    .my-xs-auto {
        margin-bottom: auto !important;
    }
    .ml-xs-auto,
    .mx-xs-auto {
        margin-left: auto !important;
    }
    .text-xs-center {
        text-align: center !important;
    }
    .text-xs-left {
        text-align: left !important;
    }
    .text-xs-right {
        text-align: right !important;
    }
    .float-xs-none {
        float: none !important;
    }
    .float-xs-left {
        float: left !important;
    }
    .float-xs-right {
        float: right !important;
    }
    .float-xs-start {
        float: left !important;
    }
    .float-xs-end {
        float: right !important;
    }
    .border-xs-dark {
        border-color: #56606a !important;
    }
    .border-xs-primary {
        border-color: #007bff !important;
    }
    .border-xs-blue {
        border-color: #0958ad !important;
    }
    .border-xs-indigo {
        border-color: #6610f2 !important;
    }
    .border-xs-purple {
        border-color: #6f42c1 !important;
    }
    .border-xs-pink {
        border-color: #e83e8c !important;
    }
    .border-xs-red {
        border-color: #f7091f !important;
    }
    .border-xs-orange {
        border-color: #fd7e14 !important;
    }
    .border-xs-yellow {
        border-color: #f7e939 !important;
    }
    .border-xs-green {
        border-color: #08bb31 !important;
    }
    .border-xs-teal {
        border-color: #20c997 !important;
    }
    .border-xs-cyan {
        border-color: #10bfda !important;
    }
    .border-xs-white {
        border-color: #ffffff !important;
    }
    .border-xs-gray {
        border-color: #6c757d !important;
    }
    .border-xs-dark-gray {
        border-color: #343a40 !important;
    }
    .border-xs-success {
        border-color: #28a745 !important;
    }
    .border-xs-info {
        border-color: #17a2b8 !important;
    }
    .border-xs-light {
        border-color: #f8f9fa !important;
    }
    .border-xs-warning {
        border-color: #ffc107 !important;
    }
    .border-xs-danger {
        border-color: #dc3545 !important;
    }
    .border-xs-black {
        border-color: #000000 !important;
    }
    .border-xs-0 {
        border: 0 !important;
    }
    .border-xs-1 {
        border: 1px !important;
    }
    .border-xs-2 {
        border: 2px !important;
    }
    .border-xs-3 {
        border: 3px !important;
    }
    .border-xs-4 {
        border: 4px !important;
    }
    .border-xs-5 {
        border: 5px !important;
    }
    .border-xs-6 {
        border: 6px !important;
    }
    .border-xs-7 {
        border: 7px !important;
    }
    .border-xs-8 {
        border: 8px !important;
    }
    .border-xs-9 {
        border: 9px !important;
    }
    .border-xs-10 {
        border: 0px !important;
    }
    .border-xs-11 {
        border: 11px !important;
    }
    .border-xs-12 {
        border: 12px !important;
    }
    .border-xs-13 {
        border: 13px !important;
    }
    .border-xs-14 {
        border: 14px !important;
    }
    .border-xs-15 {
        border: 15px !important;
    }
    .border-xs-16 {
        border: 16px !important;
    }
    .border-xs-17 {
        border: 17px !important;
    }
    .border-xs-18 {
        border: 18px !important;
    }
    .border-xs-19 {
        border: 19px !important;
    }
    .border-xs-20 {
        border: 20px !important;
    }
    .border-xs-default {
        border-style: solid !important;
    }
    .border-xs-solid {
        border-style: solid !important;
    }
    .border-xs-dashed {
        border-style: dashed !important;
    }
    .border-xs-dotted {
        border-style: dotted !important;
    }
    .border-xs-double {
        border-style: double !important;
    }
    .border-xs-hidden {
        border-style: hidden !important;
    }
    .border-xs-inset {
        border-style: inset !important;
    }
    .border-xs-outset {
        border-style: outset !important;
    }
    .border-xs-ridge {
        border-style: ridge !important;
    }
    .border-xs-initial {
        border-style: initial !important;
    }
    .border-xs-unset {
        border-style: unset !important;
    }
}
.border-dark {
    border-color: #56606a !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-blue {
    border-color: #0958ad !important;
}
.border-indigo {
    border-color: #6610f2 !important;
}
.border-purple {
    border-color: #6f42c1 !important;
}
.border-pink {
    border-color: #e83e8c !important;
}
.border-red {
    border-color: #f7091f !important;
}
.border-orange {
    border-color: #fd7e14 !important;
}
.border-yellow {
    border-color: #f7e939 !important;
}
.border-green {
    border-color: #08bb31 !important;
}
.border-teal {
    border-color: #20c997 !important;
}
.border-cyan {
    border-color: #10bfda !important;
}
.border-white {
    border-color: #ffffff !important;
}
.border-gray {
    border-color: #6c757d !important;
}
.border-dark-gray {
    border-color: #343a40 !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-black {
    border-color: #000000 !important;
}
.border-0 {
    border: 0 !important;
}
.border-1 {
    border: 1px !important;
}
.border-2 {
    border: 2px !important;
}
.border-3 {
    border: 3px !important;
}
.border-4 {
    border: 4px !important;
}
.border-5 {
    border: 5px !important;
}
.border-6 {
    border: 6px !important;
}
.border-7 {
    border: 7px !important;
}
.border-8 {
    border: 8px !important;
}
.border-9 {
    border: 9px !important;
}
.border-10 {
    border: 0px !important;
}
.border-11 {
    border: 11px !important;
}
.border-12 {
    border: 12px !important;
}
.border-13 {
    border: 13px !important;
}
.border-14 {
    border: 14px !important;
}
.border-15 {
    border: 15px !important;
}
.border-16 {
    border: 16px !important;
}
.border-17 {
    border: 17px !important;
}
.border-18 {
    border: 18px !important;
}
.border-19 {
    border: 19px !important;
}
.border-20 {
    border: 20px !important;
}
.border-default {
    border-style: solid !important;
}
.border-solid {
    border-style: solid !important;
}
.border-dashed {
    border-style: dashed !important;
}
.border-dotted {
    border-style: dotted !important;
}
.border-double {
    border-style: double !important;
}
.border-hidden {
    border-style: hidden !important;
}
.border-inset {
    border-style: inset !important;
}
.border-outset {
    border-style: outset !important;
}
.border-ridge {
    border-style: ridge !important;
}
.border-initial {
    border-style: initial !important;
}
.border-unset {
    border-style: unset !important;
}
@media (max-width: 1599.98px) {
    .border-xl-dark {
        border-color: #56606a !important;
    }
    .border-xl-primary {
        border-color: #007bff !important;
    }
    .border-xl-blue {
        border-color: #0958ad !important;
    }
    .border-xl-indigo {
        border-color: #6610f2 !important;
    }
    .border-xl-purple {
        border-color: #6f42c1 !important;
    }
    .border-xl-pink {
        border-color: #e83e8c !important;
    }
    .border-xl-red {
        border-color: #f7091f !important;
    }
    .border-xl-orange {
        border-color: #fd7e14 !important;
    }
    .border-xl-yellow {
        border-color: #f7e939 !important;
    }
    .border-xl-green {
        border-color: #08bb31 !important;
    }
    .border-xl-teal {
        border-color: #20c997 !important;
    }
    .border-xl-cyan {
        border-color: #10bfda !important;
    }
    .border-xl-white {
        border-color: #ffffff !important;
    }
    .border-xl-gray {
        border-color: #6c757d !important;
    }
    .border-xl-dark-gray {
        border-color: #343a40 !important;
    }
    .border-xl-success {
        border-color: #28a745 !important;
    }
    .border-xl-info {
        border-color: #17a2b8 !important;
    }
    .border-xl-light {
        border-color: #f8f9fa !important;
    }
    .border-xl-warning {
        border-color: #ffc107 !important;
    }
    .border-xl-danger {
        border-color: #dc3545 !important;
    }
    .border-xl-black {
        border-color: #000000 !important;
    }
    .border-xl-0 {
        border: 0 !important;
    }
    .border-xl-1 {
        border: 1px !important;
    }
    .border-xl-2 {
        border: 2px !important;
    }
    .border-xl-3 {
        border: 3px !important;
    }
    .border-xl-4 {
        border: 4px !important;
    }
    .border-xl-5 {
        border: 5px !important;
    }
    .border-xl-6 {
        border: 6px !important;
    }
    .border-xl-7 {
        border: 7px !important;
    }
    .border-xl-8 {
        border: 8px !important;
    }
    .border-xl-9 {
        border: 9px !important;
    }
    .border-xl-10 {
        border: 0px !important;
    }
    .border-xl-11 {
        border: 11px !important;
    }
    .border-xl-12 {
        border: 12px !important;
    }
    .border-xl-13 {
        border: 13px !important;
    }
    .border-xl-14 {
        border: 14px !important;
    }
    .border-xl-15 {
        border: 15px !important;
    }
    .border-xl-16 {
        border: 16px !important;
    }
    .border-xl-17 {
        border: 17px !important;
    }
    .border-xl-18 {
        border: 18px !important;
    }
    .border-xl-19 {
        border: 19px !important;
    }
    .border-xl-20 {
        border: 20px !important;
    }
    .border-xl-default {
        border-style: solid !important;
    }
    .border-xl-solid {
        border-style: solid !important;
    }
    .border-xl-dashed {
        border-style: dashed !important;
    }
    .border-xl-dotted {
        border-style: dotted !important;
    }
    .border-xl-double {
        border-style: double !important;
    }
    .border-xl-hidden {
        border-style: hidden !important;
    }
    .border-xl-inset {
        border-style: inset !important;
    }
    .border-xl-outset {
        border-style: outset !important;
    }
    .border-xl-ridge {
        border-style: ridge !important;
    }
    .border-xl-initial {
        border-style: initial !important;
    }
    .border-xl-unset {
        border-style: unset !important;
    }
}
@media (min-width: 1600px) {
    .border-xxl-dark {
        border-color: #56606a !important;
    }
    .border-xxl-primary {
        border-color: #007bff !important;
    }
    .border-xxl-blue {
        border-color: #0958ad !important;
    }
    .border-xxl-indigo {
        border-color: #6610f2 !important;
    }
    .border-xxl-purple {
        border-color: #6f42c1 !important;
    }
    .border-xxl-pink {
        border-color: #e83e8c !important;
    }
    .border-xxl-red {
        border-color: #f7091f !important;
    }
    .border-xxl-orange {
        border-color: #fd7e14 !important;
    }
    .border-xxl-yellow {
        border-color: #f7e939 !important;
    }
    .border-xxl-green {
        border-color: #08bb31 !important;
    }
    .border-xxl-teal {
        border-color: #20c997 !important;
    }
    .border-xxl-cyan {
        border-color: #10bfda !important;
    }
    .border-xxl-white {
        border-color: #ffffff !important;
    }
    .border-xxl-gray {
        border-color: #6c757d !important;
    }
    .border-xxl-dark-gray {
        border-color: #343a40 !important;
    }
    .border-xxl-success {
        border-color: #28a745 !important;
    }
    .border-xxl-info {
        border-color: #17a2b8 !important;
    }
    .border-xxl-light {
        border-color: #f8f9fa !important;
    }
    .border-xxl-warning {
        border-color: #ffc107 !important;
    }
    .border-xxl-danger {
        border-color: #dc3545 !important;
    }
    .border-xxl-black {
        border-color: #000000 !important;
    }
    .border-xxl-0 {
        border: 0 !important;
    }
    .border-xxl-1 {
        border: 1px !important;
    }
    .border-xxl-2 {
        border: 2px !important;
    }
    .border-xxl-3 {
        border: 3px !important;
    }
    .border-xxl-4 {
        border: 4px !important;
    }
    .border-xxl-5 {
        border: 5px !important;
    }
    .border-xxl-6 {
        border: 6px !important;
    }
    .border-xxl-7 {
        border: 7px !important;
    }
    .border-xxl-8 {
        border: 8px !important;
    }
    .border-xxl-9 {
        border: 9px !important;
    }
    .border-xxl-10 {
        border: 0px !important;
    }
    .border-xxl-11 {
        border: 11px !important;
    }
    .border-xxl-12 {
        border: 12px !important;
    }
    .border-xxl-13 {
        border: 13px !important;
    }
    .border-xxl-14 {
        border: 14px !important;
    }
    .border-xxl-15 {
        border: 15px !important;
    }
    .border-xxl-16 {
        border: 16px !important;
    }
    .border-xxl-17 {
        border: 17px !important;
    }
    .border-xxl-18 {
        border: 18px !important;
    }
    .border-xxl-19 {
        border: 19px !important;
    }
    .border-xxl-20 {
        border: 20px !important;
    }
    .border-xxl-default {
        border-style: solid !important;
    }
    .border-xxl-solid {
        border-style: solid !important;
    }
    .border-xxl-dashed {
        border-style: dashed !important;
    }
    .border-xxl-dotted {
        border-style: dotted !important;
    }
    .border-xxl-double {
        border-style: double !important;
    }
    .border-xxl-hidden {
        border-style: hidden !important;
    }
    .border-xxl-inset {
        border-style: inset !important;
    }
    .border-xxl-outset {
        border-style: outset !important;
    }
    .border-xxl-ridge {
        border-style: ridge !important;
    }
    .border-xxl-initial {
        border-style: initial !important;
    }
    .border-xxl-unset {
        border-style: unset !important;
    }
}
@media (max-width: 1199.98px) {
    .border-lg-dark {
        border-color: #56606a !important;
    }
    .border-lg-primary {
        border-color: #007bff !important;
    }
    .border-lg-blue {
        border-color: #0958ad !important;
    }
    .border-lg-indigo {
        border-color: #6610f2 !important;
    }
    .border-lg-purple {
        border-color: #6f42c1 !important;
    }
    .border-lg-pink {
        border-color: #e83e8c !important;
    }
    .border-lg-red {
        border-color: #f7091f !important;
    }
    .border-lg-orange {
        border-color: #fd7e14 !important;
    }
    .border-lg-yellow {
        border-color: #f7e939 !important;
    }
    .border-lg-green {
        border-color: #08bb31 !important;
    }
    .border-lg-teal {
        border-color: #20c997 !important;
    }
    .border-lg-cyan {
        border-color: #10bfda !important;
    }
    .border-lg-white {
        border-color: #ffffff !important;
    }
    .border-lg-gray {
        border-color: #6c757d !important;
    }
    .border-lg-dark-gray {
        border-color: #343a40 !important;
    }
    .border-lg-success {
        border-color: #28a745 !important;
    }
    .border-lg-info {
        border-color: #17a2b8 !important;
    }
    .border-lg-light {
        border-color: #f8f9fa !important;
    }
    .border-lg-warning {
        border-color: #ffc107 !important;
    }
    .border-lg-danger {
        border-color: #dc3545 !important;
    }
    .border-lg-black {
        border-color: #000000 !important;
    }
    .border-lg-0 {
        border: 0 !important;
    }
    .border-lg-1 {
        border: 1px !important;
    }
    .border-lg-2 {
        border: 2px !important;
    }
    .border-lg-3 {
        border: 3px !important;
    }
    .border-lg-4 {
        border: 4px !important;
    }
    .border-lg-5 {
        border: 5px !important;
    }
    .border-lg-6 {
        border: 6px !important;
    }
    .border-lg-7 {
        border: 7px !important;
    }
    .border-lg-8 {
        border: 8px !important;
    }
    .border-lg-9 {
        border: 9px !important;
    }
    .border-lg-10 {
        border: 0px !important;
    }
    .border-lg-11 {
        border: 11px !important;
    }
    .border-lg-12 {
        border: 12px !important;
    }
    .border-lg-13 {
        border: 13px !important;
    }
    .border-lg-14 {
        border: 14px !important;
    }
    .border-lg-15 {
        border: 15px !important;
    }
    .border-lg-16 {
        border: 16px !important;
    }
    .border-lg-17 {
        border: 17px !important;
    }
    .border-lg-18 {
        border: 18px !important;
    }
    .border-lg-19 {
        border: 19px !important;
    }
    .border-lg-20 {
        border: 20px !important;
    }
    .border-lg-default {
        border-style: solid !important;
    }
    .border-lg-solid {
        border-style: solid !important;
    }
    .border-lg-dashed {
        border-style: dashed !important;
    }
    .border-lg-dotted {
        border-style: dotted !important;
    }
    .border-lg-double {
        border-style: double !important;
    }
    .border-lg-hidden {
        border-style: hidden !important;
    }
    .border-lg-inset {
        border-style: inset !important;
    }
    .border-lg-outset {
        border-style: outset !important;
    }
    .border-lg-ridge {
        border-style: ridge !important;
    }
    .border-lg-initial {
        border-style: initial !important;
    }
    .border-lg-unset {
        border-style: unset !important;
    }
}
@media (min-width: 992px) {
    
}
@media (max-width: 991.98px) {
    .border-md-dark {
        border-color: #56606a !important;
    }
    .border-md-primary {
        border-color: #007bff !important;
    }
    .border-md-blue {
        border-color: #0958ad !important;
    }
    .border-md-indigo {
        border-color: #6610f2 !important;
    }
    .border-md-purple {
        border-color: #6f42c1 !important;
    }
    .border-md-pink {
        border-color: #e83e8c !important;
    }
    .border-md-red {
        border-color: #f7091f !important;
    }
    .border-md-orange {
        border-color: #fd7e14 !important;
    }
    .border-md-yellow {
        border-color: #f7e939 !important;
    }
    .border-md-green {
        border-color: #08bb31 !important;
    }
    .border-md-teal {
        border-color: #20c997 !important;
    }
    .border-md-cyan {
        border-color: #10bfda !important;
    }
    .border-md-white {
        border-color: #ffffff !important;
    }
    .border-md-gray {
        border-color: #6c757d !important;
    }
    .border-md-dark-gray {
        border-color: #343a40 !important;
    }
    .border-md-success {
        border-color: #28a745 !important;
    }
    .border-md-info {
        border-color: #17a2b8 !important;
    }
    .border-md-light {
        border-color: #f8f9fa !important;
    }
    .border-md-warning {
        border-color: #ffc107 !important;
    }
    .border-md-danger {
        border-color: #dc3545 !important;
    }
    .border-md-black {
        border-color: #000000 !important;
    }
    .border-md-0 {
        border: 0 !important;
    }
    .border-md-1 {
        border: 1px !important;
    }
    .border-md-2 {
        border: 2px !important;
    }
    .border-md-3 {
        border: 3px !important;
    }
    .border-md-4 {
        border: 4px !important;
    }
    .border-md-5 {
        border: 5px !important;
    }
    .border-md-6 {
        border: 6px !important;
    }
    .border-md-7 {
        border: 7px !important;
    }
    .border-md-8 {
        border: 8px !important;
    }
    .border-md-9 {
        border: 9px !important;
    }
    .border-md-10 {
        border: 0px !important;
    }
    .border-md-11 {
        border: 11px !important;
    }
    .border-md-12 {
        border: 12px !important;
    }
    .border-md-13 {
        border: 13px !important;
    }
    .border-md-14 {
        border: 14px !important;
    }
    .border-md-15 {
        border: 15px !important;
    }
    .border-md-16 {
        border: 16px !important;
    }
    .border-md-17 {
        border: 17px !important;
    }
    .border-md-18 {
        border: 18px !important;
    }
    .border-md-19 {
        border: 19px !important;
    }
    .border-md-20 {
        border: 20px !important;
    }
    .border-md-default {
        border-style: solid !important;
    }
    .border-md-solid {
        border-style: solid !important;
    }
    .border-md-dashed {
        border-style: dashed !important;
    }
    .border-md-dotted {
        border-style: dotted !important;
    }
    .border-md-double {
        border-style: double !important;
    }
    .border-md-hidden {
        border-style: hidden !important;
    }
    .border-md-inset {
        border-style: inset !important;
    }
    .border-md-outset {
        border-style: outset !important;
    }
    .border-md-ridge {
        border-style: ridge !important;
    }
    .border-md-initial {
        border-style: initial !important;
    }
    .border-md-unset {
        border-style: unset !important;
    }
}
@media (max-width: 767.98px) {
    .border-sm-dark {
        border-color: #56606a !important;
    }
    .border-sm-primary {
        border-color: #007bff !important;
    }
    .border-sm-blue {
        border-color: #0958ad !important;
    }
    .border-sm-indigo {
        border-color: #6610f2 !important;
    }
    .border-sm-purple {
        border-color: #6f42c1 !important;
    }
    .border-sm-pink {
        border-color: #e83e8c !important;
    }
    .border-sm-red {
        border-color: #f7091f !important;
    }
    .border-sm-orange {
        border-color: #fd7e14 !important;
    }
    .border-sm-yellow {
        border-color: #f7e939 !important;
    }
    .border-sm-green {
        border-color: #08bb31 !important;
    }
    .border-sm-teal {
        border-color: #20c997 !important;
    }
    .border-sm-cyan {
        border-color: #10bfda !important;
    }
    .border-sm-white {
        border-color: #ffffff !important;
    }
    .border-sm-gray {
        border-color: #6c757d !important;
    }
    .border-sm-dark-gray {
        border-color: #343a40 !important;
    }
    .border-sm-success {
        border-color: #28a745 !important;
    }
    .border-sm-info {
        border-color: #17a2b8 !important;
    }
    .border-sm-light {
        border-color: #f8f9fa !important;
    }
    .border-sm-warning {
        border-color: #ffc107 !important;
    }
    .border-sm-danger {
        border-color: #dc3545 !important;
    }
    .border-sm-black {
        border-color: #000000 !important;
    }
    .border-sm-0 {
        border: 0 !important;
    }
    .border-sm-1 {
        border: 1px !important;
    }
    .border-sm-2 {
        border: 2px !important;
    }
    .border-sm-3 {
        border: 3px !important;
    }
    .border-sm-4 {
        border: 4px !important;
    }
    .border-sm-5 {
        border: 5px !important;
    }
    .border-sm-6 {
        border: 6px !important;
    }
    .border-sm-7 {
        border: 7px !important;
    }
    .border-sm-8 {
        border: 8px !important;
    }
    .border-sm-9 {
        border: 9px !important;
    }
    .border-sm-10 {
        border: 0px !important;
    }
    .border-sm-11 {
        border: 11px !important;
    }
    .border-sm-12 {
        border: 12px !important;
    }
    .border-sm-13 {
        border: 13px !important;
    }
    .border-sm-14 {
        border: 14px !important;
    }
    .border-sm-15 {
        border: 15px !important;
    }
    .border-sm-16 {
        border: 16px !important;
    }
    .border-sm-17 {
        border: 17px !important;
    }
    .border-sm-18 {
        border: 18px !important;
    }
    .border-sm-19 {
        border: 19px !important;
    }
    .border-sm-20 {
        border: 20px !important;
    }
    .border-sm-default {
        border-style: solid !important;
    }
    .border-sm-solid {
        border-style: solid !important;
    }
    .border-sm-dashed {
        border-style: dashed !important;
    }
    .border-sm-dotted {
        border-style: dotted !important;
    }
    .border-sm-double {
        border-style: double !important;
    }
    .border-sm-hidden {
        border-style: hidden !important;
    }
    .border-sm-inset {
        border-style: inset !important;
    }
    .border-sm-outset {
        border-style: outset !important;
    }
    .border-sm-ridge {
        border-style: ridge !important;
    }
    .border-sm-initial {
        border-style: initial !important;
    }
    .border-sm-unset {
        border-style: unset !important;
    }
}
#custom-tabs-three-tab {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#custom-tabs-three-tab li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.code-container {
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    padding: 20px !important;
    border-radius: 8px !important;
    font-family: Consolas, "Courier New", monospace !important;
    font-size: 14px !important;
    overflow-x: auto !important;
    text-align: left !important;
    color: #e83e8c;
    opacity: .8 !important;
}
/* styles.css */
.file-upload {
    position: relative;
    display: inline-block;
}
.file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.file-label {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    background-color: #007bff;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.file-label:hover {
    background-color: #0056b3;
}
.file-name {
    margin-left: 10px;
    font-size: 1rem;
    color: #333;
}
.while-divider {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border: 0 !important;
    border-top: 1px solid rgb(255 255 255 / 30%) !important;
}
.send-message-btn {
    position: relative !important;
    background: transparent !important;
    top: 6px !important;
    left: 12px !important;
    padding: 3px !important;
    transition: all ease-in-out .3s !important;
}
.send-message-btn .icon {
    color: #fff !important;
    transition: all ease-in-out .3s !important;
}
.send-message-btn:hover {
    transform: scale(1.4);
    transition: all ease-in-out .3s !important;
}
.send-message-btn:hover .icon {
    color: #dc3545 !important;
    transition: all ease-in-out .3s !important;
}
/* .smtp-form .form-select, .smtp-form .form-control {
    background-color: #697b8d !important;
    color: #fff !important;
} */
.smtp-form .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-image: var(--bs-form-select-bg-img) !important;
}