html {
    height: 100% !important;
}

body {
    font-family: "Montserrat", Helvetica, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    background-color: #f2f2f3 !important;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
}

body.fixed {
    padding-top: 55px;
}

.overh {
    overflow: hidden;
}

*:focus {
    outline: none !important;
}

/* tbody > tr {
    background: linear-gradient(30deg, #0036a0, #33b6f5) !important;
} */

tbody > tr:first-child {
    border-radius: 6px;
}

th {
    text-align: left !important;
}

.text-left {
    text-align: left !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", Helvetica, Arial;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 26px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 18px;
    }
}

.text-primary {
    color: #274882 !important;
}
.text-secondary {
    color: #9ba6c6 !important;
}

.bg-primary {
    background: #274882 !important;
}
.bg-secondary {
    background: #9ba6c6 !important;
}

/* Framework */

.container {
    width: 100%;
    max-width: 1180px;
    height: 100%;
    margin-bottom: 80px;
}

.main {
    padding: 40px 0;
    margin-bottom: 40px !important;
}

@media screen and (min-width: 992px) {
    .main {
        padding: 25px;
    }
    .modal .main {
        padding: 10px 0 !important;
    }
}

/* Header */

.header {
    position: relative;
    width: 100% !important;
    transition: 0.5s all;
    z-index: 999;
    display: flex;
    flex-direction: row;
    background-color: #002c3e !important;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1) !important;
    padding: 20px 10px;
    justify-content: space-between !important;
    align-items: center !important;
}
.navbar-gral {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (min-width: 1120px) {
    .navbar-gral {
        align-items: center;
    }
}

.user-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: hsla(0, 0%, 10%, 0.12);
    /* padding: 16px 30px 16px 23px; */
    border-radius: 50px;
}

.user-only {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
}

.user-logged {
    color: #8492a6;
    margin-block-end: 0 !important;
    font-weight: 500 !important;
    font-size: 16px;
    font-family: "Montserrat", Helvetica, Arial;
}

.navbar-toggler {
    padding: 0 !important;
}

.icon-user {
    display: flex;
    font-size: 42px;
}

.header .site {
    position: relative;
}

.logo-container {
    display: block;
    width: auto;
}

.top-nav-logo {
    display: flex;
    width: 100px;
    scale: 150%;
    margin-left: 30px;
}

@media (min-width: 992px) {
    .top-nav-logo {
        margin-left: 45px;
    }
}

.header .site .logo img {
    display: flex;
    width: 100%;
}
.header .site .logo h1 {
    display: none;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #274882;
    padding-top: 20px;
}

.header .site .account {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin: 0 -15px;
}

/* linear-gradient(180deg,  0%,  100%) */
.header .site .account li a {
    position: relative;
    display: block;
    color: #002c3e;
}
.header .site .account > li > a i {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    transition: 0.3s all;
}
.header .site .account > li.active > a i,
.header .site .account > li > a:hover i {
    color: #274882;
}

.header .site .account > .user > a {
    padding: 7px 12px;
    line-height: 20px;
}
.header .site .account > .user > a > .avatar {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.header .site .account > .notifications .icon-notifications {
    position: relative;
}
.header .site .account > .notifications .icon-notifications.active:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 6px;
    height: 6px;
    background: #69d08c;
    border-radius: 50%;
}

.user-icon-sizing {
    padding: 5px;
}
.user-name-sizing {
    padding: 3px 5px 3px 2px;
}

.minscreen-display {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}

.navbar-portal {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0 10px 15px;
}

.portal-active {
    display: flex;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
}

