﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

html {
    position: relative;
    min-height: 100%;
}

body {
    color: #000;
    font-family: "Poppins",sans-serif;
    font-size: .8125rem;
    margin: 0;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f8f8fb;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.table {
    color: #000;
    font-size: .8125rem;
}

label {
    font-weight: 500;
    margin-bottom: .5rem;
}

a {
    text-decoration: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: calc(1.32813rem + 0.9375vw);
}

@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.03125rem;
    }
}

.h2,
h2 {
    font-size: calc(1.2875rem + 0.45vw);
}

@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 1.625rem;
    }
}

.h3,
h3 {
    font-size: calc(1.26719rem + 0.20625vw);
}

@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.42188rem;
    }
}

.h4,
h4 {
    font-size: 1.21875rem;
}

.h5,
h5 {
    font-size: 1.01563rem;
}

.h6,
h6 {
    font-size: 0.8125rem;
}

.row > * {
    position: relative;
}

#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: #fff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0 calc(24px / 2) 0 0;
}

    .navbar-header .dropdown .show.header-item {
        background-color: #f8f9fa;
    }

.navbar-brand-box {
    padding: 0 1.5rem;
    text-align: left;
    width: 250px;
}

.logo {
    line-height: 70px;
}

    .logo .logo-sm {
        display: none;
    }

.logo-light {
    display: none;
}

@media (max-width: 992px) {
    .navbar-brand-box {
        width: auto;
    }

    .logo span.logo-lg {
        display: none;
    }

    .logo span.logo-sm {
        display: inline-block;
    }
}

.page-content {
    padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2);
}

.header-item {
    height: 70px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #555b6d;
    border: 0;
    line-height: 61px;
    border-radius: 0;
}

    .header-item:hover {
        color: #555b6d;
    }

.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: #f6f6f6;
    padding: 3px;
}

@media (max-width: 600px) {
    .navbar-header .dropdown {
        position: static;
    }

        .navbar-header .dropdown .dropdown-menu {
            left: 10px !important;
            right: 10px !important;
        }
}

@media (max-width: 380px) {
    .navbar-brand-box {
        display: none;
    }
}


.page-title-box {
    padding-bottom: 24px;
}

    .page-title-box h4 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px !important;
    }

.footer {
    bottom: 0;
    padding: 20px calc(24px / 2);
    position: absolute;
    right: 0;
    color: #74788d;
    left: 0px;
    height: 60px;
    background-color: #f2f2f5;
}

@media (max-width: 991.98px) {
    .footer {
        left: 0;
    }
}


.main-content {
    margin-left: 0px;
    overflow: hidden;
}

    .main-content .content {
        padding: 0 15px 10px 15px;
        margin-top: 70px;
    }

@media (max-width: 992px) {
    .main-content {
        margin-left: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-brand-box .logo-dark {
        display: block;
    }

        .navbar-brand-box .logo-dark span.logo-sm {
            display: block;
        }

    .navbar-brand-box .logo-light {
        display: none;
    }
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00457c;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.fw-medium {
    font-weight: 500;
}


.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.alert-dismissible .btn-close {
    font-size: 10px;
    padding: 1.05rem 1.25rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

[type="email"]::-webkit-input-placeholder,
[type="number"]::-webkit-input-placeholder,
[type="tel"]::-webkit-input-placeholder,
[type="url"]::-webkit-input-placeholder {
    text-align: left;
}

[type="email"]::-moz-placeholder,
[type="number"]::-moz-placeholder,
[type="tel"]::-moz-placeholder,
[type="url"]::-moz-placeholder {
    text-align: left;
}

[type="email"]:-ms-input-placeholder,
[type="number"]:-ms-input-placeholder,
[type="tel"]:-ms-input-placeholder,
[type="url"]:-ms-input-placeholder {
    text-align: left;
}

[type="email"]::-ms-input-placeholder,
[type="number"]::-ms-input-placeholder,
[type="tel"]::-ms-input-placeholder,
[type="url"]::-ms-input-placeholder {
    text-align: left;
}

[type="email"]::placeholder,
[type="number"]::placeholder,
[type="tel"]::placeholder,
[type="url"]::placeholder {
    text-align: left;
}

.form-check {
    position: relative;
    text-align: left;
}


.form-check-label {
    cursor: pointer;
    margin-bottom: 0;
}

.input-group-text {
    margin-bottom: 0;
}

.button-items {
    margin-left: -8px;
    margin-bottom: -12px;
}

    .button-items .btn {
        margin-bottom: 12px;
        margin-left: 8px;
    }

@media print {
    .footer,
    .navbar-header,
    .page-title-box {
        display: none !important;
    }

    .card-body,
    .main-content,
    .page-content,
    body {
        padding: 0;
        margin: 0;
    }

    .card {
        border: 0;
    }
}

.error {
    color: #f46a6a;
}

.select2-container .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 38px;
}

    .select2-container .select2-selection--single:focus {
        outline: 0;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 36px;
        padding-left: 0.75rem;
        color: #495057;
    }

    .select2-container .select2-selection--single .select2-selection__arrow {
        height: 34px;
        width: 34px;
        right: 3px;
    }

        .select2-container .select2-selection--single .select2-selection__arrow b {
            border-color: #adb5bd transparent transparent transparent;
            border-width: 6px 6px 0 6px;
        }

    .select2-container .select2-selection--single .select2-selection__placeholder {
        color: #495057;
    }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fff;
}

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: 1px solid #ced4da;
        background-color: #fff;
        color: #74788d;
        outline: 0;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00457c;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f8f9fa;
    color: #343a40;
}

    .select2-container--default .select2-results__option[aria-selected="true"]:hover {
        background-color: #00457c;
        color: #fff;
    }

