:root {
    --primary-bg: #404040;
    --primary-btn-bg: #404040;
    --primary-btn-bg-hover: rgb(250, 205, 48);
    --primary-btn-bg-clr-hover: #dd1d21;
    --body-bg: #f7f7f7;
    --breadcrumbs-bg: transparent;
    --quick-links-bg: #00205b;
    --required-label: #ff0000;
    --done-step-form-clr: #00a889;
    --current-step-form-clr: #ffb82d;
    --disabled-step-form-clr: #000;
    --form-banner-bg: #f1edff;
    --footer-bg: rgb(198 199 193);
    --text-link-clr: #dd1d21;
    --primary-font: RobotoRegular;
    --form-border-clr: #000;
    --datatable-th-bg: #f1edff;
    --btn-primary-bg: #005698 !important;
    --btn-primary-hover-bg: rgba(31, 54, 199, 0.9) !important;
    --datatable-th-bg: #f6f8fb;
    --datatable-th-clr: #706a6a;
    --submenu-2-width: 230px;
    --submenu-2-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    --csod-icon-bg: #00205b;
    --wizard-form-bg: #fff;
    --repeater-add-btn-bg: #00205b;
    --repeater-add-btn-clr: #fff;
    --center-container-bg: #fff;
    --center-container-shadow: 0 0 6px 1px rgb(0 0 0 / 14%);
    --dropdown-menu-clr: rgb(0, 0, 0);
    --menu-section-bg: rgb(255, 255, 255);
    --menu-section-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    --guidelineIcon: url(../img/guidelines.png);

    /*    .alert {
                background-image: var(--errorIcon);
            }*/
}

body {
    padding: 0;
    margin: 0;
    font-family: RobotoRegular;
    font-size: 0.9rem;
    background-color: var(--body-bg) !important;
    color: #282e3a;
}

a {
    color: var(--primary-bg);
    text-decoration: none;
}

.search_icon_2 {
    position: absolute;
    right: 5px;
}

nav.navbar {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    background-color: var(--primary-bg);
}

.navbar-brand {
    position: relative;
    min-height: 65px;
    z-index: 9;
    padding: 22px;
    height: 66px;
}

.navbar-brand img {
    width: 100%;
    max-width: 47px;
}

.second-nav-top .navbar-brand {
    min-width: 45px;
    min-height: 35px;
    margin-right: 0px;
    padding: 0px;
    max-height: 50px;
}

.second-nav-top .navbar-brand img {
    height: auto;
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    margin-left: 11px;
    max-height: 45px;
}

.mobile-logo {
    max-width: 29px;
    margin-top: -6px;
    margin-right: 0px !important;
}

.center-container {
    padding: 0 1px;
    background: var(--center-container-bg);
    max-width: 100%;
    margin: 0 auto;
    box-shadow: var(--center-container-shadow);
    padding-bottom: 20px;
    min-height: 100vh;
}

.nav-link {
    padding: 0rem 1rem !important;
    font-size: 0.75rem;
    border-right: 1px solid #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #f7f7f7;
    text-decoration: none;
}

.nav-link.dropdown-toggle:after {
    display: none;
}

nav.navbar.sso-header {
    padding: 12px 0 !important;
}

nav.navbar.sso-header .navbar-brand {
    min-width: 40px;
    padding: 0px;
}

nav.navbar.sso-header .navbar-brand img {
    max-width: 40px;
    top: 0;
    position: relative;
    margin: 2px 0;
}

.dropdown-menu {
    background: transparent;
    padding-top: 12px;
}

.inner-menu-section {
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid rgb(218, 223, 232);
    padding: 1rem 0rem;
    float: left;
}

.menu-section .inner-menu-section:last-child {
    border-right: 0px;
}

.inner-menu-section h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: rgb(140, 146, 156);
    margin: 0 0 10px 0;
}

.right-menu a.dropdown-toggle {
    color: #fff;
}

.ims-full {
    width: 100%;
}

.inner-menu-section .menu-items.submenu_inner {
    position: relative;
}

.nav-link-submenu:hover {
    background: #fff !important;
}

.inner-menu-section .menu-items.submenu_inner:after {
    content: "\f054";
    position: absolute;
    right: 10px;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-link-submenu {
    border-bottom: 1px solid #ddd !important;
}

.menu-items.submenu_inner:first-child .nav-link-submenu {
    border-top: 1px solid #ddd !important;
}

.ims-right-border {
    border-right: 1px solid rgb(218, 223, 232) !important;
}

.notification_dropdown a.dropdown-toggle {
    position: relative;
}

.notification_dropdown a.dropdown-toggle .badge-notification {
    position: absolute;
    top: -7px;
    right: -4px;
}

.ui-menu .ui-menu-item a {
    background: transparent !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #fff !important;
    background: transparent !important;
    font-weight: normal;
    color: var(--primary-bg) !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 2px 3px;
    height: 37px;
}

.select_field .select2-selection__clear {
    display: none;
}

.select_field .select2-selection__arrow {
    right: 8px !important;
    top: 5px !important;
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.star-rating a {
    display: block;
    margin: 5px 0px;
    font-size: 0.75rem;
    color: #848484;
}

.star-rating-column .showMore {
    display: none;
}

.rating i {
    padding: 0.25rem;
}

.right-menu a.dropdown-toggle span {
    color: #fff;
    font-size: 0.7rem;
    margin-right: 6px;
}

.mobile-navigation .right-menu a i {
    color: #fff !important;
    font-size: 1.2rem;
}

.right-menu a.dropdown-toggle .welcome-name {
    margin-right: 12px !important;
    font-size: 0.9rem !important;
}

.nav-item.dropdown .dropdown-menu {
    color: var(--dropdown-menu-clr);
    cursor: initial;
    min-width: 12rem;
    max-width: 100%;
    width: -webkit-calc(100% - 20px) !important;
    width: -moz-calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    background: transparent;
    box-shadow: none;
    width: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    box-sizing: border-box;
    top: 4rem;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    padding-top: 2px;
    transform: translateX(-1.6rem);
    transition: visibility 0s ease 0s, opacity 0.2s linear 0s,
        transform 0.2s linear 0s;
    border: 0px;
}

.lang-dropdown .nav-item.dropdown .dropdown-menu {
    top: 1.5rem;
    border-radius: 10px;
    box-shadow: var(--menu-section-shadow);
    border: 1px solid #e9f0f3;
    padding-top: 0px !important;
}

.popover {
    border: 0;
    box-shadow: 0 0 5px #a6a2a2;
}

.login-form .lang-dropdown .nav-item.dropdown .dropdown-menu {
    top: 22px !important;
    min-width: 118px;
    margin: 0px;
    left: -2px;
    background: #fff;
    padding-top: 9px;
}

.login-form .lang-dropdown {
    padding: 4px 2px !important;
}

.nav-item.dropdown.analytics-submenu .dropdown-menu {
    max-width: 720px;
    left: auto;
}

.nav-item.dropdown.analytics-submenu .inner-menu-section {
    width: 100%;
}

.dropdown-menu {
    font-size: 0.9rem;
}

.desktop-navigation2
    ul.navbar-nav.right-menu
    .nav-item.dropdown
    .dropdown-menu {
    top: 0.4rem;
    left: auto;
}

.inner-menu-section .menu-items a {
    display: block;
    padding: 0.7rem 12px;
    color: rgb(0, 0, 0) !important;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    font-size: 0.9rem;
    border-bottom: 1px solid #fff;
}

.border {
    border: 1px solid #aaa !important;
}

.inner-menu-section .menu-items a i {
    margin-right: 12px;
    color: var(--primary-bg);
}

.inner-menu-section .menu-items a:hover {
    text-decoration: none;
    color: var(--primary-bg) !important;
    background: #f7f7f7;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.menu-section {
    background: var(--menu-section-bg);
    border-radius: 10px;
    box-shadow: var(--menu-section-shadow);
    border: 1px solid #e9f0f3;
}

.search-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.search-dropdown {
    background: #fff;
    width: 100%;
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
    padding: 10px 0;
}

.search-page-logo img {
    max-width: 60px;
    margin: 10px auto;
    display: block;
}

.search-wrap input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: rgba(223, 225, 229, 0);
    box-shadow: 0 1px 6px rgb(32 33 36 / 12%);
}

.profile-dropdown .menu-section {
    padding: 0px;
}

.mt_10 {
    margin-top: -10px !important;
}

.nav-item.dropdown.dropdown-hover:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
}

.navbar .top-nav-text {
    color: #505050 !important;
    letter-spacing: 0px;
    margin-right: 1rem;
    font-size: 1.8rem;
    margin-left: 0.65rem;
    margin-top: 6px;
    margin-bottom: 0rem;
}

.navbar .top-nav-text strong {
    font-weight: 400;
}

.desktop-navigation2 .second-nav-top ul.right-menu {
    margin-right: 1.5rem !important;
}

.desktop-navigation2 .second-nav-top ul.right-menu li {
    margin-left: 4px;
    margin-right: 4px;
    line-height: 20px;
}

li.profile-dropdown {
    position: relative;
}

.desktop-navigation2 .second-nav-top ul.right-menu li.profile-dropdown:after {
    display: none;
}

li.profile-dropdown ul.dropdown-menu-end {
    left: auto;
    top: auto;
    border: 0px;
}

.desktop-navigation2 .second-nav-top ul.right-menu li a i {
    font-size: 1.5rem;
}

.desktop-navigation2 .second-nav-top ul.right-menu li .inner-menu-section a i {
    font-size: 0.8rem;
}

.desktop-navigation2 .second-nav-top ul.right-menu .welcome-name {
    white-space: nowrap;
}

.Header-bottom {
    background-color: #fff;
    padding: 10px 0;
    width: 100%;
    display: flex;
    margin-top: 40px;
}

nav.navbar.second-nav {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    box-shadow: none;
    min-height: 47.2px;
    height: auto;
    background-color: transparent !important;
    border-top: 1px solid #d9d9d9;
    border-bottom: 3px solid #404040;
}

nav.navbar.second-nav ul.navbar-nav.mr-auto {
    margin-right: auto;
}

nav.navbar.second-nav ul.navbar-nav.ml-auto {
    margin-right: 2rem;
    margin-left: auto;
}

nav.navbar.second-nav .nav-link {
    color: #404040;
    padding: 14px 0.75rem !important;
    margin: 0 0.1rem;
    border-right: 0px;
    position: relative;
    text-transform: inherit;
    letter-spacing: 0.15px;
    font-size: 0.9rem;
    border-radius: 0px;
    line-height: 22px;
}

nav.navbar.second-nav .nav-link .fa-angle-down {
    position: relative;
    top: 2px;
}

nav.navbar.second-nav .nav-link:focus,
nav.navbar.second-nav .nav-link:hover {
    color: #404040;
    background-color: #f7f7f7;
}

.under_line {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

nav.navbar.second-nav .nav-link:hover .under_line {
    width: 100%;
}

nav.navbar.second-nav .nav-link:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 0%;
    background: #fbd336;
    height: 3px;
    bottom: -4px;
    transition: transform 0.5s ease;
    transform: translateX(-100%);
}

nav.navbar.second-nav li.nav-item:hover .nav-link:before,
nav.navbar.second-nav li.nav-item.active .nav-link:before {
    transform: translateX(0);
    width: 100%;
}

.navbar.second-nav-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0 !important;
    padding-bottom: 11px !important;
}

.nav-item.dropdown.submenu_2 .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: visible;
    background: #fff !important;
    position: absolute;
    top: 100%;
    right: -50px;
    z-index: 1000;
    border-radius: 4px;
    -webkit-box-shadow: var(--submenu-2-shadow);
    box-shadow: var(--submenu-2-shadow) !important;
    margin-right: 0px;
    margin-left: auto;
    min-width: var(--submenu-2-width);
}

.nav-item.dropdown.submenu_2 .dropdown-menu a {
    display: block;
    width: 100%;
    padding: 12px 13px;
    position: relative;
    color: #000;
}

.nav-item.dropdown.submenu_2 .dropdown-menu a:hover {
    text-decoration: none;
}

.submenu_2 .dropdown-submenu > .dropdown-menu {
    top: 5px !important;
    left: 111% !important;
    margin-top: -6px;
    margin-left: auto !important;
    right: inherit !important;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.submenu_2 ul.dropdown-menu li.dropdown-submenu:hover,
.submenu_2 ul.dropdown-menu li.dropdown-submenu a:hover {
    background-color: rgba(183, 206, 250, 1);
}

.submenu_2 ul.dropdown-menu li.dropdown-submenu .dropdown-menu li:hover,
.submenu_2 ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a:hover {
    background-color: rgba(183, 206, 250, 0.7) !important;
}

.submenu_2
    ul.dropdown-menu
    li.dropdown-submenu
    .dropdown-menu
    li
    .dropdown-menu
    li:hover,
.submenu_2
    ul.dropdown-menu
    li.dropdown-submenu
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover {
    background-color: rgba(183, 206, 250, 0.4) !important;
}

.submenu_2 .dropdown-submenu {
    position: relative;
}

.submenu_2 ul.dropdown-menu li:hover > .dropdown-menu {
    display: block;
    opacity: 1;
}

.nav-item.dropdown.submenu_2 .dropdown-menu > li > a i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    font-size: 0.8rem;
}

li.submenu_2:hover > ul.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/*------------for tab menu---------------*/

.menu-section .nav-tabs a.nav-link {
    background-color: #f6f8f9;
    color: #151515 !important;
    padding: 15px !important;
    margin: 0px;
    border-bottom: 0px;
}

.menu-section .nav-tabs a.nav-link.active,
.menu-section .nav-tabs a.nav-link:hover {
    background: #fff;
    color: var(--primary-bg) !important;
    -webkit-box-shadow: 0 1px 8px -2px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 1px 8px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 8px -2px rgb(0 0 0 / 25%);
}

.mobile-submenu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.79rem;
    padding: 1rem 0.45rem 1rem 0.7rem;
    height: 2.5rem;
    color: #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mobile-submenu-link:hover,
.mobile-submenu-link:focus {
    color: #fff;
}

#sliding-submenu .accordion-item {
    background: transparent;
}

#sliding-submenu .accordion-body {
    padding: 0.15rem 0.8rem;
    background: #ffffff1a;
}

.mobile-submenu .accordion-button {
    background: transparent;
    font-size: 0.79rem;
    padding: 1rem 0.5rem 1rem 1.5rem;
    height: 2.5rem;
    color: #ebebeb;
}

.mobile-submenu .accordion-item {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #f7f7f736;
}

.mobile-submenu .accordion-item .accordion-body {
    padding: 0px 10px;
}

.menu-section .nav-tabs a.nav-link:before {
    display: none;
}

.wizard-form label.error {
    bottom: -21px;
    font-size: 0.75rem;
    left: 0 !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    color: var(--required-label) !important;
}

.wizard-form label#max_registration-error.error {
    white-space: inherit;
    bottom: inherit !important;
    top: 40px;
    min-width: 330px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current {
    background: var(--primary-bg) !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #ffa91f !important;
}
.dropdown-search-btm {
    position: absolute;
    width: 100%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9;
    padding: 10px 5px;
}

.dropdown-search-btm ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #f7f7f7;
}

.bottom-chat {
    width: 275px;
    border-top: 2px solid #f1f1f1;
    padding: 10px;
    padding-top: 0px;
    position: relative;
}

.bottom-chat a img {
    position: absolute;
    right: 20px;
    top: 10px;
    background-size: 100%;
    width: 46px;
}

.repeater-sec span i {
    font-size: 12px !important;
    margin-right: 5px !important;
    color: #fff !important;
}

.repeater-sec span .fa-plus-circle:before {
    content: "\f067" !important;
}

.repeater-remove-btn {
    position: absolute;
    right: 10px;
    bottom: 20px;
    color: #e21b1b;
    font-size: 1.2rem;
    cursor: pointer;
}

.unread_selected {
    background-color: #dccbe9;
}

.go-back-link {
    font-size: 0.75rem;
    margin-left: 10px;
    color: var(--primary-bg);
    cursor: pointer;
}

