/*@font-face {
    font-family: "Lato";
    src: url(../assets/fonts/Lato/Lato-Regular.ttf)
}

@font-face {
    font-family: "Lato";
    src: url(../assets/fonts/Lato/Lato-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "Lato";
    src: url(../assets/fonts/Lato/Lato-Black.ttf);
    font-weight: 900;
}

body {
    font-family: Lato, sans-serif;
    color: #3B3839;
    font-size: 1em;
}*/

@font-face {
    font-family: "Vistra Sans Regular";
    src: url(../assets/fonts/Vistra/VistraSans-Regular.woff)
}

@font-face {
    font-family: "Vistra Sans Bold";
    src: url(../assets/fonts/Vistra/VistraSans-Bold.woff);
    font-weight: 700;
}

@font-face {
    font-family: "Vistra Sans Extra Bold";
    src: url(../assets/fonts/Vistra/VistraSans-Bold.woff);
    font-weight: 900;
}

body {
    font-family: 'Vistra Sans Regular';
    color: #3B3839;
    font-size: 1em;
}

a {
    text-decoration: none;
    font-weight: 700;
}

/*used for titles*/
h5, .h5 {
    font-size: 1.19rem; 
}

.h5 {
    font-family: 'Vistra Sans Regular';
}
/* ====== other helpers ====== */

.vh-85 {
    height: 85vh !important;
}

/* ====== font helpers ====== */

.fw-black {
    font-weight: 900;
}

/* ====== colors text ====== */
/* black */
.black-text {
    color:black;
}
/* blue */
.blue-text-50 {
    color: #e9f4ff;
}

.blue-text-100 {
    color: #C9E1FF;
}

.blue-text-200 {
    color: #B1D3FF;
}

.blue-text-300 {
    color: #80B7FF;
}

.blue-text-400 {
    color: #2B86FD;
}

.blue-text-default, .text-primary, a, .btn-link, .sidebar.dashboard .toggle-trigger-container a {
    color: #0909B7;
}

.blue-text-600 {
    color: #0037A4;
}

.blue-text-700 {
    color: #002B80;
}

.blue-text-800 {
    color: #002166;
}

.blue-text-900 {
    color: #00194D;
}

.dark-blue-text {
    color:darkblue;
}

/* red */

.tricor-red-text-50 {
    color: #0909B7;
}

.tricor-red-text-100 {
    color: #0909B7;
}

.tricor-red-text-200 {
    color: #0909B7;
}

.tricor-red-text-300 {
    color: #0909B7;
}

.tricor-red-text-400 {
    color: #0909B7;
}

.tricor-red-text-default {
    color: #0909B7;
}

.tricor-red-text-600 {
    color: #0909B7;
}

.tricor-red-text-700 {
    color: #0909B7;
}

.tricor-red-text-800 {
    color: #0909B7;
}

.tricor-red-text-900 {
    color: #0909B7;
}

/* gray */

.gray-text-50 {
    color: #F7F5F6;
}

.gray-text-100 {
    color: #E8E6E7;
}

.gray-text-200 {
    color: #D4D2D3;
}

.gray-text-300 {
    color: #B5B3B4;
}

.gray-text-400 {
    color: #969394;
}

.gray-text-500 {
    color: #7D7B7C;
}

.gray-text-600 {
    color: #666364;
}

.gray-text-700, .text-default, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link, .language-selector .list-group-item.active,
.sidebar.dashboard a {
    color: #3B3839 !important;
}

.mobileNavbar a {
    color: #3B3839 !important;
}

.gray-text-800 {
    color: #2E2C2F;
}

.gray-text-900 {
    color: #1C1B1E;
}

.gray-text-default {
    color:gray;
}

/* ======= colors background ======= */

.blue-50 {
    background-color: #e9f4ff;
}

.blue-100 {
    background-color: #C9E1FF;
}

.blue-200 {
    background-color: #B1D3FF;
}

.blue-300 {
    background-color: #80B7FF;
}

