

* {
    font-size: 15px;
    font-family: 'roboto', Arial, sans-serif
}

a {
    text-decoration: none;
    color: inherit
}

ul li {
    list-style: none
}

@media screen and (min-width:1000px) {}

@media screen and (min-width:1400px) {}

header {
    background: #fff;
    box-shadow: 0 0 15px 0 #1d1d1d;
    padding: 8px 0;
    position: fixed;
    width: 100%;
    z-index: 999
}

header .logo img {
    width: 70px
}

header .other_logo img {
    width: auto;
    margin-left: 20px;
    height: 40px
}

header .logo_area .brand_name {
    margin-left: 10px
}

header .logo_area .brand_name span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-align: center
}

section#main_content.landing_page {
    background-image: url(../../img/images/bg_newUI.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    text-align: center;
    min-height: calc(100vh - 250px);
    position: relative
}

section#main_content .content_div_landing {
    background: #f0f5f9 url(../../img/paralex-bg.png);
    padding: 30px;
    border-radius: 10px
}

.make_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

section#main_content .content_div {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgb(0, 0, 0)
}

section#main_content .content_div .tagline {
    color: #0b3a82;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .7px;
    margin-bottom: 30px;
    display: block;
    line-height: 20px
}

section#main_content .content_div .head {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .7px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px
}

.log_regi {
    border: 1px solid lightgray;
    border-radius: 10px;
    display: flex;
    position: relative;
    margin-bottom: 70px
}

.or {
    background: #0b3a82;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    padding: 2px 8px
}

.option {
    width: 50%;
    padding: 10px 20px;
    cursor: pointer;
    height: 80px
}

.log_regi .option:not(:last-child) {
    border-right: 1px solid lightgray
}

span.opt_head {
    text-transform: uppercase;
    font-weight: 1000;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px
}

.option p {
    margin: 0;
    font-weight: 500
}

.option.disabled {
    background: #eaeff5
}

.option.disabled .opt_head,
.option.disabled p {
    color: #9a9a9a
}

.button_div {
    margin-top: 20px
}

button.btn {
    height: 40px;
    width: 130px;
    border-radius: 10px;
    margin: 0 5px;
    transition: all .3s ease-in-out
}

input.btn {
    height: 40px;
    width: 130px;
    border-radius: 10px;
    margin: 0 5px;
    transition: all .3s ease-in-out
}

a.btn {
    height: 40px;
    width: 130px;
    border-radius: 10px;
    margin: 0 5px;
    transition: all .3s ease-in-out
}

button.info {
    background: #e6eaf3;
    color: #0a3a82
}

button.info:hover {
    background: #0a3a82;
    color: #fff
}

a.info {
    background: #e6eaf3;
    color: #0a3a82
}

a.info:hover {
    background: #0a3a82;
    color: #fff
}

input.info {
    background: #e6eaf3;
    color: #0a3a82
}

input.info:hover {
    background: #0a3a82;
    color: #fff
}

button.btn:focus {
    box-shadow: none
}

button.primary {
    background: #0b3a82;
    color: white;
    box-shadow: 0 5px 10px 0 #0000003d
}

button.btn.primary:hover {
    background: #0b3a82;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px 1px #0000003d
}

a.primary {
    background: #0b3a82;
    color: white;
    box-shadow: 0 5px 10px 0 #0000003d
}

a.btn.primary:hover {
    background: #0b3a82;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px 1px #0000003d
}

input.primary {
    background: #0b3a82;
    color: white;
    box-shadow: 0 5px 10px 0 #0000003d
}

input.btn.primary:hover {
    background: #0b3a82;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px 1px #0000003d
}

button.basic {
    background: #fff;
    color: #0b3a82;
    box-shadow: 0 3px 8px -2px #8a8a8a;
    width: auto !important
}

button.btn.basic:hover {
    color: #0b3a82;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px 1px #0000003d
}

a.basic {
    background: #fff;
    color: #0b3a82;
    box-shadow: 0 3px 8px -2px #8a8a8a;
    width: auto !important
}

a.btn.basic:hover {
    color: #0b3a82;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px 1px #0000003d
}

button.secondary {
    background: #fff;
    color: #0b3a82;
    box-shadow: 0 0 5px 0 #0000003d
}

button.btn.secondary:hover {
    color: #0b3a82;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px 1px #0000003d
}