/* Button used to open the chat form - fixed at the bottom of the page */
.chat-button {
    background-image: url(../img/theme-2/chat.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 98%;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 70px;
    height: 70px;
    z-index: 9;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 14px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    width: 280px;
    background: #fff;
}

/* Add styles to the form container */
.chat-container {
    max-width: 300px;
    padding: 14px 10px 50px;
    background-color: white;
    position: relative;
}

.chat-close {
    position: absolute !important;
    right: 7px;
    top: 7px;
    color: #333 !important;
    height: 20px;
    width: 20px !important;
    box-shadow: none !important;
    font-size: 1rem;
    line-height: 20px;
}

.chat-container a.chat-email {
    font-size: 0.8rem;
    color: #7d7d7d;
    padding: 8px 0 15px;
    display: block;
}

.email-hyper {
    color: #7f7f7f;
}

.chat-email:hover .email-hyper {
    text-decoration: underline;
    color: var(--primary-bg);
}

.chat-email:hover .email-hyper {
    text-decoration: underline;
}

.chat-container .bottom-chat a {
    font-size: 0.8rem;
    color: #337ef2;
    padding: 8px 0 20px;
    display: block;
    text-transform: none;
    text-align: left;
    padding-right: 0px;
    padding-bottom: 0px !important;
    position: relative;
    width: 100%;
}

.chat-container .bottom-chat a span {
    max-width: 190px;
    display: block;
}

/* Set a style for the submit/send button */
.chat-container .btn {
    cursor: pointer;
    width: 100%;
}

.chat-container .btn.chat-close {
    min-width: 34px !important;
    position: absolute !important;
    right: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    position: relative;
}

.chat-container btn.chat-close {
    position: absolute !important;
    top: 4px;
    right: 0px;
    min-width: 34px;
}

/* Add some hover effects to buttons */
.chat-container .btn:hover,
.open-button:hover {
    opacity: 1;
}
#scYwqm {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 9999;
}

#scYwqm a img {
    display: none;
}

#scYwqm a {
    display: block;
    background-image: url(../img/chat-hor.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 78px;
    width: 275px;
    margin-right: 4px;
}

.my-request-field-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.manage-supplier-field .search-data {
    margin-left: inherit !important;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
}

.add-new-supplier-section {
    text-align: right;
}

.search-data {
    position: relative;
    margin-bottom: 8px;
    max-width: 16%;
    padding: 0 0.25rem;
    margin-left: auto;
}

.request-status-wrap select {
    padding: 5px 8px;
}

.request-status-select {
    min-width: 188px;
}

.my_Request_Category {
    min-width: 240px;
}

.my_Request_time_zone {
    min-width: 150px;
}

.request-status-info {
    display: inline-block;
    font-size: 0.85rem;
    line-height: 16px;
    color: var(--primary-bg);
    margin-top: 8px;
}