.select2-results__option {
    padding: 6px 12px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
}

.select2-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.select2-search input {
    border: 1px solid #f6f6f6;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
    background-color: #fff;
    border: 1px solid #ced4da !important;
}

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        padding: 2px 0.75rem;
    }

    .select2-container .select2-selection--multiple .select2-search__field {
        border: 0;
        color: #495057;
    }

        .select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
            color: #495057;
        }

        .select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
            color: #495057;
        }

        .select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
            color: #495057;
        }

        .select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
            color: #495057;
        }

        .select2-container .select2-selection--multiple .select2-search__field::placeholder {
            color: #495057;
        }

    .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #eff2f7;
        border: 1px solid #f6f6f6;
        border-radius: 1px;
        padding: 0 7px;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ced4da;
}

.select2-container--default .select2-results__group {
    font-weight: 600;
}

.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 10px;
}

    .select2-result-repository__avatar img {
        width: 100%;
        height: auto;
        border-radius: 2px;
    }

.select2-result-repository__statistics {
    margin-top: 7px;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
    display: inline-block;
    font-size: 11px;
    margin-right: 1em;
    color: #adb5bd;
}

    .select2-result-repository__forks .fa,
    .select2-result-repository__stargazers .fa,
    .select2-result-repository__watchers .fa {
        margin-right: 4px;
    }

        .select2-result-repository__forks .fa.fa-flash::before,
        .select2-result-repository__stargazers .fa.fa-flash::before,
        .select2-result-repository__watchers .fa.fa-flash::before {
            content: "\f0e7";
            font-family: "Font Awesome 5 Free";
        }

.select2-results__option--highlighted .select2-result-repository__forks,
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__watchers {
    color: rgba(255, 255, 255, 0.8);
}

.select2-result-repository__meta {
    overflow: hidden;
}

.img-flag {
    margin-right: 7px;
    height: 15px;
    width: 18px;
}


.datepicker {
    border: 1px solid #eff2f7;
    padding: 8px;
    z-index: 999 !important;
}

    .datepicker table tr th {
        font-weight: 500;
    }

    .datepicker table tr td .active.disabled,
    .datepicker table tr td span.active.active,
    .datepicker table tr td span.active:hover.active,
    .datepicker table tr td.active,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active:hover,
    .datepicker table tr td.selected,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected:hover,
    .datepicker table tr td.today,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today:hover {
        background-color: #00457c !important;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff !important;
    }

    .datepicker table tr td span.focused,
    .datepicker table tr td span:hover,
    .datepicker table tr td.day.focused,
    .datepicker table tr td.day:hover {
        background: #eff2f7;
    }

    .datepicker table tr td span.new,
    .datepicker table tr td span.old,
    .datepicker table tr td.new,
    .datepicker table tr td.old {
        color: #adb5bd;
        opacity: 0.6;
    }

    .datepicker table tr td.range,
    .datepicker table tr td.range.disabled,
    .datepicker table tr td.range.disabled:hover,
    .datepicker table tr td.range:hover {
        background-color: #f6f6f6;
    }

.table-condensed > tbody > tr > td,
.table-condensed > thead > tr > th {
    padding: 7px;
}

.bootstrap-datepicker-inline .datepicker-inline {
    width: auto !important;
    display: inline-block;
}

.datepicker-container {
    border: 1px solid #eff2f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

    .datepicker-container.datepicker-inline {
        width: 212px;
    }

.datepicker-panel > ul > li {
    background-color: #fff;
    border-radius: 4px;
}

    .datepicker-panel > ul > li.picked,
    .datepicker-panel > ul > li.picked:hover {
        background-color: rgba(85, 110, 230, 0.25);
        color: #00457c;
    }

    .datepicker-panel > ul > li.highlighted,
    .datepicker-panel > ul > li.highlighted:hover,
    .datepicker-panel > ul > li:hover {
        background-color: #00457c;
        color: #fff;
    }

    .datepicker-panel > ul > li.muted,
    .datepicker-panel > ul > li.muted:hover {
        color: #adb5bd;
        opacity: 0.6;
    }

.datepicker-panel > ul[data-view="week"] > li {
    font-weight: 500;
}

    .datepicker-panel > ul[data-view="week"] > li,
    .datepicker-panel > ul[data-view="week"] > li:hover {
        background-color: #fff;
    }

.editable-buttons {
    margin-left: 7px;
}

    .editable-buttons .editable-cancel {
        margin-left: 7px;
    }

.dropzone {
    min-height: 230px;
    border: 2px dashed #ced4da;
    background: #fff;
    border-radius: 6px;
}

    .dropzone .dz-message {
        font-size: 24px;
        width: 100%;
    }

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: center;
    }
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    margin-right: 0;
}