a.secondary {
    background: #fff;
    color: #0b3a82
}

a.btn.secondary:hover {
    color: #0b3a82;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px 1px #0000003d
}

input.secondary {
    background: #fff;
    color: #0b3a82
}

input.btn.secondary:hover {
    color: #0b3a82;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px 1px #0000003d
}

footer {
    background-color: #0b3a82;
    color: white;
    padding: 20px 0;
    font-size: 13px
}

footer .fhead {
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    font-size: 13px
}

footer .ful {
    padding: 0 !important
}

footer .ful li {
    font-size: 13px
}

.permanent_text span {
    font-size: 13px;
    display: block;
    text-align: center
}

.input-effect {
    text-align: start;
    position: relative;
    padding-bottom: 20px;
    margin: 10px 0
}

.input-effect label {
    display: block;
    position: relative;
    top: 15px;
    transition: all .2s linear
}

.input-effect input:focus,
.input-effect select:focus,
.input-effect textarea:focus {
    outline: 0
}

.input-effect input,
.input-effect select,
.input-effect textarea {
    border: 0;
    border-bottom: 1px solid lightgrey;
    position: absolute;
    bottom: 0;
    background: transparent;
    width: 100%;
    padding: 3px 0
}

.input-effect.textarea .effect-16 {
    border: 1px solid lightgray;
    border-radius: 5px;
    top: -45px
}

.input-effect.textarea.label_length .effect-16 {
    top: -25px
}

.input-effect .focus-border {
    border: 0 solid #0b3a82;
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all .2s linear
}

.input-effect a {
    color: #0b3a82b3;
    position: absolute;
    bottom: -24px;
    right: 0;
    font-size: 12px
}

.input-effect .focus-border.focused_b {
    width: 100%;
    border: 1px solid #0b3a82
}

.input-effect.file label {
    top: -10px !important;
    font-size: 15px;
    color: #0b3a82
}

.input-effect .select2_label {
    top: -5px !important;
    font-size: 15px;
    color: #0b3a82
}

.focused_label {
    top: -5px !important;
    font-size: 15px;
    color: #0b3a82
}

.input-effect .select2-selection.select2-selection--single {
    border: 0;
    border-bottom: 1px solid lightgrey;
    position: absolute;
    bottom: -8px;
    background: transparent;
    width: 100%;
    padding: 3px 0
}

.input-effect .select2-selection__arrow {
    background: transparent !important;
    border: none !important
}

.select2-dropdown.select2-dropdown--below {
    position: relative;
    top: 10px
}

section#main_content.login_page {
    background-image: url(../../img/images/bg_newUI.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    text-align: center;
    min-height: calc(100vh - 250px);
    position: relative
}

.captcha {
    position: absolute;
    bottom: -55px;
    display: flex
}

.captcha button {
    background: transparent;
    border: 0
}

.captcha i {
    font-weight: bold;
    color: #0b3a82;
    font-size: 18px
}

span.head_info {
    font-weight: 500;
    color: #0b3a82;
    letter-spacing: .3px
}

div#steps_old {
    display: flex;
    justify-content: space-around;
    padding: 0 45px
}

div#steps_old .step {
    position: relative
}

div#steps_old div.outer_circle {
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50%;
    border: 4px solid #dfe3e6;
    margin: auto;
    position: relative
}

div#steps_old .step.done div.outer_circle {
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50%;
    border: 4px solid #0b3a82;
    margin: auto;
    position: relative;
    background: #0b3a82
}

div#steps_old .step.active div.outer_circle {
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50%;
    border: 4px solid #0b3a82;
    margin: auto;
    position: relative
}

div#steps_old .step.done span.inner_circle::after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white
}

div#steps_old .step.active span.inner_circle {
    width: 13px;
    height: 13px;
    background: #0b3a82;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

div#steps_old .step.done.active_tab div.outer_circle {
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50%;
    border: 4px solid #0b3a82;
    margin: auto;
    position: relative;
    background: transparent !important
}

div#steps_old .step.done.active_tab span.inner_circle::after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0b3a82
}

#steps_old .line {
    width: 100%;
    height: 5px;
    background: #dee2e5;
    position: relative;
    top: 11px
}

#steps_old .step.done+.line {
    width: 100%;
    height: 5px;
    background: #0b3a82;
    position: relative;
    top: 11px
}