.sla_table table {
    font-family: var(--primary-font);
    font-size: 0.9rem;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.sla_table table th {
    background-color: #f8f9f1;
    font-weight: normal;
    font-family: RobotoMedium;
}

.sla_table table td,
.sla_table table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

.sla_table table:nth-child(odd) {
    background-color: #fefefb;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

.request-status-select select {
    margin-bottom: 8px;
    height: calc(1.25em + 1rem + 2px);
}

.right-side-toggle {
    padding-left: 0;
    padding-right: 2.5em;
    position: relative;
    margin-top: 5px;
    max-width: 175px;
    min-width: 174px;
    margin-left: auto !important;
}

.filter-column-wrap .right-side-toggle {
    margin-right: auto !important;
    margin-left: inherit !important;
}

.filter-column-wrap .right-side-toggle label {
    color: var(--primary-bg);
    font-family: RobotoMedium;
}

.right-side-toggle input {
    position: absolute;
    right: 0;
}

.search-data input {
    padding-left: 30px;
}

.my-request-field-right .search-data input {
    padding: 4px 2px 4px 23px;
}

.form-select:focus {
    border-color: #005eef;
    -webkit-box-shadow: inset 0 0 0 1px #005eef;
    box-shadow: inset 0 0 0 1px #005eef;
}

.search-data i {
    position: absolute;
    left: 11px;
    top: 11px;
    color: #a0a0a0;
}

/*--footer ---*/

.footer-wrap {
    margin-top: 0px;
    background-color: var(--footer-bg);
    padding: 15px 0;
    font-size: 0.75rem;
}

/*--form img bg ---*/

.form-banner {
    background: #f8f9f1;
    position: relative;
}

.coming-soon-section {
    padding: 5rem 0;
    text-align: center;
    font-family: var(--primary-font);
    color: var(--primary-bg);
    font-style: italic;
}

.coming-soon-section h4 {
    font-size: 1rem;
    font-weight: bold;
    margin: 10px 0;
}

.ask-person a {
    color: var(--primary-bg) !important;
}

.form-banner:before {
    opacity: 1;
}

.filepond--root {
    border: 0px !important;
}

.form-banner-link a {
    padding: 6px 19px 5px 40px;
    background: #fff;
    border-radius: 5px;
    margin: 8px 30px;
    border: 1px solid var(--primary-bg);
    color: var(--primary-bg);
    display: inline-block;
    position: relative;
}

.form-banner-link a:first-child {
    margin-left: 20px;
}

.form-banner-link a:first-child span,
.form-banner-link a:last-child span {
    background-size: 60%;
    background-position: 10px 7px;
    background-repeat: no-repeat;
}

.form-banner-link a:first-child span {
    background-image: url(../img/guidelines.png);
}

.form-banner-link a:last-child span {
    background-image: url(../img/Learning_session.png);
}

.form-banner-link a:last-child span {
    background-position: 11px 8px;
}

.form-banner-link a span {
    position: absolute;
    width: 46px;
    height: 46px;
    border: 1px solid var(--primary-bg);
    border-radius: 100%;
    background: #fff;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: visible;
    padding: 5px;
}

.form-banner-link a span img {
    /*    max-width: 68%;
        position: relative;
        left: 50%;
        margin-left: -10px;
        top: 50%;
        margin-top: -28px;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;*/
    display: none;
}

.input-group-text {
    background: transparent;
}

/*--End form pink bg ---*/

.my-request-accordion button.accordion-button {
    background: var(--primary-bg);
    border: 0px !important;
    position: relative;
    padding: 7px 60px 7px 30px;
    color: #fff;
    border-radius: 0px !important;
    margin-top: 4px;
}

.my-request-accordion button.accordion-button h5 {
    margin-bottom: 0px;
    font-size: 0.85rem !important;
}

.my-request-accordion button.accordion-button:focus {
    border: 0px !important;
    outline: none;
}

.my-request-accordion .accordion-button:after {
    position: absolute;
    top: 0px;
    right: 28px;
    font-size: 0.7rem;
    width: 22px !important;
    height: 22px !important;
    -webkit-transform: none;
    transform: none;
}

.counters {
    display: block;
    width: 100%;
    float: left;
}

.counters .items {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.need-help {
    max-width: 191px;
    border: 1px solid #bfbfbf;
    padding: 5px;
    float: right;
    color: #0070c0;
    font-size: 1.1rem;
    line-height: 23px;
    padding-bottom: 0px;
}

.need-help .chat-icon {
    display: inline-flex;
    background: #0070c0;
    padding: 5px;
    color: #fff;
    margin-right: 5px;
    border-radius: 4px;
    min-width: 54px;
    min-height: 54px;
    position: relative;
}

.need-help .chat-icon i {
    position: absolute;
    font-size: 2rem;
    left: 50%;
    margin-left: -18px;
    top: 50%;
    margin-top: -16px;
}

.Header-bottom a span {
    font-size: 0.55rem;
    display: block;
    color: #808080;
    line-height: 13px;
    text-transform: uppercase;
}

/*--Start scroll tab view ---*/

.scroll-tab-view {
}

.scroll-tab-view li.nav-item {
    white-space: nowrap;
}

.scroll-tab-view .nav-tabs .nav-link {
    font-size: 0.9rem;
    text-transform: capitalize;
    margin: 0px;
    position: relative;
    margin-bottom: -2px;
    z-index: 1;
    padding: 12px !important;
    border-radius: 0px;
}

.scroll-menu-tab {
    border-bottom: 1px solid #e2e2e2 !important;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.scroll-menu-tab li a.nav-link {
    background: transparent !important;
    box-shadow: none !important;
}

.scroll-menu-tab li a.nav-link.active {
    color: #00205b;
    border-bottom: 5px solid #00205b !important;
}

.my-request-accordion .accordion-item,
.faq-accordion .accordion-item {
    border: 0px;
}

.faq-accordion .main-home-heading {
    font-weight: normal;
}

.my-request-accordion .accordion-body,
.faq-accordion .accordion-body {
    padding: 3px 0;
}

.my-request-accordion .accordion-button,
.faq-accordion .accordion-button {
    padding: 0.75rem 0rem;
    box-shadow: none !important;
    width: auto;
}

.my-request-accordion .accordion-button:after,
.faq-accordion .accordion-button:after {
    margin-left: 15px;
    background: var(--primary-bg) !important;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    line-height: 31px;
    background-image: none !important;
}

.my-request-accordion .accordion-button.collapsed:after,
.faq-accordion .accordion-button.collapsed:after {
    -webkit-transform: none;
    transform: none;
    content: "\f067";
}

.counters span.counter {
    font-family: var(--primary-font);
    font-size: 2rem;
    color: var(--primary-bg);
    display: block;
    font-weight: 800;
}

.counter-title {
    line-height: 16px;
    margin-bottom: 0;
    color: var(--primary-bg);
}

.grey-bg {
    background: #f9f9f9;
    -webkit-box-shadow: rgb(67 71 85 / 20%) 0px 0px 0.35em,
        rgb(90 125 188 / 5%) 0px 0.35em 0.5em;
    box-shadow: rgb(67 71 85 / 20%) 0px 0px 0.35em,
        rgb(90 125 188 / 5%) 0px 0.35em 0.5em;
}

.grey-bg .card-title.secondry-color,
.link-box span.link-box-title,
.main-home-heading {
    color: var(--primary-bg);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 6px;
}

.card.grey-bg {
    height: 85%;
}

.second-nab-top .top-nav-text {
    font-size: 0.9rem;
    margin-left: 0.5rem;
}

.frequently-accordion {
    margin: 20px 0;
}

.secondry-bg {
    background-color: var(--primary-bg) !important;
}

.secondry-color {
    color: var(--primary-bg) !important;
}

.serching-girl {
    max-width: 240px;
    margin: 0px auto;
    width: 100%;
}

.medium-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}

.btn-primary {
    background-color: var(--primary-btn-bg);
    color: #fff;
}

.btn-primary:hover {
    background-color: var(--primary-btn-bg-hover) !important;
    color: var(--primary-btn-bg-clr-hover) !important;
}

.text-primary {
    color: var(--text-link-clr) !important;
}

.honey-yellow-color {
    color: rgb(250, 205, 48);
}

.btn-outline-warning {
    color: rgb(250, 205, 48) !important;
    border-color: rgb(250, 205, 48) !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
    background-color: rgb(250, 205, 48) !important;
    border-color: rgb(250, 205, 48) !important;
    color: #dd1d21 !important;
}

.btn-outline-delete {
    color: #ff7c7d !important;
    border-color: #ff7c7d !important;
}

.btn-outline-primary {
    color: var(--primary-bg) !important;
    border-color: var(--primary-bg) !important;
}

.btn-outline-primary:focus {
    color: #fff !important;
    border-color: var(--primary-bg) !important;
    background-color: var(--primary-bg) !important;
}

.disabled-btn a.btn {
    color: #ccc !important;
    border-color: #ccc !important;
    background-color: #fff !important;
    pointer-events: none;
}

.wizard > .actions > ul.form-btns li {
    margin: 5px;
}

.banner {
    margin-left: -8px;
    margin-right: -12px;
    position: relative;
    margin-top: 10px;
}

.search-banner {
    margin-top: auto;
    margin-bottom: 2rem;
}

.search-form {
    max-width: 100%;
    padding-right: 3rem;
}

.search-form p {
    margin-bottom: 8px;
}

.search-form .input-group-lg > .form-control {
    height: calc(2.245rem + 2px);
}

.search-form h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 6px;
}

.btn-outline-primary:hover {
    color: rgb(250, 205, 48) !important;
    background-color: var(--primary-bg) !important;
    border-color: var(--primary-bg) !important;
}

.quick-links-wrap h5 {
    color: var(--primary-bg);
}

.quick-links {
    background: var(--quick-links-bg);
    display: block;
    border-radius: 4px;
    margin-bottom: 5px !important;
}

.quick-links li {
    position: relative;
    width: 24.7%;
    display: inline-block;
    text-align: center;
}

.quick-links li a:before {
    content: "\f0c1";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.quick-links li a {
    display: inline-block;
    padding: 8px;
    color: #fff;
    position: relative;
    padding-left: 20px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: normal;
}

.quick-links li a:hover {
    text-decoration: none;
}

.next-pre-btm {
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
}

.wrap-form-btns {
    border-top: 1px solid #dbdbdb;
    padding-top: 15px !important;
}

.form-btns li {
    display: inline-block;
    margin: 5px;
}

.form-btns li.disabled .btn {
    border-color: #ccc !important;
    color: #ccc !important;
    pointer-events: none;
    display: none;
}

.form-control[readonly] {
    background-color: transparent;
}

.search-result ul {
    text-align: left;
}
.search-result .search-label {
    display: block;
    padding: 5px 0;
    text-transform: uppercase !important;
}
.search-result li a {
    display: block;
    color: #868b8e !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-result li .search-subtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #dfdfdf !important;
}
.search-result li a:hover {
    text-decoration: underline !important;
}

.customer-learning-portal {
    position: relative;
    padding-left: 96px;
    min-height: 100px;
}

.customer-learning-portal a.btn {
    padding: 5px 10px;
    min-width: 120px;
    text-transform: capitalize;
}

.Learning_session_Management {
    padding-right: 0px;
    padding-left: 9.55rem !important;
}

.Learning_session_Management a.btn {
    position: relative;
}

.find-vendor-inner {
    position: relative;
    min-height: 108px;
}

.find-vendor-inner .btn {
    padding: 5px 10px;
    text-transform: capitalize;
    min-width: 120px;
    bottom: 0px;
}

.blue-circle,
.clp-left-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: visible;
    max-width: 80px;
    left: 0%;
    background: var(--primary-bg);
    border-radius: 100%;
    padding: 20px;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    text-align: center;
}

.blue-circle {
    left: 0%;
}

.clp-left-icon {
    top: 5px;
    -webkit-transform: inherit;
    transform: inherit;
}

.csod-icon {
    background-color: var(--csod-icon-bg);
}

.find-vendor-wrap {
    padding-left: 88px;
    padding-top: 5px;
    padding-bottom: 8px;
}

.find-vendor-img {
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: visible;
    max-width: 78px;
}

.find-vendor-wrap h5 span {
    color: var(--required-label);
}

.find-vendor-img img {
    max-width: 86px;
}

.blue-circle img,
.clp-left-icon img {
    max-width: 100%;
}

.clp-left-icon {
    background: transparent;
    padding: 0px;
}

.email-reset-text {
    color: #7705bc;
}

.wizard-form {
    max-width: 100%;
    margin: auto;
    position: relative;
    background: var(--wizard-form-bg);
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.wizard-form .col-md-6,
.wizard-form .col-md-12 {
    margin-bottom: 12px;
}

.wizard-form-2 {
    box-shadow: none;
    max-width: 100%;
}

.wizard-form .vertical-form .steps ul {
    border-bottom: 0px;
    margin-top: 10px;
}

.tooltip-info-color {
    color: var(--primary-bg);
}

.modal-footer {
    border-top: 0px;
}

.modal-cancel-btn {
    border-radius: 0px;
    border: 1px solid var(--primary-bg);
    color: var(--primary-bg);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn {
    border-radius: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-width: 80px;
    font-size: 0.75rem;
    text-transform: inherit;
}

.modal-ok-btn {
    border-radius: 0px;
    border: 1px solid var(--primary-bg);
    background: var(--primary-bg);
    color: #fff !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-width: 80px;
}

.ext-ins {
    position: absolute;
    color: #787878;
    left: 15px;
    bottom: 1px;
    font-size: 0.6rem;
}

.wizard-form .vertical-form .steps li {
    position: relative;
}

.wizard-form .vertical-form .steps li:after {
    position: absolute;
    left: 1.5em;
    height: calc(100% - 1rem);
    top: 1.3rem;
    width: 2px;
    margin-top: 0.3rem;
    content: "";
    background-color: #e9e9e9;
    z-index: 0;
}

.wizard-form .vertical-form .steps li:last-child:after {
    display: none;
}

.wizard-form .vertical-form .steps li a {
    text-align: left;
    padding-right: 5px;
}

.wizard-form .vertical-form .steps li a:hover {
    background: transparent !important;
    border-bottom: 0px !important;
}

.wizard-form .vertical-form .steps .number {
    display: none;
}

.wizard-form .vertical-form .steps .form-sign {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #e9e9e9;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    display: inline-grid;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    top: 1px;
}

.wizard-form .vertical-form .steps .form-sign i {
    display: none;
}

.wizard-form .vertical-form .steps li.current .form-sign i {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 0.55rem;
}
.wizard-form .vertical-form .steps li.done .form-sign i {
    display: block;
    color: #fff;
    line-height: 17px;
    font-size: 0.45rem;
}

.wizard-form .vertical-form .steps li.done a {
    color: #00a889 !important;
}

.wizard.vertical > .steps {
    width: 26%;
}

.wizard.vertical > .steps.topfixed {
    position: fixed;
    top: 0 !important;
    width: 24%;
}

.wizard-form .vertical-form .steps li.current a {
    color: #ffb82d !important;
}

.wizard-form .vertical-form .steps li.done .form-sign {
    background: #00a889;
    top: -3px;
}

.wizard-form .vertical-form .steps li.current .form-sign {
    background: #ffb82d;
    width: 22px;
    height: 22px;
    top: -3px;
    left: -3px;
    margin-right: 5px;
}
.wizard-form .vertical-form .steps li.current .form-sign i {
    line-height: 22px;
}

.wizard.vertical > .content {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    padding-right: 15px;
    margin-right: 3px;
    overflow: visible;
}

.wizard-form .vertical-form .steps li.current a {
    border-bottom: 0px;
    background: transparent !important;
}

.filepond--item {
    list-style: none;
}

.email-wrap,
.email-left,
.email-right {
    min-height: 100%;
}

.email-wrap {
    margin-top: 10px;
    height: 86vh;
}

.email-right {
    font-size: 0.8rem;
    position: relative;
}

.mark-as-read {
    position: absolute;
    top: 4px;
    right: 4rem;
    cursor: pointer;
}

.reminder-top {
    background: #654bfb;
    text-align: left;
    color: #eee;
    display: block;
    padding: 10px;
    position: relative;
    margin-top: 0px;
    border-radius: 4px 4px 0 0;
    padding: 10px 12px;
}

.reminder-top span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1rem;
}

.notification_dropdown ul.dropdown-menu {
    background: #fff;
    z-index: 99;
    right: 0;
    top: 33px;
    min-height: 10px;
    min-width: 10px;
    width: 310px;
    left: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 0px;
}

.email-wrap .email-left {
    box-shadow: inset 11px 0px 25px -25px rgba(0, 0, 0, 0.45),
        inset -11px 0px 25px -25px rgba(0, 0, 0, 0.45);
    border-left: 1px solid #e5e3e3;
    width: 25%;
    float: left;
    position: relative;
}

.email-wrap .email-right {
    width: 74%;
    float: left;
    padding-left: 1%;
}

.email-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.notification_dropdown .dropdown-body,
.email-wrap .email-left .dropdown-body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 164px;
}

.email-wrap .email-left .dropdown-body {
    max-height: 56.5vh;
}

.mobile-email-wrap {
    display: none;
}

table.dataTable {
    font-size: 0.8rem;
}

.full-breadcrumbs {
    background: transparent !important;
    width: 100%;
    padding: 6px;
    font-size: 0.75rem;
    margin-top: 0px !important;
    border-bottom: 1px solid #d9d9d9;
}

.full-breadcrumbs .container.my-container {
    max-width: 100% !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent !important;
    border: 1px solid #404040 !important;
    color: #404040 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #404040 !important;
    border: 1px solid #404040 !important;
    color: rgb(250, 205, 48) !important;
}

table td a:hover {
    color: rgb(250, 205, 48) !important;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin-top: 2px;
    font-size: 0.65rem;
}

.full-breadcrumbs nav ol {
    margin-bottom: 0px;
    background: transparent;
    padding: 0px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.1rem;
}

.full-breadcrumbs nav ol li {
    color: #fff !important;
    padding: 2px 5px 2px;
}
.full-breadcrumbs nav ol li a {
    color: #404040 !important;
    text-decoration: none;
}

.full-breadcrumbs .breadcrumb-item + .breadcrumb-item:before {
    color: #404040 !important;
}

/*---start scroll tab ---*/

.menu-scroll {
    width: 100%;
    background-color: #233cca;
}

.menu-center {
    width: 100%;
}

.menu-center ul {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    border-bottom: 2px solid #233cca;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.menu-center ul li {
    display: inline;
    margin-top: 1.1em;
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-align: center;
    white-space: nowrap;
}

.menu-center ul li a {
    color: #fff;
    padding: 0 10px;
}

.menu-center li.active {
    border-bottom: 0.3em solid #fff;
    padding-bottom: 1.1em;
    color: rgb(255, 255, 255);
}

.white-hr {
    background: #fff;
}

.grey-para {
    background: #f7f7f7;
    padding: 15px 0;
    position: relative;
}

.grey-para h5,
.form-banner h5 {
    color: var(--primary-bg);
    margin-bottom: 4px;
}

.form-right-para {
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: justify;
}

.form-right-para p {
    margin-bottom: 8px;
}

.boot-error {
    color: var(--required-label);
}

.red_required {
    color: var(--required-label);
    line-height: 30px;
    font-size: 0.95rem;
}

.wizard > .content > .body label {
    margin-bottom: 0px;
}

.form-label {
    color: rgba(0, 0, 0, 1);
    line-height: 1.1rem;
}

.wizard > .content > .body input,
.form-control:focus {
    border: 1px solid #b0b0b0;
}

.form-control:focus {
    border-color: #005eef;
    -webkit-box-shadow: inset 0 0 0 1px #005eef;
    box-shadow: inset 0 0 0 1px #005eef;
}

.login-form .form-control:focus {
    box-shadow: none !important;
}

.red_required span {
    display: inline-block;
    width: 3px;
    background: var(--required-label);
    height: 17px;
    position: relative;
    top: 3px;
    margin: 0 2px;
}

.customer-learning-portal .card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clp-wrap {
    display: flex;
    flex-wrap: wrap;
}

.clp-wrap .col-lg-6,
.clp-wrap .col-xl-6 {
    flex: 1 1 160px;
}

.clp-wrap .grey-bg {
    min-height: 158px;
    margin-bottom: 1.5rem !important;
    padding: 1rem !important;
    background: #fff;
}

.under_line_black_text {
    list-style: inside;
    color: var(--primary-bg);
}

.under_line_black_text li a {
    text-decoration: underline;
    color: var(--primary-bg);
}

.full-pic img {
    max-width: 100%;
    width: 100%;
}

.under_line_black_text li a:hover {
    text-decoration: none;
}

.form-top-banner {
    max-height: 380px;
    overflow: hidden;
}

.form-top-banner img {
    background-position-y: 50%;
}

.basic_need-screen img {
    max-width: 200px;
    margin: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.easy-generator img {
    max-width: 120px;
}

.easy-generator a.btn {
    position: relative;
    top: -7px;
    background-color: #048551 !important;
}

.notification_dropdown .dropdown-body a,
.email-wrap .email-left .dropdown-body a {
    padding: 7px 14px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 0.8rem;
    display: block;
    color: #6a6a6a;
    font-weight: normal;
    position: relative;
}

.notification_dropdown .dropdown-body a:last-child,
.email-wrap .email-left .dropdown-body a:last-child {
    border-bottom: 1px solid #d7d7d7;
}

.email-wrap .email-left .dropdown-body a:hover {
    background: #f4f4f4;
}

.email-wrap .email-right .email-title {
    border-bottom: 1px solid #47c8ff;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.email-wrap .email-right .email-subject {
    margin-bottom: 10px;
}

.mobile-email-wrap .modal-header {
    background: #b23cfd;
    color: #fff;
}

.email-search {
    padding: 10px;
    position: relative;
}

.email-search .fa-search {
    position: absolute;
    z-index: 4;
    left: 10px;
}

.email-search input.form-control {
    padding-left: 32px;
    padding-right: 10px;
}

.mobile-email-wrap .modal-body {
    min-height: 100px;
}

.email-filter ul.nav-tabs {
    border-bottom: 1px solid #e0e0e0;
    padding-left: 10px;
    margin-bottom: 5px â€‹ !important;
}

.email-filter .nav-tabs .nav-link {
    padding: 7px 10px !important;
    color: #333;
    text-transform: capitalize;
    background: transparent !important;
}

.email-filter a.active {
    color: #233cca;
}

.dropdown-body::-webkit-scrollbar,
.dropdown-search-btm::-webkit-scrollbar,
.company-reviews-sec::-webkit-scrollbar {
    width: 5px;
}

.dropdown-body::-webkit-scrollbar-track,
.dropdown-search-btm::-webkit-scrollbar-track,
.company-reviews-sec::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.dropdown-body::-webkit-scrollbar-thumb,
.dropdown-search-btm::-webkit-scrollbar-thumb,
.company-reviews-sec::-webkit-scrollbar-thumb {
    background-color: #b6b6b6;
    border-radius: 100px;
}

.notification_dropdown .dropdown-body a:hover {
    background: #f8f9f1;
}

.notification_dropdown .dropdown-body a span,
.email-wrap .email-left a span {
    display: block;
}

.email-wrap .email-left a span.no_title {
    color: #686868;
    font-size: 0.9rem;
}
.email-wrap .email-left a span.delete-show {
    color: #a80f22;
    position: absolute;
    right: 12px;
    top: 5px;
    display: none;
}

.email-wrap.mobile-email-wrap .email-left a span.delete-show {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.email-wrap .email-left a span.timing-show small {
    display: block;
    font-size: 12px;
    line-height: 10px;
}

.no-data-found {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 0.8rem;
}

.email-wrap .email-left a.unread-data span.no_title {
    color: #233cca;
}

.active-notification,
.active-notification:hover {
    background-color: #dbf6ff !important;
}

.lang-dropdown li {
    list-style: none;
}
.lang-dropdown .dropdown-menu {
    padding-top: 12px !important;
}

.lang-dropdown li .dropdown-menu a {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.lang-dropdown li .dropdown-menu a:last-child {
    border-bottom: 0px;
}

.lang-dropdown .nav-link.dropdown-toggle:before {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -2px;
}

.notification_dropdown .triangle {
    position: absolute;
    top: -6px;
    right: 22px;
    height: 15px;
    width: 15px;
    border-radius: 6px 0px 0px 0px;
    transform: rotate(136deg);
    background: #005eef;
}

.bottom-notification {
    position: relative;
    height: 40px;
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    border-top: 1px solid #d7d7d7;
}

.dismiss {
    font-size: 0.75rem;
    display: block;
    line-height: 39px;
}

.dismiss:hover {
    background: #f8f9f1;
}

.email-wrap .email-left .dropdown-body a:hover .delete-show {
    display: block;
}

._f_9 {
    color: #a3a3a3;
    font-size: 0.65rem;
}

.mobile-notification ul.dropdown-menu {
    right: 0;
    left: auto;
}

/*.form-control.is-valid,
.was-validated .form-control:valid,*/
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-control.is-invalid,
.was-validated .form-control:invalid {
    margin-bottom: 1rem;
}

.input-group.form-outline.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label,
.input-group.form-outline.is-invalid,
.was-validated .form-outline:invalid {
    margin-bottom: 0rem;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    margin-bottom: 0rem;
}

.input-group .invalid-feedback,
.input-group .valid-feedback,
.was-validated .input-group .invalid-feedback,
.was-validated .input-group .valid-feedback {
    margin-top: 2.5rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    margin-bottom: 1rem;
}

.stepper-step {
    border-bottom: 1px solid #ccc;
}

.stepper:not(.stepper-vertical)
    .stepper-step:not(:last-child)
    .stepper-head:after,
.stepper:not(.stepper-vertical)
    .stepper-step:not(:first-child)
    .stepper-head:before {
    display: none;
}

.stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head {
    padding-right: 0px;
}

.stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head {
    padding-left: -0px;
}

.stepper-head {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.stepper-content.py-3 {
    padding-top: 2rem !important;
}

.custom-file .file-upload {
    background-color: rgb(239, 239, 239);
    border-radius: 6px;
    padding: 10px;
    border: 10px solid rgb(239, 239, 239);
}

.custom-file .file-upload-message {
    border: 5px dashed rgba(198, 198, 198, 0.65);
    border-radius: 4px;
    padding: 20px;
}

.wizard-form .steps ul {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    float: left;
}

.wizard-form .steps ul li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.wizard-form .steps ul li a {
    background: transparent !important;
    color: #000 !important;
    border-radius: 0px !important;
    margin: 0px !important;
    text-align: center;
}

.wizard-form .steps ul li a:hover {
    background: #f7f7f7 !important;
    cursor: pointer !important;
    border-bottom: 2px solid #1266f1;
}

.wizard-form .steps ul li.current a {
    border-bottom: 2px solid #1266f1;
    background: #f7f7f7 !important;
}

fieldset .stepper-content.py-3 {
    padding-top: 0px !important;
}

#fp {
    margin: 6px 0;
    color: #00695c;
    display: block;
    line-height: 20px;
}

#fp br {
    display: none;
}

.img-icon1 {
    max-width: 72%;
}

.right-img img {
    left: 13px;
    position: relative;
}

.toggle-password {
    position: absolute;
    padding: 0;
    cursor: pointer;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

.main-heading {
    padding: 8px 10px 6px 0px;
    font-size: 1rem;
    border-bottom: 1px solid #c6c6c8;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    color: var(--text-link-clr);
    font-family: RobotoMedium;
}

input.form-control {
    height: calc(2.16rem + 2px);
    font-size: 0.9rem !important;
    border-radius: 0px !important;
}
textarea.form-control {
    font-size: 0.9rem !important;
}

#characterLeft {
    position: absolute;
    right: 0;
}

.block-end {
    border-top: 1px solid #47c8ff;
}

.right-switch {
    position: relative;
    padding-left: 0px;
    padding-right: 4rem;
}
.switchToggle {
    position: absolute;
    right: 5px;
    top: 0;
}

.alert {
    border-left: 6px solid;
    border-radius: 5px;
    padding: 0.3rem 1rem 0.3rem;
    text-align: left;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.line-manager-overview-datatable td,
.line-manager-overview-datatable th {
    padding: 4px 10px;
    border: 1px solid #ddd;
}

.line-manager-overview-datatable th {
    background-color: #eee;
}

.line-manager-overview-datatable th.bg-grey {
    background-color: #f7f7f7;
}

.line-manager-overview-datatable .ptb-10 {
    padding: 15px 10px;
}

.line-manager-overview-datatable td strong {
    font-weight: bold;
}

.border-0 {
    border: 0px !important;
}

.overview-checked {
    color: #00b050;
}

.overview-delete {
    color: #ff0000;
}

.wizard-form .alert span {
    position: relative;
    width: 20px;
    height: 20px;
    background: url("../img/lightbulb_warning.png") no-repeat;
    display: inline-block;
    background-size: 100%;
    top: 4px;
}

.alert-info {
    background-color: #e1f6fc;
    border-color: #39c0ed;
}

.alert-danger {
    color: #df0018;
    background-color: #ffebee;
}

.alert-success {
    color: #009b23;
    background-color: #d4edda;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-info h6 {
    color: #39c0ed;
}

.hidden-field {
    display: none;
}

.wizard > .content > .body {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2.5% 0px;
}

.wizard > .content > .body .stepper-step {
    height: auto;
    width: 100%;
    float: left;
    display: block;
}

.wizard > .content > .body .stepper-step .stepper-content {
    position: relative;
}

.wizard > .content > .body {
    position: relative !important;
}

.wizard > .content > #eForm-p-0.body {
    padding-top: 0px;
}

.stepper-footer {
    border-top: 1px solid #47c8ff;
    padding-top: 25px !important;
    margin-top: 20px;
}

.field-text--character-count {
    position: absolute;
    right: 0;
    font-size: 0.75rem !important;
}

.switchToggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 64px;
    max-width: 70px;
    height: 25px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked + label,
.switchToggle input:checked + input + label {
    background: #005eef;
}

.switchToggle input + label:before,
.switchToggle input + input + label:before {
    content: "No";
    position: absolute;
    top: 1px;
    left: 33px;
    width: 26px;
    height: 20px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:before,
.switchToggle input:checked + input + label:before {
    content: "Yes";
    position: absolute;
    top: 1px;
    left: 12px;
    width: 26px;
    height: 20px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:after,
.switchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

/*-- start 2nd switch --*/

.switch_scnd {
    top: 0;
    right: 0;
    width: 75px;
    height: 30px;
}
.toggle {
    position: absolute;
    border: 2px solid #444249;
    border-radius: 20px;
    -webkit-transition: border-color 0.6s ease-out;
    transition: border-color 0.6s ease-out;
    box-sizing: border-box;
}

.toggle.toggle-on {
    border-color: rgb(209 209 209);
    -webkit-transition: all 0.5s 0.15s ease-out;
    transition: all 0.5s 0.15s ease-out;
}

.toggle-button {
    position: absolute;
    top: 4px;
    width: 28px;
    bottom: 4px;
    right: 39px;
    background-color: #444249;
    border-radius: 19px;
    cursor: pointer;
    -webkit-transition: all 0.3s 0.1s, width 0.1s, top 0.1s, bottom 0.1s;
    transition: all 0.3s 0.1s, width 0.1s, top 0.1s, bottom 0.1s;
}

.toggle-on .toggle-button {
    top: 3px;
    width: 65px;
    bottom: 3px;
    right: 3px;
    border-radius: 23px;
    background-color: #d1d1d1;
    -webkit-transition: all 0.2s 0.1s, right 0.1s;
    transition: all 0.2s 0.1s, right 0.1s;
}

.toggle-text-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    color: rgba(0, 0, 0, 0);
}

.toggle-on .toggle-text-on {
    color: #3b6a7d;
    -webkit-transition: color 0.3s 0.15s;
    transition: color 0.3s 0.15s;
}

.toggle-text-off {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    line-height: 23px;
    text-align: center;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    cursor: pointer;
    color: #444249;
}

.toggle-on .toggle-text-off {
    color: rgba(0, 0, 0, 0);
}

/* used for streak effect */
.glow-comp {
    position: absolute;
    opacity: 0;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 6px;
    background-color: rgba(75, 122, 141, 0.1);
    box-shadow: 0 0 12px rgba(75, 122, 141, 0.2);
    -webkit-transition: opacity 4.5s 1s;
    transition: opacity 4.5s 1s;
}

.toggle-on .glow-comp {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.alert-message {
    border-left: 3px solid #eee;
    margin: 20px 0;
    padding: 13px 15px;
}

.right-icon-exclamation {
    position: absolute;
    right: -20px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: visible;
}

.tooltip-info-color span {
    position: relative;
    height: 10px;
    width: 10px;
    left: -13px;
    top: 0px;
    overflow: hidden;
    display: inline-block;
    opacity: 0;
}

.inner-icon-exclamation {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: visible;
    right: 5px;
}

.pos_rel .toggle-password {
    right: 26px;
    margin-top: -7px;
    color: #dd1d21;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #4f4f4f00 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.alert-message-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.alert-message p {
    margin-bottom: 0px;
}

.hidden-btn i {
    display: none;
}

.right-input-box {
    min-width: 38px;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.input-group-text {
    z-index: 1;
}

#ex1 {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    border-bottom: 2px solid #ddd;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    white-space: nowrap;
}

.my-alert {
    padding: 0.25rem 0.9rem;
    border-radius: 4px;
    background-color: #fee3e8;
    border-left: 3px solid #f93154;
}

.card-bg-white {
    max-width: 400px;
    width: 100%;
    margin: 15px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-top: 4px solid var(--primary-bg);
}

.thank-you-box {
    max-width: 700px;
}

.modal-header-sm {
    padding: 0.6rem 1rem;
    background: var(--primary-bg);
    color: #fff;
}

.modal-escalations {
    flex: auto;
}

.modal-escalations span {
    padding-left: 34px;
    position: relative;
    display: block;
}

.modal-escalations span:before {
    content: "";
    background: url(../img/find_vendor.png) no-repeat;
    height: 30px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    width: 30px;
    top: -3px;
}

.modal-header {
    border-top-left-radius: calc(0rem - 1px);
    border-top-right-radius: calc(0rem - 1px);
}

.modal-content {
    border-radius: 0rem;
}

.btn-close {
    background: transparent url(../img/close-btn.png) 50%/1em auto no-repeat;
    opacity: 0.8;
}

.modal-header-sm .btn-close {
    color: #fff;
}

/*--------------loader----------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.loader_txt {
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 10px;
    position: relative;
    top: 50%;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9c44c0;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #005eef;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary-bg);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*-------------- Placeholder color change----------------*/

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000 !important;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #000 !important;
}

.select2-default {
    color: #000 !important;
}

::-webkit-select-placeholder {
    color: #000 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 22px;
    margin-top: 0px !important;
}

.text-success {
    color: #00b74a !important;
}

.text-red {
    color: var(--required-label) !important;
}

/*--------------logout page----------------*/

.logout-inner {
    max-width: 410px;
    background: #e7f3ff;
    padding: 20px 15px;
    width: 100%;
    margin: 50px auto 10px;
}

.logout-inner img {
    max-width: 50px;
    margin: 4px auto 15px;
    display: block;
}

.logout-inner h4 {
    margin-bottom: 1rem;
    text-align: center;
    color: var(--primary-bg);
    font-family: RobotoMedium;
}

.logout-inner h6 {
    text-align: center;
    font-family: RobotoMedium;
    color: var(--primary-bg);
    margin: 30px 0;
}

.logout-inner-btn {
    margin: 30px auto;
    background: #005eee;
    color: #fff;
    display: block;
    padding: 4px 15px 8px;
    max-width: 320px;
    position: relative;
}

.logout-inner-btn:hover,
.logout-inner-btn:focus {
    background: var(--primary-bg);
    color: #fff;
}

.logout-inner-btn:after {
    content: "\f054";
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*--------------login page----------------*/

.login-form {
    min-width: 390px;
    max-width: 390px;
    margin: 10px auto 40px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #eff3f9;
}

.login-form .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    font-size: 0.9rem;
    background: rgb(250, 205, 48);
    color: rgb(64, 64, 64) !important;
    font-weight: 700;
    border: 1px solid rgb(250, 205, 48) !important;
    line-height: 22px;
}

.login-form .btn:hover,
.login-form .btn:focus {
    background-color: #404040 !important;
    box-shadow: none;
    color: rgb(250, 205, 48) !important;
    border: 1px solid #404040 !important;
}

.login-form input.form-control {
    background-color: #fff;
    padding-left: 35px;
    border: 1px solid #ddd;
    height: calc(2.56rem + 2px);
}

.login-form .card-body {
    padding: 20px 24px;
    max-height: 600px;
}

.password-requisites {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
    margin-bottom: 15px !important;
}

.password-policy-new-page {
    margin-top: 1px;
    display: block;
    color: #000;
}

.password-requisites li {
    margin-left: 15px;
    color: #333;
    font-size: 12px;
    list-style: circle !important;
}

.remove-password-requisites {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.login-icon {
    color: #dd1d21;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: visible;
}

.login-strong {
    margin: 20px 0;
    color: #474747;
    font-size: 0.9rem;
}

.inner0card {
    min-height: 140px;
    justify-content: center;
}

.login-strong span {
    display: block;
    font-size: 1.13rem;
}

.login-box-logo {
    margin-top: 0rem;
    margin-bottom: 10px;
}

.login-box-logo img {
    max-width: 160px;
    margin: 0 auto;
}

.login-box-top-icon {
    margin-top: 3rem;
}

.notfound-inner {
    max-width: 460px;
    font-family: "Josefin Sans";
    width: 100%;
    text-align: center;
    line-height: 1.1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound-404 {
    height: 200px;
    line-height: 200px;
}

.notfound-inner a.btn {
    background-color: var(--primary-btn-bg);
    color: #fff !important;
    padding: 11px 19px 9px;
    font-size: 0.9rem;
    margin: 5px auto;
    display: inline-block;
}

.notfound-404 h1 {
    color: #635dff;
    font-size: 220px;
    letter-spacing: 10px;
    margin: 0px;
    font-weight: 700;
    text-shadow: 2px 2px 0px #000, -2px -2px 0px #000;
    line-height: 153px;
}

.notfound-404 h1 > span {
    text-shadow: 2px 2px 0px #00ffe7, -2px -2px 0px #00ffe7, 0px 0px 8px #00ffe7;
}

.notfound-inner p {
    color: #787171;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 15px;
}

.notfound-inner h2 {
    text-align: center;
    color: var(--primary-bg);
    font-size: 2rem;
    margin-bottom: 10px;
}

.four_zero_four_bg {
    background-image: url(../img/404.jpg);
    background-repeat: no-repeat;
    height: 400px;
    background-position: bottom;
    background-size: 100%;
}

.four_zero_four_bg h1 {
    font-size: 10rem !important;
    margin-bottom: -40px;
    margin-top: 0px;
    color: #333;
    text-shadow: 1px 1px 1px #d8d8d8, 1px 2px 1px #d8d8d8, 1px 3px 1px #d8d8d8,
        1px 4px 1px #d8d8d8, 1px 5px 1px #d8d8d8, 3px 6px 1px #d8d8d8,
        1px 7px 1px #d8d8d8, 1px 8px 1px #d8d8d8, 1px 9px 1px #d8d8d8,
        1px 10px 1px #d8d8d8, 1px 6px 1px rgb(6 6 6 / 10%),
        1px 6px 3px rgb(6 6 6 / 10%), 1px 6px 15px rgb(6 6 6 / 10%),
        1px 6px 40px rgb(6 6 6 / 10%);
}

.custom-alert {
    border: 2px solid #951d32;
}

.right-icon {
    right: -20px !important;
}

.bg-info {
    background-color: #39c0ed !important;
}

.saved-alert {
    background-color: #4ad295;
    color: #fff;
    padding-right: 50px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 4px;
    font-size: 0.9em;
    padding-left: 15px;
}

.saved-alert .close-alert {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    text-align: center;
    bottom: 0;
    color: #fff;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 0 4px 4px 0;
}

.saved-alert .close-alert:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.saved-alert .close-alert span {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -19px;
    margin-right: -7px;
}

.switch-container {
    padding: 10px 60px 10px 20px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 1em;
    position: relative;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%);
}

.switch-container input {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px !important;
}

.user-profile .input-group-lg .form-label {
    padding-top: 0.59rem;
}

.user-link-left {
    padding: 10px 0;
}

.user-link-left ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.user-link-left ul li a {
    display: block;
    padding: 10px 11px 10px 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
}

.user-link-left ul li:first-child a {
    border-top: 1px solid #f0f0f0;
}

.user-link-left ul li a i {
    margin-right: 10px;
}

.user-link-left ul li a:hover {
    background-color: #f1edff;
}

.ud-col {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.ud-col h6 {
    margin-bottom: 0px;
    line-height: 26px;
}

.status-drop .select-input {
    border: 0px;
    border-right: 1px solid #ccc;
}

#datatable-search-input {
    border: 0px;
}

.mt-data-table {
    background-color: transparent;
    padding: 0px;
}

.dataTables_wrapper table td {
    padding: 0.3rem 0.6rem;
    color: #000;
}

.dataTables_wrapper table {
    color: #5e5e5e;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 6px 8px;
    border-bottom: 1px solid #d3d3c8;
    border-top: 1px solid #d3d3c8;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #d3d3c8 !important;
}

.dataTables_wrapper tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.dataTables_wrapper tbody tr:hover {
    background-color: #f8f8f8;
}

.dataTables_wrapper thead th {
    padding: 0.3rem 1.4rem;
    border-right: 1px solid #d3d3c8;
    border-top: 1px solid #d3d3c8;
    color: #000;
}

.dataTables_wrapper {
    font-size: 0.8rem;
}

.dataTables_wrapper thead th:last-child {
    border-right: 0px;
}

.select_field {
    position: relative;
}

.select_field:after {
    content: "";
    position: absolute;
    border-left: 1px solid #b0b0b0;
    top: 0;
    right: 34px;
    width: 1px;
    height: 100%;
    line-height: 1.6;
    z-index: 0;
}

.field_pos {
    position: relative;
    margin-bottom: 15px;
}

.wizard-form .field_pos label.error,
.wizard-form .field_pos .error-text {
    position: absolute;
    bottom: -4px !important;
    left: 15px !important;
    white-space: nowrap;
    line-height: 13px;
}

.wizard-form .field_pos.input_field_pos label.error,
.wizard-form .field_pos.input_field_pos .error-text {
    top: 40px;
}

.wizard-form .content.clearfix .mb-3 {
    margin-bottom: 0.75rem !important;
}

.form-select,
.form-control {
    font-size: 0.9rem;
    color: #525252;
    border-radius: 0px;
    border: 1px solid #b0b0b0;
}

.my-request-field-right .form-select,
.my-request-field-right input.form-control {
    height: calc(2.03rem + 2px);
    font-size: 0.8rem !important;
    border-radius: 0px !important;
}

.my_Request_Category select {
    padding-right: 35px;
    max-width: 364px;
}

.screen-reader-text {
    /* Reusable, toolbox kind of class */
    position: absolute;
    top: 0px;
    left: 9px;
    width: 30px;
    height: 20px;
    opacity: 0;
}

.file_msg {
    position: relative;
}

.filepond--root {
    font-family: var(--primary-font);
}

.filepond--file-action-button {
    background-color: #eb0000;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px;
    min-height: 37px;
}

.wizard-form .file_msg label.error {
    position: absolute !important;
    bottom: -30px !important;
    left: 0px !important;
}

.form-select {
    background-position: right 0.55rem center;
}

.filepond--panel-root {
    border-radius: 0px !important;
}

.filepond--credits {
    display: none !important;
}

.wizard-form .select_field label.error {
    left: 3px !important;
    bottom: -18px !important;
}

#myTab0 .nav-link {
    background: rgba(57, 76, 96, 0.15);
    border-radius: 3px;
    color: #333;
    border: 0px;
    margin-right: 8px;
    padding: 17px 20px !important;
    text-transform: capitalize;
    font-size: 0.9rem;
}

#myTab0 .nav-link.active {
    background: #7705bc;
    color: #fff;
}

#myTab0 .nav-link i {
    margin-right: 5px;
}

#myTab0 .nav-link:focus {
    outline: none;
}

#ex2 {
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 1rem;
}