.mobile-display {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* .user-only {
    position: absolute;
    right: 20px;
    top: 30px;
} */

@media (max-width: 1120px) {
    .header .site .logo {
        position: absolute;
        left: 20px;
        top: 15px;
    }

    .header {
        align-items: flex-start !important;
    }
}

.navbar-toggler-icon:hover {
    scale: 105%;
}

.user-only:hover {
    scale: 105%;
}

.user-section:hover {
    scale: 105%;
}
.user-section:hover > p {
    /* color: #6e00ff; */
    color: #fff;
}

.mobile-ul > li > a:hover {
    font-weight: bold;
    color: #57b2e4;
}

@media (min-width: 1120px) {
    .header {
        padding: 3.5rem 2rem 2rem 2rem;
    }
    .header > .minscreen-display {
        display: none !important;
    }
    .navbar-portal {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        margin: 0;
        gap: 40px;
    }

    .header .site .logo {
        position: absolute;
        top: 0;
        left: calc(50% - 31.5px);
        padding-top: 10px;
        display: flex;
        z-index: 99;
    }
}

@media (min-width: 1180px) {
    .header {
        padding: 3.5rem 3rem 2rem 3rem;
    }
}
@media (min-width: 1600px) {
    .header {
        padding: 3.5rem 10rem 2rem 10rem;
    }
}
.submenu1 {
    display: none;
    flex-direction: column;
    animation: fadeInRight 0.3s ease-out;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 5px 0 rgb(10 5 5 / 50%);
    overflow: hidden;
    position: absolute;
    right: -30px;
    top: 60px;
    width: 160px;
    border-radius: 6px;
    margin-right: 2rem;
}
.mobile-ul {
    width: 100%;
}
.mobile-ul > li > a {
    display: block;
    color: #002c3e;
    padding: 12px;
    width: auto;
    font-size: 12px;
}
.active1 {
    display: flex !important;
}

/* @media (min-width: 468px) {
    .minscreen-display {
        width: 500px;
    }
}
@media (min-width: 1120px) {
    .minscreen-display {
        display: none;
    }
} */

.header .site .account .submenu {
    display: none;
    position: absolute;
    right: 10px;
    top: 54px;
    padding: 20px 0;
    width: 100vw;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(10, 5, 5, 0.5);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    z-index: 1000;
}
.header .site .account .submenu.active {
    display: flex !important;
    flex-direction: column !important;
    animation: fadeInRight 0.3s ease-out;
    -webkit-animation: fadeInRight 0.3s ease-out;
    -moz-animation: fadeInRight 0.3s ease-out;
}
.header .site .account .submenu .submenu-title {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.header .site .account .submenu .submenu-title h4 {
    font-weight: bold;
    font-size: 12px;
    color: #274882;
    text-transform: uppercase;
    padding: 12px;
    margin: 0;
}
.header .site .account .submenu .submenu-title .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
    color: #cecece;
    opacity: 1;
    border: 0;
}
.header .site .account .submenu .submenu-title .close:hover {
    color: #274882;
}
.header .site .account .submenu a {
    padding: 25px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}

.header .site .account .submenu li a:hover,
.header .site .account .submenu li.active a {
    font-weight: bold;
    color: #57b2e4;
}

@media screen and (min-width: 992px) {
    .header {
        background: #fff;
    }
    /* .header .site {
        min-height: 70px;
    } */
    .header .site .logo {
        left: 15px;
        padding: 0;
    }
    .header .site .logo h1 {
        display: block;
    }

    .header .site .account .menu {
        order: 1;
        display: none;
    }
    .header .site .account .user {
        order: 2;
    }
    .header .site .account .notifications {
        order: 3;
    }
    .header .site .account .apps {
        order: 4;
    }

    .header .site .account li {
        position: relative;
    }
    .header .site .account > li > a {
        padding: 15px 20px;
    }
    .header .site .account > li.user > a {
        padding: 14px 20px;
    }
    .header .site .account > li > a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        /* background: #F4F5F7; */
    }

    .header .site .account .submenu {
        width: 160px;
        top: 78px;
        padding: 0;
        border-radius: 6px;
    }
    .header .site .account .submenu a {
        font-size: 12px;
        padding: 12px;
    }
    .header .site .account .notifications .submenu {
        width: 400px;
    }

    .header .site .account .submenu .submenu-title {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .header .site .account .user {
        margin-left: auto;
    }
}

/* Header > Navigation */

.header .navigation {
    display: block;
    width: 100%;
    min-height: 50px;
    /* padding: 20px 0; */
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .header .navigation {
        padding: 10px 0;
    }
}

.header .navigation.active {
    display: block;
}

.header .navigation .title {
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.header .navigation ul {
    display: flex;
    margin: 0;
    padding: 15px 0;
}
.header .navigation.active ul {
    display: block;
}
.header .navigation ul li {
    margin: -2px 0;
}

@media screen and (min-width: 1340px) {
    .header .navigation ul li a {
        padding: 14px 22px !important;
    }
}

.header .navigation ul li a {
    display: block;
    padding: 7px;
    font-size: 15px !important;
    font-weight: 500;
    color: hsla(0, 0%, 100%, 0.85);
}
.header .navigation ul.submenu {
    border-top: 1px solid rgba(255, 255, 255, 0.59);
}
.header .navigation ul.submenu li a {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 15px;
}
.header .navigation ul li.active a,
.header .navigation ul li a:hover {
    scale: 105%;
    color: #fff;
}
.header .navigation ul li.active a {
    font-weight: bold;
}

/* .icon-only {
    display: flex;
    justify-content: space-between;
    min-width: 460px;
}

@media screen and (min-width: 768px) {
    .icon-only {
        min-width: 690px;
    }
}
@media screen and (min-width: 992px) {
    .icon-only {
        min-width: 800px !important;
    }
} */

.icon-name {
    display: none !important;
}

.flex-toggle {
    display: block;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

.navbar-toggler {
    display: block;
    z-index: 5000;
    /* margin-bottom: 1rem; */
}

.container-fluid {
    width: auto;
}

@media screen and (min-width: 1120px) {
    .icon-name {
        display: inline-block !important;
    }
    .icon-only {
        display: none !important;
    }
    .header .navigation {
        display: block;
    }
    .header .navigation .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .header .navigation .title {
        padding: 13px;
        padding-left: 104px;
    }

    .header .navigation ul,
    .header .navigation ul li {
        position: relative;
        display: inline-block;
    }
    .header .navigation ul {
        padding: 0;
    }
    .header .navigation ul li {
        margin: 0 -2px;
    }
    .header .navigation ul li a {
        /* padding: 14px 22px; */
        color: #fff;
        font-size: 15px;
    }
    .header .navigation ul.submenu li a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .header .navigation ul {
        /* margin-right: 160px; */
    }
    /* .header .navigation ul li a {
        padding: 14px 21px;
    } */
}
@media screen and (max-width: 992px) {
    .header .navigation ul {
        width: auto;
        margin: 0 -15px;
    }
}

/* Title */

.title {
    margin-bottom: 30px;
    color: #2b548f;
}
.title h1 {
    font-size: 19px;
    font-weight: 500;
}
.title h2 {
    font-size: 20px;
    font-weight: bold;
}
.title h3 {
    font-size: 15px;
    font-weight: bold;
}
.title h4,
.title h5,
.title h6 {
    font-size: 12px;
    font-weight: bold;
}

/* Breadcrumb */

/* Framework > Extras */

[data-open] {
    cursor: pointer;
}

/* Framework > Buttons */

.btn {
    padding: 0 24px;
    line-height: 43px;
    white-space: nowrap;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
    transition: 0.3s all;
}

.btn-sm {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.btn-lg {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

/* Framework > Buttons > Primary */

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary {
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 14px !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    background-color: #fff;
    color: #002c3e !important;
    box-shadow: none;
    scale: 105%;
}

/* Framework > Buttons > Primary Outlined */

.btn-outline-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #57b2e4;
    border-color: #57b2e4;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    border-color: #57b2e4;
    background-color: #57b2e4;
    color: #fff;
    box-shadow: none;
}

/* Framework > Buttons > secondary */

.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary {
    color: #fff;
    background-color: #274882;
    border-color: #274882;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    background-color: transparent;
    border-color: #57b2e4;
    color: #57b2e4;
    box-shadow: none;
}

/* Framework > Buttons > secondary Outlined */

.btn-outline-secondary,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #fff;
    background-color: #002c3e;
    border-color: #002c3e;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    border-color: #274882;
    background-color: #274882;
    color: #fff;
    box-shadow: none;
}

/* Framework > Forms */

label {
    color: #9ba6c6;
    font-size: 12px;
}

.unions-filter {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 10px;
}

#select-type {
    -webkit-appearance: none;
    appearance: none;
}

.form-control {
    height: 40px;
    color: #002c3e;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0px 0px 5px 0px #000000a1;
    border-radius: 10px;
    background-color: #ffffff !important;
    margin: 10px;
    border: none !important;
}

.filter-button {
    height: 40px;
    color: #fff;
    border: none !important;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    background-color: #002c3e !important;
    margin: 10px;
    min-width: 80px;
}

.form-control-sm {
    height: 30px;
    margin-top: 2px;
}
.form-control-lg {
    height: 50px;
    padding: 20px;
}
.form-control:focus {
    box-shadow: 0px 0px 5px 0px #000000a1;
    color: #274882;
    border-color: none !important;
}
.form-control::placeholder {
    font-weight: 400;
    color: #6985c4;
}

.form-control[disabled],
.form-control[readonly],
.form-control[disabled]::placeholder,
.form-control[readonly]::placeholder {
    color: #d9d9d9;
    font-weight: bold;
    background: #f4f5f7;
    border-color: #f4f5f7;
}

textarea.form-control {
    height: 90px;
    border-radius: 14px;
    resize: none;
}
/* select.form-control {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    background: url("../img/icons/icon-arrow-down.svg") no-repeat right 15px
        center;
    background-size: 20px;
} */

/* Framework > Tabs */

.tab_menu {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    box-shadow: inset 0 -1px 0 0 #e5eaf6;
}
.tab_menu li a {
    display: block;
    padding: 16px;
    font-size: 14px;
    color: #9fa9c8;
}
.tab_menu li a.active {
    font-weight: bold;
    color: #002c3e;
    box-shadow: inset 0 -1px 0 0 #002c3e;
}
@media screen and (max-width: 992px) {
    .tab_menu {
        overflow: auto;
        white-space: nowrap;
    }
}

.tab_content {
    display: none;
    padding: 16px 0;
    transition: 0.3s all;
}
.tab_content.active {
    display: block;
    animation: fadeIn 1s ease;
    -webkit-animation: fadeIn 1s ease;
    -moz-animation: fadeIn 1s ease;
}

/* Table */
.table {
    position: relative;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin: 0;
    /* gap: 10px; */
    /* padding-bottom: 2rem; */
    /* border: 0; */
    height: 100%;
    background-color: transparent !important;
}
.table .bordered tr {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 6px !important;
}
.table tr th {
    /* font-size: 12px;
	font-weight: 400;
	color: #9BA6C6; */
    /* border: 0; */
}
.table tbody tr {
    position: relative;
    overflow: hidden;
    /* border-radius: 5px; */
    height: auto;
}
.table tbody tr td {
    vertical-align: middle;
    background: #fff;
    font-size: 13px;
    color: #000000;
    height: 100%;
    /* padding: 5px; */
    /* border: 0; */
    font-weight: 600;
}

/* .table-responsive>table>tbody>tr {
	box-shadow: ;
} */

.fixed-table-toolbar {
    position: absolute;
    top: 0;
    right: 100px;
}

/* .table tbody tr td:first-child {
    border-radius: 5px 0 0 5px;
    /* margin: 0; */
/* } */
/* .table tbody tr td:last-child {
    border-radius: 0 5px 5px 0;
} */

.table tbody {
    font-weight: 400 !important;
}

.name {
    display: block;
    -webkit-box-align: center;
}

.bootstrap-table .fixed-table-container .table {
    margin-bottom: 100px !important;
}

.table thead {
    background-color: #002c3e;
    color: white !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 0.8rem;
    border: 1px solid #002c3e !important;
    /* border: 0 !important; */
    /* border-radius: 6px !important; */
}

/* table {
    border-collapse: separate !important;
}

thead > tr {
    border-c
} */

/* .region {
    border-collapse: collapse;
} */

/* .table tbody tr:hover {
    transition: ease 300ms;
    box-shadow: 0px 0px 20px 0px #2748824d;
    cursor: pointer;
} */

.data-hover-active {
    box-shadow: 0px 0px 20px 0px #2748824d !important;
}
.data-hover-active td {
    background-color: #e8f0ff !important;
}

.table tbody tr:hover td {
    background-color: #e8f0ff;
}

/* Table > Responsive */

.table-responsive {
    overflow: auto;
    white-space: nowrap;
}

@media screen and (min-width: 1200px) {
    .table-responsive {
        overflow: visible;
    }
}

/* Table > Icon */
.table .icon {
    font-size: 24px;
    color: #9ba6c6;
}
.table .icon i {
    display: block;
    margin-top: 6px;
}

/* Table > Avatar */
.table td.avatar {
    padding: 0 15px;
    width: 80px;
}
.table .avatar img {
    display: block;
    width: 46px;
    min-width: 46px;
    height: 46px;
    /*border-radius: 50%;*/
    object-fit: cover;
    clip-path: circle();
    -webkit-clip-path: circle(at 50% 50%);
}

/* Table > Name */
.table .name span {
    color: #6985c4;
}

/* Table > Phone & Email */
.table .phone,
.table .email {
    color: #707688;
}
.table .phone .icon-phone,
.table .email .icon-email {
    display: inline-block;
    vertical-align: -2px;
    color: #002c3e;
    font-size: 18px;
    margin-right: 6px;
}

/* Table > Users */
.table .users {
    overflow: auto;
    max-width: 300px;
}
.table .users .user {
    display: inline-block;
    vertical-align: middle;
    min-width: max-content;
    color: #274882;
    border: 1px solid #274882;
    padding: 6px 2px;
    border-radius: 50px;
    margin: 1px 2px;
}
.table .users .user:hover {
    background: #f4f5f7;
}
.table .users .user .avatar {
    display: inline-block;
    vertical-align: -6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 2px;
}

/* Table > Actions*/
.table .actions .date {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    width: 30px;
    height: 30px;
    color: #274882;
    padding: 3px 0;
    font-weight: bold;
    text-align: center;
    border: 1px solid #274882;
    border-radius: 50%;
    overflow: hidden;
}
.table .actions .date span {
    display: block;
    line-height: 12px;
}
.table .actions .date .month {
    font-size: 7px;
    font-weight: 500;
}
.table .actions .date.active,
.table .actions .date:hover {
    color: #fff;
    background: #274882;
}

.table .actions .number {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: #f4f5f7;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #274882;
    border-radius: 50%;
}

/* Table > Documents */
.table .documents a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 30px;
    height: 30px;
    color: #002c3e;
    line-height: 32px;
    padding-left: 1px;
    text-align: center;
    border: 1px solid #9ba6c6;
    border-radius: 50%;
}
.table .documents a.green {
    color: #69d08c;
    border-color: #69d08c;
}
.table .documents a.red {
    color: #fd7f74;
    border-color: #fd7f74;
}
.table .documents a.blue {
    color: #274882;
    border-color: #274882;
}
.table .documents a:hover {
    background: #9ba6c6;
    color: #fff;
}
.table .documents a.green:hover {
    background: #69d08c;
    color: #fff;
}
.table .documents a.red:hover {
    background: #fd7f74;
    color: #fff;
}
.table .documents a.blue:hover {
    background: #274882;
    color: #fff;
}

/* Table > Evaluation*/
.table .evaluation {
    font-weight: bold;
    color: #cecece;
}
.table .evaluation .stars {
    font-size: 21px;
}
.table .evaluation .stars.yellow {
    color: #f6d116;
}
.table .evaluation .stars.green {
    color: #69d08c;
}
.table .evaluation .stars.red {
    color: #fd7f74;
}

/* Table > Options */
.options {
    position: relative;
    text-align: center;
}
.options a {
    display: block;
    color: #274882;
    font-size: 18px;
    padding: 5px 10px;
}
.options a i {
    display: block;
    margin-top: 9px;
}
.options .submenu.active {
    display: block;
}
.options .submenu {
    display: none;
    position: absolute;
    top: 55px;
    right: 10px;
    width: 130px;
    background: #fff;
    text-align: left;
    box-shadow: 0 2px 5px 0 rgb(10 5 5 / 50%);
    border-radius: 5px;
    z-index: 2;
    overflow: hidden;
}

.options .submenu li a {
    padding: 10px 12px;
    color: #274882;
    font-size: 12px;
    border-bottom: 1px solid #f4f5f7;
}
.options .submenu li a:hover {
    background: #274882;
    color: #fff;
}
.options .submenu li a i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    font-size: 15px;
    margin-right: 6px;
    text-align: center;
}
.options .submenu li a i:before {
    display: block;
    margin: 0 auto;
}
.options .submenu li a i.icon-view {
    font-size: 12px;
}
.options .submenu li:last-child a {
    border-bottom: 0;
}

