@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

/**
* Template Name: NiceAdmin
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

.scroll-fast {
    scroll-behavior: inherit !important;
}
html body {
    font-family: "Open Sans", sans-serif !important;
}

body {
    color: #444444;
    background-color: #f2f2f2 !important;
}

a {
    color: #0683E5;
    text-decoration: none;
}

a:hover {
    color: #4154f1;
    text-decoration: none;
}

.colorblue {
    color: #0683E5;
}

.colorpink {
    color: #f44795;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}
.btn {
    font-weight: 600;
}
.fw-600 {
    font-weight: 600;
}
.w-60 {
    width: 60% !important;
}
.w-40 {
    width: 40% !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.color-666 {
    color: #666;
}
/*--------------------------------------------------------------
  # Main
  --------------------------------------------------------------*/
#main {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}

/*--------------------------------------------------------------
  # Page Title
  --------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 0px;
    bottom: 90px;
    z-index: 99999;
    background: #4154f1;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
  # Override some default Bootstrap stylings
  --------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
    height: 0;
    border: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}

@media (min-width: 768px) {
    /*
    .dropdown-menu-arrow::before {
      content: "";
      width: 13px;
      height: 13px;
      background: #fff;
      position: absolute;
      top: -7px;
      right: 20px;
      transform: rotate(45deg);
      border-top: 1px solid #eaedf1;
      border-left: 1px solid #eaedf1;
    }
    */
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}

.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25%;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #4154f1;
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

.breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.logo img {
    max-height: 26px;
    margin-right: 6px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
}

.header-2n5 {
    transition: all 0.5s;
    z-index: 997;
    height: 50px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    /* background-color: #202b46; */
    background-color: #f5f5f5;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

.header-2n5 .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    /* color: #fff; */
    color: #666;
    margin-right: 20px;
}

.header-2n5 .search-bar {
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .header-2n5 .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header-2n5 .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header-2n5 .search-form {
    width: 100%;
}

.header-2n5 .search-form input[type="text"] {
    border: 0;
    font-size: 14px;
    color: #000;
    /* border: 1px solid rgba(1, 41, 112, 0.2); */
    border: 1px solid #666;
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 180px;
    position: inherit !important;
    background-color: #fff;
}

.header-2n5 .search-form input:focus,
.header-2n5 .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.header-2n5 .search-form button {
    border: 0;

    color: #fff;
    font-size: 22px;
    cursor: pointer;
    margin-left: 5px;
    background: #666;
    border-radius: 4px;
}

/*--------------------------------------------------------------
  # Header Nav
--------------------------------------------------------------*/

.announcement .header-2n5,
.announcement .yui-layout-unit-center {
    top: 24px !important;
}
.announcement #dvAnnounceMent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #2856a2;
    color: #fff;
    font-weight: 700;
    height: 24px;
    line-height: 23px;
    font-size: 12px;
}
.announcement .sidebar {
    top: 74px;
}

.header-nav ul {
    list-style: none;
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

.header-nav .dropdown {
    border: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #3e97ff;
    font-size: 28px;
    margin: 0 0 0 10px;
    padding: 0;
    text-decoration: none;
}

.header-nav .nav-profile img {
    max-height: 36px;
}

.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
    color: inherit;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
    text-decoration: none;
}

/*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 53px;
    z-index: 996;
    transition: all 0.3s;
    padding: 5px 0 5px 5px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    background-color: #202b46;
    background-color: #fff;
    line-height: 1.25;
}
.toggle-sidebar .sidebar,
.toggle-sidebar .todays-count,
.toggle-sidebar .todays-count ul {
    width: 250px;
    overflow-x: hidden;
}
.body-es.toggle-sidebar .sidebar,
.body-es.toggle-sidebar .todays-count,
.body-es.toggle-sidebar .todays-count ul {
    width: 310px;
}
.body-ru.toggle-sidebar .sidebar,
.body-ru.toggle-sidebar .todays-count,
.body-ru.toggle-sidebar .todays-count ul {
    width: 300px;
}
.sidebar::-webkit-scrollbar {
    width: 0px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #3e97ff;
}

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: 0;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 14px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: 0.3;
    color: #fff;
    background: #3e97ff;
    padding: 10px 8px;
    border-radius: 4px;
}

.sidebar-nav .nav-link span {
    opacity: 0;
    white-space: nowrap;
}

.toggle-sidebar .sidebar-nav .nav-link span {
    opacity: 1;
}

.sidebar-nav .nav-link i {
    font-size: 18px;
    margin-right: 8px;
    color: #fff;
}
.sidebar-nav .nav-link i:before {
    width: 21px;
    display: block;
}
.sidebar-nav .nav-link.collapsed {
    color: #fff;
    color: #000;
    background: transparent;
}

.sidebar-nav .nav-link.collapsed i {
    color: #fff;
    color: #444;
}

.sidebar-nav .nav-link:hover {
    color: #fff;
    background: #3e97ff;
    text-decoration: none;
}

.sidebar-nav .nav-link:hover i {
    color: #fff;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #fff;
    color: #000;
    transition: 0.3;
    padding: 10px 0 10px 25px;
    transition: 0.3s;
    position: relative;
    text-align: left;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: #3e97ff;
    text-decoration: none;
}

.sidebar-nav .nav-content a.active i {
    background-color: #3e97ff;
}

.sidebar-nav .nav-content .thelanguage {
    display: block;
}

/*--------------------------------------------------------------
  # Dashboard
  --------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

.dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
    font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
    color: #4154f1;
}

.dashboard .filter .dropdown-header {
    padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
}

.dashboard .filter .dropdown-item {
    padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 10px;
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

/* Activity */
.dashboard .activity {
    font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dashboard .news h4 a {
    color: #012970;
    transition: 0.3s;
}

.dashboard .news h4 a:hover {
    color: #4154f1;
}

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

.dashboard .recent-sales .table thead {
    background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
    border: 0;
}

.dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

.dashboard .top-selling .table thead {
    background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
    border: 0;
}

.dashboard .top-selling .table tbody td {
    vertical-align: middle;
}

.dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px;
}