#ex2.nav-tabs .nav-link {
    padding: 13px 20px 10px !important;
    text-transform: capitalize;
    font-size: 0.88rem;
    font-weight: normal;
    background: transparent;
}

#ex2.nav-tabs .nav-link:hover {
    background: transparent;
    text-decoration: none;
}

.view-pointer {
    color: #ffa91f;
    cursor: pointer;
}

.view-pointer:hover {
    color: #1266f1;
}

table.dataTable thead .sorting {
    background-image: url(/plugins/datatable/sort_desc.png) !important;
    background-color: #f1edff;
    color: var(--primary-bg);
    line-height: 18px;
    font-weight: 500;
}

table.dataTable thead .sorting_disabled {
    background-color: #f1edff;
    color: var(--primary-bg);
    line-height: 18px;
    font-weight: 500;
}

table#my_request_datatable thead th,
table#manage_supplier_datatable th,
table#_spr_supplierRequirementForm th {
    background-color: var(--datatable-th-bg);
    color: var(--datatable-th-clr);
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.7rem;
    border-bottom: 1px solid #d3d3c8 !important;
}

table#my_request_datatable th:last-child,
table#my_request_datatable
    td:last-child
    table#_spr_supplierRequirementForm
    th:last-child,
table#_spr_supplierRequirementForm td:last-child {
    min-width: 92px;
    text-align: center;
}
table#my_request_datatable thead th:first-child {
    max-width: 90px !important;
}

table#my_request_datatable thead th:nth-child(2) {
    min-width: 160px !important;
}

table#my_request_datatable thead th:nth-child(3) {
    max-width: 90px !important;
}

table#my_request_datatable thead th:nth-child(4) {
    min-width: 130px !important;
}

table#my_request_datatable thead th:nth-child(7) {
    max-width: 70px !important;
}
table#my_request_datatable thead th:nth-child(5) {
    max-width: 90px !important;
}

table#my_request_datatable thead th:nth-child(6) {
    max-width: 70px !important;
}

table.datatable th:last-child {
    max-width: 100px !important;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: transparent !important;
}

.manage_supplier_datatable {
    margin-left: auto;
    text-align: right;
}

table#my_request_datatable.dataTable thead .sorting_desc {
    background-image: url(/plugins/datatable/sort_asc.png) !important;
}

.fax-inner .tab-pane ul,
.ask-card ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fax-inner .tab-pane .ask-card ul li a,
.ask-card ul a {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #ededed;
    display: block;
    color: #868b8e;
    position: relative;
    font-weight: normal;
    font-size: 0.95rem;
}

.fax-inner .tab-pane .ask-card ul li a:before,
.ask-card ul a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f08d";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    transform: rotate(20deg);
}

.fax-inner .tab-pane .ask-card ul li a:hover,
.ask-card ul a:hover {
    text-decoration: underline;
    color: var(--primary-bg);
}

.ask-card {
    box-shadow: none;
    border: 1px solid #d3ddde;
}

.ask-card h4 {
    color: var(--primary-bg);
    font-weight: bold;
    font-size: 1rem;
}

.status-drop .selected.active {
    display: none;
}

#hero-banner {
    width: 100%;
}

.hero-container {
    background-color: #f6eee0;
    position: relative;
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
}

.hero-container-sm {
    height: 200px;
    background-color: #f8f9f1;
}

.faq-search-content {
    background: #f8f9f1;
}

.search-result {
    text-align: left;
}

.search-result .search-label {
    display: block;
    padding: 5px 0px;
    font-size: 1rem;
}

.user-avatar {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 50px;
    flex: none;
    align-self: start;
    border: 3px solid #fff;
    border-radius: 100%;
}