#steps_old .step_number {
    white-space: nowrap;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #7c7c7c
}

#steps_old .step_number.active {
    font-weight: bold;
    color: #0b3a82
}

div#steps::-webkit-scrollbar {
    width: 2px;
    height: 3px;
    transition: 1s linear all;
    position: absolute
}

div#steps::-webkit-scrollbar-thumb {
    background: #154a9b;
    transition: 1s linear all
}

div#steps:hover::-webkit-scrollbar-thumb {
    background: #0b3a82;
    border-radius: 10px
}

div#steps {
    display: flex;
    justify-content: space-between;
    overflow: auto;
    padding: 0 30px;
    scroll-behavior: smooth
}

.steps_maindiv {
    position: relative
}

.steps_maindiv:hover #slideLeft,
.steps_maindiv:hover #slideRight {
    background-color: #0a3a82;
    color: #d2dae6
}

#slideLeft,
#slideRight {
    background-color: #d2dae6;
    border: 0;
    color: #0a3a82;
    z-index: 1;
    border-radius: 50%;
    height: 30px;
    width: 30px
}

button#slideLeft {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

button#slideRight {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.step_number a {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 24px
}

div#steps .step {
    position: relative;
    background: #e9ecf3;
    padding: 10px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 10px
}

span.alpha {
    background: #d2dae6;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    text-align: center;
    display: block;
    padding: 3px;
    font-weight: bold;
    color: #0b3a82;
    margin-right: 8px
}

div#steps .step.active {
    background: #0a3a82 !important
}

div#steps div.outer_circle {
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50%;
    border: 4px solid #dfe3e6;
    margin: auto;
    position: relative
}

div#steps .step.done div.outer_circle {
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50%;
    border: 4px solid #0b3a82;
    margin: auto;
    position: relative;
    background: #0b3a82
}

div#steps .step.active div.outer_circle {
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50%;
    border: 4px solid #0b3a82;
    margin: auto;
    position: relative
}

div#steps .step.done span.inner_circle::after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white
}

div#steps .step.active span.inner_circle {
    width: 13px;
    height: 13px;
    background: #0b3a82;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

div#steps .step.done.active_tab div.outer_circle {
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50%;
    border: 4px solid #0b3a82;
    margin: auto;
    position: relative;
    background: transparent
}

div#steps .step.done.active_tab span.inner_circle::after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0b3a82
}

.line {
    width: 100%;
    height: 5px;
    background: #dee2e5;
    position: relative;
    top: 11px
}

.line:last-of-type {
    display: none
}

.step.done+.line {
    width: 100%;
    height: 5px;
    background: #0b3a82;
    position: relative;
    top: 11px
}

.step_number {
    white-space: nowrap;
    color: #7c7c7c
}

.step_number.active {
    font-weight: bold;
    color: #0b3a82
}

.step_number.active a {
    font-weight: bold;
    color: #fff
}

.step_number.active a span.alpha {
    background: #3d619b;
    color: #fff
}

h6.form_subtitle {
    background: transparent !important;
    color: #0b3a82;
    text-transform: capitalize !important;
    font-size: 15px !important;
    font-weight: bold !important;
    padding: 20px 0 0 !important
}

h6.form_subtitle.blue {
    background: transparent !important;
    color: #0b3a82 !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
    font-weight: bold !important;
    padding: 20px 0 15px !important
}

.step_form {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 lightgray;
    min-height: 350px !important;
    background: #fff;
    position: relative
}

.step_form h6 {
    text-transform: uppercase;
    background-color: #0b3a82;
    color: white;
    padding: 10px 20px;
    text-align: left;
    margin: 0
}

.stepTab {
    display: none
}

.stepTab.active {
    display: block
}

.login_form {
    padding: 15px
}

#main_content.inner_page {
    background-color: #f4f4f4;
    min-height: calc(100vh - 520px)
}

#main_content.inner_page .link_div {
    min-height: 450px
}

#main_content.inner_page .link_div {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px 0 lightgrey;
    margin-bottom: 20px
}

#main_content.inner_page .link_div .link_div_heading span {
    background: #0b3a82;
    color: white;
    padding: 5px 12px;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 5px 4px 5px 0 #0000003d;
    white-space: nowrap
}

#main_content.inner_page h5 {
    color: #0a3a82;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase
}