.blue-400 {
    background-color: #2B86FD;
}

.blue-default, .btn-primary, .bg-primary {
    background-color: #0909B7;
}

.blue-600 {
    background-color: #0037A4;
}

.blue-700 {
    background-color: #002B80;
}

.blue-800 {
    background-color: #002166;
}

.blue-900 {
    background-color: #00194D;
}

.tricor-red-50 {
    background-color: #FFF2F4;
}

.tricor-red-100 {
    background-color: #FFDEDB;
}

.tricor-red-200 {
    background-color: #FFB8B3;
}

.tricor-red-300 {
    background-color: #FF837A;
}

.tricor-red-400 {
    background-color: #FF4A3D;
}

.tricor-red-default {
    background-color: #FF1100;
}

.tricor-red-600 {
    background-color: #CC0E00;
}

.tricor-red-700 {
    background-color: #990A00;
}

.tricor-red-800 {
    background-color: #7A0800;
}

.tricor-red-900 {
    background-color: #520500;
}

/* gray */

.gray-50 {
    background-color: #F7F5F6;
}

.gray-100, .bg-light, .language-selector .list-group-item.active {
    background-color: #E8E6E7;
}

.gray-200 {
    background-color: #D4D2D3;
}

.gray-300 {
    background-color: #B5B3B4;
}

.gray-400 {
    background-color: #969394;
}

.gray-500 {
    background-color: #7D7B7C;
}

.gray-600 {
    background-color: #666364;
}

.gray-700, .bg-dark {
    background-color: #3B3839;
}

.gray-800 {
    background-color: #2E2C2F;
}

.gray-900 {
    background-color: #1C1B1E;
}

/* ====== reseting bootstrap background colour classes ====== */

.bg-success, .btn-success {
    background-color: #00701C !important;
}

.bg-danger, .btn-danger {
    background-color: #E81449 !important;
}

.bg-warning, .btn-warning {
    background-color: #9E5A00 !important;
}

.text-success, .btn-outline-success, .outline-success {
    color: #00701C !important;
}

.text-danger, .btn-outline-danger, .outline-danger {
    color: #E81449 !important;
}


.text-warning, .btn-outline-warning, .outline-warning {
    color: #9E5A00 !important;
}

/* ====== buttons ====== */

.btn {
    border-radius: 50px;
    padding: .475rem 17px;
    font-weight: 700;
}

.btn-primary {
    border-color: #0909B7;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: #051289;
}

.btn-primary:disabled {
    color: #A6A9AD;
    background-color: #E4E8EF;
    border-color: #E4E8EF;
}

.btn-primary:active {
    background-color: #001A5B;
    Opacity: 15%;
}

.btn-primary:focus {
    background-color: #0909B7; 
    border-color: #3F80FF;
}

.badge.bg-outline-blue {
    border-color: #0909B7;
    color: #0909B7;
}

.btn-outline-primary, .btn-outline-success, .outline-success, .btn-outline-danger, .outline-danger, .btn-outline-warning, .outline-warning {
    border-width: 2px;
}

.btn-outline-primary {
    color: #0909B7;
    border-color: #0909B7 !important;
    border-radius:5px;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #051289;
}

.btn-outline-primary:active {
    color: #fff;
    /*color: green !important;*/
    /*background-color:yellow !important;*/
    background-color: rgba(0,26,91,0.15);
}

.btn-outline-primary.dropdown-toggle.show {
    background-color:#0909B7;
    border-color: #3F80FF;
}


    .btn-outline-primary:focus {
        color: #fff;
        background-color: #0909B7;
        border-color: #3F80FF;
    }

.btn-no-outline-primary {
    color: #0909B7;
}

.btn-no-outline-primary:hover {
    color: #0909B7;
}

.btn-no-outline-primary:active {
    color: #0909B7;
}
.left-align {
    margin-right: 65%;
    /*    left: 0;
    margin-left: 30%;*/
}

.red-text {
    color:red;
}

.login-header-icon {
    color:black;
}