.avatar img {
    width: 100px;
    height: 100px;
    border: 2px solid #f7f7f7;
    padding: 2px;
}

.card.testimonial-card:before {
    content: "";
    position: absolute;
    height: 75px;
    background: #eff3f9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    border-radius: 5px 5px 0 0;
}

.testimonial-card .avatar {
    margin-top: 12px;
    margin-bottom: 10px;
    z-index: 1;
}

.article-author {
    align-items: center;
    display: flex;
    margin: 15px 0;
}

.article-footer .article-vote,
.article-footer .article-share {
    width: 49%;
    display: inline-block;
}

.article-footer .article-share {
    text-align: right;
}

.article-footer .article-share ul li {
    float: left;
    display: contents;
    margin: 2px 3px;
    font-size: 1.5rem;
}

.article-container {
    font-weight: normal;
}

.article-footer .article-share ul li a {
    padding: 5px;
    color: #4f4f4f;
}

.comment {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.comment-list {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 15px;
}

.comment-body {
    line-height: 1.6;
    font-weight: 300;
}

.article-author .meta-group {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.article-author .meta-group li {
    font-size: 13px;
    font-weight: 300;
}

.article-info {
    margin: 12px 0;
}

.user-avatar img {
    max-width: 100%;
    border: 3px solid #fff;
    border-radius: 100%;
}

article-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.article-more-questions {
    margin: 10px 0 20px;
    text-align: center;
    font-size: 0.8rem;
}

.comment-overview {
    border-top: 1px solid #ddd;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 20px 0;
}

.comment-overview h1 {
    font-size: 1.8rem;
    font-weight: 400;
}

.comment-callout {
    color: #073e45;
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-articles li {
    margin-bottom: 12px;
}

.related-articles a {
    padding: 5px 0;
    font-size: 14px;
    color: var(--primary-bg);
    font-weight: normal;
    display: block;
}

.related-articles a:hover {
    text-decoration: underline;
}

.post-meta {
    display: inline-block;
    flex: 1;
    margin-left: 15px;
    vertical-align: middle;
}

.page-header-description {
    font-style: italic;
    font-size: 0.9rem;
}

.faq-list a {
    display: block;
    break-inside: avoid;
    break-after: always;
    position: relative;
    height: 4rem;
    justify-content: left;
    align-items: center;
    box-sizing: border-box;
    padding-left: calc(3.5rem + 10px);
    padding-top: 3rem;
    color: #06363c;
    font-weight: 400;
    margin-top: 0;
    font-size: 22px;
    transition: top 0.25s;
    top: 0;
}

.browse-cat {
    margin: 10px 0;
    transition: top 0.25s;
    top: 0;
}

.browse-cat:hover,
.browse-cat.active {
    background: rgba(57, 76, 96, 0.1);
    top: 5px;
}

.browse-cat.active .faq-icon {
    background: #7705bc !important;
    color: #fff;
}

.browse-cat:hover .faq-icon,
.browse-cat.active .faq-icon {
    background: #fff;
}

.hero-inner {
    position: absolute;
    width: 100%;
    min-width: 300px;
    top: 15%;
    writing-mode: lr;
    left: 50%;
    text-align: center;
    max-width: 738px;
    margin-left: -369px;
    z-index: 1;
}

.hero-inner form.search {
    border-radius: 6px;
    box-shadow: 0 6px 12px rgb(3 54 61 / 5%);
    min-width: 300px;
    width: 100%;
}

.hero-inner form.search #search-headr {
    background-color: #fff;
    width: 100%;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    height: 44.31px;
    border: 1px solid #d8d8d8;
}

.faq-search-content .hero-inner form.search #search-headr {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.hero-inner h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.hero-container-sm .hero-inner h1 {
    color: #333;
}

.faq-search-content .hero-inner h1 {
    color: #333;
}

.hero-inner .form-outline .form-control.form-control-lg ~ .form-label {
    padding-top: 0.5rem;
}

.inner-box-wrap {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0.5rem 1rem rgb(213 213 213 / 50%);
}

.hero-container-sm:after {
    height: 290px;
    width: 280px;
}

.pagination a.page-link {
    margin: 5px;
}

.pagination a.page-link:hover {
    color: var(--primary-bg);
    box-shadow: inset 0 0 0 2px var(--primary-bg);
    background: transparent;
    text-decoration: none;
}

.page-link {
    color: var(--primary-bg);
}

.pagination a.page-link.active {
    background-color: var(--primary-bg);
    color: #fff;
    border: 1px solid var(--primary-bg);
}

.faq-heading,
.related-articles-title {
    font-size: 1.5rem;
    line-height: 1.125;
    margin-top: 10px;
    padding-bottom: 5px;
    letter-spacing: -0.5px;
    color: var(--primary-bg);
}

.fax-inner .query-title {
    color: var(--primary-bg);
}

.related-articles {
    padding: 0 15px;
}

.comment-form {
    display: flex;
    padding-top: 30px;
    word-wrap: break-word;
}

.comment-avatar {
    margin-right: 10px;
}

.comment-container {
    position: relative;
    width: 100%;
}

.survey-info {
    padding: 15px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
}

.survey-info .info-table {
    width: 100%;
}

.survey-info .info-table,
.survey-info .info-table td,
.survey-info .info-table th {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.info-table tr td:first-child,
.info-table tr td:nth-child(3) {
    max-width: 140px;
    width: 140px;
    background: #f8f8f8;
}
.info-table td {
    padding: 4px 10px;
}

td .si-status {
    display: inline-block;
    padding: 0px 7px 0px 20px;
    position: relative;
    line-height: 23px;
    font-size: 0.75rem;
    text-align: left;
    position: relative;
    border-radius: 12px;
    cursor: pointer;
    text-transform: capitalize !important;
}

.si-status.survey-status-active {
    background-color: #dff4eb;
    color: #00bf6f;
}

td .si-status::before {
    content: "";
    left: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #fff;
    position: absolute;
    margin-top: -3px;
}

.si-status.survey-status-active::before {
    background-color: #00bf6f;
}

.si-status.survey-status-draft {
    background-color: #fff4d4;
    color: #ffbf00;
}

.si-status.survey-status-draft::before {
    background-color: #ffbf00;
}

.si-status.survey-status-published {
    background-color: var(--published-status-bg);
    color: #fff;
}

.si-status.survey-status-ongoing,
.si-status.survey-status-archive {
    background-color: #ececec;
    color: #6c757d;
}

.si-status.survey-status-active {
    background-color: #dff4eb;
    color: #00bf6f;
}

.si-status.survey-status-inactive {
    background-color: #ffd9d4;
    color: #e47567;
}

.si-status.survey-status-inactive:before {
    background-color: #e47567;
}

.checkbox-toggle input.translationStatus {
    display: none;
}

.checkbox-toggle .toggle {
    position: relative;
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0px;
}

.checkbox-toggle .toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    font-size: 10px;
    display: block;
    background: #d8d8d8;
    border-radius: 8px;
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.checkbox-toggle .togglecbx:checked + .toggle:before {
    background: #afdeca;
}

.checkbox-toggle .toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: #a8a8a8;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.table-responsive {
    overflow-x: inherit !important;
}

.table-responsivex {
    overflow-x: auto !important;
}

.checkbox-toggle .togglecbx:checked + .toggle span {
    background: #00bf6f;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25),
        background 0.15s ease;
    -o-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25),
        background 0.15s ease;
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25),
        background 0.15s ease;
    -webkit-box-shadow: 0 3px 8px rgb(0 191 111 / 20%);
    box-shadow: 0 3px 8px rgb(0 191 111 / 20%);
}

.checkbox-toggle .toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgba(255, 123, 176, 0.5);
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
}

.checkbox-toggle .togglecbx:checked + .toggle span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tinymce-editor-required .tox-editor-container {
    border-left: 3px solid #c00;
}

.tinymce-editor-required .tox-tinymce {
    border-left: 0px !important;
}

.faq-list a.contains-subtitle {
    padding-top: 7px;
}

.faq-list a .help-link {
    color: #7705bc;
    font-weight: 500;
    margin-top: 10px;
    font-size: 1.15rem;
}

.faq-list.mb-4 {
    margin-bottom: 0.5rem !important;
}

.faq-list .faq-icon {
    position: absolute;
    left: 10px;
    top: 0.5rem;
    text-align: center;
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    box-sizing: border-box;
    box-shadow: 0 2px 14px rgb(202 202 202 / 50%);
}

.faq-list .faq-icon i {
    font-size: 1.5rem;
}

.explore-column {
    border: solid 1px #ebebeb;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0.5rem 1rem rgb(213 213 213 / 50%);
    display: inline-block;
    position: relative;
    top: 0;
    transition: top 0.25s;
    overflow: hidden;
    margin-bottom: 40px;
    height: 120px;
    width: 100%;
}

.explore-column:hover {
    top: -6px;
}

.explore-column a {
    color: #7705bc;
    padding: 1rem 1rem 1rem calc(120px + 1rem);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: normal;
    word-wrap: break-word;
}

.explore-icons {
    color: #000;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px;
    background: #30aabc;
}

.explore-icons .fas {
    font-size: 250%;
}
.ei-bg-1 {
    background: #e7f2f8;
}

.ei-bg-2 {
    background: #f9e5f0;
}

.ei-bg-3 {
    background: #f9ccbd;
}

.ei-bg-4 {
    background: #f3f0ee;
}

.ei-bg-5 {
    background: #f0ecf7;
}

.ei-bg-6 {
    background: #d4f3ff;
}

.fax-inner .tab-pane .ask-card ul li:last-child a {
    border-bottom: 0px;
}

.dashboard-right {
    padding-left: 0px;
    margin-top: 52px;
    padding-top: 20px;
}

.dashboard-heading {
    font-weight: normal;
    font-size: 1.5rem;
}

.user-panel {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 1rem 1rem;
}

.user-panel .image {
    display: inline-block;
    padding-left: 0.1rem;
}

.my-sidenav .user-panel i {
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    top: 6px;
}

.user-panel .info {
    display: inline-block;
    padding: 5px 5px 5px 10px;
    overflow: hidden;
    white-space: nowrap;
    min-width: 170px;
}

.user-panel .info i.fas {
    margin-right: 0px;
}

.user-panel .info a {
    color: #fff;
    font-size: 0.8rem;
}

.user-panel .info a.sidenav-link {
    height: 25px;
    line-height: 25px;
    padding: 17px 0;
}

.dashboard-right .accordion-button:after {
    display: none;
}

.dashboard-right .fa {
    position: absolute;
    right: 1rem;
}

.bg-violet {
    background-color: #efe7bc !important;
}

.bg-Dark-blue {
    background-color: #b5e5cf !important;
}

.bg-blue {
    background-color: #fcb5ac !important;
}

.bg-pink {
    background-color: #c3e0e5 !important;
}

.bg-lime-green {
    background-color: #b6e2d3 !important;
}

.bg-lime-green {
    background-color: #b6e2d3 !important;
}

.sidenav {
    background-color: var(--primary-bg) !important;
}

.sidenav-link {
    color: #fff;
}

.sidenav-primary .sidenav-link.active,
.sidenav-link:hover,
.sidenav-link:focus {
    color: #fff !important;
    text-decoration: none;
}

.my-sidenav {
    background-color: var(--primary-bg) !important;
}
#sidenav-1.my-sidenav {
    width: 270px !important;
}

.my-sidenav .sidenav-link {
    padding: 1rem 0.5rem;
}

.my-sidenav .user-panel {
    border-bottom: 0px;
    background: #ffffff0f;
}

.my-sidenav .sidenav-link .fas {
    color: #fff;
}

.my-sidenav .sidenav-link:hover {
    color: #ddd9d9 !important;
}

.mobile-navigation {
    display: none;
}

.pd-rt-25 {
    padding-right: 25px;
}

.pos_rel {
    position: relative;
}

.pos_rel .select-arrow {
    right: 22px;
}

.pos_rel .datepicker-toggle-button,
.pos_rel .timepicker-toggle-button,
.pos_rel .datetimepicker-toggle-button {
    right: 5px;
}

.form-outline .form-control.active ~ .form-label,
.form-outline .form-control:focus ~ .form-label {
    z-index: 9;
    padding-right: 7px;
}

.required_field {
    border-left: 2px solid var(--required-label) !important;
}

.repeater-box {
    background: #f8f9f1;
    padding-top: 17px;
    margin-bottom: 15px;
    border: 1px solid #cddec7;
    padding: 10px;
    padding-right: 36px;
    padding-bottom: 0px;
    position: relative;
}

.wizard > .content > .body input.error {
    background: transparent !important;
    border-color: #000;
    color: #000 !important;
}

.wizard > .content > .body .repeater-box input.error {
    background: #fff !important;
}

.hh-mm {
    max-width: 90px;
}

.tooltip {
    background-color: #fff;
    color: #333;
    padding: 0px;
    border-radius: 0.3rem;
}

.tooltip-inner {
    max-width: 450px !important;
    background-color: #fff;
    padding: 10px;
    color: #333;
    border-radius: 0.3rem;
    font-size: 0.75rem;
    -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgb(0 0 0 / 16%),
        0 0.125rem 0.625rem 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0.125rem 0.3125rem 0 rgb(0 0 0 / 16%),
        0 0.125rem 0.625rem 0 rgb(0 0 0 / 12%);
    text-align: left;
    font-family: var(--primary-font);
}

.request-status-wrap {
    /*    background: #f8f9f1;*/
    padding: 10px 0px 0px 0px;
}

.showing-all-status {
    padding-left: 46px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 5px;
}

.edit-view-icon {
    font-size: 1.2em;
}

.showing-all-status:before {
    content: "";
    background: url(../img/my-service-request-icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 12px;
    background-size: 100%;
    width: 37px;
    height: 31px;
}

.learn-about-page {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    font-size: 0.75rem;
    padding: 5px 10px 6px;
    border-radius: 4px;
    border: 1px solid #eee;
    text-decoration: none;
}

.showing-all-status span {
    font-size: 0.75rem;
}

.showing-all-status-dropdown {
    background: transparent;
    border: 0px;
    box-shadow: none;
    padding: 0;
    font-size: 1.2rem;
    line-height: 21px;
    color: #333;
    text-decoration: none;
}

.showing-all-status .dropdown-item.active,
.showing-all-status .dropdown-item:active {
    color: #4a4a4a;
    text-decoration: none;
    background-color: transparent;
}

.showing-all-status .dropdown-menu {
    background: #fff;
    padding: 0;
}

.my-request-tabs {
    margin: 10px 0;
}

.my-request-tabs .nav-tabs li button.nav-link {
    background: transparent !important;
    color: #333 !important;
    border: 0px !important;
    border-radius: 0px !important;
    padding: 12px !important;
    padding: 12px !important;
    text-transform: none;
    font-size: 0.9rem;
}

.my-request-tabs .nav-tabs {
    border-bottom: 1px solid #ccc;
}

.my-request-tabs .nav-tabs li button.nav-link.active {
    border-bottom: 3px solid var(--primary-bg) !important;
}

.ui-tooltip .ui-tooltip-content {
    max-width: 450px !important;
    background-color: #fff;
    padding: 10px;
    color: #333;
    border-radius: 0.3rem;
    font-size: 0.75rem;
    -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgb(0 0 0 / 16%),
        0 0.125rem 0.625rem 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0.125rem 0.3125rem 0 rgb(0 0 0 / 16%),
        0 0.125rem 0.625rem 0 rgb(0 0 0 / 12%);
    text-align: left;
    border: 0px;
}

.lang-dropdown .nav-link {
    color: var(--primary-bg);
    font-size: 0.9rem !important;
}

.ui-tooltip.ui-widget {
    font-family: var(--primary-font);
    font-size: 0.8rem;
    box-shadow: none !important;
    max-width: 450px !important;
    padding: 0px !important;
    border: 0px !important;
    background: none !important;
}

.ui-autocomplete {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.5);
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-top .tooltip-arrow {
    bottom: -6px;
}
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #fff;
}

.lsf {
    padding: 12px;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 25%;
    margin-right: 1%;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%);
}

.supplier-filter {
    padding: 12px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 15%);
    padding: 10px 15px;
    text-align: right;
    margin-bottom: 15px;
    display: none;
}

.lsf .filter-column label {
    font-size: 0.75rem;
    color: #848484;
}

.filter-column h6 {
    font-size: 0.85rem;
    margin-bottom: 10px;
    color: var(--primary-bg);
    font-family: RobotoMedium;
}

.filter-column .pos_rel h6 {
    padding-right: 38px;
}

a.showMore {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #9c44c0;
    text-decoration: none;
    text-transform: uppercase;
}

a.showMore::after {
    content: "+ View more";
}

a.showMore.showLess::after {
    content: "- View less";
}