.link_div .link_div_heading button {
    padding: 2px 15px;
    border: 1px solid;
    height: fit-content;
    border-radius: 7px;
    margin-right: 10px
}

.link_div.special {
    background-image: linear-gradient(#911410, #0a3a82)
}

.link_div.special ul li:not(:last-child) a {
    border-bottom: 1px solid #87878740
}

.link_div.special ul li a {
    color: #fff
}

.link_div.special .link_div_heading span {
    background: #fff;
    color: #0b3a82;
    box-shadow: 5px 4px 5px 0 #0000003d
}

.link_div.special ul li .link_div_link::after {
    content: '\f101';
    font-family: 'fontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 10px;
    color: #fff
}

button.accordion-button.main {
    background-color: #49586b;
    color: white;
    padding: 10px 12px
}

button.accordion-button.main.smart {
    background-image: linear-gradient(to right, #911410, #0a3a82)
}

.accordion-button::after {
    background-image: none !important;
    content: '\f107';
    font-family: 'FontAwesome';
    transform-origin: 30% 50%
}

.accordion-item {
    margin-bottom: 10px
}

.accordion-body {
    padding: 3px
}

.accordion-body button.accordion-button.collapsed {
    background-color: #edeef0;
    color: #49586b;
    padding: 10px 12px
}

.accordion-body .accordion-button {
    background-color: #e3ebf8;
    color: #49586b;
    padding: 10px 12px;
    box-shadow: none
}

.accordion-item .accordion-item {
    margin-bottom: 5px
}

.accordion-item .accordion-item .accordion-collapse.collapse {
    background-color: #e3ebf8;
    color: #49586b
}

.accordion-item .accordion-item .accordion-collapse.collapse ul {
    padding-left: 0;
    margin: 0
}

.accordion-item .accordion-item .accordion-collapse.collapse ul li {
    position: relative
}

.accordion-item .accordion-item .accordion-collapse.collapse ul li a {
    padding: 4px 10px;
    display: block
}

.accordion-item .accordion-item .accordion-collapse.collapse ul li .link_div_link::after {
    content: '\f101';
    font-family: 'fontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 10px;
    color: gray
}

.accordion-button:focus {
    box-shadow: none
}

button.accordion-button.withlink a {
    display: block
}

button.accordion-button.withlink::after {
    content: none;
    font-family: 'fontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 10px
}

.link_div .tab {
    overflow: hidden;
    margin: 27px 5px 5px 5px;
    display: flex;
    flex-wrap: wrap
}

.link_div .tab button {
    background-color: inherit;
    float: left;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 2px 4px;
    transition: .3s;
    color: gray;
    margin-right: 12px;
    border-bottom: 2px solid transparent
}

.link_div .tab button:hover {
    color: #0a3a82
}

.link_div .tab button.active {
    color: #0a3a82;
    border-bottom: 2px solid;
    font-weight: bold
}

.link_div .tabcontent {
    display: none;
    padding: 5px 0;
    border-top: 0
}

#main_content.inner_page table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-top: 30px
}

#main_content.inner_page table th {
    padding: 0rem .5rem;
    margin-bottom: 10px;
    color: #666;
    font-weight: 500
}

#main_content.inner_page table td {
    padding: .4rem .5rem;
    margin-bottom: 10px
}

#main_content.inner_page table td {
    border-top: 1px solid #e4e4fc;
    border-bottom: 1px solid #e4e4fc
}

#main_content.inner_page table td:first-child {
    border-left: 1px solid #e4e4fc
}

#main_content.inner_page table td:last-child {
    border-right: 1px solid #e4e4fc
}

#main_content.inner_page table tbody tr {
    border: 1px solid #e4e4fc
}

#main_content.inner_page table .strong {
    color: #0a3a82;
    font-weight: bold
}

#main_content.inner_page table tbody tr:hover {
    background-color: #edeef0
}

#main_content.inner_page .tabcontent_border {
    background: #fcfcfc;
    border: 1px solid #e4e4fc;
    padding: 15px !important
}

#main_content.inner_page div.tabcontent {
    padding: 5px !important
}

.link_div .tabcontent.first_tab {
    display: block
}

#small_user {
    display: none
}

@media screen and (max-width:768px) {
    .right_content {
        margin-left: 0 !important
    }

    .left_content {
        position: absolute !important;
        z-index: 9;
        top: 50%;
        height: 100%;
        transform: translate(0, -50%)
    }
}