.btn-outline-success, .outline-success {
    border-color: #00701C;
}

.btn-outline-danger, .outline-danger {
    border-color: #E81449;
}

.btn-outline-warning, .outline-warning {
    border-color: #9E5A00;
}

.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #E81449;
    border-color: #E81449;
}

.btn-size-small {
    font-size: 24px;
}

.btn-size-medium {
    font-size: 36px;
}

/* ====== forms ====== */

.form-control, .input-group-text, .form-select /*, .select2.select2-container.select2-container--default*/ {
    padding: .475rem .75rem;
    border: 1px solid #C8C4C5;
    border-radius: .45rem;
}

/*customise select2*/

.select2-container {
    width: 100% !important;
}

.select2-selection.select2-selection--single {
    height: auto;
    border: 1px solid #C8C4C5 !important;
    border-radius: .45rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
}

.select2-selection__arrow {
    display: none;
}
label {
    font-weight: 700;
    font-size: 14px;
}

.form-check label {
    font-weight: 400;
}
/* ====== cards ====== */
.card {
    border-radius: 10px;
    border: 1px solid #D4D2D3;
    margin-right:24px;
}
 
@media (max-width: 767.98px) {
  .card {
    margin-right: 0;
  }
}

.card-body {
    padding: 20px;
}

.card-body>span.badge {
    margin: -10px;
}

/* ====== tabs ====== */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent;
    border-bottom-color: #0909B7;
    border-bottom-width: 3px;
}

.nav-tabs .nav-link {
    font-weight: 900;
    font-size: 15px;
}

.nav-tabs {
    border-bottom-width: 3px;
}

/* ====== table ====== */

.tricor-table {
    border-color: #F7F5F6;
}

.tricor-table.table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
    border-top: 4px solid #eee;
}

.tricor-table th {
    font-size: 14px;
}

.tricor-table-resolutions.table > :not(:last-child) > :last-child > * {
    border-bottom: 4px solid #eee;
    border-top: 0px;
}

/* ===== pagination ===== */
.page-link:hover {
    color: #fff !important;
    background: #3B3839;
}

.page-item.active .page-link {
    background-color: #F7F5F6;
    border: 1px solid #dee2e6;
}

/* ====== badges ====== */
.badge {
    padding: .3em .65em;
    font-size: .7em;
}

.badge.bg-default {
    background-color: #3B3839;
    color: #fff;
}

.badge.bg-outline-default, .badge.bg-outline-danger, .badge.bg-outline-success, .badge.bg-outline-blue {
    border: 2px solid;
    background-color: #fff;
    font-weight:900;
}

.badge.bg-outline-default {
    border-color: #3B3839;
    color: #3B3839;
}

.badge.bg-outline-danger {
    border-color: #E81449;
    color: #E81449;
}

.badge.bg-outline-success {
    border-color: #00701C;
    color: #00701C;
}

.badge.bg-outline-blue {
    border-color: #0909B7;
    color: #0909B7;
}

.badge.bg-outline-blue:hover {
    border-color: #051289;
    color: #051289;
}

.badge.bg-outline-blue:active {
    border-color: #001A5B; /* Border color when pressed */
    color: #001A5B; /* Text color when pressed */
}

.badge.bg-outline-blue:focus {
    border-color: #3F80FF;
    color: #0909B7;
    background-color: transparent;
}

/* ===== accordion and group-list ===== */

.accordion-item:first-of-type, .list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type, .list-group-item:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-button:not(.collapsed) {
    color: initial;
    background-color: initial;
}


/* ====== Modal ====== */
.btn-close {
    background: initial !important;
    opacity: 1;
}

.modal-content {
    border-radius: 0.9rem;
}

.modal-dialog-lg {
   /* background-color: red;*/
    min-height: 450px;
}

/* PAGES & VIEWS CSS */
.top-footer::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0.1;
}

.hero-img {
    background-size: cover;
    background-image: url('../TIIH-online-services.jpg');
    background-position: right center
}