.error_500 {
    text-align: center;
}

.error_500 img {
    margin: 10px auto;
    max-width: 500px;
    display: block;
    width: 100%;
}

.lsf .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/accordion-down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.lsf .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    font-size: 0.9rem;
    color: #555;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    outline: none !important;
    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,
        border-radius 0.15s ease;
}

.lsf .accordion-button:not(.collapsed)::after {
    background-image: url(../img/accordion-up-arrow.svg);
    transform: rotate(-180deg);
}

.lsf .accordion-header {
    margin-bottom: 0px;
    border-bottom: 1px solid #eaeded;
}

/* dashboard sidebar */

.sidebar .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after {
    content: "\f107";
}

.sidebar .nav-item .nav-link {
    position: relative;
}

.sidebar .nav-item {
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar .nav-item.active .nav-link {
    font-weight: 700;
}

#wrapper .sidebar .nav-item .collapse .collapse-inner,
#wrapper .sidebar .nav-item .collapsing .collapse-inner {
    padding: 0;
    min-width: 10rem;
    font-size: 0.85rem;
    margin: 0px;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #4e73df;
    font-weight: 700;
}

.sidebar #sidebarToggle {
    width: 2rem;
    height: 1.5rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -25px;
    z-index: 9;
    background: #fff;
    border-radius: 0px !important;
    box-shadow: 0px -1px 7px 0px rgb(220 220 220);
    display: none;
}

.sidebar #sidebarToggle:hover {
    text-decoration: none;
}

.sidebar #sidebarToggle:focus {
    outline: none;
}

.sidebar.toggled #sidebarToggle::after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    margin-left: 0.15rem;
    font-weight: 900;
    margin-right: 0.1rem;
}

.sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
}

.sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
}

.sidebar .sidebar-brand .sidebar-brand-text {
    display: none;
}

.sidebar hr.sidebar-divider {
    margin: 0 1rem 1rem;
}

.sidebar .sidebar-heading {
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: 0.65rem;
}

#wrapper .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    right: -9px;
    position: absolute;
}

#wrapper .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
    content: "\f105";
}

.summarySection.minimized {
    height: 42px;
}

.summarySection .summarySectionOptions {
    float: right;
}

.summarySection select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
}

.summarySection .select2 .select2-selection__arrow,
.summarySection .select2 .select2-selection__choice__remove {
    display: none;
}

.summarySection .select2 .select2-selection__choice__display {
    margin-left: -15px;
}

.summarySection .topic-hierarchy-search-btn.btn {
    display: none;
}

.summarySection .select_field:after {
    border-left-width: 0 !important;
}

.summarySection legend {
    font-weight: bold;
    font-size: 1rem;
    border-bottom: 1px solid #aaa;
    background-color: #eee;
    line-height: 30px;
}

.summarySection .filepond--item[data-drag-state],
.summarySection .filepond--label-action,
.summarySection .select2.select2-container,
.summarySection .select2-selection__rendered {
    cursor: default;
}

.summarySection .filepond--file-info-sub {
    opacity: 0.5;
}

.summarySection input,
.summarySection select,
.summarySection textarea,
.summarySection p.form-control,
.summarySection .select2 .select2-selection {
    border: none !important;
    background-color: #eee !important;
}

.wizard > .content > .summarySection input[type="checkbox"] {
    background-color: #cacaca !important;
}

.summarySection input,
.summarySection input:focus {
    border-width: 0;
}

.summarySection p.form-control {
    min-height: calc(2.16rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    font-size: 0.9rem !important;
}

.summarySection textarea {
    overflow-y: scroll;
}

@media (min-width: 768px) {
    #wrapper .sidebar .nav-item .collapse {
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
        -webkit-animation: none;
        animation: none;
    }
    #wrapper .sidebar .nav-item .collapse .collapse-inner {
        border-radius: 0;
        box-shadow: none;
    }
    #wrapper .sidebar .nav-item .collapsing {
        display: block;
        transition: height 0.15s ease;
    }
    #wrapper .sidebar .nav-item .collapse,
    #wrapper .sidebar .nav-item .collapsing {
        margin: 0 1rem;
    }

    #wrapper .sidebar .nav-item .nav-link i {
        font-size: 0.85rem;
        margin-right: 0.25rem;
    }
    #wrapper .sidebar .nav-item .nav-link span {
        font-size: 0.85rem;
        display: inline;
    }

    #wrapper .sidebar .sidebar-brand .sidebar-brand-icon i {
        font-size: 2rem;
    }
    #wrapper .sidebar .sidebar-brand .sidebar-brand-text {
        display: inline;
    }
    #wrapper .sidebar .sidebar-heading {
        text-align: left;
    }

    .sidebar.toggled .nav-item .collapse .collapse-inner {
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
        border-radius: 0.35rem;
    }
    .sidebar.toggled .nav-item .collapsing {
        display: none;
        transition: none;
    }
    .sidebar.toggled .nav-item .collapse,
    .sidebar.toggled .nav-item .collapsing {
        margin: 0;
    }
    .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem;
    }

    .sidebar.toggled .nav-item .nav-link span {
        font-size: 0.65rem;
        display: block;
    }
    .sidebar.toggled .nav-item .nav-link i {
        margin-right: 0;
    }

    .sidebar.toggled .sidebar-heading {
        text-align: center;
    }
}

#wrapper .sidebar-dark .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.8);
    border-right: 0px;
}

#wrapper .sidebar-dark .nav-item .nav-link:hover,
#wrapper .sidebar-dark .nav-item .nav-link:hover i {
    color: var(--primary-bg);
}

#wrapper .sidebar-dark .nav-item .nav-link i {
    color: rgba(0, 0, 0, 0.8);
}

#wrapper .sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
    color: #000;
}

#wrapper .sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
    color: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
}

#wrapper .sidebar-dark .nav-item.active .nav-link {
    color: #fff;
}

#wrapper .sidebar-dark .nav-item.active .nav-link i {
    color: #fff;
}

#wrapper .sidebar-dark #sidebarToggle:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.bg-gradient-primary {
    background-color: #f8f9f1;
}

#wrapper #content-wrapper {
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
}

#wrapper #content-wrapper nav.navbar {
    box-shadow: none;
}

#wrapper .sidebar .collapse-item:hover,
#wrapper .sidebar .collapse-item.active {
    color: var(--primary-bg);
}

footer.sticky-footer {
    padding: 1rem 0;
    flex-shrink: 0;
}

#wrapper #content-wrapper #content {
    flex: 1 0 auto;
}

.chart-filter {
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
    padding: 5px 15px;
    margin-bottom: 20px;
}

.chart-filter label {
    line-height: 48px;
}

.chart-box-wrap {
    background: #fff;
    -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgb(0 0 0 / 12%),
        0 0.125rem 0.625rem 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0.125rem 0.3125rem 0 rgb(0 0 0 / 12%),
        0 0.125rem 0.625rem 0 rgb(0 0 0 / 12%);
    padding: 15px;
}

.chart-box {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.1rem;
}

.chart-box h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 1.25rem;
    padding: 6px 5px 9px 8px;
    color: var(--primary-bg);
}

#sidebarToggleTop {
    box-shadow: none;
    font-size: 1.3rem;
    padding: 0px;
    text-decoration: none;
    margin-left: 15px;
    background: transparent;
}

#sidebarToggleTop span {
    text-decoration: none;
    font-size: 0.7rem;
    line-height: 10px;
    display: inline-block;
    position: relative;
    top: -3px;
}

#wrapper .sidebar.toggled .fa-bars:before {
    content: "\f00d";
}

#wrapper .sidebar {
    width: 240px;
    position: absolute;
    top: 74px;
    left: -255px;
    min-height: 350px;
    z-index: 999;
    transition: all 0.3s linear 0s;
    transform: translateX(0%);
    box-shadow: 0px 4px 10px 0px rgb(204 204 204);
}

#wrapper .sidebar.toggled {
    left: 0px;
}
#wrapper .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem !important;
    width: 14rem;
}

.filepond--file-status .filepond--file-status-sub {
    word-break: break-all;
    inline-size: 300px;
}

.treeview-primary ul.subject-treeview-list {
    padding: 0px;
    margin: 0px;
    max-height: 200px;
    overflow-y: scroll;
}

.treeview-primary ul.subject-treeview-list li {
    font-size: 1rem;
}

.topic-hierarchy-search-btn {
    min-width: 20px !important;
    position: absolute;
    background: transparent;
    box-shadow: none !important;
    color: var(--primary-bg) !important;
    padding: 0px;
    top: -10px;
    right: -3px;
    font-size: 20px;
}

#training_subjects_treeview_select {
    max-height: 30px;
    overflow-y: scroll;
}

.select2-selection--multiple {
    padding-right: 30px !important;
}

.wrap-form-btns .btn {
    width: auto !important;
}

.chart-calendar {
    width: auto;
    margin: 10px;
}

/* start Send project Requirements form */

.project-requirement-form {
    border-right: 1px solid #ccc;
    padding-right: 3rem;
}

.prf2 {
    padding-left: 30px;
    margin-top: -10px;
}

.prf2 p.mt-3.red_required {
    margin-top: 0px !important;
}

.prf2 .prf-logo {
    position: relative;
}

.prf-logo-left-back-btn {
    position: absolute;
    left: -29px;
    font-size: 1.5rem;
    line-height: 1;
    top: 2px;
}

.wizard > .content > .body ul {
    list-style: none !important;
}

.prf-logo p {
    color: #005eef;
    font-size: 0.75rem;
}

.things-to-consider-box {
    position: relative;
    padding-left: 40px;
}

.things-to-consider-box:before {
    content: "";
    background: url(../img/important-points.png) no-repeat;
    background-size: 100%;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: -5px;
}

.prf-right h6 {
    color: var(--primary-bg);
    font-size: 1rem;
    font-family: RobotoMedium;
}

.prf-right ul {
    padding-left: 20px;
}

.prf-right ul li {
    margin-bottom: 12px;
    list-style: square;
}

.prf-logo-inner {
    position: relative;
}

.prf-logo-inner img {
    max-width: 100px;
}

.prf-right .btn {
    min-width: 120px;
}

.project-requirement-form .btn {
    min-width: 100px;
}

.rating-section ul {
    padding-left: 4%;
}

.rating-section ul li {
    width: 20%;
    float: left;
    text-align: center;
    color: var(--primary-bg);
}

.rating-section ul li .form-check-inline {
    margin-right: 0px;
}

.small-btn {
    padding: 5px 10px;
    min-width: 120px;
}

.feedback-form {
    border-right: 0px;
    padding-right: 0px;
}

.feedback-form-right-input {
    text-align: right;
}

.ten_star_wrap {
    padding-left: 11.6%;
}

.ten_star_wrap .form-check-inline {
    margin-right: 9px;
    min-width: 32px;
}

.feedback-form-right-input .form-check {
    width: 44px;
    text-align: center;
    margin-right: 0px;
}

.feedback-form-right-input .form-check input {
    margin-left: 3px;
}

.feedback-form-right-input label span.hid_spa {
    display: none;
}

.text_area_top {
    position: relative;
    margin-top: -10px;
    margin-bottom: 15px;
}

.filter-section-top h2 {
    color: var(--primary-bg);
    font-family: RobotoMedium;
    font-size: 1.5rem;
}

.filter-section-top h2 span {
    color: #fff;
    font-family: var(--primary-font);
    background: #9c44c0;
    display: inline-block;
    min-width: 50px;
    text-align: center;
    line-height: 27px;
    font-size: 0.85rem;
    margin-left: 10px;
}

.filter-section-top-right {
    text-align: right;
}

.filter-section-top-right select {
    border: 1px solid #aaa !important;
    padding: 2px 10px 4px 10px;
}

.filter-section-top-right button {
    margin-left: 4px;
    background: transparent;
    border: 0px;
    padding: 0px;
    font-size: 1.3rem;
    line-height: 23px;
    margin: 0px 7px;
    position: relative;
}

.filter-section-top-right button i {
    color: var(--primary-bg);
}

.filter_search {
    margin: 10px 0;
}

.filter_search input#searchPartner:focus {
    box-shadow: none;
}

.apply-filter-wrap h4 {
    color: var(--primary-bg);
    font-size: 1rem;
    font-family: RobotoMedium;
}

#filter_search_inn {
    min-height: calc(1em + 0.55rem + 2px);
    padding: 0.115rem 0.75rem;
    line-height: 3.2;
    height: calc(2rem + 2px);
}

.clear-all-text {
    color: #a8a8a8;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 0.8rem;
}

.content-part {
    padding-left: 1.7rem !important;
    padding-right: 1.7rem !important;
}

.content-part h5 {
    color: var(--primary-bg);
    font-family: RobotoMedium;
}

.dark-grey-bg {
    background: #f7f7ef;
}

.content-need-btn {
    min-width: 180px;
    text-transform: capitalize;
}

.view-all-suppliers {
    position: relative;
    padding-left: 50px !important;
}

.view-all-suppliers:before {
    content: "";
    background: url(../img/email@1X.png) no-repeat;
    background-size: 100%;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
}

.view-all-suppliers.vls2:before {
    background: url(../img/search_supplier.png) no-repeat;
    background-size: 100%;
    height: 38px;
    width: 38px;
    top: 12px;
}

.asp {
    padding: 25px 30px;
}

.asp h4 {
    color: var(--primary-bg);
    font-size: 1.1rem;
    font-family: RobotoMedium;
}

.asp li {
    position: relative;
    padding-left: 30px;
}

.asp li:before {
    content: "";
    position: absolute;
    left: 0;
    background-size: auto;
    display: block;
}

.asp li.asp-link:before {
    background: url(../img/supplier_playbook@1X.png) no-repeat;
    height: 17px;
    width: 17px;
    top: 8px;
    background-size: 100%;
}

.asp li.wps-link:before {
    background: url(../img/prefered-vendor@1X.png) no-repeat;
    height: 20px;
    width: 20px;
    top: 8px;
    background-size: 100%;
}

.asp li.bphs-link:before {
    background: url(../img/best-practices@1X.png) no-repeat;
    height: 19px;
    width: 20px;
    top: 8px;
    background-size: 100%;
}

.asp li.tx-link:before {
    background: url(../img/tips@1X.png) no-repeat;
    height: 19px;
    width: 19px;
    top: 8px;
    background-size: 100%;
}

.asp li a {
    padding: 5px;
    display: block;
}

.asp li a:hover {
    text-decoration: underline;
}

.process-icons {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #9c44bf;
    display: block;
    border-radius: 70%;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -17px;
    text-align: center;
    z-index: 2;
}

.process-icons img {
    max-width: 16px;
}

.ex-li,
.ex-un {
    position: absolute;
    top: -24px;
    text-align: left;
    font-size: 0.75rem;
    line-height: 18px;
    left: 0;
    white-space: nowrap;
}

.ex-li {
    right: 0;
    left: auto;
}

.content-area {
    padding: 18px 20px;
    background: #fff;
    padding-left: 60px;
    margin: 10px 0;
    position: relative;
}

.content-area:before {
    content: "";
    background: url(../img/content_dev@1X.png) no-repeat;
    background-size: 100%;
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 20px;
}

.content-area.Additional_Expertise:before {
    content: "";
    background: url(../img/expertise@1X.png) no-repeat;
}

.About-company h4,
.prf-logo h4 {
    color: var(--primary-bg);
    font-family: RobotoMedium;
}

.content-area h5 {
    color: #000;
    font-family: RobotoMedium;
    font-size: 1.1rem;
}

.content-area ul li a {
    text-decoration: underline;
}

.content-area ul li a:hover {
    text-decoration: none;
}

.comp_min_pro:before {
    content: "";
    background: url(../img/project_budget.png) no-repeat;
    position: absolute;
    left: -5px;
    top: 0;
    background-size: 100%;
    height: 24px;
    width: 24px;
}

.comp_des:before {
    content: "";
    background: url(../img/com_dec_icon.png) no-repeat;
    position: absolute;
    left: -5px;
    top: 0;
    background-size: 100%;
    height: 27px;
    width: 26px;
}

.question-step {
    margin-bottom: 1px;
}

.question-step li {
    margin: 5px 8px;
    background: #fff;
    border: 2px solid var(--primary-bg);
    width: 16px;
    height: 16px;
    border-radius: 100px;
    display: inline-block;
}

.question-step li.done {
    background: var(--primary-bg);
}

.company-link {
    color: #005eee;
}

.net-pro-scr {
    color: var(--primary-bg);
}

.net-pro-scr p {
    margin-bottom: 0px;
}

.net-pro-scr span {
    color: #005eee;
    font-size: 0.7rem;
}

.different--icon .fa-bars:before {
    content: "\f00d";
}

.s_r_bottom {
    margin-top: 30px;
}