@media screen and (max-width:991px) {
    #small_user {
        display: block
    }

    #large_user {
        display: none
    }
}

@media screen and (max-width:727px) {
    #main_body .right_content {
        padding-top: 90px !important
    }

    div#sidebar {
        margin-top: 80px !important
    }
}

.left_content {
    float: left;
    width: 280px;
    position: relative;
    left: 0;
    transition: all .2s linear;
    background: white
}

#main_body .left_content {
    width: 240px
}

#toggle_menu {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer
}

.left_content.hide {
    position: absolute;
    left: -240px
}

.left_content .logo {
    text-align: center;
    display: flex;
    height: 100%;
    margin-left: 20%
}

.right_content .menu {
    text-align: -webkit-right
}

.right_content {
    margin-left: 240px;
    padding: 7px 15px;
    transition: margin-left .3s linear
}

.right_content.hide {
    margin-left: 0
}

span.line1 {
    width: 18px;
    height: 2px;
    background: black;
    display: block
}

span.line2 {
    margin: 5px 0;
    width: 12px;
    height: 2px;
    background: black;
    display: block
}

.brand_title {
    font-size: 16px;
    font-weight: bold;
    color: #0a3a82
}

div#sidebar {
    box-shadow: 0 6px 10px 0 lightgrey;
    height: calc(100vh - 61px);
    padding: 5px 0;
    margin-top: 61px;
    position: fixed;
    width: 240px;
    background: white
}

#sidebar ul.parent_link li a {
    padding: 12px 20px 2px;
    display: block
}

#sidebar ul.child_link li a {
    padding: 3px 35px;
    display: block;
    color: black
}

#sidebar ul.child_link li a:hover {
    font-weight: bold;
    color: black
}

#sidebar ul.child_link {
    background: #edeef0;
    padding: 7px 0 !important
}

#sidebar ul li a {
    color: #0a3a82;
    position: relative;
    transition: font-weight .2s ease
}

#sidebar ul li a:hover {
    color: #0a3a82;
    font-weight: bold
}

#sidebar ul li a.active {
    color: #0a3a82;
    font-weight: bold
}

#sidebar ul li a.active::before {
    content: '';
    height: 80%;
    background: #0a3a82;
    width: 3px;
    position: absolute;
    top: 60%;
    left: 8px;
    transform: translate(0, -50%)
}

a.btn-toggle.align-items-center.rounded::after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: gray;
    position: absolute;
    right: 15px;
    transition: transform .35s ease;
    transform-origin: 50%;
    transform: rotate(180deg)
}

a.btn-toggle.align-items-center.rounded.collapsed::after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: gray;
    position: absolute;
    right: 15px;
    transform: rotate(0)
}

#main_body .right_content {
    background-color: #fafafc;
    padding-top: 75px;
    min-height: calc(100vh - 162px)
}

#main_body .right_content span.page_heading {
    font-size: 20px;
    display: block;
    font-weight: bold
}

.dash_tabs {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 10px 0 lightgrey;
    height: 90px;
    padding: 10px 20px;
    margin-bottom: 20px
}

.dash_tabs span.num {
    font-size: 24px;
    font-weight: bold;
    display: block
}

.dash_tabs span.title {
    color: #8a8a8a;
    display: block
}

span.icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%)
}

span.icon.icon_white {
    display: none
}

.dash_tabs:hover span.icon.icon_white {
    display: block
}

.dash_tabs:hover span.icon {
    display: none
}

.dash_tabs:hover span.num {
    color: #fff
}

.dash_tabs:hover span.title {
    color: #fff
}