/*--------------------------------------------------------------
  # Icons list page
  --------------------------------------------------------------*/
.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

.iconslist .icon {
    background-color: #fff;
    border-radius: 0.25rem;
    text-align: center;
    color: #012970;
    padding: 15px 0;
}

.iconslist i {
    margin: 0.25rem;
    font-size: 2.5rem;
}

.iconslist .label {
    font-family: var(--bs-font-monospace);
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 0.25rem;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

/*--------------------------------------------------------------
  # Profie Page
  --------------------------------------------------------------*/
.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
    color: #012970;
}

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
  # F.A.Q Page
  --------------------------------------------------------------*/
.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #4154f1;
}

.faq .basic p {
    color: #6980aa;
}

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
.contact .info-box {
    padding: 28px 30px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #4154f1;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #4154f1;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #5969f3;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
  # Error 404
  --------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

.error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #4154f1;
    margin-bottom: 0;
    line-height: 150px;
}

.error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 30px;
}

.error-404 .btn {
    background: #51678f;
    color: #fff;
    padding: 8px 30px;
}

.error-404 .btn:hover {
    background: #3e4f6f;
}

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

.footer .copyright {
    text-align: center;
    color: #012970;
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

/*--------------------------------------------------------------
# other than template
--------------------------------------------------------------*/

a:link, a:visited, a:active,
.yui-skin-sam .yui-ac {
    font-family: 'Open Sans', sans-serif !important;
}
.open-cc-radio {
    position: relative;
    width: 80px;
    height: 34px;
}
.open-cc-radio input {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0 !important;
    z-index: 1;
}
.open-cc-radio label {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    padding: 6px 16px 6px 32px;
    border-radius: 4px;
    width: 80px;
}
.open-cc-radio .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #ffffff;
}
.open-cc-radio .form-check-input:checked ~  label {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}
.ar-radio {
    position: relative;
    width: 124px;
    height: 34px;
}
.ar-radio.usepin {
    width: 86px;
}
.ar-radio.useunp {
    width: 165px;
}
.ar-radio input {
    position: absolute;
    top: 8px;
    left: 8px;
    margin: 0 !important;
    z-index: 1;
}
.ar-radio label {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    padding: 6px 8px 6px 24px;
    border-radius: 4px;
    width: 114px;
}
.ar-radio.usepin label {
    width: 76px;
}
.ar-radio.useunp label {
    width: 165px;
}
.ar-radio .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #ffffff !important;
}
.ar-radio .form-check-input:checked ~  label {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}
#bookingOwner {
    max-width: 100% !important;
}
.room-legend {
    text-align: left;
    padding: 5px 10px;
    font-size: 11px;
    color: #222;
}
.room-legend span {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px;
    vertical-align: -3px;
}
#rotd-nav table {
    text-align: left;
}
.rotd {
    padding-left: 5px;
}
.rotd td {
    color: #222;
}
.help-me-2n5 {
    margin-right: 6px;
}
/* .toggle-sidebar .help-me-2n5 {
    width: 250px;
    background: #fff;
}
.help-me-2n5-spacer {
    height: 70px;
} */
#zsiqbtn {
    width: 40px !important;
    height: 40px !important;
    font-family: inherit;
    border-radius: 50%;
    border: 2px solid #3e97ff;
    color: #56c833;
}
#zsiqbtn:hover {
    color: #44b222;
}
#zsiq_btn:before {
    content: "\f25f";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;    
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 8px;
    left: 7px;
    font-size: 22px;
}
#zsiqbtn:hover #zsiq_btn:before {
    content: "\f25e";
}
/* .toggle-sidebar #zsiq_btn:before {
    content: "";
} */
.zsiq_custombtn img {
    width: 0 !important;
}
#videotutes i {
    color: #fd1700;
}
#videotutes:hover i {
    color: #fff;
}
.toggle-sidebar #videotutes span {
    opacity: 1;
}
.nav-divider-2n5 {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #2856A2;
    margin: 15px 0;
}
.sidebar-nav .nav-content .link-2n5:before {
    background-color: rgba(255,255,255,.4);
    background-color: rgba(0,0,0,.4);
    border-radius: 0.375rem;
    content: "";
    height: 0.375rem;
    left: 10px;
    opacity: .5;
    position: absolute;
    top: var(--bs-nav-link-padding-y)-0.1875rem0.03125rem;
    width: 0.375rem;
}
.sidebar-nav .nav-content .link-2n5:after {
    background-color: rgba(255,255,255,.4);
    background-color: rgba(0,0,0,.4);
    content: "";
    height: 0.75rem;
    left: 12px;
    opacity: .5;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 0.0625rem;
}
.sidebar-nav .nav-content li:first-child .link-2n5:after {
    height: 0.4rem;
    top: 3px;
}
.sidebar-nav .nav-content .link-2n5:hover:before {
    background-color: #3e97ff;
}
.sidebar-2n5 {
    margin-top: 80px;
}
.logo-nav{
    position: fixed;
    top: 77px;
    left: 0;
    height: 71px;
    width: 48px;
    padding: 15px 10px;
    background-color: #202b46;
    border-bottom:  1px dashed #2856A2;;
    transition: 0.3s;
}
.logo-2n5 {
    width: 260px;
}
.logo-2n5 img {
    height: 40px;
    width: auto;
    max-width: 145px;
}
#tl-nav .tl-all-2n5 {
    margin: 10px 15px 0 15px;
}
#tl-nav a {
    padding: 0;
}
.right-icons-bar {
    position: absolute;
    right: 90px;
    top: 57px;
    z-index: 1;
    display: flex;
}
.right-icons-bar .btn {
    width: 40px;
    outline: none;
}
.right-icons-bar .btn:hover {
    color: #3e97ff;
}
.right-icons-bar .seprator-2n5 {
    width: 1px;
    height: 31px;
    background: #ccc;
    margin: 0px 2px;
}
#tc-reload-view-btn:disabled,
#tc-current-view-btn:disabled,
#tapechart-view-select:disabled {
    opacity: .5;
}
.tcvs {
    position: absolute;
    right: 0;
    top: 57px;
    z-index: 1;
    cursor: pointer;
}
.btn.btn-current-2n5 {
    text-transform: inherit;
    font-size: 10px;
    padding: 1px 3px;
    line-height: 11px;
    border-radius: 2px;
    margin-right: 10px;
}
.date-time-2n5 {
    /* color: #FFF; */
    color: #111;
    text-align: left;
}
.date-time-2n5 .time-2n5 {
    font-size: 16px;
    padding: 0 0 2px;
    margin-right: 20px;
}
.date-time-2n5 .date-2n5 {
    font-size: 11px;
}
.propertie-icon-2n5 {
    font-size: 24px;
    padding: 0 10px;
    /* color: #FFF; */
    color: #666;
    cursor: pointer;
}
.properties-search-box-2n5 {
    width: 280px;
    height: 62px;
    padding: 15px 12px 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    top: 48px;
    right: 40px;
    z-index: 10;
}
.properties-search-box-2n5 i {
    position: absolute;
    top: 22px;
    left: 24px;
    font-size: 16px;
}
.properties-search-box-2n5 input[type="text"] {
    padding-left: 32px;
    outline: none !important;
    box-shadow: none !important;
}
.ui-widget.property-search-2n5 {
    position: fixed !important;
    top: 104px !important;
    z-index: 997 !important;
    border: 0 !important;
    text-align: left;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 280px !important;
    padding: 2px 12px 20px !important;
    right: 40px;
    left: auto !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
}
.property-search-2n5 .ui-menu-item {
    width: 97%;
    padding: 5px 0 5px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
    white-space: inherit;
    margin: 0 !important;
    overflow: visible;
}
.property-search-2n5 .ui-menu-item.ui-state-focus {
    background: none !important;
    position: relative;
}
.property-search-2n5 .ui-menu-item.ui-state-focus:before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    height: 100%;
    width: 4px;
    background: #3e97ff;
}
.property-search-2n5 .ui-menu-item h4 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #444444;
}
.property-search-2n5 .ui-menu-item p {
    font-size: 12px;
    color: #919191;
    margin: 0;
}
.property-search-2n5 .ui-menu-item .prop-id-2n5 {
    color: #3e97ff;
    font-size: 11px;
}

