﻿:root {
    --bs-body-line-height: 1.42857143;
    --bs-font-sans-serif: 'Roboto', sans-serif;
    --bs-body-color: #434a54;
}

a {
    text-decoration: none;
}

.nav > li > a {
    display: block;
}

.btn {
    --bs-btn-line-height: 1.42857143;
}

.btn-sm, .btn-group-sm > .btn {
    line-height: 1.5;
}

.row {
    --bs-gutter-x: 1.875rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    line-height: 1.1;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px;
}

.title h1 p {
    margin: 5px 0;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 2.5rem;
}

.form-group {
    margin-bottom: 15px;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eee;
    cursor: not-allowed;
}

.breadcrumb {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

ul.breadcrumb {
    justify-content: flex-end;
}

.breadcrumb > li {
    display: inline-block;
}

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0";
    }

.open > .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    font-size: 14px;
    padding: 5px 0;
    margin: 2px 0 0;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

    .dropdown-menu > li > a {
        display: block;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn-sm, .btn-group-sm > .btn {
    border-radius: 3px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-primary {
    --bs-btn-active-border-color: #204D74;
    color: #fff;
}

label {
    margin-bottom: 5px;
}

.form-control {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #555;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .form-control:focus {
        border-color: #66afe9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    }

.table {
    margin-bottom: 20px;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.5rem;
    }
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

.carat {
    background-image: url('../../../images/carat.svg');
    background-position: 99% 50%;
    background-size: 9px;
    background-repeat: no-repeat;
    text-indent: 0.25rem;
}

b, strong {
    font-weight: 700;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding: 0px 20px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.collapse.in {
    display: block;
    visibility: visible;
}

.clear-both {
    clear: both;
}

.row:after {
    content: " ";
    display: table;
    clear: both;
}

.list-inline {
    margin-left: -5px;
}

.styled-select select {
    font-weight: 300;
    color: #555;
}

.nav-tabs > li > a {
    margin-right: 2px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: top;
}

.bg.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #F5F5F6;
}

.bottom-align > thead > tr > th {
    vertical-align: bottom;
}

.table-bordered.bottom-border > :not(caption) > * {
    border-width: 0;
}

.btn-border-1 button {
    border-width: 1px;
    padding: 2px 7px;
    border-radius: 3px;
    border-color: #999;
}

.table-bordered {
    border: 1px solid #ddd;
}

button.ui-dialog-titlebar-close {
    border: 1px solid #777;
    border-radius: 3px;
}

.form-control::placeholder {
    color: #999;
}

.glyphicon-ok:before {
    content: '\2714';
    font-weight: bold;
}

.modal-backdrop {
    --bs-backdrop-bg: transparent;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    opacity: 0.2;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    border-width: 0;
    padding: 0;
}

.modal-content {
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        --bs-modal-width: 600px;
    }
}

/*Spacing*/
.px-05 {
    padding-right: 5px;
    padding-left: 5px;
}

.px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.mx-n-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.mt-20 {
    margin-top: 1.25rem;
}

.mb-02 {
    margin-bottom: 2px;
}

.mb-03 {
    margin-bottom: 3px;
}

.mb-05 {
    margin-bottom: 5px;
}

.c-gap-3 {
    column-gap: 3.33px
}

.c-gap-6 {
    column-gap: 6px
}

.mw-1020 {
    max-width: 1020px;
}

/*Bootstrap classes*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 768px) {
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }
}

.hide {
    display: none !important;
}

/*Flex classes*/

.flex {
    display: flex;
}

.badgesuccess {
    color: #1eb394 !important;
    background-color: #eefbe9 !important;
    border-color: #1eb394 !important;
    border: 1px solid !important;
    font-size: 14px !important;
}

.badgedanger {
    color: #fe3d2b !important;
    background-color: #ffe7ef !important;
    border-color: #f48270 !important;
    border: 1px solid !important;
    font-size: 14px !important;
}

.alignCenter {
    align-items: center;
}

.headerMessageFont {
    font-size: 18px !important;
}

.label-grayout {
    display: inline-block;
    padding: 0.375em 0.75em;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    background-color: #f5f5f5;
}

.checkboxheight {
    height: 20px;
    width: 20px;
}

.roundCheckBoxFormat {
    height: 30px;
    margin-top: -15px;
}

.password-section {
    position: relative;
    display: inline-block;
}

.password-section .fa-eye {
    position: absolute;
    top: 76%;
    right: 2%; /* Adjust this value to control the icon's position */
    transform: translateY(-120%);
    cursor: pointer;
}

.password-section .fa-eye-slash {
    position: absolute;
    top: 76%;
    right: 2%; /* Adjust this value to control the icon's position */
    transform: translateY(-120%);
    cursor: pointer;
}