.language-selector .list-group-item {
    border: 0;
    border-radius: 6px !important;
    font-size: .85rem;
    padding: .5rem .7rem;
}

.image-uploader {
    border-radius: 10px;
    min-height: 8rem;
}
/* ===== Dashbaord Navigation ===== */
.navbar.dashboard {
    height: 60px;
}

.sidebar.dashboard::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/sidebar-img.png);
    background-attachment: fixed;
    background-size: auto;
    background-repeat: repeat;
    background-position: top left;
    opacity: 0.1;
}

.sidebar.dashboard {
    position: relative;
    min-height: calc(100vh - 60px);
    transition:ease .2s;
}

.sidebar.dashboard.show {
    width: 270px;
}

.sidebar.dashboard.hid {
    width: 60px;
}

.sidebar.dashboard a:hover {
    background-color :  lightgray;
}

.mobileNavbar a:hover {
    background-color :  lightgray;
}

.sidebar.dashboard > .links-container {
    top: 60px
}

.sidebar.dashboard .nav-link {
    border-left: 3px solid transparent;
}

.sidebar.dashboard .nav-link span {
    display: initial;
    transition: ease .1s;
}

.sidebar.dashboard.hid .nav-link span {
    display:none;
}

.sidebar.dashboard .nav-link.active {
    border-left-color: #0909B7;
}

.sidebar.dashboard i {
    /*color: #D4D2D3;*/
    color : gray
}

.mobileNavbar i {
    /*color: #D4D2D3;*/
    color : gray
}

.sidebar.dashboard .nav-link.active i {
    color: #0909B7;
}

.mobileNavbar .nav-link.active i {
    color: #0909B7;
}

.toggle-trigger-container i {
    color: #0909B7 !important;
}

.toggle-trigger-container {
    top: 0.2rem;
    left: 1.1rem;
}

/* ===== End Dashboard Navigation ===== */
.dashboard.main-content {
    position: relative;
}

.dashboard > footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.no-sidebar .main-content {
    /*viewport height - header bar60 - footer57*/
    min-height: calc(100vh - 117px);
}

/* ===== Event Pages ===== */
.btn-container {
    position: absolute;
    bottom: 100px;
    right: 1.5rem;
}

.remove-form {
    top: 5px;
}

.video-container {
    padding: 56% 0 0 0;
    position: relative;
}

.video-container>iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.resolution-container {
    max-height: 70vh;
    overflow-y: auto;
}

.resolution-container .tricor-table-resolutions th {
    position: sticky;
    background: #ffffff;
    top: 0;
    z-index: 2;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .sidebar.dashboard::before {
        background-size: cover;
    }

    .brading-seperator {
        padding-top: 12px !important;
        padding-right: 0px !important;
        padding-bottom: 8px !important;
        /*display: inline-block;*/
        /*color: #E4E8EF;*/
        border-right: 2px solid transparent !important;
        height: 40px;
        /*display: block !important;*/
    }

    .brading-title {
        padding-bottom: 12px !important;
        color: #68696C;
        font-size: 12px;
        padding-left: 0px !important;
        display: block !important;
    }

    .mobile-view {
        top:-20px;
        display: block !important;
    }

    .navbar-brand {
        display: block;
    }

    .brading-title {
        padding-bottom: 0px !important;
    }
}

textarea.input-validation-error {
    border-color: red;
}

.fa-plus-circle:hover {
    color: #001A5B;
}

.fa-minus-circle:hover {
    color: #001A5B;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background-color: #0909B7;
}

.form-check-input:checked {
    background-color: #0909B7 !important;
    border-color: #0909B7 !important;
}

.custom-toggle-button:checked {
    background-color: #1C7D29 !important;
    border-color: #1C7D29 !important;
}

.dropdown-item:hover {
    color: black;
    /*background-color: #001A5B;*/
    /*opacity: 15%;*/
    background-color: rgba(38, 60, 115, 0.15);
}