#fldsetFrndCont, #ocfnameaccontainer, #bkocfnameaccontainer {
    top: 50px;
    max-height: 250px;
}
#fldsetFrndCont ul,
#qrfnameaccontainer ul,
#ocfnameaccontainer ul,
#bkocfnameaccontainer ul,
#gstAttfnameaccontainer ul {
    width: 100%;
    font-size: 11px;
    border: 2px solid #aaa;
    background: #ffffd8;
}
/* #fldsetFrndCont * {
    display: block !important;
} */
.dropdown-menu-arrow.left::before {
    left: 20px;
    right: auto !important;
}
#fldsetFrndCont li,
#qrfnameaccontainer li,
#ocfnameaccontainer li,
#bkocfnameaccontainer li,
#gstAttfnameaccontainer li {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    transition: 0.3s;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
#fldsetFrndCont li:nth-child(even),
#qrfnameaccontainer li:nth-child(even),
#ocfnameaccontainer li:nth-child(even),
#bkocfnameaccontainer li:nth-child(even),
#gstAttfnameaccontainer li:nth-child(even) {
    background: #fffff2;
}
#fldsetFrndCont li:hover,
#qrfnameaccontainer li:hover,
#ocfnameaccontainer li:hover,
#bkocfnameaccontainer li:hover,
#gstAttfnameaccontainer li:hover {
    background: #dbe9ff;
}
#fldsetFrndCont li.yui-ac-highlight,
#qrfnameaccontainer li.yui-ac-highlight,
#ocfnameaccontainer li.yui-ac-highlight,
#bkocfnameaccontainer li.yui-ac-highlight,
#gstAttfnameaccontainer li.yui-ac-highlight {
    background: #426FD9;
    color: #FFF;
}
#ocfnameaccontainer > .yui-ac-content{
    width: 940px !important;
}
#bkocfnameaccontainer > .yui-ac-content{
    width: 940px !important;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff;
  }