.table.dataTable.dtr-inline.collapsed > tbody > tr > td,
table.dataTable.dtr-inline.collapsed > tbody > tr > td {
    position: relative;
}

    .table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
        padding-left: 30px;
    }

        .table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
        table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
            top: 50%;
            left: 5px;
            height: 14px;
            width: 14px;
            margin-top: -9px;
            display: block;
            position: absolute;
            color: #fff;
            border: 2px solid #fff;
            border-radius: 14px;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            text-align: center;
            text-indent: 0 !important;
            line-height: 14px;
            content: "+";
            background-color: #00457c;
        }

.auth-logo .auth-logo-dark {
    display: block;
}

.auth-full-bg {
    background-color: rgba(85, 110, 230, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1200px) {
    .auth-full-bg {
        height: 100vh;
    }
}

.auth-full-bg::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.auth-full-bg .bg-overlay {
    background: url(../images/bg-auth-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.auth-full-page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1200px) {
    .auth-full-page-content {
        min-height: 100vh;
    }
}

.auth-review-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(85, 110, 230, 0.25);
}

.auth-review-carousel.owl-theme .owl-dots .owl-dot.active span,
.auth-review-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00457c;
}

.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .section.bg-white {
        background-color: #fff !important;
    }

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
    background-color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #00457c;
    border-color: #00457c;
}

.bg-primary.bg-soft {
    background-color: rgba(182, 193, 246,.25) !important;
}

.text-primary {
    color: #00457c !important;
}

.auth-full-bg {
    background-color: rgba(230, 231, 232, 0.4);
}

.bg-light {
    background-color: rgba(230, 231, 232, 0.4);
}

.page-item.active .page-link {
    background-color: #00457c;
    border-color: #00457c;
}

.text-right {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 300px;
}

.table-bordered th {
    border: 1px solid #eff2f7;
    vertical-align: middle;
}

.img-thumbnail {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.bg-color2-td {
    background: #286595 !important;
    color: #fff;
    text-align: center
}

.bg-color1-td {
    background: #00457c !important;
    color: #fff;
    text-align: center
}

.form-control {
    display: block;
    width: 100%;
    padding: .47rem .75rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn, .dropdown-menu, .form-select {
    font-size: .8125rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b9bfc4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border: none
}

.card-body {
    padding: 1.25rem 1.25rem;
    background: #fff;
}

.table > :not(caption) > * > * {
    padding: .75rem .75rem;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: white;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #eff2f7;
    vertical-align: middle;
}

.btn-label {
    position: relative;
    padding-left: 44px;
}

    .btn-label .label-icon {
        position: absolute;
        width: 32px;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(255,255,255,.1);
        border-right: 1px solid rgba(255,255,255,.1);
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btn-label.btn-light .label-icon {
        background-color: rgba(52,58,64,.1);
        border-right: 1px solid rgba(52,58,64,.2);
    }

.table-bordered {
    border: 1px solid #eff2f7;
}

.dropdown-item.active, .dropdown-item:active {
    color: #343a40;
    text-decoration: none;
    background-color: #f8f9fa;
}

.page-link {
    color: #74788d;
}

.page-item.disabled .page-link {
    color: #ced4da;
    pointer-events: none;
    background-color: #fff;
    border-color: #ced4da;
}

.table-sm > :not(caption) > * > * {
    padding: .3rem .3rem;
}

.nav-tabs-custom .nav-item {
    position: relative;
    color: #343a40;
}

.nav-tabs-custom {
    border-bottom: 2px solid #f6f6f6;
}

    .nav-tabs-custom .nav-item {
        position: relative;
        color: #343a40;
    }

        .nav-tabs-custom .nav-item .nav-link {
            border: none;
        }

            .nav-tabs-custom .nav-item .nav-link.active {
                color: #556ee6;
            }

                .nav-tabs-custom .nav-item .nav-link.active:after {
                    -webkit-transform: scale(1);
                    transform: scale(1);
                }

            .nav-tabs-custom .nav-item .nav-link::after {
                content: "";
                background: #556ee6;
                height: 2px;
                position: absolute;
                width: 100%;
                left: 0;
                bottom: -1px;
                -webkit-transition: all 250ms ease 0s;
                transition: all 250ms ease 0s;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

.nav-pills > li > a, .nav-tabs > li > a {
    color: #495057;
    font-weight: 500;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #556ee6;
}

.nav-pills > a {
    color: #495057;
    font-weight: 500;
}

.btn-light {
    color: #000;
    background-color: #eff2f7;
    border-color: #eff2f7;
}

.lang-dropdown {
    border: none;
    top: 25px;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
}

    .lang-dropdown:focus, .lang-dropdown input :focus {
        border-color: transparent;
    }

.required::after {
    content: " *";
    /*font-weight: bold;*/
    color: red;
}