/* Table > Subdata */
.table .subdata {
    position: relative;
    text-align: center;
}
.table .subdata a {
    display: block;
    color: #274882;
    font-size: 18px;
}
.table .subdata a i {
    display: block;
    transition: 0.3s all;
}
.table .subdata.active > a > i {
    transform: rotate(90deg);
}
.table .subdata.active .submenu {
    display: flex;
}
.table .subdata.active {
    border-bottom-right-radius: 0 !important;
}
.table .subdata .submenu {
    display: none;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-left: 80px;
    top: 60px;
    right: 0;
    width: 130px;
    height: 60px;
    background: #fff;
    text-align: left;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.144);
    z-index: 1;
    overflow: auto;
}
.table .subdata .submenu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f4f5f7;
}
.table .subdata .submenu li {
    padding: 10px 12px;
    color: #5f77ba;
    font-weight: bold;
    font-size: 10px;
}
.table .subdata .submenu li span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #707688;
}

/* Feed >  */

.feed-notifications {
    overflow: hidden;
    overflow-y: auto;
    max-height: 490px;
}
.feed-notifications article a {
    position: relative;
    padding: 14px 40px !important;
    border-bottom: 1px solid #e5eaf6;
}
.feed-notifications article:hover {
    background: #f4f5f7;
}
.feed-notifications article .notification-title {
    display: flex;
    justify-content: space-between;
}
.feed-notifications article .status {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 1px #5f77ba;
}
.feed-notifications article.active .status {
    background: #57b2e4;
    box-shadow: 0 0 0 1px #57b2e4;
}
.feed-notifications article .date {
    color: #274882;
    font-size: 12px;
}
.feed-notifications article h2 {
    font-weight: bold;
    font-size: 12px;
    color: #274882;
}
.feed-notifications article ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.feed-notifications article ul li {
    color: #707688;
    text-transform: uppercase;
}
.feed-notifications article:last-child a {
    border: 0 !important;
}