::-webkit-scrollbar-thumb {
    background-color: #3e97ff;
}
#center1 {
    padding-top: 60px;
}
#main-menu-top.yuimenubar {
    background: none;
    border: 0;
}
#main-menu-top .yuimenubaritem {
    border: 0;
    margin: 0 6px 0 0 !important;
}
#main-menu-top .yuimenubaritemlabel {
    /* color: rgba(255,255,255,0.5); */
    color: #999;
    font-size: 13px;
    font-weight: 700;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    border: 0 !important;
    padding: 0 15px !important;
    margin: 0;
    cursor: pointer;
}
#main-menu-top .yuimenubaritemlabel-hassubmenu:after {
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 6px;
}
#main-menu-top .yuimenubaritem-selected {
    background: none;
}
#main-menu-top .yuimenubaritemlabel-selected,
#main-menu-top .adselected {
    color: #3e97ff;
    background: #fff;
    margin: 0 !important;
    box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
}
#logoutLink a,
.logout-link {
    color: #dc3545;
}
#logoutLink .dropdown-item:hover {
    background-color: #fff6f7;
}
.yuimenu .bd {
    padding: 15px 8px 20px;
    border-radius: 8px;
    border: 0;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.3);
    background: #fff;
    margin-top: 10px;
}
#main-menu-top .yuimenu .bd::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    left: 20px;
    top: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
}
.yuimenu .bd .bd::before {
    display: none;
}
.yuimenu .bd .bd {
    margin-left: 8px;
    margin-top: -3px;
}
.yuimenu .yuimenuitemlabel {
    padding: 6px 10px !important;
    font-size: 14px;
    color: #333;
    cursor: pointer !important;
}
.yuimenu .yuimenuitem {
    border-radius: 4px;
    cursor: pointer;
}
.yuimenu .yuimenuitem-selected {
    background-color: #d3e3fd !important;
}
.yuimenu .yui-menu-shadow-visible {
    display: none !important;
}
#contextmenu .yuimenuitemlabel {
    padding: 3px 10px !important;
    font-size: 13px;
}
#contextmenu .bd {
    padding: 10px 10px
}
#contextmenu h6 {
    padding: 5px 10px;
    display: none;
}
#pos .bd {
    max-height: 500px;
    overflow-y: auto;
}
.yui-skin-sam .yuimenu .topscrollbar, 
.yui-skin-sam .yuimenu .bottomscrollbar {
    display: none;
}
.btn-sm,
input[type="button"],
button[type="button"],
input[type="submit"] {
    padding: 3px 12px;
    font-size: 13px !important;
}
.btn-lg,
input[type="button"].btn-lg,
button[type="button"].btn-lg,
input[type="submit"].btn-lg {
    padding: .5rem 1rem;
    font-size: 14px !important;
}
.yui-skin-sam .yui-button button,
.yui-skin-sam .yui-button a,
input[type="button"]:not(.btn),
button[type="button"]:not(.btn),
input[type="submit"]:not(.btn) {
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #000;
    background-color: #f8f9fa;
    border-color: #bbb;
    width: auto !important;
}
.yui-skin-sam .yui-dialog .ft span.default button {
    color: #000 !important;
}
input[type="text"], input[type="text"].form-control-sm, 
input[type="password"],
select, select.form-select-sm {
    font-size: 13px;
}
select:not(.form-select) {
    display: block;
    width: 100%;
    padding: 0.25rem 22px 0.25rem 0.5rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select {
    background-position: right 2px center;
    padding-right: 22px;
}
.form-select-border {
    border: 1px solid #ccc !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}
.ui-datepicker .ui-widget-header {
    background: #fff;
    border: 0;
}
.yui-skin-sam .yui-button button:hover,
.yui-skin-sam .yui-button a:hover,
input[type="button"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover{
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.yui-skin-sam .yui-dialog .ft span.default button:hover {
    color: #fff !important;
}
.btn-qr {
    padding: 0;
    line-height: 1em;
}
.btn-qr .yui-button {
    background: transparent !important;
}
.btn-qr .yui-button button {
    background-color: transparent !important;
    border: 0;
}
.btn-qr.btn-secondary .yui-button button {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-qr.btn-primary .yui-button button {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-qr.btn-warning .yui-button button {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.grp-ro-marker{
    background-color: #ffffd8;
}
.fs-11,
.td-fs-11 td {
    font-size: 11px;
}
.fs-12,
.td-fs-12 td {
    font-size: 12px;
}
.fs-13,
.td-fs-13 td {
    font-size: 13px;
}
.fs-14,
.td-fs-14 td {
    font-size: 14px;
}
.fs-15,
.td-fs-15 td {
    font-size: 15px;
}
.fs-16,
.td-fs-16 td {
    font-size: 15px;
}
.fs-18,
.td-fs-18 td {
    font-size: 18px;
}
.fs-22 {
    font-size: 22px;
} 
.fw-normal{
    font-weight: 400;
}
.date-box-2n5 {
    text-align: center;
    border-radius: 8px;
}
.date-box-2n5.editable:hover {
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    cursor: pointer;
    position: relative;
}
.date-box-2n5.editable:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 16px;
    content: "\f044";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    opacity: .5;
    display: none;
}
.date-box-2n5.editable:hover:after {
    display: block;
}
.date-box-2n5 .day-2n5 {
    padding: 5px;
    font-size: 14px;
    border-radius: 8px 8px 0 0;
    border: 1px solid transparent;
    color: #fff;
}
.date-box-2n5 .date-2n5 {
    font-size: 24px;
    padding: 5px 0 2px;
    font-weight: 600;
    border: 1px solid #ccc;
    border-width: 0 1px;
    color: #000;
}
.date-box-2n5 .date-2n5 span {
    font-size: 12px;
}
.date-box-2n5 .m-y-2n5 {
    padding: 2px 0 10px;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    font-size: 12px;
    color: #000;
}
.duration-2n5 {
    font-size: 13px;
    margin-top: -10px;
}
.duration-2n5 .nyt-num {
    font-size: 34px;
}
.duration-arrow {
    border-top: 2px dashed #ddd;
    position: relative;
    margin: 8px 0;
    min-width: 50px;
}
.duration-arrow:before,
.duration-arrow:after {
    content: "";
    width: 6px;
    height: 4px;
    background: #ddd;
    position: absolute;
    top: -3px;
}
.sd-cio-dates .duration-arrow:before,
.sd-cio-dates .duration-arrow:after {
    width: 27px;
}
.duration-arrow:before {
    left: 0;
}
.duration-arrow:after {
    right: 0;
}
.guest-contact-2n5 {
    margin: 20px 0 5px;
}
.guest-contact-2n5 td {
    padding-left: 20px;
    font-size: 14px;
}
.guest-contact-2n5 td i {
    padding-right: 5px;
    color: #0683E5;
}
.guest-w-contact-2n5 {
    margin: 10px 0 5px;
}
.guest-w-contact-2n5 td {
    padding-left: 20px;
    font-size: 14px;
}
.guest-w-contact-2n5 td i {
    padding-right: 5px;
    color: #a9c9ff;
}
.room-sharers {
    font-size: 20px;
    font-weight: 600;
}
.room-sharers i {
    font-size: 16px;
    color: #0683E5;
    padding-right: 10px;
}
.table th {
    font-weight: bold;
}
.room-sharer-name {
    font-size: 16px;
    font-weight: 500;
}
.room-sharer-name i {
    font-size: 20px;
    width: 30px
}
.room-sharer-name.male i {
    color: #0683E5;
}
.room-sharer-name.female i {
    color: #f44795;
}
.guest-cio-date,
.cio-date {
    width: 36px;
    padding: 2px 2px 2px;
    border: 2px solid rgba(0,0,0,0.5);
    border-radius: 8px;
    box-shadow: 0 -6px 0px -1px rgba(0,0,0,0.5);
    background: #fff;
    font-size: 12px;
    color: #000;
    white-space: initial;
}
.split-res .cio-date {
    width: 60px;
    padding: 6px 2px;
}
.split-res .duration-arrow {
    margin: 6px 0;
}
.split-res-room {
    float: right;
    text-align: right;
    font-size: 14px;
}
.guest-cio-date.editable:hover {
    border: 2px solid rgba(13,110,253,.25) !important;
    box-shadow: 0 -6px 0px -1px rgba(13,110,253,.25) !important;
    cursor: pointer;
    position: relative;
}
.badge-guest-id {
    border: 1px solid #333;
    color: #333;
}
.badge-vip-id {
    border: 1px solid #dc3545;
    color: #dc3545;
}
.guest-ids {
    float: right;
}
.guest-ids i {
    color: #666;
    padding-right: 5px;
    font-size: 16px;
}
.extra-bed-div,
.extra-bed-link {
    display: block;
    margin: 10px auto 0;
    font-size: 16px;
    width: 64px;
    background: rgba(0,0,0,.1);
    padding: 3px 4px 2px;
    border-radius: 30px;
}
.extra-bed-div.edit-page,
.extra-bed-link.edit-page {
    width: 130px;
}
.extra-bed-link:hover {
    background: #0683E5;
    color: #fff;
    text-decoration: none;
}
.extra-bed-div i,
.extra-bed-link i {
    font-size: 16px;
    padding-right: 5px;
    color: #666;
}
.extra-bed-link i {
    color: #0683E5;
}
.extra-bed-link:hover i {
    color: #fff;
}
.soft-edit {
    color: #666;
    font-size: 20px;
}
.iconclock {
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 16px;
    color: #666;
}
.soft-edit.disabled:hover {
    color: #666;
    cursor: default;
}
.soft-edit:hover {
    color: #0683E5;
    cursor: pointer;
}
a.soft-edit-link {
    color: #666 !important;
    font-size: 20px;
}
a.soft-edit-link-16 {
    color: #666 !important;
    font-size: 16px;
}
a.soft-edit-link:hover,
a.soft-edit-link-16:hover {
    color: #0683E5 !important;
}
.readonly {
    opacity: .7 !important;
}
.guest-container .soft-edit {
    color: #fff;
    font-size: 20px;
}
.guest-container .soft-edit:hover {
    color: #FFC105;
    cursor: pointer;
}
.guest-container .soft-edit.disabled {
    color: #fff !important;
    opacity: .5;
    cursor: default;
}
.small-edit {
    color: #666;
}
.small-edit:hover {
    color: #0683E5;
    cursor: pointer;
}
i.disabled,
i.disabled:hover {
    color: #666;
    opacity: .5 !important;
    cursor: default !important;
}
.bc-heading h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    padding-bottom: 20px;
}
.guest-container .bc-heading h2 {
    color: #fff;
}
.yui-panel .bc-heading h2 {
    font-size: 16px;
}
.bc-heading .bc-heading-link {
    font-size: 13px;
    cursor: pointer;
}
.not-day-used {
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
}
.guest-npm {
    margin: 20px 0 15px;
    background: #f5f5f5;
    font-size: 14px;
    padding: 15px;
    border-radius: 8px;
}
.guest-npm i {
    padding-right: 5px;
    color: #0683E5;
}
.table.table-2n5>:not(caption)>*>* {
    padding: 5px 5px;
    vertical-align: middle;
}
.table.table-2n5.border-0>:not(caption)>*>* {
    border: 0;
}
.cc-number-2n5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
.rate-packages-2n5 {
    background: #666 !important;
    border-color: #5e5e5e !important;
}
.rate-packages-2n5 .bc-heading,
.rate-packages-2n5 .bc-heading h2 {
    color: #fff;
}
.rate-packages-2n5 .bc-heading a {
    color: #ffc107;
}
.rate-type-2n5 {
    background: #eef4ff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.rate-type-2n5 .rate-name-2n5 {
    font-size: 14px;
    font-weight: 600;
    color: #0882e5;
    padding-top: 5px;
}
.rate-type-2n5 .rate-name-2n5:hover{
    color: #006ebf;
}
.rate-inclusions-2n5 {
    border-top: 1px solid #ccc;
    padding-top: 12px;
    margin-top: 12px;
}
.rate-addons-2n5 {
    margin-top: 5px;
}
.rate-inclusions-2n5,
.rate-addons-2n5 {
    font-weight: 500;
}
.badge-addons,
.badge-inclusions {
    color: #777;
    padding: 2px 0;
    display: inline-block;
}
.badge-addons i,
.badge-inclusions i {
    padding-right: 5px;
}
.badge-addons input {
    width: 24px;
    text-align: center;
    margin: 0 2px;
}
.rate-type-2n5 .rate-price-2n5 {
    font-size: 26px;
    text-align: right;
    color: #198754;
    position: relative;
    padding-right: 5px;
    font-weight: 500;
}
.rate-type-2n5 .rate-price-2n5:hover {
    color: #0683E5;
}

.rate-type-2n5.disabled * {
    color: #767a80 !important;
    opacity: .9;
}

.rate-type-2n5.past {
    background: #fff;
    border: 1px solid #ddd;
}
.rate-type-2n5.current {
    background: #fff;
    border: 1px solid #ddd;
}
.rate-type-2n5.future {
    background: #fff;
    border: 1px solid #ddd;
}
.rate-cio-date {
    font-weight: 600;
    width: 48px;
    padding: 3px 10px 6px;
    border: 2px solid rgba(0,0,0,0.5);
    border-radius: 8px;
    box-shadow: 0 -7px 0px -1px rgba(0,0,0,0.5);
    color: #000;
}

.rate-cio-date.editable:hover {
    border: 2px solid rgba(3,110,253,.25);
    box-shadow: 0 -7px 0px -1px rgba(3,110,253,.25);
    cursor: pointer;
    position: relative;
}
.rp-dis {
    color: red;
    vertical-align: 10px;
    position: absolute;
    top: 4px;
    right: -4px;
    font-size: 12px;
}
.color-white {
    color: #fff;
}
.payment-total {
    background: #f2f2f2;
}
.payment-total-label {
    font-size: 20px !important;
    font-weight: 600;
}
.payment-total-amt {
    font-size: 26px !important;
    color: #198754;
    font-weight: 500;
}
.payment-total-input,
.border-container .form-control.payment-total-input {
    font-size: 26px !important;
    color: #198754;
    text-align: right;
    padding: 0;
    min-height: auto;
    line-height: 1em;
    width: 138px;
    background: transparent;
    border: 0 !important;
}
.payment-balance {
    background: #f2f2f2;
}
.payment-balance-label {
    font-size: 20px !important;
    font-weight: 500;
}
.payment-balance-amt {
    font-size: 26px !important;
    color: #198754;
    font-weight: 500;
}
.all-other-details > div {
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.all-other-details > div:last-child {
    margin-bottom: 0;
}
.img-placeholder {
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 75px;
    text-align: center;
    background: #fff;
}
.img-placeholder.w56 {
    font-size: 56px;
}
.td-vam td {
    vertical-align: middle;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-50 {
    opacity: 0.50;
}
.opacity-25 {
    opacity: 0.25;
}
.badge-status {
    border: 1px solid #6a767d;
    color: #6a767d;
}
.badge-status.pending {
    border-color: #6a767d;
    color: #6a767d;
}
.badge-status.in-progress {
    border-color: #0d6efd;
    color: #0d6efd;
}
.badge-status.done {
    border-color: #198754;
    color: #198754;
}
.badge-status.cancelled {
    border-color: #dc3545;
    color: #dc3545;
}
#tblSplitReservation fieldset {
    display: inline;
}
.rate-price-input,
.border-container .form-control.rate-price-input {
    font-size: 26px !important;
    color: #198754;
    font-weight: 500;
    text-align: right;
    padding: 5px;
    height: auto;
    min-height: auto;
    line-height: 1em;
    display: inline;
    width: 100%;
    max-width: 138px;
    border: 0 !important;
}
.border-container .form-control.rate-price-input {
    cursor: pointer;
    padding: 0;
}

.grpRoomCls .form-control.rate-price-input{
    font-size: 15px !important;
}
.cursor-pointer {
    cursor: pointer;
}
.guest-lookup-box {
	background: #ffffd8;
    padding: 10px 10px 24px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 8px;
}
.guest-lookup-box .label {
	color: #000;
}
.alert-panel {
    margin: 0px 8px 16px 16px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    border-radius: 8px;
}
.card-fields div {
    padding: 0 4px;
}
.h-250 {
    height: 250px;
}
.yui-panel h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px;
}
#allInfant {
    position: relative;
}
.yui-skin-sam .yui-panel input,
.yui-skin-sam .yui-panel select {
    font-family: "Open Sans", sans-serif !important;
    font-size: inherit;
    border: 1px solid rgba(0,0,0,.25) !important;
}
.yui-skin-sam .yui-panel .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.yui-skin-sam .yui-panel .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.yui-skin-sam .yui-panel .btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.yui-skin-sam .yui-panel .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}
.yui-skin-sam .yui-panel .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.yui-skin-sam .yui-panel .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

.yui-skin-sam .yui-panel .btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.yui-skin-sam .yui-panel .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}


.yui-skin-sam .yui-panel input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.yui-panel .btn + .btn {
    margin-left: 8px;
}
#PanelPrecheckinGuestinfo #tabs {
    background: none !important;
    box-shadow: none;
}
#PanelPrecheckinGuestinfo #tabs .ui-tabs-nav {
    background: none;
    border: 0;
}
#PanelPrecheckinGuestinfo #tabs .ui-state-default {
    background: #f5f5f5;
    border-radius: 8px 8px 0 0;
    margin-left: 10px;
}
#PanelPrecheckinGuestinfo #tabs .ui-tabs-panel {
    background: #f5f5f5 !important;
    border-radius: 0 0 8px 8px;
    border: 1px solid #aaaaaa;
}
.mh-auto {
    min-height: auto;
}
.close-release-after{
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 20px;
    color: #666;
}
.disable-2n5 {
    opacity: .6;
}
#fldShowAddGuest{
    background: #eee;
    padding: 5px;
}
#fldShowAddGuest .row > div {
    margin-bottom: 5px;
}
.searchbar .search-guest-page input[Type="text"] {
    background-color: transparent;
}
.searchbar .search-guest-page .iconcal {
    position: absolute;
    top: 8px;
    right: 8px;
}