.dropdown-item:focus {
    color: black;
    /*background-color: #001A5B;*/
    /*opacity: 25%;*/
    background-color: rgba(38, 60, 115, 0.25);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0909B7;
    color: white;
}

.select2-container--default .select2-results__option--selected {
    background-color: #001A5B;
    color: white;
}

a:hover {
    color: #051289;
}

a:focus {
    color: #051289;
    border-color: #3F80FF;
}

.flatpickr-hour::selection {
    color: white;
    background-color: #0909B7;
}

.flatpickr-minute::selection {
    color: white;
    background-color: #0909B7;
}

.payment-button:active {
    color: #001A5B;
}

.payment-button:hover {
    color: #051289;
}

.popUp-title {
    color: black;
    font-weight: bold;
}

.circle-button {
    display: flex; /* Use flexbox to center content */
    justify-content: center; /* Horizontally center the icon */
    align-items: center; /* Vertically center the icon */
    width: 40px; /* Set the width of the circle */
    height: 40px; /* Set the height of the circle */
    border-radius: 50%; /* Make the button circular */
    background-color: white; /* Optional: Background color */
    text-align: center; /* Align the text */
    color: #0909B7;
    /*border-color: #0909B7;*/
    border: 1px solid #0909B7; /* Regular border */
    /* Add an outline to create the gap */
    outline: 5px solid transparent; /* Gap effect using transparent outline */
}

.circle-button:hover {
    background-color: lightgray;
    border: 1px solid #0909B7;
}

.circle-button:active {
    background-color: lightgray;
}

/* Focus state: green */
.circle-button:focus {
    background-color: transparent;*/*/ /* Optional: Background color */
    color: #0909B7;
    border: 1px solid #0909B7; /* Regular border */
    box-shadow: 
    0 0 0 1px #fff, /* Transparent gap */
    0 0 0 2px #3F80FF;
}

/* Selected state (using a custom class): orange */
.circle-button.selected {
  background-color: #0909B7;
}

.circle-button i.selected {
    color:#fff;/* Adjust icon size as needed */
}

.circle-button i {
    font-size: 18px;
    color:#0909B7;/* Adjust icon size as needed */
}

.list-group-item {
    margin-bottom: 10px;
    border-radius: 10px;
}

.selected {
    border-color: #0909B7;
    border-left-width: 2px !important;
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
    border-right-width: 2px !important;
}

.btn-link {
    border-radius:5px;
}

.btn-link:hover {
    color: #051289;
}

.img-fluid {
    max-width: 128px !important;
    /*max-height: 30% !important;*/
    max-height: 100% !important;
}

.hide-sidebar {
    display: none;
}

.popUp-icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block
}

.fix-modal-size {
    max-width:672px;
}

h4 {
    white-space: nowrap; /* Prevents text from wrapping */
    display: inline-flex; /* Aligns items inline */
    align-items: center; /* Centers items vertically */
}

.popUp-icon, .popUp-title {
    display: inline; /* Ensures elements stay inline */
}

.infomation-icon {
    color: rgb(38, 112, 255)
}

.alert {
    padding-top:15px;
    padding-bottom:0px;
    padding-left:15px;
    padding-right:15px;
}

.brading-title {
    color: #68696C;
    font-size: 16px;
    padding-left: 24px;
}

.brading-seperator {
    padding-top:2px;
    padding-right: 24px;
    /*display: inline-block;*/
    /*color: #E4E8EF;*/
    border-right: 2px solid #E4E8EF;
    height: 40px;
}

#btnMBB {
    accent-color: #0909B7;
}

#btnFPX {
    accent-color: #0909B7;
}

.errorMessage {
    font-family: "Vistra Sans Regular", Arial, sans-serif;
}

.with-padding {
    padding-top:16px;
    padding-bottom:16px;
}

input.is-invalid, select.is-invalid, textarea.is-invalid {
    background-image: none !important;
}

#mobileDropdownMenu {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1050;
}

#tableCaptionMobile {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left;
}