/* Modal */
.blocker {
    z-index: 9999;
    pointer-events: none;
}

.modal-backdrop.show {
    z-index: 9999;
    background: #f4f5f7;
    opacity: 0.7;
}

.modal {
    z-index: 99999;
    overflow-y: auto;
    max-width: 70%;
    pointer-events: auto;
    padding: 40px;
}

@media screen and (min-width: 1040px) {
    .modal {
        max-width: 60%;
    }
}
@media screen and (min-width: 1440px) {
    .modal {
        max-width: 50%;
    }
}

.modal-xl {
    width: 730px;
    max-width: 100% !important;
}

.modal-xl .modal-content {
    padding: 28px 12%;
}

.modal .modal-dialog {
    /*top: 10vh;*/
    max-width: 475px;
    box-shadow: 0px 0px 18px 0px #0000000f;
}

.modal .modal-content {
    text-align: center;
    border: 0;
    box-shadow: 0 5px 8px 0 rgba(224, 224, 224, 0.5);
    border-radius: 5px;
    border-top: none;
}

.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 15px;
    font-size: 16px;
    color: #000;
    z-index: 999;
}

/* Modal > Header */

.modal .modal-header {
    position: relative;
}

.modal .modal-header .modal-title {
    font-size: 16px;
    margin: 0;
    color: #202841;
}

/* Modal > Footer */

.modal .modal-footer {
    border: 0;
    padding: 16px;
    text-align: center;
    justify-content: center;
}
.modal .modal-footer .btn {
    width: 100%;
    max-width: 120px;
}

/* Modal > Body */

.modal .modal-body {
    padding: 15px;
}
.modal .modal-body .tab_menu {
    width: auto;
    margin: 0 -15px 32px;
    justify-content: center;
    box-shadow: inset 0 -1px 0 0 #f7f7f7;
}
.modal .modal-body .tab_menu li a:not(.active) {
    opacity: 0.3;
    font-weight: bold;
}

.modal .modal-body form .row {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

.modal .modal-body form label {
    margin: 0;
    text-align: right;
}

/* Alerts */

.alert {
    font-size: 12px;
    padding: 6px;
    text-align: left;
}
.alert .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px;
    font-size: 12px;
    text-decoration: none;
}
.alert .close i {
    margin: 0;
    font-size: 12px;
}
.alert i.icon-info {
    display: inline-block;
    vertical-align: -2px;
    font-size: 14px;
    margin: 0 6px;
}
.alert-warning {
    color: #f3b20e;
    background: #fffaeb;
    border-color: #f3b20e;
}

/* Filter */

.filter {
    position: relative;
}
.filter .searcher {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    max-width: 180px;
    margin-right: 12px;
}
.filter .searcher .form-control {
    border-color: #002c3e;
    background-color: #fff;
}
.filter .searcher .form-control::placeholder {
    font-style: italic;
    color: #002c3e;
}
.filter .searcher i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px;
    color: #002c3e;
}
.filter .searcher .form-control:focus {
    border-color: #5f77ba;
}
.filter .searcher .form-control:focus ~ i {
    color: #5f77ba;
}

.filter .searcher.flat {
    display: inline;
}

.filter .searcher.flat .input {
    float: left;
    min-width: 160px;
}

@media screen and (min-width: 992px) {
    .filter .searcher {
        max-width: 350px;
    }
}

.filter .advanced.active {
    display: flex;
}
.filter .advanced {
    display: none;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}
.filter .advanced li {
    margin: 6px 12px;
    width: 100%;
    min-width: 160px;
}
.filter .advanced li .form-control {
    border-radius: 4px;
}
@media screen and (min-width: 1200px) {
    .filter .advanced {
        flex-wrap: nowrap;
    }
}