.s_r_bottom .fa-share-alt {
    font-size: 1.5rem;
    color: var(--primary-bg);
    margin-bottom: 20px;
}

.overall_rating {
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.overall_rating span {
    display: inline-block;
    background: var(--primary-bg);
    padding: 0px 8px 2px;
    color: #fff;
    border-radius: 14px;
    font-size: 0.7rem;
}

.hori_rev {
    display: block;
    width: 100%;
    float: left;
}

.hori_rev ul li {
    width: 31.2%;
    float: left;
    margin: 10px 1%;
}

.hori_rev ul li p {
    margin-bottom: 5px;
    position: relative;
    color: var(--primary-bg);
}

.hori_rev ul li p span {
    float: right;
}

.hori_rev ul li .border-unerline {
    height: 4px;
    width: 100%;
    margin-bottom: 10px;
    background: #ccc;
    border-radius: 10px;
}

.hori_rev ul li .border-unerline span {
    width: 95%;
    background: #9c44c0;
    height: 4px;
    display: block;
    border-radius: 10px;
}

/* Start owl-carousel-section */

.owl-prev {
    position: absolute;
    top: 50%;
    left: -18px;
    margin-top: -18px !important;
}

.owl-next {
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -18px !important;
}

.read-all-review-sec {
    margin: 10px 0;
}

.read-all-review-sec a {
    text-decoration: underline;
}

.read-all-review-sec a:hover {
    text-decoration: none;
}

.owl-carousel-section .card {
    height: auto;
    padding: 12px;
    border: none;
    -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgb(0 0 0 / 12%),
        0 0.125rem 0.625rem 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0.125rem 0.3125rem 0 rgb(0 0 0 / 12%),
        0 0.125rem 0.625rem 0 rgb(0 0 0 / 12%);
}

.owl-carousel-section .testimonial,
.company-reviews-sec .card .testimonial {
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 500;
    padding-left: 48px;
}
.owl-carousel-section .profile {
    padding-top: 10px;
}

.owl-carousel-section .name,
.company-reviews-sec .card .name {
    font-weight: 700;
    padding-left: 7px;
}

.review_date {
    color: #7e7e7e;
    font-size: 12px;
}

.owl-carousel-section .designation {
    font-size: 0.84rem;
    font-weight: 600;
}

.owl-carousel-section .owl-carousel {
    margin-bottom: 15px;
}

.owl-carousel .owl-stage-outer {
    padding: 13px 0px;
    height: auto;
}

.owl-carousel .owl-item img,
.company-reviews-sec .card img {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.owl-theme .owl-nav [class*="owl-"] {
    border-radius: 50% !important;
    background: var(--primary-bg) !important;
    border: 3px solid var(--primary-bg);
    color: var(--primary-bg) !important;
    width: 28px;
    height: 28px;
    padding: 0px !important;
}

.owl-carousel .owl-item {
    flex: 1 0 auto;
    width: 100%;
    display: grid;
    padding-left: 2px;
    padding-right: 2px;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item .card {
    display: flex;
    flex: 1 0 auto;
}

.owl-theme .owl-nav [class*="owl-"] .fa {
    color: #fff;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    border: 3px solid #1010ca;
    color: #1010ca !important;
    opacity: 0.8;
}

.company-reviews-sec {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 15px 0;
    max-height: 450px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.company-reviews-sec .card {
    height: 100%;
    padding: 12px;
    border: none;
    -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgb(0 0 0 / 12%),
        0 0.125rem 0.625rem 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0.125rem 0.3125rem 0 rgb(0 0 0 / 12%),
        0 0.125rem 0.625rem 0 rgb(0 0 0 / 12%);
    display: flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 4px;
}

.company-reviews-sec .review-wrap-content {
    display: flex;
    flex-direction: row;
    height: 100%;
}

#cropperWrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fefefe;
    z-index: 9999;
}

#cropperWrapper button.cropper-done-edit {
    position: absolute;
    right: 20px;
    top: 20px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    z-index: 99999;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: none;
    border: none;
    background-color: #00b74a;
    color: #fff;
}

.form-check-input:focus:before {
    box-shadow: none !important;
}

table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable thead th {
    padding: 5px 8px !important;
    border: 1px solid #d6d0e8;
}

table.dataTable tbody tr td {
    background: transparent !important;
}

table.dataTable tbody tr td:last-child {
    text-align: center !important;
}

.sec_obj_summary {
    word-break: break-all;
}

#sidenav-1.my-sidenav .accordion-button:after {
    background-image: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 1rem;
    width: 13px;
}

.wizard.vertical > .steps {
    width: 26.5%;
}

.wizard.vertical > .content {
    width: 73% !important;
}

/* This is a tab-container-menu css */

#tab-container-menu .portfolio-box {
    max-width: 306px;
    min-height: 190px;
    background: #fff;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 18px;
    transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
}

#tab-container-menu .portfolio-box:hover {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
    box-shadow: 0 40px 80px -16px rgb(0 0 0 / 10%);
}

#tab-container-menu .portfolio-box img {
    max-height: 206px;
    width: 100%;
}

#tab-container-menu .Portfolio-file-info-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 1px 10px;
    background: #fff;
    width: 100%;
    word-wrap: break-word;
    z-index: 2;
    text-align: center;
}

#tab-container-menu .portfolio-box h4 {
    margin-bottom: 0px;
    color: #000;
    font-size: 0.8rem !important;
    padding: 0px 0;
}

#tab-container-menu .portfolio-box:hover a h4 {
    color: #0f3997;
}

#tab-container-menu .portfolio-box:hover a {
    text-decoration: none;
}

#tab-container-menu .menu-section ul.nav.nav-tabs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    margin-bottom: 20px !important;
    text-align: center;
    text-align: center;
    border-bottom: 2px solid #ccc;
    flex-wrap: inherit;
}

#tab-container-menu .menu-section ul.nav.nav-tabs li {
    display: inline-block;
    white-space: nowrap;
}

#tab-container-menu .menu-section .nav-tabs a.nav-link {
    font-family: RobotoMedium;
    background: #fff;
}

#tab-container-menu .menu-section .nav-tabs a.nav-link.active {
    position: relative;
}

#tab-container-menu .menu-section .nav-tabs a.nav-link.active:before {
    content: "";
    width: 100%;
    display: block;
    bottom: 0px;
    height: 2px;
    position: absolute;
    background: var(--primary-bg);
    left: 0;
}

#tab-container-menu .menu-section {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}

#tab-container-menu .menu-section .nav-tabs a.nav-link.active,
#tab-container-menu .menu-section .nav-tabs a.nav-link:hover {
    box-shadow: none;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    padding: 0.6em 1em;
}

.selection .select2-selection__clear span {
    display: none;
}

.rule-container {
    position: relative;
}

.rule-container .pull-right {
    float: right !important;
}

.query-builder .btn {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    min-width: 60px !important;
    border-radius: 1px !important;
    border: 1px solid #adadad;
}

.jquery-builder-btn-group .btn {
    margin: 2px !important;
    border-radius: 2px !important;
}

.jquery-builder-btn-group {
    box-shadow: none !important;
}

.query-builder .rules-group-header .pull-right {
    float: right !important;
}

.query-builder select.form-control {
    -webkit-appearance: auto !important;
    -moz-appearance: inherit;
    appearance: auto !important;
    padding: 4px 15px 4px 6px !important;
    border-radius: 2px !important;
    font-size: 0.8rem !important;
}

.query-builder input.form-control {
    padding: 4px 6px 4px 6px !important;
    border-radius: 2px !important;
    height: calc(1.62rem + 2px) !important;
    font-size: 0.8rem !important;
}

.query-builder textarea.form-control {
    font-size: 0.8rem !important;
    padding: 4px 6px 4px 6px !important;
    border-radius: 2px !important;
}

.query-builder .btn-group {
    box-shadow: none !important;
}

.query-builder .group-conditions .btn-group .btn {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.query-builder .rule-value-container label {
    position: relative;
    font-size: 0.8rem;
    margin: 3px 5px !important;
    padding-left: 16px;
}

.query-builder .btn-default {
    background-color: #ddd !important;
}

.glyphicon {
    font-family: "Font Awesome 5 Free" !important;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-plus:before {
    content: "\f067" !important;
}

.glyphicon-plus-sign::before {
    content: "\f055" !important;
}

.glyphicon-check::before {
    content: "\f14a" !important;
}
.glyphicon-unchecked::before {
    content: "\f0c8" !important;
}

.glyphicon-remove::before {
    content: "\f00d" !important;
}

.query-builder .rule-value-container label input {
    position: absolute;
    left: 1px;
    top: 3px;
}

#failed_jobs_datatable th,
#scheduler_datatable th {
    min-width: 100px;
}

@media (max-width: 1400px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 1300px) {
    .ten_star_wrap {
        padding-left: 12%;
    }
}

@media (max-width: 1260px) {
    .ten_star_wrap {
        padding-left: 11.5%;
    }

    .ten_star_wrap .form-check-inline {
        margin-right: 7px;
    }

    .chart-filter label {
        font-size: 0.75rem;
    }

    .wizard.vertical > .steps {
        width: 27%;
    }

    .wizard.vertical > .content {
        width: 72.5%;
    }

    .wizard.vertical > .steps.topfixed {
        width: 26%;
    }
}

@media (max-width: 1220px) {
    .ten_star_wrap {
        padding-left: 10.5%;
    }
}

@media (max-width: 1188px) {
    .ex-li {
        top: -17px;
    }

    .ten_star_wrap {
        padding-left: 5.5%;
    }
}

@media (max-width: 1160px) {
    .ten_star_wrap {
        padding-left: 0.5%;
    }

    .wizard.vertical > .steps {
        width: 29%;
    }

    .wizard.vertical > .steps.topfixed {
        width: 28%;
    }

    .wizard.vertical > .content {
        width: 70.5%;
    }
}

@media (max-width: 1140px) {
    .wizard.vertical > .steps {
        width: 30%;
    }

    .wizard.vertical > .steps.topfixed {
        width: 29%;
    }

    .wizard.vertical > .content {
        width: 69.5%;
    }
}

@media (max-width: 767px) {
    .find-vendor-img {
        left: 1.8%;
    }

    #tab-container-menu .menu-section ul.nav.nav-tabs {
        display: inline-flex;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .dashboard-right,
    .dashboard-nav {
        padding-left: 252px;
    }
}

@media (max-width: 1400px) {
    .search-form {
        padding-top: 0rem;
    }

    .search-form p {
        margin-bottom: 0.35rem;
    }

    .search-form h2 {
        font-size: 1.5rem;
    }

    .form-banner-link a {
        margin: 8px 16px;
    }

    .form-right-para {
        padding-right: 1rem;
    }

    .form-right-para p {
        font-size: 0.75rem;
    }

    .customer-learning-portal .card-title,
    .find-vendor-inner .card-title {
        font-size: 1.1rem !important;
        line-height: 25px !important;
    }

    nav.navbar.second-nav .nav-link {
        margin: 0 0.2rem;
    }

    .search-data {
        max-width: 17%;
    }
}

@media (max-width: 1366px) {
    .wizard.vertical > .steps.topfixed {
        width: 25.5%;
    }
}

@media (max-width: 1320px) {
    .request-status-wrap .col-lg-3.pe-1 {
        width: 24%;
    }

    .search-data {
        max-width: 19%;
    }
}

@media (max-width: 1300px) {
    nav.navbar.second-nav .nav-link {
        margin: 0 0.1rem;
        padding: 14px 0.55rem !important
    }

    .search-data {
        max-width: 17%;
    }

    .wizard.vertical > .steps.topfixed {
        width: 26%;
    }
}

@media screen and (max-width: 1280px) {
    .search-form {
        padding-right: 1rem;
    }

    .search-form p {
        line-height: 22px;
    }

    .wizard.vertical > .steps {
        width: 28.5%;
    }

    .wizard.vertical > .steps.topfixed {
        width: 28%;
    }

    .wizard.vertical > .content {
        width: 71%;
    }
}

@media screen and (max-width: 1200px) {
    /*    .my-container{
            max-width: 960px;
            width: 100%;
        }*/

    .responsive-bread {
        margin-top: 3.1rem !important;
    }

    .hidden-small-desk {
        display: none;
    }

    .customer-learning-portal .card-title,
    .find-vendor-inner .card-title {
        font-size: 1rem !important;
        line-height: 22px !important;
    }

    .request-status-info {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .search-data {
        margin-left: inherit;
        width: 100%;
        padding-left: 0px;
    }

    .request-status-select {
        width: 17%;
    }

    .my_Request_time_zone {
        width: 12%;
    }

    .wrap-Collaborator {
        margin-left: auto;
    }

    .yes_no_heading {
        display: none;
    }

    .feedback-form-right-input {
        text-align: left;
    }

    .feedback-form-right-input {
        text-align: left;
    }

    .feedback-form-right-input label span.hid_spa {
        display: block;
    }

    .feedback-form-right-input .form-check {
        width: 60px;
        padding-left: 0px;
        margin-top: 10px;
    }

    .ten_star_wrap {
        padding-left: 0%;
        margin-top: 25px;
    }

    .ex-li {
        right: 0;
        left: auto;
        top: -24px;
    }

    .wizard.vertical > .steps {
        width: 31%;
    }

    .wizard.vertical > .steps.topfixed {
        width: 30%;
    }

    .wizard.vertical > .content {
        width: 68%;
    }
}

@media only screen and (max-width: 1024px) {
    .form-right-para {
        width: 100%;
        padding: 1rem !important;
    }

    .form-left-img {
        display: none;
    }

    .email-wrap .email-left {
        width: 40%;
    }

    .email-wrap .email-right {
        width: 60%;
        padding-left: 2%;
    }

    .mobile-navigation {
        display: block;
        margin-bottom: 30px;
    }

    .mobile-navigation .navbar-brand img {
        display: none;
    }

    .desktop-navigation nav.navbar.second-nav {
        min-height: 0;
        border-top: 0;
        border-bottom: 0px solid #404040;
    }

    .navbar-collapse.collapse.show {
        border-bottom: 2px solid #404040;
    }

    .desktop-navigation2 {
        display: block;
        border-bottom: 2px solid #404040;
    }

    .desktop-navigation2 .second-nav-top ul.right-menu .welcome-name {
        display: none;
    }

    .desktop-navigation2 .second-nav-top ul.right-menu {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }

    .header-toggler {
        position: absolute;
        right: 2px;
        top: 17px;
    }

    .align-items-center.nav-right {
        margin-right: 32px;
    }

    .navbar.second-nav-top {
        padding: 6px 0 !important;
        padding-bottom: 7px !important;
    }

    .lang-dropdown.me-4 {
        margin-right: 5px !important;
    }

    .second-nav-top .navbar-brand {
        margin-top: 0px !important;
    }

    .quick-links li {
        width: 49%;
    }

    .full-breadcrumbs {
        margin-top: 60px !important;
    }

    li#showNotifications {
        margin-bottom: 0px !important;
        margin-top: 4px;
    }

    #main-navbar.nav.navbar {
        padding-top: 0.6rem !important;
        padding-bottom: 0.6rem !important;
    }

    #main-navbar.nav.navbar button i,
    .mobile-navigation .right-menu a i {
        font-size: 1.5rem !important;
    }

    .wizard.vertical > .steps {
        display: block;
        width: 100%;
    }

    .wizard.vertical > .content {
        border-left: 0px;
        display: block;
        width: 100%;
    }

    .wizard.vertical > .steps > ul > li {
        float: left;
        width: auto;
    }

    .wizard.vertical > .steps.topfixed {
        position: fixed;
        top: 33px !important;
        background: #fff;
        z-index: 2;
        width: 94.7%;
    }

    .wizard-form .vertical-form .steps li:after {
        display: none;
    }
    .wizard-form .vertical-form .steps ul {
        border-bottom: 1px solid #ccc;
    }

    .wizard.vertical > .content .col-sm-3.mb-3 {
        margin-bottom: 0px !important;
    }

    .wizard > .content > .body label {
        margin-bottom: 0.1em;
    }

    .wizard-form .vertical-form .steps li a {
        padding: 8px 5px;
    }

    .company-pic {
        display: none;
    }

    .s_r_bottom {
        margin-top: 20px;
    }

    .clp-wrap .grey-bg {
        min-height: 172px;
    }

    .chart-box h4 {
        font-size: 1.15rem;
    }

    .wizard-form .vertical-form .steps .form-sign {
        top: 2px;
    }

    .wizard-form .vertical-form .steps li.current .form-sign i {
        line-height: 17px;
        font-size: 0.45rem;
    }

    .wizard-form .vertical-form .steps li.current .form-sign {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }
}

.select2-container--default {
    width: 100% !important;
}

