﻿h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 10px;
}

h3,
h4,
h5 {
    margin-top: 5px;
    font-weight: 600;
}

.btn {
    border-radius: 3px;
    font-size: inherit;
}

    .btn:focus {
        box-shadow: none;
    }

.btn-xs {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
}

.btn-group-sm > .btn,
.btn-sm {
    font-size: .8rem;
}

.float-e-margins .btn {
    margin-bottom: 5px;
}

.btn-w-m {
    min-width: 120px;
}

.btn-primary.btn-outline {
    color: #1033ED;
}

.btn-success.btn-outline {
    color: #1c84c6;
}

.btn-info.btn-outline {
    color: #23c6c8;
}

.btn-warning.btn-outline {
    color: #f8ac59;
}

.btn-danger.btn-outline {
    color: #ed5565;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary {
    color: #fff;
    background-color: #1033ED;
    border-color: #1033ED;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus {
        background-color: #0424c1;
        border-color: #0424c1;
        color: #FFFFFF;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #18a689;
        border-color: #18a689;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #18a689;
        border-color: #18a689;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

.btn-success {
    color: #fff;
    background-color: #1c84c6;
    border-color: #1c84c6;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #1a7bb9;
        border-color: #1a7bb9;
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #1a7bb9;
        border-color: #1a7bb9;
    }

    .btn-success:not(:disabled):not(.disabled):active,
    .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1a7bb9;
        border-color: #1a7bb9;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus,
        .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

.btn-info {
    color: #fff;
    background-color: #23c6c8;
    border-color: #23c6c8;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #21b9bb;
        border-color: #21b9bb;
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #fff;
        background-color: #21b9bb;
        border-color: #21b9bb;
    }

    .btn-info:not(:disabled):not(.disabled):active,
    .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #21b9bb;
        border-color: #21b9bb;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus,
        .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

.btn-default {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default,
    .btn-default:active:focus,
    .btn-default:active:hover,
    .btn-default.active:hover,
    .btn-default.active:focus {
        color: inherit;
        border: 1px solid #d2d2d2;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

        .btn-default.disabled,
        .btn-default.disabled:hover,
        .btn-default.disabled:focus,
        .btn-default.disabled:active,
        .btn-default.disabled.active,
        .btn-default[disabled],
        .btn-default[disabled]:hover,
        .btn-default[disabled]:focus,
        .btn-default[disabled]:active,
        .btn-default.active[disabled],
        fieldset[disabled] .btn-default,
        fieldset[disabled] .btn-default:hover,
        fieldset[disabled] .btn-default:focus,
        fieldset[disabled] .btn-default:active,
        fieldset[disabled] .btn-default.active {
            color: #cacaca;
        }

.btn-warning {
    color: #ffffff;
    background-color: #f8ac59;
    border-color: #f8ac59;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus {
        color: #ffffff;
        background-color: #f7a54a;
        border-color: #f7a54a;
    }

    .btn-warning.disabled,
    .btn-warning:disabled {
        color: #ffffff;
        background-color: #f7a54a;
        border-color: #f7a54a;
    }

    .btn-warning:not(:disabled):not(.disabled):active,
    .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #ffffff;
        background-color: #f7a54a;
        border-color: #f7a54a;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus,
        .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

.btn-danger {
    color: #fff;
    background-color: #ed5565;
    border-color: #ed5565;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #ec4758;
        border-color: #ec4758;
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #fff;
        background-color: #ec4758;
        border-color: #ec4758;
    }

    .btn-danger:not(:disabled):not(.disabled):active,
    .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #ec4758;
        border-color: #ec4758;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus,
        .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

.btn-link {
    color: inherit;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        color: #1033ED;
        text-decoration: none;
    }

    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        background-image: none;
        box-shadow: none;
    }

        .btn-link.disabled,
        .btn-link.disabled:hover,
        .btn-link.disabled:focus,
        .btn-link.disabled:active,
        .btn-link.disabled.active,
        .btn-link[disabled],
        .btn-link[disabled]:hover,
        .btn-link[disabled]:focus,
        .btn-link[disabled]:active,
        .btn-link.active[disabled],
        fieldset[disabled] .btn-link,
        fieldset[disabled] .btn-link:hover,
        fieldset[disabled] .btn-link:focus,
        fieldset[disabled] .btn-link:active,
        fieldset[disabled] .btn-link.active {
            color: #cacaca;
        }

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white,
    .btn-white:active:focus,
    .btn-white:active:hover,
    .btn-white.active:hover,
    .btn-white.active:focus {
        color: inherit;
        border: 1px solid #d2d2d2;
    }

    .btn-white:active,
    .btn-white.active {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white {
        background-image: none;
    }

        .btn-white.disabled,
        .btn-white.disabled:hover,
        .btn-white.disabled:focus,
        .btn-white.disabled:active,
        .btn-white.disabled.active,
        .btn-white[disabled],
        .btn-white[disabled]:hover,
        .btn-white[disabled]:focus,
        .btn-white[disabled]:active,
        .btn-white.active[disabled],
        fieldset[disabled] .btn-white,
        fieldset[disabled] .btn-white:hover,
        fieldset[disabled] .btn-white:focus,
        fieldset[disabled] .btn-white:active,
        fieldset[disabled] .btn-white.active {
            color: #cacaca;
        }

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    box-shadow: none;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-large-dim {
    width: 90px;
    height: 90px;
    font-size: 42px;
}

button.dim {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

    button.dim:active {
        top: 3px;
    }

button.btn-primary.dim {
    box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999 !important;
}

    button.btn-primary.dim:active {
        box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999 !important;
    }

button.btn-default.dim {
    box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999 !important;
}

    button.btn-default.dim:active {
        box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999 !important;
    }

button.btn-warning.dim {
    box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999 !important;
}

    button.btn-warning.dim:active {
        box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999 !important;
    }

button.btn-info.dim {
    box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999 !important;
}

    button.btn-info.dim:active {
        box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999 !important;
    }

button.btn-success.dim {
    box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999 !important;
}

    button.btn-success.dim:active {
        box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999 !important;
    }

button.btn-danger.dim {
    box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999 !important;
}

    button.btn-danger.dim:active {
        box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999 !important;
    }

button.dim:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    display: block;
    padding-top: 10px;
}

button.dim:active:before {
    top: 7px;
    font-size: 50px;
}

.btn:focus {
    outline: none !important;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    height: calc(100% - 25px);
    background-color: #ffffff;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    color: inherit;
    margin-bottom: 0;
    padding: 20px 15px 0px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ibox-content {
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-image: none;
    height: 100%;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.ibox-content {
    clear: both;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

    .ibox-heading h3 {
        font-weight: 200;
        font-size: 24px;
    }

.ibox-title h5 {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: none;
}

.ibox-title .label {
    margin-left: 4px;
}

.ibox-title .pull-right {
    position: absolute;
    right: 15px;
    top: 15px;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    top: 15px;
    right: 15px;
    padding: 0;
    text-align: right;
}

    .ibox-tools a {
        cursor: pointer;
        margin-left: 5px;
        color: #c4c4c4 !important;
    }

        .ibox-tools a.btn-primary {
            color: #fff !important;
        }

    .ibox-tools .dropdown-menu > li > a {
        padding: 4px 10px;
        font-size: 12px;
        color: #676a6c !important;
    }

.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}

.ibox-tools .dropdown-toggle::after {
    display: none;
}

.event-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 20px;
    &:last-child

{
    margin-bottom: 0px;
}

}

.event-date {
    /*background-color: #1033ED;*/
    color: #fff;
    padding: 8px 12px 8px 8px;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 100%;
    border-top: 8px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 12px 12px rgba(18, 15, 130, 0.3);
    background: linear-gradient(90deg, #1033ED, #359EC5);
}

.event-info {
    h5

{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
}
}

.no-padding {
    padding: 0 !important;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}


/*----- Test*/
/*
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}*/

.container2 {
    position: relative;
    margin: 0px auto;
    padding: 50px 0;
    clear: both;
}

@media only screen and (min-width: 1200px) {
    .container2 {
        width: 1210px;
    }

    .x-panel-height-450 {
        height: 450px;
    }

    .x-panel-height-420 {
        height: 420px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .container2 {
        width: 1030px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container2 {
        width: 682px;
    }

    .x-panel-height-450 {
        height: auto;
    }

    .x-panel-height-420 {
        height: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container2 {
        width: 428px;
        margin: 0 auto;
    }

    .x-panel-height-450 {
        height: auto;
    }

    .x-panel-height-420 {
        height: auto;
    }
}

@media only screen and (max-width: 479px) {
    .container2 {
        width: 320px;
        margin: 0 auto;
    }

    .x-panel-height-450 {
        height: auto;
    }

    .x-panel-height-420 {
        height: auto;
    }
}



.mcd-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #FFF;
    /*height: 100px;*/
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /* == */
    width: 250px;
    /* == */
}

    .mcd-menu li {
        position: relative;
        /*float:left;*/
    }

        .mcd-menu li a {
            display: block;
            text-decoration: none;
            padding: 12px 20px;
            color: #777;
            /*text-align: center;
  border-right: 1px solid #E7E7E7;*/
            /* == */
            text-align: left;
            height: 36px;
            position: relative;
            border-bottom: 1px solid #EEE;
            /* == */
        }

            .mcd-menu li a i {
                /*display: block;
  font-size: 30px;
  margin-bottom: 10px;*/
                /* == */
                float: left;
                font-size: 20px;
                margin: 0 10px 0 0;
                /* == */
            }
            /* == */
            .mcd-menu li a p {
                float: left;
                margin: 0;
            }
            /* == */

            .mcd-menu li a strong {
                display: block;
                text-transform: uppercase;
            }

            .mcd-menu li a small {
                display: block;
                font-size: 10px;
            }

            .mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
                position: relative;
                transition: all 300ms linear;
                -o-transition: all 300ms linear;
                -ms-transition: all 300ms linear;
                -moz-transition: all 300ms linear;
                -webkit-transition: all 300ms linear;
            }

        .mcd-menu li:hover > a i {
            opacity: 1;
            -webkit-animation: moveFromTop 300ms ease-in-out;
            -moz-animation: moveFromTop 300ms ease-in-out;
            -ms-animation: moveFromTop 300ms ease-in-out;
            -o-animation: moveFromTop 300ms ease-in-out;
            animation: moveFromTop 300ms ease-in-out;
        }

        .mcd-menu li:hover a strong {
            opacity: 1;
            -webkit-animation: moveFromLeft 300ms ease-in-out;
            -moz-animation: moveFromLeft 300ms ease-in-out;
            -ms-animation: moveFromLeft 300ms ease-in-out;
            -o-animation: moveFromLeft 300ms ease-in-out;
            animation: moveFromLeft 300ms ease-in-out;
        }

        .mcd-menu li:hover a small {
            opacity: 1;
            -webkit-animation: moveFromRight 300ms ease-in-out;
            -moz-animation: moveFromRight 300ms ease-in-out;
            -ms-animation: moveFromRight 300ms ease-in-out;
            -o-animation: moveFromRight 300ms ease-in-out;
            animation: moveFromRight 300ms ease-in-out;
        }

        .mcd-menu li:hover > a {
            color: #e67e22;
        }

        .mcd-menu li a.active {
            position: relative;
            color: #e67e22;
            border: 0;
            /*border-top: 4px solid #e67e22;
  border-bottom: 4px solid #e67e22;
  margin-top: -4px;*/
            box-shadow: 0 0 5px #DDD;
            -moz-box-shadow: 0 0 5px #DDD;
            -webkit-box-shadow: 0 0 5px #DDD;
            /* == */
            border-left: 4px solid #e67e22;
            border-right: 4px solid #e67e22;
            margin: 0 -4px;
            /* == */
        }

            .mcd-menu li a.active:before {
                content: "";
                position: absolute;
                /*top: 0;
  left: 45%;
  border-top: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
                /* == */
                top: 42%;
                left: 0;
                border-left: 5px solid #e67e22;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                /* == */
            }

            /* == */
            .mcd-menu li a.active:after {
                content: "";
                position: absolute;
                top: 42%;
                right: 0;
                border-right: 5px solid #e67e22;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
            }
/* == */

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}



.mcd-menu li ul,
.mcd-menu li ul li ul {
    position: absolute;
    height: auto;
    min-width: 200px;
    padding: 0;
    margin: 0;
    background: #FFF;
    /*border-top: 4px solid #e67e22;*/
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    /*top: 130px;*/
    z-index: 1000;
    /* == */
    left: 280px;
    top: 0px;
    border-left: 4px solid #e67e22;
    /* == */
}

    .mcd-menu li ul:before {
        content: "";
        position: absolute;
        /*top: -8px;
  left: 23%;
  border-bottom: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
        /* == */
        top: 25px;
        left: -9px;
        border-right: 5px solid #e67e22;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        /* == */
    }

    .mcd-menu li:hover > ul,
    .mcd-menu li ul li:hover > ul {
        display: block;
        opacity: 1;
        visibility: visible;
        /*top: 100px;*/
        /* == */
        left: 250px;
        /* == */
    }
    /*.mcd-menu li ul li {
  float: none;
}*/
    .mcd-menu li ul li a {
        padding: 10px;
        text-align: left;
        border: 0;
        border-bottom: 1px solid #EEE;
        /* == */
        height: auto;
        /* == */
    }

        .mcd-menu li ul li a i {
            font-size: 16px;
            display: inline-block;
            margin: 0 10px 0 0;
        }

    .mcd-menu li ul li ul {
        left: 230px;
        top: 0;
        border: 0;
        border-left: 4px solid #e67e22;
    }

        .mcd-menu li ul li ul:before {
            content: "";
            position: absolute;
            top: 15px;
            /*left: -14px;*/
            /* == */
            left: -9px;
            /* == */
            border-right: 5px solid #e67e22;
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
        }

    .mcd-menu li ul li:hover > ul {
        top: 0px;
        left: 200px;
    }



/*.mcd-menu li.float {
  float: right;
}*/
.mcd-menu li a.search {
    /*padding: 29px 20px 30px 10px;*/
    padding: 10px 10px 15px 10px;
    clear: both;
}

    .mcd-menu li a.search i {
        margin: 0;
        display: inline-block;
        font-size: 18px;
    }

    .mcd-menu li a.search input {
        border: 1px solid #EEE;
        padding: 10px;
        background: #FFF;
        outline: none;
        color: #777;
        /* == */
        width: 170px;
        float: left;
        /* == */
    }

    .mcd-menu li a.search button {
        border: 1px solid #e67e22;
        /*padding: 10px;*/
        background: #e67e22;
        outline: none;
        color: #FFF;
        margin-left: -4px;
        /* == */
        float: left;
        padding: 10px 10px 11px 10px;
        /* == */
    }

    .mcd-menu li a.search input:focus {
        border: 1px solid #e67e22;
    }


.search-mobile {
    display: none !important;
    background: #e67e22;
    border-left: 1px solid #e67e22;
    border-radius: 0 3px 3px 0;
}

    .search-mobile i {
        color: #FFF;
        margin: 0 !important;
    }


@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .mcd-menu {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .mcd-menu {
        width: 200px;
    }

        .mcd-menu li a {
            height: 30px;
        }

            .mcd-menu li a i {
                font-size: 22px;
            }

            .mcd-menu li a strong {
                font-size: 12px;
            }

            .mcd-menu li a small {
                font-size: 10px;
            }

            .mcd-menu li a.search input {
                width: 120px;
                font-size: 12px;
            }

            .mcd-menu li a.search buton {
                padding: 8px 10px 9px 10px;
            }

        .mcd-menu li > ul {
            min-width: 180px;
        }

        .mcd-menu li:hover > ul {
            min-width: 180px;
            left: 200px;
        }

        .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
            min-width: 150px;
        }

        .mcd-menu li ul li:hover > ul {
            left: 180px;
            min-width: 150px;
        }

        .mcd-menu li ul li ul li:hover > ul {
            left: 150px;
            min-width: 150px;
        }

        .mcd-menu li ul a {
            font-size: 12px;
        }

            .mcd-menu li ul a i {
                font-size: 14px;
            }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .mcd-menu {
        width: 50px;
    }

        .mcd-menu li a {
            position: relative;
            padding: 12px 16px;
            height: 20px;
        }

            .mcd-menu li a small {
                display: none;
            }

            .mcd-menu li a strong {
                display: none;
            }

            .mcd-menu li a:hover strong, .mcd-menu li a.active strong {
                display: block;
                font-size: 10px;
                padding: 3px 0;
                position: absolute;
                bottom: 0px;
                left: 0;
                background: #e67e22;
                color: #FFF;
                min-width: 100%;
                text-transform: lowercase;
                font-weight: normal;
                text-align: center;
            }

        .mcd-menu li .search {
            display: none;
        }

        .mcd-menu li > ul {
            min-width: 180px;
            left: 70px;
        }

        .mcd-menu li:hover > ul {
            min-width: 180px;
            left: 50px;
        }

        .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
            min-width: 150px;
        }

        .mcd-menu li ul li:hover > ul {
            left: 180px;
            min-width: 150px;
        }

        .mcd-menu li ul li ul li > ul {
            left: 35px;
            top: 45px;
            border: 0;
            border-top: 4px solid #e67e22;
        }

            .mcd-menu li ul li ul li > ul:before {
                left: 30px;
                top: -9px;
                border: 0;
                border-bottom: 5px solid #e67e22;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
            }

        .mcd-menu li ul li ul li:hover > ul {
            left: 30px;
            min-width: 150px;
            top: 35px;
        }

        .mcd-menu li ul a {
            font-size: 12px;
        }

            .mcd-menu li ul a i {
                font-size: 14px;
            }
}

@media only screen and (max-width: 479px) {
    .mcd-menu {
        width: 50px;
    }

        .mcd-menu li a {
            position: relative;
            padding: 12px 16px;
            height: 20px;
        }

            .mcd-menu li a small {
                display: none;
            }

            .mcd-menu li a strong {
                display: none;
            }

            .mcd-menu li a:hover strong, .mcd-menu li a.active strong {
                display: block;
                font-size: 10px;
                padding: 3px 0;
                position: absolute;
                bottom: 0px;
                left: 0;
                background: #e67e22;
                color: #FFF;
                min-width: 100%;
                text-transform: lowercase;
                font-weight: normal;
                text-align: center;
            }

        .mcd-menu li .search {
            display: none;
        }

        .mcd-menu li > ul {
            min-width: 180px;
            left: 70px;
        }

        .mcd-menu li:hover > ul {
            min-width: 180px;
            left: 50px;
        }

        .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
            min-width: 150px;
        }

        .mcd-menu li ul li:hover > ul {
            left: 180px;
            min-width: 150px;
        }

        .mcd-menu li ul li ul li > ul {
            left: 35px;
            top: 45px;
            border: 0;
            border-top: 4px solid #e67e22;
        }

            .mcd-menu li ul li ul li > ul:before {
                left: 30px;
                top: -9px;
                border: 0;
                border-bottom: 5px solid #e67e22;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
            }

        .mcd-menu li ul li ul li:hover > ul {
            left: 30px;
            min-width: 150px;
            top: 35px;
        }

        .mcd-menu li ul a {
            font-size: 12px;
        }

            .mcd-menu li ul a i {
                font-size: 14px;
            }
}


.x-panel {
    /*max-width: 600px;
      margin: 0 auto;*/
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
}

.x-panel-header {
    background: linear-gradient(90deg, #120f82, #359EC5);
    /*background: linear-gradient(90deg, #053371, #359EC5);*/
    padding: 20px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.x-panel-content {
    padding: 10px;
    font-size: 16px;
    color: #333;
}

.icon-alert {
    color: red;
    padding-right: 5px;
}

.btn-primary-action {
    background-color: #120f82;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(18, 15, 130, 0.3);
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    .btn-primary-action:hover {
        background-color: #1b17a0;
        box-shadow: 0 6px 16px rgba(18, 15, 130, 0.5);
    }

.x-slider-wrapper {
    position: relative;
    /*width: 300px;*/
    width: auto;
    height: 340px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    user-select: none;
}
.x-slider-wrapper-static {
    position: relative;
    /*width: 300px;*/
    width: auto;
    height: 340px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    user-select: none;
}
.x-banner-slider {
    width: 100%;
    height: 100%;
    position: relative;
}
.x-banner-slider-static {
    width: 100%;
    height: 100%;
    position: relative;
}
.x-banner-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}
.x-banner-item-static {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 100%;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}
    .x-banner-item.x-active {
        opacity: 1;
        z-index: 1;
        pointer-events: auto;
    }
.x-banner-item-static.x-active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}
.x-banner-img {
    flex: 1;
    background-size: cover;
    background-position: center;
}

.x-banner-footer {
    padding: 15px;
    text-align: center;
    background-color: #f0f0f0;
}

.x-banner-btn {
    background-color: #120f82;
    color: #fff;
    border: none;
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

    .x-banner-btn:hover {
        background-color: #1b17a0;
        color: #fff;
    }

/* Controls */
.x-slider-controls {
    position: absolute;
    top: 50%;
    width: calc(100% + 80px);
    left: -40px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

/*        .x-slider-btn {
            width: 70px;
            height: 30px;
            background: #120f82;
            color: white;
            font-size: 18px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            pointer-events: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease;
        }

            .x-slider-btn:hover {
                background: #1b17a0;
            }
*/
/* Dots */
.x-slider-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.x-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background 0.3s ease;
}

    .x-slider-dot.x-active-dot {
        background: #120f82;
    }

/* Overlay control buttons ABOVE the image */
.x-slider-overlay-controls {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    max-width: 300px;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none; /* Allow pointer events only on buttons */
}

.x-slider-btn {
    width: 30px;
    height: 30px;
    background: transparent;
    color: gray;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

    .x-slider-btn:hover {
        background: transparent;
    }