/* Card */

.card {
    display: block;
    background: #fff;
    padding: 30px;
    /* height: 100%; */
}
.card:not(.alert) {
    border: none;
}
.card .edit {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f4f5f7;
    color: #274882;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
}

.union-cards {
    margin-right: 15px;
    margin-left: 15px;
    box-shadow: 0 2px 5px 0 rgb(10 5 5 / 50%);
    border-radius: 7px;
}

.card .card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: -15px -15px 15px;
    padding: 15px;
    font-size: 15px;
    color: #1d1d1b;
    height: 65px;
    border-bottom: 1px solid #f4f5f7;
}
.card .card-title i {
    font-size: 22px;
    color: #274882;
}
.card .card-title .card-title-text {
    font-size: 15px;
    font-weight: 400;
    color: #1d1d1b;
    margin: 0;
}
.card-profile {
    box-shadow: 0 2px 5px 0 rgb(10 5 5 / 50%);
    border-radius: 7px;
    display: flex;
    align-items: center;
    flex-direction: initial;
}
.card-profile .thumbnail {
    /* width: 150px; */
    text-align: center;
    margin-right: 25px;
}
.card-profile .thumbnail img {
    display: inline-block;
    vertical-align: middle;
    max-width: 180px;
}
/* .card-profile .data {
    padding: 25px 0;
} */

.card-profile .title {
    margin: 0 0 16px;
}
.card-profile .socialmedia {
    margin: 0;
}
@media screen and (min-width: 992px) {
    .card-profile {
        flex-wrap: nowrap;
    }
    .card-profile .thumbnail {
        width: 200px;
    }
}

.profile-list > li {
    margin: 7px 0;
}

.card .icon {
    display: block;
    margin: 20px auto;
    font-size: 44px;
    width: 88px;
    height: 88px;
    color: #9ba6c6;
    line-height: 90px;
    text-align: center;
    border: 1px solid #9ba6c6;
    border-radius: 50%;
}
.card .icon:hover {
    background: #9ba6c6;
    color: #fff;
}

.card .icon.green {
    color: #69d08c;
    border-color: #69d08c;
}
.card .icon.red {
    color: #fd7f74;
    border-color: #fd7f74;
}
.card .icon.blue {
    color: #274882;
    border-color: #274882;
}
.card .icon.green:hover {
    background: #69d08c;
    color: #fff;
}
.card .icon.red:hover {
    background: #fd7f74;
    color: #fff;
}
.card .icon.blue:hover {
    background: #274882;
    color: #fff;
}

/* Slider arrows and dots */

.arrows a {
    position: absolute;
    top: calc(50% - 20px);
    left: 2.5%;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.arrows a.next {
    left: auto;
    right: 2.5%;
}

@media screen and (min-width: 992px) {
    .arrows a {
        left: -100px;
    }
    .arrows a.next {
        left: auto;
        right: -100px;
    }
}

.dots .slick-dots {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
.dots .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px;
}
.dots .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    text-indent: -9999px;
    background: rgba(255, 255, 255, 0.25);
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    -webkit-appearance: none;
}
.dots .slick-dots li.slick-active button {
    background: #fff;
}
.dots .slick-dots li button:focus {
    outline: none;
}

/* Select 2 */

.select2-container--default .select2-selection {
    background: transparent;
    height: 40px;
    padding: 3px;
    color: #274882;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border-radius: 25px;
    border: 1px solid #5f77ba;
    transition: 0.3s all;
}
.select2-container--open .select2-selection {
    border-radius: 4px;
    border-bottom: 0;
}
.select2-container--open .select2-dropdown--below {
    border: 1px solid #5f77ba;
    border-top: 0;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #274882;
    line-height: 32px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: calc(50% - 6px);
    width: 11px;
    left: auto;
    right: 20px;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #e5eaf6;
    color: #274882;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: 0;
    left: 0;
    top: 0;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:after {
    content: "\e907"; /* .icon-arrow-angle-down */
    font-family: "uar";
    font-size: 12px;
    color: #9ba6c6;
}

.select2-dropdown {
    border: 0;
    box-shadow: 0 2px 8px 0 #e0e0e0;
    border-radius: 8px;
}
.select2-results {
    padding: 0;
}
.select2-results__option {
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #274882;
}

.select2-search--dropdown {
    padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6px;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid #5f76ba;
}

/**/

.page.user {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002c3e;
}
.page.user .login {
    width: 100%;
    max-width: 450px;
    margin: 0 20px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #000000a1;
}

.page.user .login .logo {
    display: block;
    width: 100%;
    max-width: 105px;
    margin: 10px auto 20px auto !important;
}

.new-logo {
    scale: 130%;
}

.page.user .login .title {
    text-align: center;
    color: #5f77ba;
}
.page.user .login .title h3 {
    font-weight: 400;
    font-size: 18px;
}

/**/

.map {
    min-height: 250px;
    background: #eee;
    margin: 0 -15px -15px;
}

/* Calendar */

#calendar #eventTitle {
    font-size: 13px;
    color: #707688;
    letter-spacing: 0;
    color: #3264bf;
}
#calendar #calThead {
    margin: 0;
}
#calendar #calTFooter {
    margin-top: 10px;
}

/* Popup */

.inner-addon {
    position: relative;
}
.rounded-select {
    border: none;
    width: 100%;
    color: #274882;
    margin-top: -5px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: url("../icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: 100% 5px;
    background-size: 15px;
    background-color: #fff;
}

/* style icon */
.inner-addon .icon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .icon {
    right: 7px;
    top: 0px;
    font-size: 19px;
}
.right-addon .icon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-right: 37px;
}
.right-addon input {
    padding-right: 30px;
}

/* DropZone */