@media only screen and (max-width: 960px) {
    .search-data {
        max-width: 100%;
    }

    .request-status-select {
        padding-left: 0px !important;
    }

    .chart-box h4 {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 990px) {
    .request-status-wrap .pe-1 {
        padding-right: 13px !important;
    }

    .right-side-toggle {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .hero-container:after {
        height: 271px;
        width: 327px;
        background-size: 103%;
    }

    .form-banner-link a {
        padding: 6px 12px 9px 36px;
        margin: 17px 16px 6px;
    }

    .form-top-banner {
        display: none;
    }

    .mobile-email-wrap {
        display: block;
    }

    .desktop-email-wrap {
        display: none;
    }

    .email-wrap.mobile-email-wrap .email-left {
        width: 100%;
    }

    .hero-inner {
        max-width: 560px;
        margin-left: -280px;
    }

    .clp-wrap .col-lg-6,
    .clp-wrap .col-xl-6 {
        flex: auto;
    }

    .right-side-toggle,
    .request-status-select {
        width: 50%;
        padding-left: 0px !important;
    }

    .search-data {
        width: 100%;
        padding-left: 0px !important;
        max-width: 100%;
    }

    #wrapper #content-wrapper {
        padding-left: 0px;
    }

    .sidebar #sidebarToggle {
        display: block;
    }

    .rating-section ul li {
        font-size: 0.6rem;
    }

    .red_required {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 767px) {
    .serching-girl {
        opacity: 0;
        display: none;
    }

    .find-vendor-wrap {
        padding-left: 6rem;
    }

    .search-banner {
        position: relative;
        margin-top: 0rem;
        margin-bottom: 10px;
        padding-left: 5px;
    }

    .find-vendor-img {
        text-align: center;
    }

    .card.grey-bg {
        height: 100%;
    }

    .search-form {
        padding-top: 0rem;
        padding-right: 0px;
    }

    .container,
    .container-sm {
        max-width: 100%;
    }

    .hori_rev ul li {
        width: 47.2%;
    }

    .project-requirement-form {
        border-right: 0px;
        padding-right: 10px;
    }

    .clp-wrap .grey-bg {
        min-height: auto;
    }

    .wizard.vertical > .content {
        padding-right: 0px;
        margin-right: 0px;
    }

    .chart-box h4 {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 600px) {
    .wizard-form {
        padding: 10px 0;
    }

    .prf2 {
        padding-left: 30px !important;
    }

    .hidden-btn i {
        display: block;
        font-size: 17px;
    }
    .hidden-btn span {
        display: none;
    }

    #myTab0 .nav-link {
        padding: 14px 15px 13px;
    }

    .hero-inner {
        max-width: 400px;
        margin-left: -200px;
    }

    .hero-inner h1 {
        font-size: 3rem;
    }

    .for-mobile-block {
        display: block;
        margin-bottom: 5px;
    }

    .mr-0-mob {
        margin-right: 0px;
    }

    .mr-0-mob .form-check-input[type="checkbox"] {
        margin-right: 0px;
    }

    h1 {
        font-size: 1.5rem !important;
    }

    h2 {
        font-size: 1.4rem !important;
    }

    h3 {
        font-size: 1.3rem !important;
    }
    h4 {
        font-size: 1.2rem !important;
    }
    h5 {
        font-size: 1.1rem !important;
    }

    h6 {
        font-size: 1rem !important;
    }

    .notfound-404 h1 {
        font-size: 160px !important;
    }

    .quick-links li {
        width: 49.5%;
    }

    .email-wrap .email-left {
        width: 100%;
    }

    .email-wrap .email-right {
        width: 100%;
        padding-left: 2%;
    }

    .hero-inner {
        max-width: 400px;
        margin-left: -200px;
    }

    .customer-learning-portal {
        padding-left: 0px !important;
        min-height: auto;
        padding-top: 80px;
        text-align: center;
    }

    .blue-circle,
    .clp-left-icon {
        top: 0;
        left: 50%;
        transform: initial;
        margin-left: -41px;
        max-width: 70px;
        max-height: 70px;
    }

    .find-vendor-inner {
        padding-right: 0px;
        text-align: center;
    }
    .search-form {
        padding-top: 0rem;
    }

    .banner {
        margin-top: 2px;
    }

    .request-status-select {
        min-width: 49.2%;
    }

    .right-side-toggle {
        margin-bottom: 5px;
    }

    .find-vendor-wrap {
        padding-left: 0px;
        padding-top: 90px;
    }

    .find-vendor-img {
        left: 50%;
        top: 12px;
        margin-left: -45px;
        transform: initial;
    }

    .find-vendor-img img {
        max-width: 80px;
    }
}

@media (max-width: 575px) {
    .manage-supplier-field .search-data {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .add-new-supplier-section {
        margin-bottom: 8px;
    }

    h2 {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 536px) {
    .ex-li {
        right: auto;
        left: 0;
        top: -18px;
    }
}

@media only screen and (max-width: 425px) {
    .request-status-select {
        min-width: 100%;
    }

    .right-side-toggle {
        margin-bottom: 13px;
    }

    .showing-all-status {
        padding-left: 35px;
    }

    .showing-all-status:before {
        background-size: 100% !important;
        width: 32px;
        height: 28px;
    }

    .learn-about-page {
        font-size: 0.7rem;
    }

    .btn {
        font-size: 0.7rem;
        min-width: 60px;
    }

    [class*="btn-outline-"] {
        padding: 6px !important;
    }

    btns li {
        margin: 5px 3px;
    }
}

@media only screen and (max-width: 480px) {
    .hero-inner {
        max-width: 340px;
        margin-left: -170px;
    }

    .hero-inner h1 {
        font-size: 2rem;
    }

    .hero-container {
        height: 180px;
    }

    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .login-form {
        min-width: 360px;
    }

    .counters .items {
        width: 100% !important;
    }

    .counters span.counter {
        font-size: 1.5rem;
    }

    .quick-links {
        background: transparent;
    }

    .quick-links li {
        width: 100%;
        text-align: left;
        padding-left: 19px;
        background: #654bfb;
        margin-bottom: 10px;
        border-radius: 5px;
        -webkit-box-shadow: rgb(67 71 85 / 20%) 0px 0px 0.35em,
            rgb(90 125 188 / 5%) 0px 0.35em 0.5em;
        box-shadow: rgb(67 71 85 / 20%) 0px 0px 0.35em,
            rgb(90 125 188 / 5%) 0px 0.35em 0.5em;
    }

    .clp-wrap .grey-bg {
        min-height: auto;
    }

    .hero-inner h1 {
        font-size: 1.3rem !important;
    }

    .tooltip-inner {
        max-width: 330px !important;
    }

    .full-breadcrumbs {
        display: none;
    }

    .mobile-navigation {
        margin-bottom: 40px;
    }

    .hori_rev ul li {
        width: 97.2%;
    }

    .wizard-form .vertical-form .steps .form-sign {
        margin-right: 5px;
    }

    .wizard-form .vertical-form .steps li a {
        font-size: 0.85rem;
    }

    .my-request-field-right .search-data input {
        padding: 4px 2px 4px 32px;
    }

    .request-status-info h4.mb-3 {
        margin-bottom: 5px !important;
    }

    [class*="btn-outline-"] {
        padding: 0.5rem 0.7rem 0.375rem;
    }

    .wizard > .actions > ul.form-btns li {
        margin: 5px 4px;
    }

    .form-banner-link a {
        padding: 5px 10px 6px 28px;
        margin: 17px 16px 6px;
        font-size: 0.8rem;
    }

    .form-banner-link a span {
        width: 40px;
        height: 40px;
    }

    .form-banner-link a span img {
        max-width: 64%;
        margin-left: -8px;
        margin-top: -26px;
    }

    table#my_request_datatable thead th,
    table#manage_supplier_datatable th,
    table#_spr_supplierRequirementForm th {
        line-height: 16px;
        min-width: 80px;
        font-size: 0.7rem;
    }

    .my_Request_Category select {
        max-width: 100%;
    }

    .showing-all-status-dropdown {
        font-size: 0.9rem;
    }

    .learn-about-page {
        right: 0px;
        padding: 5px;
        top: 5px;
    }

    table.dataTable.row-border tbody th,
    table.dataTable.row-border tbody td,
    table.dataTable.display tbody th,
    table.dataTable.display tbody td {
        border-top: 1px solid #ddd;
        font-size: 0.7rem;
        line-height: 16px;
    }

    .find-vendor-img {
        margin-left: -35px;
    }

    .find-vendor-img img {
        max-width: 70px;
    }

    .blue-circle {
        padding: 18px;
    }

    .blue-circle,
    .clp-left-icon {
        margin-left: -33px;
        max-width: 66px;
        max-height: 66px;
    }

    .repeater-box {
        padding-right: 30px;
    }

    .repeater-remove-btn {
        right: 7px;
        font-size: 1rem;
    }

    #tab-container-menu .menu-section ul.nav.nav-tabs {
        margin-top: 10px;
    }

    #tab-container-menu .menu-section .nav-tabs a.nav-link {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 380px) {
    .login-form {
        min-width: 300px;
    }

    .hero-inner {
        max-width: 300px;
        margin-left: -150px;
    }

    .tooltip-inner {
        max-width: 300px !important;
    }

    .wizard-form .vertical-form .steps li a {
        font-size: 0.75rem;
    }

    .wizard-form .vertical-form .steps li.current .form-sign {
        width: 20px;
        height: 20px;
        top: 0px;
        left: 0px;
    }

    .wizard-form .vertical-form .steps li.done .form-sign {
        top: -2px;
    }

    .wizard-form .vertical-form .steps .form-sign {
        margin-right: 3px;
        top: 3px;
    }

    body {
        font-size: 0.8rem;
    }

    h2 {
        font-size: 1.1rem !important;
    }
}

.token-input-list-facebook {
    width: 100% !important;
    border: 1px solid #b0b0b0 !important;
    padding: 5px !important;
}

.token-input-list-facebook li input[type="text"] {
    border: 0px !important;
    padding: 1px 5px !important;
}

.token-input-token-facebook {
    background-color: #ebf3ff !important;
    border-radius: 2px !important;
    border: 1px solid #b7cef4 !important;
    padding: 2px 4px !important;
}

.text_link {
    color: var(--text-link-clr);
}
.text_link:hover {
    color: var(--text-link-clr) !important;
    text-decoration: underline;
}

.assignment-container {
    max-width: 1260px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.table th,
.table td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 0.85rem;
}
.action-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}

.action-buttons h4 {
    margin-bottom: 0px;
}

.action-buttons .btn {
    padding: 7px 21px;
    font-size: 0.91rem;
    border-radius: 4px;
}
.footer-info {
    text-align: center;
    font-size: 0.9rem;
    color: #888;
    margin-top: 5px;
}

.footer-info p {
    margin-bottom: 5px;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    margin-right: 5px;
}

.assignment-container .table tbody th {
    background: #fff;
    color: #333;
    font-weight: 500;
    width: 18%;
}

.aprove_reject_btns .reject-btn:hover {
    background-color: #ed1c24;
    color: #fff;
}
.light_grey-bg {
    background-color: #f7f8fc;
    padding: 20px 0;
}
.aprove_reject_btns .reject-btn {
    display: inline-flex;
    background-color: #fff;
    color: #ed1c24;
    display: inline-block;
    padding: 7px 21px;
    border: 1px solid #ed1c24;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    margin: 2px 6px;
    border-radius: 4px;
}

.reject-btn.approve-btn {
    background-color: #00b74a;
    color: #fff;
    border: 1px solid #00b74a;
}

.reject-btn.approve-btn:hover {
    background-color: #03a544;
    color: #fff;
}

.assignment-container td .select_field select {
    padding: 4px 10px;
}

.assignment-container td .input-group > .form-control[type="file"] {
    min-height: calc(1.85rem + 2px);
    height: calc(1.85rem + 2px);
    line-height: 20px;
    font-size: 0.8rem !important;
}

.view_fields {
    display: block;
    background-color: #eeeeee;
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid #ddd;
    min-height: 33px;
}
.assignment-container .outer-bordered {
    border: 1px solid #ddd;
}

.assignment-container .table.outer-bordered th,
.assignment-container .table.outer-bordered td {
    border: 0px !important;
    padding: 4px 10px;
}

.assignment-container .table thead th,
.assignment-container .table.outer-bordered th {
    font-weight: 600;
    background: #f4f4f4;
    color: #333;
    padding: 7px 10px !important;
    border-bottom: 1px solid #ddd !important;
}

.outer-bordered-none th,
.outer-bordered-none td {
    border: 0px !important;
}

.table.outer-bordered th {
    width: 18%;
}

.table.outer-bordered td {
    width: 32%;
}

.action-card {
    border: 1px solid #d1f3df;
    padding: 15px;
    border-radius: 6px;
    background-color: #f8fdfa;
}

.aprove_reject_btns {
    justify-content: end;
    display: flex;
    align-items: center;
}
.aprove_reject_btns {
    justify-content: end;
    display: flex;
    align-items: center;
}

.assignment-container .panel-title .accordion-button {
    background-color: #797e93;
    padding: 13px 15px;
    font-size: 1.1rem;
    border-radius: 6px;
    color: #fff;
    display: block;
    width: 100%;
}

.assignment-container .accordion-item {
    margin-bottom: 20px;
    border-radius: 6px;
}

.assignment-container .accordion-item:not(:first-of-type) {
    border: 1px solid #ddd;
}

.assignment-container .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.assignment-container .accordion-button:after {
    filter: brightness(0) invert(1);
    position: absolute;
    right: 10px;
}

.assignment-container .accordion-body {
    padding: 1.15rem 1.15rem;
}

.nav-dropdown .dropdown-menu {
    padding-top: 0px;
    background: #fff;
    min-width: 13rem;
    white-space: nowrap;
}

.nav-dropdown .dropdown-toggle .fa-chevron-down {
    margin-left: 10px;
}

.nav-dropdown .dropdown-toggle.show .fa-chevron-down::before {
    content: "\f077";
}

table.dataTable td.dataTables_empty {
    padding: 20px !important;
    font-size: 1rem;
    text-align: center !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #b0b0b0 !important;
    border-radius: 0px !important;
    padding-top: 2px !important;
    padding-bottom: 10px !important;
    padding-left: 6px !important;
}

.assignment-container .table.outer-bordered.history-table td {
    padding: 5px 10px !important;
    border: 1px solid #bfbfbf !important;
}

table.history-table td .view_fields {
    background-color: transparent;
    padding: 0px;
    border: 0px;
    min-height: auto;
}

table.history-table td .view_fields a {
    color: var(--text-link-clr);
}

.select2-search__field::placeholder {
    color: #525252 !important; /* Change this to your desired color */
    opacity: 1; /* Ensures color opacity is applied */
}

.attachment_linkwh {
    word-break: break-all;
}

.click_download_link {
    color: #0404b4;
    text-decoration: underline;
    border-bottom: 1px solid #0404b4;
    font-weight: 600;
}

.click_down {
    color: #0404b4;
    text-decoration: underline;
    border-bottom: 1px solid #0404b4;
    font-weight: 600;
}

/* .repeater */
.repeater-sec {
    position: relative;
    margin-top: -18px;
}

.repeater-ele {
    background-color: #f7f7f7;
    margin-right: 0px;
}

.repeater-ele-row {
    position: relative;
    padding-right: 30px !important;
    margin-bottom: 10px !important;
}

.repeater-container {
    margin-bottom: 10px !important;
}
.button-box {
    width: full;
    display: flex;
    justify-content: end;
    margin-bottom: 20px !important;
}

.repeater-component .repeater-remove-btn {
    position: absolute;
    bottom: 2px;
    right: 6px;
    color: #f00;
    font-size: 1.1rem;
    min-width: 20px;
    background: transparent !important;
    box-shadow: none;
    padding: 3px;
}

.repeater-sec .repeater-add-btn {
    background: var(--repeater-add-btn-bg);
    display: inline-block;
    color: var(--repeater-add-btn-clr);
    padding: 6px 12px 5px;
    cursor: pointer;
    font-size: 12px;
}

.repeater-remove-btn {
    position: absolute;
    right: 0px;
    bottom: 20px;
    color: #e21b1b;
    font-size: 1.2rem;
    cursor: pointer;
}

.repeater-component .repeater-row {
    position: relative;
    /* margin-bottom: 10px !important; */
}

.wizard-form .file_msg label.error {
    position: absolute !important;
    bottom: -30px !important;
    left: 0 !important;
}

/* duplicate errors */
.has-error {
    border: 1px solid red;
    border-radius: 4px;
    padding: 5px;
    margin: 12px;
}

.text-danger.error-text {
    color: #dc3545;
    font-size: smaller;
    margin-left: 202px;
    margin-top: -24px;
    margin-bottom: 7px;
}

.conflict-group {
    font-size: smaller;
    color: #dc3545;
    margin-bottom: 4px;
}