.blink-rsv {
    animation: rsvblinker 1s linear infinite;
}
  
@keyframes rsvblinker {
    25% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: .5;
    }
}
.how-to-use-li {
    position: relative;
}
.how-to-use {
    position: absolute;
    top: 10px;
    right: 35px;
    font-size: 16px;
    display: none;
}
.toggle-sidebar .how-to-use {
    display: block;
}
.how-to-use a {
    width: 16px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}
.how-to-use a:before {
    content: "\f430";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.how-to-use-li:hover .how-to-use a {
    color: #fff;
}
.how-to-use-li:hover .how-to-use a:hover {
    color: #0683E5;
}
.hotelogix-login-disc {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    background: #2856a2;
    /*background: -webkit-linear-gradient(to right, #3c76a3, #000);
    background: linear-gradient(to right, #3c76a3, #000);*/
    position: relative;
    padding-bottom: 80px;
}
.hotelogix-login-disc:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: radial-gradient(#FFF 8px, transparent 0);
    background-size: 30px 30px;
    width: 150px;
    height: 60px;
    opacity: .1;
}
.hotelogix-login-disc:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 10px;
    background-image: radial-gradient(#FFF 12px, transparent 0);
    background-size: 44px 44px;
    width: 134px;
    height: 134px;
    opacity: .1;
}
.hotelogix-login-disc h2 {
    font-size: 28px;
    color: #ffc107 !important;
    line-height: 1.4em;
    text-align: left;
}
.hotelogix-login-disc h2.small {
    font-size: 16px;
    margin-bottom: 30px;
}
.hotelogix-login-disc a {
    color: #ffc107 !important;
}
.hotelogix-login-disc .btn-outline-warning {
    color: #ffc107 !important;
    border-color: #ffc107 !important;
}
.hotelogix-login-disc .btn-outline-warning:hover {
    color: #000 !important;
}
.icon-youtube-2n5 {
    position: relative;
    font-size: 18px;
    width: 18px !important;
    margin-right: 8px;
}
.icon-youtube-2n5:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 7px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
}
.hotelogix-login-disc h3 {
    font-size: 20px;
    color: #ffc107;
    line-height: 1.4em;
}
.hotelogix-login-disc li {
    padding-bottom: 6px;
    font-size: 13px;
    opacity: .8;
}
.w-320 {
    width: 320px;
}
.btn-cc-continue {
    padding: 8px 40px !important;
    font-size: 16px !important;
    min-width: 370px;
    /* color: #000;
    background-color: #ffc107;
    border-color: #ffc107; */
}
.btn-cc-continue:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}
.btn-upgrade,
.btn-continue-trial {
    padding: 10px 12px !important;
    font-weight: 700;
    font-size: 14px !important;
    height: 44px;
}
.btn-login-session-y,
.btn-login-session-n {
    padding: 8px 40px !important;
    font-size: 16px !important;
    min-width: 200px;
}
.tc-footer {
    position: fixed;
    background-color: #d7d7d7;
    bottom: 0px;
    z-index: 9999;
    width: calc(100% - 48px);
    height: 60px;
    left: 48px;
}
.tc-footer .cfooter {
    top: 0;
    FONT-SIZE: 11px;
    OVERFLOW: hidden;
    LINE-HEIGHT: 16px;
    text-align: center;
    padding: 5px 0;
}
.tc-footer .cfooter:first-child {
    padding-left: 30px;
}
.tc-footer .tcfootWeekend {
    background: #f2f2f2;
}
/*#footerDataContainer {
    position: relative;
    height: 50px; 
}*/
.zsiq-newtheme.zls-sptwndw {
    left: 5px !important;
}
.sidebar-bottom-spacer {
    height: 170px;
}
.todays-count {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: -5px -2px 6px 5px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #ccc;
    transition: all 0.3s;
    width: 53px;
}
.todays-count li {
    cursor: pointer;
    padding: 16px 0 0;
}
.todays-count li:last-child {
    padding: 16px 0;
}
.toggle-sidebar .todays-count li {
    float: left;
    width: 50%;
    border-right: 1px dashed #ccc;
    padding: 16px 8px;
}
.toggle-sidebar .todays-count li:last-child {
    border: 0;
}
:root {
    --progress-bar-width: 38px;
    --progress-bar-height: 38px;
    --font-size: 14px;
}
.circular-progress-gcom {
    width: var(--progress-bar-width);
    height: var(--progress-bar-height);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.toggle-sidebar .circular-progress-gcom {
    margin: 0;
}
.circular-progress {
    width: var(--progress-bar-width);
    height: var(--progress-bar-height);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.toggle-sidebar .circular-progress {
    margin: 0;
}
#todays-count-mco {
    width: 38px;
    height: 38px;
}
.inner-circle {
    position: absolute;
    width: calc(var(--progress-bar-width) - 8px);
    height: calc(var(--progress-bar-height) - 8px);
    border-radius: 50%;
    background-color: lightgrey;
}
.percentage {
    position: relative;
    font-size: var(--font-size);
    color: rgb(0, 0, 0, 0.8);
    margin-top: -8px;
    font-weight: 600;
    border-bottom: 1px solid #aaa;
    line-height: 12px;
    padding: 0 3px;
}
.todays-ci-co {
    position: absolute;
    font-size: 11px;
    color: rgb(0, 0, 0, 0.8);
    bottom: 4px;
}  
.todays-total-count {
    font-size: 11px;
    margin-top: 5px;
}
.next-checkout {
    font-size: 14px;
    margin-top: 5px;
}
.toggle-sidebar .next-checkout {
    font-size: 11px;
}
.toggle-sidebar .todays-total-count,
.toggle-sidebar .next-checkout {
    text-align: left;
}
.todays-total-count .tcc-title,
.next-checkout .tcc-title,
.tcc-des {
    display: none;
}
.toggle-sidebar .todays-total-count .tcc-title,
.toggle-sidebar .next-checkout .tcc-title {
    display: inline;
    font-size: 12px;
}
.toggle-sidebar .tcc-des {
    display: inline;
    text-align: left;
    font-size: 10px;
    padding-top: 5px;
    padding-left: 4px;
    width: 70px;
}
.toggle-sidebar .todays-total-count i,
.toggle-sidebar .next-checkout i {
    display: none;
}
.multiple-select-container {
    width: 250px;
    overflow: auto;
    border: 1px solid #ccc;;
}
.yui-skin-sam .yui-panel .multiple-select-container select,
.multiple-select-container select {
    width: auto;
    background: none;
    border: 0 !important;
    min-width: 100%;
    padding: 6px 0 6px 6px;
    margin: 0;
}
#panelSingleResShow .colorblue {
    color: #012970;
}
#authMsg:empty {
    padding: 0;
    border: 0;
    margin: 0;
}
/*--------------------------------------------------------------
# Media query
--------------------------------------------------------------*/
@media (max-width:575.98px){}
@media (max-width:767.98px){}
@media (max-width:991.98px){}
@media (max-width:1199.98px){}
@media (max-width:1399.98px){
    html, body {
        font: 11px/1.231 "Open Sans", sans-serif !important;
    }
    .logo-2n5 {
        width: 190px;
    }
    .logo-2n5 img {
        height: 36px;
    }
    .header-2n5 .search-form input[type="text"] {
        font-size: 13px;
        width: 150px;
        padding: 5px 38px 5px 8px;
    }
    .header-2n5 .search-form button {
        font-size: 21px;
    }
    #main-menu-top .yuimenubaritemlabel {
        font-size: 12px;
        padding: 0 8px !important;
    }
    .sidebar-nav .nav-link {
        padding: 7px 8px;
    }
    .how-to-use {
        top: 7px;
    }
    .yui-skin-sam .yui-navset #maintabset a {
        font-size: 12px;
    }
    .yui-skin-sam .yui-navset #maintabset li:first-child a em {
        padding: 0 12px !important;
    }
    .booking-form-header {
        padding: 12px 10px;
        font-size: 16px;
    }
    .res-id-2n5, .res-status-2n5 {
        font-size: 16px;
    }
    .guest-name-2n5 {
        font-size: 14px !important;
    }
    .guest-ids i {
        font-size: 14px;
    }
    .guest-ids {
        font-size: 11px !important;
        margin-top: 4px;
    }
    .img-placeholder {
        font-size: 44px;
    }
    #guestDetailModelFrm > div {
        max-height: 400px !important;
    }
    .bc-heading h2 {
        font-size: 16px;
    }
    .border-container .table.payment td {
        font-size: 11px !important;
    }
    .payment-total-amt,
    .payment-balance-amt,
    .rate-type-2n5 .rate-price-2n5 {
        font-size: 20px !important;
    }
    .payment-total-label,
    .payment-balance-label {
        font-size: 16px !important;
    }
    .fs-14, .td-fs-14 td {
        font-size: 12px;
    }
    .room-sharer-name {
        font-size: 13px;
    }
    .guest-cio-date, .cio-date{
        font-size: 11px;
    }
    .date-box-2n5 .day-2n5 {
        padding: 3px;
        font-size: 11px;
    }
    .date-box-2n5 .date-2n5 {
        font-size: 20px;
        padding: 5px 0 0px;
    }
    .date-box-2n5 .m-y-2n5 {
        padding: 2px 0 6px;
    }
    .table-2n5 {
        font-size: 11px;
    }
    .guest-contact-2n5 td,
    .guest-w-contact-2n5 td {
        font-size: 11px;
        padding-left: 10px;
    }
}
@media (max-width:1399.98px){
    .img-placeholder {
        font-size: 60px;
    }
    .date-box-2n5.editable:after {
        right: 5px;
    }
}
@media (max-width:1599.98px){
    #main-menu-top .yuimenubaritemlabel {
        padding: 0 10px !important;
    }
}