.placeholder-upload {
    color: #7992d7;
    border: 2px solid #5070c8;
    border-style: dotted;
    border-radius: 6px;
    padding: 18px;
}
.placeholder-upload.large {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    width: 100%;
    padding: 25px;
    border: 1px dashed #5070c8;
    background: #fff;
    border-radius: 0;
}
.placeholder-upload.large .dz-preview {
    display: inline-block;
    margin: 6px;
    position: relative;
}
#id_dropzone_large .dz-preview > *:not(.dz-image) {
    display: none;
}
#id_dropzone_large .dz-preview > .dz-remove {
    display: inline;
    position: absolute;
    top: 0;
    color: #fff0;
}
#id_dropzone_large .dz-preview > .dz-remove:after {
    content: "\e90f"; /* .icon-close */
    position: absolute;
    top: 0;
    left: -58px;
    width: 21px;
    height: 21px;
    font-family: "uar" !important;
    font-size: 11px;
    color: #fff;
    opacity: 1;
    background: black;
    border-radius: 14px;
}
.placeholder-upload .icon-upload {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1.5px solid;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: -7px 9px 0 0;
}
.placeholder-upload.large .icon-upload {
    margin: -15px auto 17px;
    font-size: 40px;
    display: flex !important;
    justify-content: center;
    text-align: center;
    width: 100px;
    height: 100px;
    color: #7992d7;
}
.placeholder-upload h3 {
    margin: 0;
}
.placeholder-upload.large h3 {
    font-size: 16px;
    font-weight: 500;
}
.placeholder-upload.large h3 strong {
    color: #253d7e;
}
.placeholder-upload.large p {
    font-size: 15px;
    color: #aaa;
}
.dz-preview .dropdown a.bullets {
    transform: rotate(90deg) translate(6px, -12px);
    font-size: 34px;
    line-height: 0;
    color: #6060d9;
    cursor: pointer;
    display: inline-block;
    user-select: none;
}
.dz-preview .dropdown .dropdown-dropzone {
    position: absolute;
    left: -125px;
    top: 108%;
    background: #fff;
    border-radius: 8px;
    list-style: none;
    padding: 9px 0;
    z-index: 22;
}
.dz-preview .dropdown .dropdown-dropzone li {
    color: #3264bf;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    padding: 0px 6px 8px;
    width: 140px;
    cursor: pointer;
}
.dz-preview .dropdown .dropdown-dropzone li i {
    margin-right: 10px;
}
.dz-preview .dropdown .dropdown-dropzone li:nth-last-child(1) {
    border: none;
    padding: 6px 6px 0px;
}
#id_dropzone .dz-preview {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 12px 0;
    background: #e7eafa;
    padding: 22px 11px;
    border-radius: 11px;
}
#id_dropzone .dz-date,
#id_dropzone [data-dz-name],
#id_dropzone [data-dz-size] {
    width: 33%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.id_dropzone--tab {
    padding: 25px 0;
    color: #aaa;
}
.id_dropzone--tab div {
    padding: 0px 12px;
    width: 33%;
}

#id_dropzone [data-dz-size] {
    width: 30%;
}
#id_dropzone .dz-error-message,
#id_dropzone .dz-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dz-success-mark {
    display: none;
}
.dz-error-mark {
    display: none;
}

/* Tag input */

.tag .profilepic {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 2.5px 0 0 2px;
    border-radius: 20px;
    background-color: #5f77ba;
    background-position: center;
    background-size: cover;
}
.tag .profilename {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    color: #274882;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
}

/* Modal crop */

.cropit-image-input .modal-body {
    position: relative;
}
.cropit-image-preview {
    background-color: #000000c7;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 701px;
    max-width: 100%;
    height: 483px;
    cursor: move;
    position: relative;
}
.svg-crop {
    opacity: 0;
    position: absolute;
}
.cropit-image-preview:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000087;
    clip-path: url(#myClip);
}
.cropit-image-background {
    opacity: 0.2;
    cursor: auto;
}
.cropit-image-zoom-input {
    position: absolute;
    top: 41%;
    right: -25px;
    transform: rotate(270deg);
}
.image-size-label {
    margin-top: 10px;
}

.export {
    margin-top: 10px;
}

/* Points */

.accordion_container {
    width: 100%;
}

.accordion {
    padding: 0;
    width: 100%;
    margin-bottom: 12px;
}
.accordion[aria-expanded="true"] {
    border: 1px solid #274882 !important;
}
.accordion .accordion-title {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    min-height: 60px;
    cursor: pointer;
}
.accordion .accordion-title .accordion-title-text {
    margin: 0;
    padding: 15px;
    color: #274882;
    font-size: 15px;
}
.accordion .accordion-title ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.accordion .accordion-title ul li {
    border-left: 1px solid #dbdbdc;
}
.accordion .accordion-title ul li a {
    display: block;
    padding: 15px 20px;
    text-align: center;
    opacity: 0.8;
    color: #6177ba;
}
.accordion .accordion-title ul li a:hover {
    opacity: 1;
}
.accordion .accordion-title ul li a i {
    font-size: 18px;
}

@media screen and (min-width: 992px) {
    .accordion .accordion-title ul li a i {
        font-size: 21px;
    }
}

.accordion .accordion-content {
    padding: 15px;
    border-top: 1px solid #dbdbdc;
}

.stroke-radius {
    margin-bottom: 0;
    font-size: 14px;
    margin: 5px 0;
}
.stroke-radius input {
    display: none;
}
.stroke-radius .radius {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 21px;
    height: 21px;
    color: #2c548f;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #2c548f;
}
.stroke-radius .radius:after {
    content: "";
    font-family: "uar" !important;
    content: "\e90c"; /* .icon-check */
    font-size: 7px;
    opacity: 0;
}
.container input:checked ~ .radius:after {
    font-family: "uar" !important;
    content: "\e90c"; /* .icon-check */
    font-size: 10px;
    opacity: 1;
    display: inline-block;
    position: relative;
    top: -0.9px;
}

.icons-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    font-size: 0;
}

.modal-spinner {
    /* background: rgba( 25, 25, 25, .8 ) url('../images/loading.gif') 50% 50% no-repeat; */
    height: auto;
    width: auto;
}

.modal a.close-modal {
    top: 20px;
    right: 20px;
    margin: 2px;
}

.jquery-modal > .modal {
    height: auto;
}

.table tbody tr.region td {
    /* background: #387af5; */
    background-color: transparent;
    font-weight: 500;
    font-size: 1.4rem;
    color: white;
    margin-top: 10px !important;
}

.table tbody tr.region {
    background-color: #002c3e;
}

/* .table tbody tr.region td:first-child {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
} */

.table-styles > thead {
    margin: 0 !important;
}
table > tbody > .row-styles {
    box-shadow: 0 2px 5px 0 rgb(10 5 5 / 50%);
    border-radius: 10px;
    background-color: #fff;
}

table thead th {
    border-bottom: 0 !important;
}
table > tbody > .row-styles > th {
    background-color: transparent !important;
}

table > thead > .row-styles {
    box-shadow: 0 2px 5px 0 rgb(10 5 5 / 50%);
    border-radius: 10px;
}

table > thead > .row-styles > th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table > thead > .row-styles > th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

