@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

:root {
    --bg-primary: #1A203F;
}

.bg-primary {
    background: url('/static/images/3442937.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

body {
    font-family: 'Poppins', sans-serif;
}

.sidebar-header>h3 {
    margin-bottom: 0;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.form-outline .form-control:disabled,
.form-outline .form-control.disabled,
.form-outline .form-control[readonly] {
    background-color: var(--form-control-disabled-bg);
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.fa-align-left {
    font-size: 20px;
}

.fs-7 {
    font-size: 14px;
}

.material-symbols-outlined {
    vertical-align: bottom;
}

.btn {
    font-size: 14.5px !important;
    white-space: nowrap;
}

.dataTables_length {
    margin-bottom: 20px;
}

.ck-editor__editable_inline {
    min-height: 200px;
}

.pl-5 {
    padding-left: 3rem !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: var(--bg-primary);
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20.5px;
    background: #1A203F;
    border-bottom: 1px solid #454d6d;
}

#sidebar ul.components {
    padding: 20px 0;
    margin-bottom: 20px;
}


#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul.components li.active>a {
    color: #fff;
    background: #2d3453;
    border-radius: 5px;
}

a[data-bs-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ol,
ul,
dl {
    margin: 0;
}

ul ul a {
    font-size: 1em !important;
    padding-left: 25px !important;
    background: #454d6d;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.dropdown-sidebar {
    display: none;
}

.lists-offices-internal {
    margin: 0;
    padding: 0;
}

.lists-offices-internal li {
    font-size: .9rem;
}

.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.invalid {
    background-image: none;
    border-color: #dc4c64;
}

.vh {
    min-height: 100vh;
}

#content {
    width: 100%;
    /* padding: 20px; */
    min-height: 100vh;
    transition: all 0.3s;
    max-width: 100%;
}

body.sidebar-toggled #content {
        max-width: 100%;

}

#sidebarCollapse {
    width: 60px;
    height: 40px;
    color: #fff;
    background-color: #5b41ff;
    border-color: #513cd6;
    cursor: pointer;
    border-radius: 3px;
}

#sidebarCollapse span {
    width: 55%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #fff;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.1s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}

#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;

}

.svg-inline--fa {
    font-size: 17px;
}

.fs-large {
    font-size: 3.5rem;
}

.breadcrumb li {
    font-size: 0.8rem !important;
}

.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    height: 42px !important;
}

.select2-selection__arrow {
    height: 41px !important;
}

.alert-message-success {
    padding: 15px;
    margin: 15px 0;
    width: 100%;
    box-shadow: 1px 1px 3px #eee;
    border-left: 10px solid #27ae60;
}

.alert-message-fail {
    padding: 15px;
    margin: 15px 0;
    width: 100%;
    box-shadow: 1px 1px 3px #eee;
    border-left: 10px solid #e74c3c;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    .dropdown-avatar {
        display: none;
    }

    .dropdown-sidebar {
        display: block;
    }

    .vh {
        padding: 30px;
    }
}

body .uwy.userway_p1 .userway_buttons_wrapper{
    top: unset !important;
    bottom: 13px !important;
}