.dash_tabs:hover {
    background-image: linear-gradient(to right, #5273a5, #b25659)
}

table {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px 0 lightgray
}

table th,
table td {
    padding: 12px
}

table button.btn.btn-sm,
table input.btn.btn-sm,
table a.btn.btn-sm {
    height: 25px;
    width: auto;
    line-height: 1 !important;
    font-size: .875rem !important;
    margin-bottom: 5px
}

table thead {
    background-image: linear-gradient(to right, #0b3a82, #941212);
    color: white
}

table.detail_view thead th {
    background-color: #cad6e4 !important;
    color: #000;
    text-align: left !important;
    text-transform: uppercase
}

table tr {
    border-bottom: 1px solid #ebebeb
}

.dataTables_paginate .pagination li {
    margin: 10px 5px
}

.dataTables_paginate .pagination li a {
    border-radius: 8px !important;
    color: #7c7c7c
}

.dataTables_paginate .pagination li a:focus {
    outline: 0;
    box-shadow: none
}

.dataTables_paginate .pagination li.active a {
    background-color: #0a3a82;
    border: transparent
}

div#example_wrapper {
    margin-top: -35px
}

.dt-buttons {
    float: right
}

.dt-buttons button {
    border-radius: 10px !important;
    margin: 0 16px 10px;
    height: 35px
}

.dt-buttons button:last-child {
    margin-right: 5px
}

button.buttons-excel.basic::before {
    content: '\f1c3';
    font-family: 'fontAwesome';
    margin-right: 8px
}

button.buttons-pdf.basic::before {
    content: '\f1c1';
    font-family: 'fontAwesome';
    margin-right: 8px
}

button.buttons-print.basic::before {
    content: '\f02f';
    font-family: 'fontAwesome';
    margin-right: 8px
}

div#example_info.dataTables_info {
    float: left
}

#subheader {
    justify-content: end
}

#lang ul li:not(:last-child)::after {
    content: '|';
    margin: 0 4px
}

#lang ul li,
#social ul li,
#main_menu ul li {
    display: inline-block
}

#lang ul li a,
#social ul li a,
#main_menu ul li a {
    font-weight: 600;
    padding: 0 4px
}

#social ul li a .fa-facebook-f {
    color: #1877f2;
    font-size: 16px;
    margin-right: 5px
}

#social ul li a .fa-twitter {
    color: #1da1f2;
    font-size: 16px;
    margin-right: 5px
}

#social ul li a .fa-youtube {
    color: #fe0000;
    font-size: 16px;
    margin-right: 5px
}

section#scroll_bar {
    background: #0b3a82;
    color: #fff;
    padding: 6px 0
}

.treeview .treeview-menu {
    height: 0;
    overflow: hidden;
    transition: all .3s all;
    background-color: #edeef0
}

.treeview .treeview-menu.open {
    height: 100%
}

.treeview>a::after {
    content: '\f107';
    font-family: 'fontawesome';
    position: absolute;
    right: 15px
}

.treeview>a.fw-bold::after {
    transform: rotate(180deg)
}

.treeview-menu a {
    padding-left: 0 !important
}

.treeview-menu a:hover {
    color: black !important
}

#singlerulehide .usage_cat_id {
    margin-bottom: 5px;
    position: relative
}

#singlerulehide .usage_cat_id input {
    position: absolute;
    top: 3px
}

#singlerulehide .usage_cat_id label {
    margin-left: 20px
}

.textarea.input-effect {
    margin-top: 75px
}

.textarea.input-effect .focused_label {
    top: -65px !important
}

.textarea1.textarea.input-effect .select2_label {
    top: -65px !important
}

textarea {
    resize: none
}

.btn {
    line-height: 2;
    min-width: 60px
}

a.link_info {
    font-weight: 600;
    color: #0a3a82;
    text-decoration: underline
}

.ui-draggable {
    cursor: grab
}

.ui-draggable:active {
    cursor: grabbing
}

.select2-container {
    width: 100%
}

.select2-dropdown.select2-dropdown--above {
    top: -20px !important
}

.head_info.countdown {
    color: #0b3a82
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: 0;
    outline: 0;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px
}

#myBtn:hover {
    background-color: #555
}

#subheader {
    justify-content: end
}

#lang ul li:not(:last-child)::after {
    content: '|';
    margin: 0 4px
}

#lang ul li,
#social ul li,
#main_menu ul li {
    display: inline-block
}

#lang ul li a,
#social ul li a,
#main_menu ul li a {
    font-weight: 600;
    padding: 0 4px
}

#social ul li a .fa-facebook-f {
    color: #1877f2;
    font-size: 16px;
    margin-right: 5px
}

#social ul li a .fa-twitter {
    color: #1da1f2;
    font-size: 16px;
    margin-right: 5px
}

#social ul li a .fa-youtube {
    color: #fe0000;
    font-size: 16px;
    margin-right: 5px
}

header {
    position: relative !important;
    padding: 0 !important
}

header .subheader_div {
    background: #eaeff5
}

* {
    font-size: 14px
}