table > tbody > .row-styles > td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table > tbody > .row-styles > td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.disc {
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

.red {
    background-color: red;
    color: red;
}

.green {
    background-color: green;
    color: green;
}

.yellow {
    background-color: yellow;
    color: yellow;
}

.table-bordered th,
.table-bordered td {
    padding: 5px 10px;
}

th > div:first-child {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

/** DASHBOARD **/

.dashboard-title {
    font-weight: bold;
    color: #fff;
    display: block;
    font-size: 20px !important;
    margin: 0 !important;
    text-align: center;
}

.small-panel div h3 {
    color: #494949;
}

.dashboard-panels {
    width: 100%;
}

.panel-title {
    padding: 25px 25px 10px 25px;
}

@media screen and (min-width: 768px) {
    .panel-columns {
        display: flex;
        justify-content: center;
    }

    .data-columns {
        flex-direction: row !important;
        justify-content: center;
        /* margin: 10px; */
    }

    .small-panel {
        width: 100%;
        padding: 30px 30px 0 30px !important;
        margin: 10px !important;
    }
    .little-panel {
        width: 100%;
        padding: 30px;
        margin: 8px;
    }

    .sex-guides {
        display: flex;
        padding: 5px 5px 5px 20px;
        gap: 20px;
    }
}

@media screen and (min-width: 480px) {
    .responsive-columns {
        display: flex;
        width: 100%;
    }
    .little-panel {
        width: 60% !important;
    }
}

.panel-columns {
    justify-content: center;
}

.data-columns {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.big-panel {
    margin: 0 10px;
}

.titles-icon {
    display: flex;
    background-color: #002c3e;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.icon-user-check {
    color: #fff;
    display: block;
    size: 200%;
}

.icon-user-minus {
    color: #fff;
}

.icon-hour-glass {
    color: #fff;
}

.small-panel {
    box-shadow: 0px 0px 5px 0px #000000a1;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
    margin: 10px 10px 18px 10px;
}

.table-panel {
    background-color: transparent;
    margin: 18px;
}

.panel-titles {
    display: flex;
    justify-content: space-between;
}

.trainers-title {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.trainers-title > h4 {
    font-weight: 600;
    font-size: 22px;
}

.dashboard-table {
    /* box-shadow: 0px 0px 5px 0px #000000a1; */
    margin: 0;
    height: 100%;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    background-color: transparent !important;
}

.dashboard-table > thead {
    background-color: #002c3e;
    width: 100%;
    margin: 0 !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 0.8rem;
    border: 1px solid #002c3e !important;
    color: white !important;
}

.dashboard-table > thead > tr > th {
    border: transparent;
    padding: 10px;
    width: 20%;
}
.dashboard-table > thead > tr {
    border-collapse: collapse;
    height: 60px;
}

.dashboard-table > tbody > tr > td {
    padding: 10px;
    border: transparent;
    width: 20%;
}

/*
.dashboard-table > th,
.dashboard-table > td {
    border-radius: 10px !important;
    border: 1px solid !important;
} */

.little-panel {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 5px 0px #000000a1;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 8px;
    margin: 10px;
    text-align: center;
    gap: 15px;
}

.icon-container {
    display: flex;
    align-items: center;
}

.icons-size {
    font-size: 24px;
}

.swap-titles {
    padding-top: 3px;
    margin-bottom: 0 !important;
    font-size: 10px;
    font-weight: 600;
}
.card-numbers {
    display: flex;
    gap: 6px;
    padding-top: 5px;
    align-items: center;
    justify-content: space-evenly;
}

.data-number {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
}

.desertion {
    background-color: #fcdadc;
    color: #915475;
    border-radius: 10px;
    padding: 3px;
    font-size: 15px;
    font-weight: 500;
}

@media screen and (min-width: 480px) {
    .data-number {
        font-size: 30px;
    }

    .swap-titles {
        font-size: 13px;
    }

    .desertion {
        font-size: 20px;
    }
}

.panel-guides {
    display: flex;
    align-items: center;
}

.panel-guides > p {
    padding-left: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.color-box {
    height: 8px;
    width: 8px;
}

.red-box {
    background-color: #f44336;
}

.grey-box {
    background-color: #535157;
}

.sex-guides {
    padding: 5px 5px 5px 20px;
    gap: 20px;
}

.data-graph {
    background-color: #cecece;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.graph-border {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    border-bottom: solid #a4a4a4 1px;
}

.graph-number {
    margin-bottom: 0 !important;
}

.graph-box {
    display: block !important;
    width: 100%;
}

.header-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between !important;
    align-items: flex-start;
    margin: 10px 20px;
}

@media screen and (min-width: 1120px) {
    .header-flex {
        margin: 0 20px;
        align-items: center;
    }
}

/* Graficos de Barras */

.board {
    height: 260px;
    box-sizing: border-box;
    overflow: hidden;
}
.titulo_grafica {
    width: 100%;
    height: 10%;
}
.titulo_grafica > h3 {
    padding: 0;
    margin: 0px;
    text-align: center;
    color: #666666;
}
.sub_board {
    width: 100%;
    height: 90%;
    padding: 10px 10px 0;
    margin-top: 0px;
    overflow: hidden;
    box-sizing: border-box;
}
.sep_board {
    width: 100%;
    height: 10%;
}
.cont_board {
    width: 100%;
    height: 80%;
}
.graf_board {
    width: 85%;
    height: 100%;
    float: right;
    margin-top: 0px;
    background-color: darkgrey;
    border-left: 2px solid #999999;
    border-bottom: 2px solid #999999;
    box-sizing: border-box;
    display: flex;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 9.5%,
        rgba(0, 0, 0, 0.3) 10%,
        rgba(0, 0, 0, 0) 10.5%,
        rgba(0, 0, 0, 0) 19.5%,
        rgba(0, 0, 0, 0.3) 20%,
        rgba(0, 0, 0, 0) 20.5%,
        rgba(0, 0, 0, 0) 29.5%,
        rgba(0, 0, 0, 0.3) 30%,
        rgba(0, 0, 0, 0) 30.5%,
        rgba(0, 0, 0, 0) 39.5%,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0) 40.5%,
        rgba(0, 0, 0, 0) 49.5%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0) 50.5%,
        rgba(0, 0, 0, 0) 59.5%,
        rgba(0, 0, 0, 0.3) 60%,
        rgba(0, 0, 0, 0) 60.5%,
        rgba(0, 0, 0, 0) 69.5%,
        rgba(0, 0, 0, 0.3) 70%,
        rgba(0, 0, 0, 0) 70.5%,
        rgba(0, 0, 0, 0) 79.5%,
        rgba(0, 0, 0, 0.3) 80%,
        rgba(0, 0, 0, 0) 80.5%,
        rgba(0, 0, 0, 0) 89.5%,
        rgba(0, 0, 0, 0.3) 90%,
        rgba(0, 0, 0, 0) 90.5%,
        rgba(0, 0, 0, 0) 100%
    );

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.barra {
    width: 80%;
    height: 100%;
    margin-right: 40px;
    margin-left: 40px;
    background-color: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.sub_barra {
    width: 100%;
    height: 80%;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.tag_g {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    text-align: center;
    margin-top: -20px;
    z-index: 2;
}
.tag_leyenda {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}
.tag_board {
    height: 100%;
    width: 15%;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
}
.sub_tag_board {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.sub_tag_board > div {
    width: 100%;
    height: 10%;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 500;
}
.b1 {
    background: #002c3e;
}
.b2 {
    height: 3.358%;
    background: #5a1914;
}

.dashboard-rows {
    padding: 0 !important;
    font-size: 11px;
    font-weight: 500;
    height: 100%;
}

.dashboard-height {
    height: 30px !important;
}

.submenu-container {
    position: relative;
}

.submenu-options {
    display: none;
    background-color: #fff;
    border-radius: 8px;
    animation: fadeInRight 0.3s ease-out;
    overflow: hidden;
    position: absolute;
    top: 25px;
    right: -25px;
    box-shadow: 0 2px 5px 0 rgb(10 5 5 / 50%);
    z-index: 5000;
    width: 90px;
}

.btn-login {
    color: #fff;
    background-color: #002c3e;
    border: none;
    font-size: 14px !important;
}

.add-button {
    order: 4;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 40px;
    height: 40px !important;
    border-radius: 100%;
    padding: 0px 0px 0px 0px !important;
}

.actions-cell-div {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.actions-cell-div-1 {
    display: flex;
    justify-content: center;
    gap: 50px;
}

@media screen and (min-width: 1200px) {
    .actions-cell-div {
        gap: 25px;
    }
    .actions-cell-div-1 {
        gap: 35px;
    }
}

.btn-login:hover {
    color: #002c3e;
    background-color: #fff;
    border: 1px solid #002c3e;
    scale: 105%;
    transition: 0.3s all;
}

.submenu-list {
    width: 100%;
    margin: 1px !important;
}
.submenu-list > li {
    color: #002c3e;
    padding: 3px;
    width: 100%;
}

.submenu-links {
    display: block;
    font-size: 12px !important;
    width: 100%;
    height: 100%;
    margin-left: 4px;
}

.submenu-links:hover {
    scale: 105%;
    color: #57b2e4;
}

.submenu-list > li:not(:last-child) {
    border-bottom: 1px solid #002c3e;
}

.active-filter {
    display: flex !important;
}

.submenu-container {
    display: flex;
    flex-direction: column;
}

/* REPORTS */

.reports-header {
    padding: 0 !important;
}

.report-container {
    max-width: 210mm;
    margin: 20px auto;
    min-height: 929px;
}

.union-data > h3 {
    font-size: 14px;
    font-weight: 400;
}
.union-data > h3 > strong {
    font-size: 16px;
    font-weight: 500;
}

.union-report > h3 {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.report-p1 {
    font-size: 20px;
    font: 800;
    margin: 0 5px;
}

.report-p2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.activity-reports {
    display: flex;
    align-items: center;
    margin: 10px;
}

.report-table {
    width: 100% !important;
    margin: 10px 0;
    padding: 20px;
    min-height: 35px;
    border-radius: 50px !important;
}

.report-table-rows {
    border-radius: 50px !important;
    height: 30px !important;
}

.report-table-rows > td {
    margin: 5px;
    /* border: 3px transparent !important; */
}

.report-column {
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    border-right: 3px solid #fff;
    width: 93% !important;
}

.modal-strong {
    height: 40px;
    padding: 12px;
    color: #274882;
    font-size: 16px;
    font-weight: bold;
    border-color: #5f77ba;
    margin-top: 5px;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    padding: 20px;
}

.unions-row {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    gap: 30px;
}

@media screen and (min-width: 780px) {
    .unions-row {
        flex-direction: row;
    }
    .unions-profile {
        width: 60% !important;
    }
    .union-doc-styles {
        width: 40% !important;
    }
}

.union-doc-styles {
    display: flex;
    width: 100%;
    gap: 10px;
}

.union-doc-row {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 10px;
    width: 50%;
}

.union-doc-card {
    display: grid;
    place-content: center;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 2px 5px 0 rgb(10 5 5 / 50%);
    padding: 10px;
    height: 100%;
    position: relative;
}

.union-doc-p > p {
    word-wrap: break-word;
}

.union-doc-options {
    position: absolute;
    top: 1px;
    right: 1px;
}

.unions-doc-submenu {
    top: 35px !important;
    right: 10px !important;
}

.input-display {
    display: flex;
    align-items: flex-end;
}

.input-component {
    position: relative;
}

.document-links {
    cursor: pointer;
}

.document-links:hover {
    scale: 110%;
}

.footer {
    width: 100%;
    background-color: #002c3e;
    padding-top: 20px !important;
    padding-bottom: 15px;
    margin-right: 0 !important;
    position: absolute;
    bottom: 0px !important;
}

.footer-text {
    color: #fff !important;
}

.nav-link {
    font-weight: 400;
    font-size: 15px;
}

.nav-link:hover {
    font-weight: 500;
    scale: 105%;
    color: #959299;
}

.card-icons {
    display: flex;
}

.index-card {
    margin-bottom: 20px;
}

.index-card:hover {
    scale: 101%;
    cursor: pointer;
}

.index-icon {
    display: block;
    margin: 5px;
    font-size: 13.2px;
    width: 26.4px;
    height: 26.4px;
    line-height: 27px;
    text-align: center;
    color: #002c3e;
    border: 1px solid #9ba6c6;
    border-radius: 50%;
}

.index-icon:hover {
    background: #9ba6c6;
    color: #fff;
}

.activities-icon {
    margin: 2px;
    font-size: 16px;
    right: 27px;
    position: absolute;
}

.activities-edit {
    top: 62px;
}
.activities-print {
    top: 90px;
}

.inactive-link {
    color: #898989 !important;
    cursor: default !important;
    pointer-events: none !important;
}

.inactive-link:hover {
    color: #898989 !important;
    scale: 100% !important;
}

.filters {
    display: flex;
    align-items: center;
    gap: 20px;
}

.badge-position {
    position: relative;
}

.badge-notif {
    background-color: red;
    color: white;
    padding: 0px 5px;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: -5px;
}

@media screen and (min-width: 1340px) {
    .badge-notif {
        top: 8px;
        right: 10px;
    }
}

.new-msg {
    position: relative;
}

.badge-msg {
    background-color: red;
    color: red;
    padding: 0px 4px;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    top: -3px;
    right: -7px;
}