/* Task Details */
/*notificaton*/
.notif-header{
    padding-right: 0px;
    margin-right: 0px;
    border-right: 1px solid #ddd;
}
.bell-icon{
    font-weight: bold;
    font-size: large;
}
.notifications-count {
    position: absolute;
    top: -4px;
    left: 9px;
    background: #ff4c36;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    padding: 2px 4px;
    border-radius: 4px;
}
.cash_collection_notif .notif-header {
    padding-right: 10px;
    position: relative;
}
.cash_collection_notif .notifications-count {
    position: static;
    background: #ff4c36;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 28px;
}
.alert-icons .list-inline-item {
    margin: 0;
}
.alert-icons .list-inline-item a {
    padding: 8px 12px;
    color: #fff;
}
.alert-icons .list-inline-item a.active {
    background: #292929;
    border-radius: 8px 8px 0 0;
}
.alertTaskPanel {
    position: absolute;
    right: -57px;
    top: 25px;
    background: #fff;
    z-index: 9999;
    width: 150px;
    padding: 8px 8px 4px;
    font-size: .8rem;
    line-height: 1rem;
    max-height: 720px;
    overflow-y: scroll;
    margin-left: -315px;
    border-radius: 3px;
    box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 31%) 0px 0px 1px;
    box-sizing: border-box;
    text-align: left;
}
.cash_collection_notif .alertTaskPanel {
    right: -80px;
    top: 37px;
    width: 190px;
    padding: 8px;
    background: #ffdeda;
    overflow-y: auto;
    border: 1px solid #ff4c36;
}
.alert-task {
    margin-bottom: 5px;
    cursor: pointer;
    padding: 8px 8px 12px;
    border-bottom: 1px solid #ddd;
}
.alert-task:hover{
    background-color: rgb(240, 240, 240);
}
.relative {
    position: relative;
}
.notif-room{
    float: left;
    background: #6f6f6f;
    color: #FFF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.notif-room div{
    align-self: center;
    padding: 5px;
}
.notif-body{
    padding-left:90px
}
.notif-body-head{
    font-weight: bold;
    color: #006ebf;
    padding-bottom: 4px;
}
.notif-body-date{
    font-style: italic;
    padding-top: 8px;
    color: #666;
}
.notif-body-job{
    opacity: .8;
}
.notif-body-bul{
    padding: 0 4px;
    color: #505050;
}
/*notification*/
.quickClick{
    width: 81px;
    float: right;
    z-index: 999999;
    position: absolute;
    cursor: pointer;
    /* height: 31px; */
    overflow-y: auto;
    right: 30px;
    top: 2px;
    padding: 6px 2px;
}