[data-layout=horizontal] #page-topbar {
    box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
}

.custom-menu .navbar-nav {
    flex-direction: row;
}

.custom-menu .navbar-nav .nav-link {
    color: var(--vz-topnav-item-color);
    padding: 0.75rem 1.5rem 0.75rem 0rem;
    display: flex;
    align-items: center;
    font-size: .9375rem;
    font-family: hkgrotesk, sans-serif;
    font-weight: 600;
}

.custom-menu .navbar-nav .nav-link i {
    line-height: 1;
    display: inline-block;
    min-width: 1.75rem;
    font-size: 18px;
}

.custom-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    display: block;
    content: "\f0142";
    font-family: Material Design Icons;
    margin-left: auto;
    transition: transform .2s;
    font-size: 1.05rem;
    position: absolute;
    color: var(--vz-vertical-menu-title-color);
}

.custom-menu .navbar-nav>.nav-item>.nav-link[data-bs-toggle=collapse]:after {
    right: 0;
    transform: rotate(90deg) !important;
}

.custom-menu .navbar-nav .nav-sm .nav-link {
    padding: .55rem 1.5rem !important;
    white-space: none;
    position: relative;
    font-size: .813rem;
    font-family: Poppins, sans-serif;
}

.avatar-title {
    background: #e61434;
}

[data-layout=horizontal] .navbar-nav .nav-item:hover>.nav-link {
    color: #231F20;
}

[data-layout=horizontal] .navbar-nav .nav-item:hover>.nav-link:after {
    color: #231F20;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.pandding {
    background-color: rgba(192, 192, 192, 0.7);
    border-color: rgba(192, 192, 192, 0.7);
}

.pandding:hover {
    transition: 0.2s !important;
    background-color: rgba(192, 192, 192, 1) !important;
    border-color: rgba(192, 192, 192, 1) !important;
}

.tabDiv .select2-selection__choice__remove {
    float: right;
    margin-left: 5px /* I added to separate a little bit */
}

.tabDiv .select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.tabDiv .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #405189;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 3px;
    margin-top: 6px;
}

.tabDiv .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 7px;
    border-color: #536295;
    padding: 0 8px;
    top: 3px;
}

span.document_note {
    color: #f00000;
}

.application_row p {
    margin: 0;
}

h4.form-grp-head {
    font-size: 14px;
    margin: 5px 0 20px;
    font-weight: 600;
    background: #f3f4f6;
    color: #000000;
    text-transform: uppercase;
    padding: 8px 10px;
    box-sizing: border-box;
}

.tabDiv h3.tab_main_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    color: #000000;
    text-align: center;
    margin: 20px 0 10px;
}

.tabDiv h3.tab_main_title:first-child {
    margin: 0 0 10px;
}

.table-responsive {
    min-height: inherit !important;
}

ul.tab_list {
    padding-left: 1.2rem;
}

button.btn_blue {
    background-color: #299cdb;
    border-color: #299cdb;
}

button.btn_blue:hover {
    background-color: #299cdb !important;
    border-color: #299cdb !important;
}

.main_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.deaclare_info {
    padding: 0 0 0 20px;
    margin: 0;
}

/* a[href*="intent"] {
	display: inline-block;
	margin-top: 0.4em;
} */

.rating {
    width: auto;
    /* margin: 0 auto 1em; */
    font-size: 30px;
    overflow: hidden;
}

.rating input {
    float: right;
    opacity: 0;
    position: absolute;
}

.rating a,
.rating label {
    float: right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.rating label:hover~label,
.rating input:focus~label,
.rating label:hover,
.rating a:hover,
.rating a:hover~a,
.rating a:focus,
.rating a:focus~a {
    color: orange;
    cursor: pointer;
}

.rating2 {
    direction: rtl;
    text-align: left;
}

.rating2 a {
    float: none;
}

.tb-table table,
.tb-table td,
.tb-table th {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 0 0 12px;
}

.tb-table table td,
.tb-table table tr {
    border-color: #fff;
    vertical-align: top;
}

.tb-table table th {
    vertical-align: middle;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    background-color: rgba(33, 37, 41, 0.02);
    border-color: #e9ebec;
}

.tb-table td,
.tb-table th {
    padding: 5px 8px !important;
}

.tb-table table td,
.tb-table table tr {
    border-color: #e9ebec;
    vertical-align: top;
}

.auth-one-bg{
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
}

.auth-one-bg .bg-overlay {
    background: linear-gradient(90deg, #28292b, #0f1015);
    opacity: .4;
}

@media (min-width: 1024.1px) {

    [data-layout=horizontal] .container-fluid,
    [data-layout=horizontal] .layout-width {
        max-width: 98%;
        margin: 0 auto;
    }

    [data-layout=horizontal] .page-content {
        margin-top: 25px;
    }
}
