.document-file-wrap {
    margin-bottom: 20px;
}

.primary-verimus-btn:disabled,
button[type="submit"]:disabled {
    background-color: #FF7A45;
    color: #fff;
}

.form-actions {
    display: flex;
}

.to-be-sent-table i.fas {
    color: #333
}

.action-btn.send-btn,
.action-btn.archive-btn {
    opacity: .7;
}

.action-btn.send-btn:hover,
.action-btn.archive-btn:hover {
    opacity: 1;
}

.doc-table-button {
    padding: 4px 7px !important;
}

.align-center {
    align-items: center;
}

.content-body.with-table {
    padding-inline: 0;
}

.content-col-main {
    flex: 1;
}

/* .content-col-sidebar {
    width: 335px;
} */

#form-confirm-user-details input[type="checkbox"] {
    appearance: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
    color: inherit;
    font-size: 20px;
    line-height: 1em;
    height: 16px;
    width: 16px;
    border: solid 1px var(--grayscale-400) !important;
    border-radius: 5.5px !important;
    top: -2px;
    margin-right: 10px;
}

#form-confirm-user-details input[type="checkbox"]:checked {
    background: url('../images/v.svg');
    border-color: var(--main) !important;
    background-color: var(--main) !important;
    color: white;
    box-shadow: 0 0 0 .25rem rgb(255 128 48 / 49%);
}

.dt-container td .tag-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.contract-template-selection .select2-container,
#form-update-employee .select2-container {
    width: 100% !important;
}

.send-document-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
}

.send-document-bottom #send-document-btn {
    margin: 0;
}

.send-document-bottom #download-word-button {
    margin-left: 0 !important;
    padding: 12px 16px;
}

/* .send-document-bottom #preview-document {
    margin-left: auto;
} */

@media (max-width: 1220px) {
    .content-col-main {
        width: 100%;
        flex: 0 auto;
    }

    .content-col-sidebar {
        width: 100%;
    }
}

.sidebar-content {
    padding-inline: 0;
    width: 300px;
}

.main-content {
    width: calc(100% - 300px);
}

.main-content {
    padding: 35px;
    padding-bottom: 100px;
    border-top: 1px solid #ededed;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.site-lists {
    text-align: left;
}

.site-lists .add-another-site {
    margin-inline: auto;
    display: block;
    width: fit-content;
}

.header-company .select2-container,
.header-company .select2-selection--single {
    min-height: 54px;
}

.dark-mode .sidebar-wrapper #menu-item-admin-site {
    background-color: var(--grayscale-900) !important;
}

.dt-scroll .dt-scroll-body {
    border-bottom: 0;
}

.dt-container .terms-container .tag-div,
.dt-container td .tag-div {
    width: fit-content;
}

.form-group>label.mb-2 {
    font-weight: 500;
}

form hr {
    opacity: .1;
    margin-block: 20px !important;
}

.doc-table-button {
    height: 34px;
}

.employee-title-group+input {
    display: none;
}

.form-actions {
    align-items: center;
    gap: 20px;
}

.form-actions .cancel-btn {
    padding: 0;
    border: 0;
    text-decoration: underline;
}

.remove-document {
    color: #FF6A35 !important;
}

.remove-document:hover {
    text-decoration-color: transparent !important;
}

form .btn-outline-primary {
    border-color: #000;
}

form .btn-outline-primary:hover {
    border-color: #0d6efd;
}

.counter-item-label,
.td-tags,
.my-task-label,
table.table.dataTable,
.table>thead>tr>th {
    font-size: 14px;
}

#menu-item-admin-site {
    height: unset;
}

#menu-item-admin-site img {
    height: 80px;
}

.content-body>.row>.col-lg-8.col-12 {
    width: 100%;
    max-width: 700px;
}

.content-body>.row>.col-lg-8.col-12 .select2-container {
    width: 100% !important;
}

.tag-div .separator {
    /* border-left: 1px solid; */
    text-indent: -99999px;
    margin-inline: 3px;
    background: linear-gradient(to bottom, rgba(115, 115, 115, 0.65) 0%, rgba(115, 115, 115, 0.25) 100%);
    width: 1px;
    transition: 200ms all;
}

.tag-div:hover .separator {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.25) 100%);
}

#view-document-btn {
    align-items: center;
}

.content-body>div.d-flex:first-child {
    gap: 20px !important;
}

a.verimus-btn.primary-verimus-btn {
    display: flex;
    align-items: center;
}

ul#menu-sidebar li a {
    font-weight: 500;
}

.site-lists li.site-item strong {
    font-size: 14px;
}

.single-template:not(.logged-in) a>button,
.single-template:not(.logged-in) .btn-document-template {
    background-color: var(--main);
    border-radius: 5px;
    line-height: 20px;
    padding: 4px 5px;
    margin-bottom: 10px;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    border: 0;
}

.single-template:not(.logged-in) a>button {
    font-size: 16px;
    line-height: 60px;
    padding-inline: 15px;
    padding-block: 0;
    margin-bottom: 0;
}

.single-template:not(.logged-in) .left-side-content {
    padding-right: 40px;
}

.single-template:not(.logged-in) header {
    padding-inline: 0;
}

.single-template:not(.logged-in) .notice-container-header-top-wraper {
    max-width: 1020px;
    margin-inline: auto;
}

.single-template:not(.logged-in) h1 {
    font-size: 40px;
    line-height: 122%;
    max-width: 670px;
}

.single-template:not(.logged-in) .users-star-rate img {
    width: 95px;
}

.single-template:not(.logged-in) header .suitable {
    flex: 1;
}

.single-template:not(.logged-in) .right-side-content h2 {
    font-size: 32px;
    line-height: 110%;
}

.single-template:not(.logged-in) .right-side-content {
    padding-left: 40px;
}

.single-template:not(.logged-in) .right-side-content .section {
    font-size: 16px;
    line-height: 130%;
}

.single-template:not(.logged-in) header .btn-view-sample {
    display: flex;
}

.single-template:not(.logged-in) header .btn-view-sample img {
    filter: brightness(1000) contrast(100) grayscale(1);
}

h1.entry-title {
    font-size: 30px;
    font-weight: 800;
}

.knowledge-center-card .knowledge-center-card-text {
    padding: 20px;
}

.knowledge-center-card .knowledge-center-link {
    margin-bottom: 10px !important;
}

/* dashboard icon */
.menu-item-66 img {
    width: 22px;
    margin-inline: 1px;
}

/* documeent icon */
.menu-item-559 img {
    width: 22px;
    margin-inline: 3px 0px;
}

/* template icon */
.menu-item-103 img {
    width: 18px;
    margin-inline: 2px 4px;
}

/* .col-12.col-md-6:has(.signature-container) {
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
} */

.upload-logo-label-personal img,
.upload-logo-label.user-photo img {
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    border-radius: 6px;
}

.page-template-advice .advice-sidebar {
    display: none;
}

.select2-container .select2-selection {
    position: relative;
    transition: all 200ms;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--grayscale-200);
    outline: 0;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .075);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    right: 12px;
}

.select2-container {
    width: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    border: 0;
    width: 20px;
    height: 20px;
    background-size: unset;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.main-content .banner-full-w {
    margin-right: -35px;
}

.banner-full-w h1 {
    font-size: 40px;
    line-height: 122%;
    margin-top: 10px;
}

#knowledge-center>#knowledge-center {
    padding-inline: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-selection__arrow {
    background: unset;
}

.gform_wrapper .gfield input.datepicker {
    width: 100%;
    background-color: var(--grayscale-100);
    color: var(--grayscale-400);
    font-size: 14px;
    border-color: var(--grayscale-200);
    border-radius: 10px;
    box-shadow: none;
    height: 45px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
}

body {
    position: relative;
}

.global-footer {
    position: absolute;
    bottom: 15px;
    right: 35px;
    display: flex;
    gap: 20px;
    text-align: right;
    padding-left: 335px;
}

.global-footer p {
    font-size: 12px;
    margin-bottom: 5px;
}

.global-footer a {
    text-decoration: underline;
    text-decoration-color: transparent;
}

.global-footer a:hover {
    text-decoration-color: var(--grayscale-900);
}

body:not(.logged-in) .global-footer,
.page-template-sites .global-footer,
.page-template-login .global-footer,
.page-template-logged-out .global-footer {
    display: none;
}

.title-card {
    margin-bottom: 10px;
}

form .upload-logo-label {
    width: 140px;
    border: 1px solid #E9EAEC;
    background-color: #F9F9F9;
}

form .upload-logo-label #upload-default {
    /* display: none !important; */
}

form .upload-logo-label img {
    max-width: 100%;
    max-height: unset;
}

form .upload-logo-label .info {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 5px;
    display: block;
}

form input:not([type="checkbox"]):not([type="submit"]),
textarea {
    background-color: #F9F9F9;
}

.modal-header h2 {
    margin-bottom: 0;
}

.modal-body h3 {
    font-size: 18px;
}

.modal-body table,
.modal-body table th,
.modal-body table td {
    border: 1px solid #aaa;
}

.modal-body table th,
.modal-body table td {
    padding: 10px;
}

.entry-header .step-wrap {
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.entry-header .step-wrap h2 {
    font-size: 20px;
    line-height: 122%;
    margin: 0;
}

.entry-header h1.step-heading-title {
    font-size: 30px;
    line-height: 36px;
    max-width: 580px;
}

@media (max-width: 1399px) {
    .single-template:not(.logged-in) .notice-container-header-top-wraper {
        max-width: 840px;
    }
}

@media (max-width: 1200px) {

    .dt-table-title,
    .dt-table-search-filter {
        width: unset;
    }

    /* .main-content .content-body>.row:has(.template-contaier) {
        flex-direction: column-reverse;
    }

    .main-content .template-left-content,
    .main-content .template-contaier {
        width: 100%;
        padding: 0;
    }

    .main-content .template-left-content {
        padding-block: 0 40px;
    }

    .main-content .template-contaier .template-content {
        padding: 0;
    }

    .main-content .template-contaier .template-content>article {
        border: 0;
    } */
    .single-template:not(.logged-in) .notice-container-header-top-wraper {
        max-width: 100%;
        padding-inline: 40px;
    }
}



@media (max-width: 1060px) {
    .global-footer p>span {
        display: block;
        padding-top: 5px;
    }

    .main-content {
        padding-bottom: 120px;
    }
}

@media (max-width: 1023px) {

    .dt-table-search-filter .dt-table-search-wrap,
    .dt-table-search-filter .dt-table-select-wrap {
        width: auto;
    }
}

@media (max-width: 991px) {

    .single-template:not(.logged-in) .left-side-content,
    .single-template:not(.logged-in) .right-side-content {
        padding-inline: 0;
    }
}

@media (max-width: 941px) {
    .main-content {
        padding-bottom: 140px;
    }
}

@media screen and (max-width: 767px) {
    .main-content {
        padding: 20px 10px;
        width: 100%;
    }

    .single-template:not(.logged-in) .notice-container-header-top-wraper .notice-sign {
        /* display: block !important;
        text-align: center; */
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .single-template:not(.logged-in) .notice-container-header-top-wraper .notice-sign>.d-flex {
        margin-inline: 0 !important;
    }

    .single-template:not(.logged-in) .notice-container-header-top-wraper .notice-sign .suitable {
        justify-content: center;
        width: 100% !important;
    }

    .single-template:not(.logged-in) .notice-container-header-top-wraper .notice-sign .suitable div {
        text-align: left;
    }

    .single-template:not(.logged-in) .notice-container-header-top-wraper .notice-button {
        align-items: center;
    }

    .single-template:not(.logged-in) h1 {
        font-size: 30px;
        line-height: 112%;
    }

    .single-template:not(.logged-in) .right-side-content h2 {
        font-size: 22px;
        line-height: 100%;
    }

    .global-footer {
        position: static;
        padding: 0 10px 10px;
        text-align: center;
    }
}

.notice-content {
    max-width: unset;
}

.action-btn.archive-btn {
    padding-left: 0;
}

.search-header {
    margin-top: -5px !important;
}

.search-header h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
}

.search-header h4 span {
    font-size: 14px;
    display: block;
}

.search-result-section .title-card {
    font-size: 24px;
}

.search-result-section .dt-table-wrap {
    margin-top: 10px !important;
}

.search-result-section {
    margin-bottom: 30px;
}

.search-result-section .inner-wrap {
    border-bottom: 1px solid #e5e5e5;
}

.dark-mode .search-result-section .inner-wrap {
    border-bottom: 1px solid #4d4d4d;
}

.search-result-section a.view-more-results {
    display: none;
    margin-top: 10px;
    text-decoration: underline;
}

.search-result-section a.view-more-results:hover {
    text-decoration-color: transparent;
}

.search-result-section.search-result-templates .bottom {
    display: none;
}

.search-result-section tbody>tr:nth-child(n+6) {
    display: none;
}

.error404 .global-footer {
    right: 0;
    padding-left: 0;
    width: 100%;
    text-align: center;
    position: fixed;
    display: block;
}

.search-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    border-radius: 10px;
    background-color: white;
    padding: 20px 30px;
    margin-bottom: 35px;
}

.search-tabs .search-tab {
    flex: 1;
    cursor: pointer;
}

.search-tabs .search-tab:hover .count {
    color: #FF8030
}

.search-tabs .count {
    display: block;
    font-size: 32px;
    margin-top: 5px;
    transition: 200ms all;
}

.search-tabs .divider {
    height: 72px;
    width: 1px;
    background-color: #e5e5e5;
    margin-inline: 40px;
}

.add-task-gr-btn {
    display: flex;
}

.archive-employee-btn .icon-verimus-2>svg>path,
.delete-employee-btn .icon-verimus-2>svg>path {
    stroke: unset;
}

.user-role-changer-container .select2-container {
    width: 100% !important;
    margin-bottom: 10px;
}

a.fit-content {
    width: fit-content;
}

.notifications-list>.notification-link-card {
    border-bottom: 1px solid #eee;
}

.notification-link-card:hover .notification-card {
    box-shadow: unset;
    background-color: unset;
}

.notification-link-card .notification-content>h3 {
    transition: all 200ms;
}

.notification-link-card:hover .notification-content>h3 {
    color: #FF8030;
}

.notification-card {
    padding-left: 0;
    border-radius: 0;
    background-color: unset;
    box-shadow: unset;
}

.task-message {
    background-color: #FF803012;
    padding: 20px;
    border-radius: 6px;
}

.task-message>*:last-child {
    margin-bottom: 0;
}

.task-message a.verimus-btn {}

.task-message a.verimus-btn:hover {}

.notice-button:hover {
    width: fit-content;
}

.notice-container-header-top-wraper button,
.notice-button button {
    transition: 200ms all;
}

.notice-container-header-top-wraper button:hover,
.notice-button button:hover {
    background-color: var(--main-hover) !important;
    border-color: var(--main-hover) !important;
    color: #fff !important;
    transition: 200ms all;
}

.task__title {
    font-size: 20px;
}

.table-user_task tr td {
    vertical-align: unset;
}

#employees-table_wrapper .terms-container .tag-div {
    padding: 4px 7px;
}

h5.modal-title {
    font-size: 18px;
    font-weight: 700;
}

.training-template-default .training>h1 {
    font-size: 30px;
    padding-block: 20px 0;
}

#send-collection-submit:hover {
    color: #fff;
}

.task-header .task-header-right {
    flex: 1;
}

a.my-task-label,
svg path {
    transition: 200ms all;
}

a.notification-link:hover .notification-item svg path {
    stroke: #FF8030;
}

a.my-task-label {
    border-radius: 10px;
}

a.my-task-label.active,
a.my-task-label:hover {
    background-color: var(--main);
    color: white;
}

a.my-task-label.active svg path,
a.my-task-label:hover svg path {
    stroke: #fff;
}

.dark-mode a.my-task-label .notification-item,
.dark-mode a.notification-link .notification-item {
    display: block !important;
}

.dark-mode .notification-item path {
    stroke: #fff;
}

.employee-title-group {
    align-items: center;
}

.employee-title-group h3.title-card {
    margin-bottom: 0;
}

.employee-title-group a.toggle-view {
    text-decoration: underline;
    transition: 200ms all;
    text-decoration-color: #FF8030;
}

.employee-title-group a.toggle-view:hover {
    text-decoration-color: #000;
}

.dt-table-wrap.hide {
    display: none;
}

.hr-command-tip {
    background-color: #FF803012;
    padding: 20px;
    border-radius: 6px;
}

.hr-command-tip a.verimus-btn {
    background-color: #1F2937;
}

.hr-command-tip a.verimus-btn:hover {
    background-color: #FF8030;
}

.modal-hr-command-tip .modal-dialog {
    max-width: 1024px;
}

.modal-hr-command-tip .modal-header {
    border: 0;
}

.modal-hr-command-tip .modal-title {
    font-size: 30px;
    flex: 1;
}

.modal-hr-command-tip .modal-content {
    padding: 40px 20px;
    border: 0;
}

.modal-hr-command-tip .modal-footer {
    justify-content: unset;
    border: 0;
}

.modal-bday-preview .btn-close,
.modal-hr-command-tip .btn-close {
    background-color: #262626;
    opacity: 1;
    background-image: unset;
    position: relative;
    height: 44px;
    width: 44px;
    padding: 0;
    border-radius: 10px;
    margin-top: 0px;
}

.modal-bday-preview .btn-close:after,
.modal-bday-preview .btn-close:before,
.modal-hr-command-tip .btn-close:after,
.modal-hr-command-tip .btn-close:before {
    content: "";
    height: 1px;
    width: 30px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.modal-bday-preview .btn-close:after,
.modal-hr-command-tip .btn-close:after {
    transform: rotate(-45deg);
}

.modal-hr-command-tip .modal-image {
    position: absolute;
    height: 100%;
    top: 0;
    right: 70px;
    width: 35%;
    padding-block: 20px;
    box-sizing: border-box;
}

.modal-hr-command-tip .modal-content.has-image .modal-title,
.modal-hr-command-tip .modal-content.has-image .modal-body {
    padding-right: 40%;
}

.modal-hr-command-tip .modal-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.job-actions .contractor-jobs-btn {
    padding: 5px 10px;
    font-size: 12px;
}

.job-actions .actions-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
}

.rate-radios {
    display: flex;
    flex-direction: column;
}

.rate-radios input {
    height: unset !important;
}

.contractor-jobs-container .contractor-jobs-form-container {
    border: 0;
}

.contractor-jobs-container .contractor-jobs-form .form-field input,
.contractor-jobs-container textarea {
    background-color: #fff;
}

.birthday-banner-container {
    position: relative;
    border-radius: 10px;
    padding-left: 220px;
    background-color: #FF8030;
    color: #fff;
}

.birthday-banner-container .col-12.text-end {
    width: fit-content;
    margin-left: auto;
}

.birthday-banner-container .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.birthday-banner-container .send-bday-email {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.birthday-banner-container .send-bday-email:hover {
    background-color: #FFA66E;
    color: #fff;
}

.birthday-banner-container .dismiss-bday-reminder {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}

.birthday-banner-container .dismiss-bday-reminder:hover {
    text-decoration-color: transparent;
}

.birthday-banner-container h2 {
    font-size: 26px;
    font-weight: 500;
}

.birthday-banner-container h4 {
    font-size: 14px;
    font-weight: 800;
}

.birthday-banner-container img.cake {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin-block: auto;
    width: 180px;
}

.birthday-card {
    background-color: #fff;
    transition: all 0.3s ease;
}

.birthday-card button[type="submit"] {
    width: 100%;
}

.birthday-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Dark mode support */
.dark-mode .birthday-card {
    background-color: #1e1e2d;
    border-color: #2a2a3c !important;
}

.dark-mode .birthday-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.dark-mode .form-control {
    background-color: #151521;
    border-color: #2a2a3c;
    color: #fff;
}

/* Carousel customization */
.carousel-control-prev,
.carousel-control-next {
    width: 25px;
    opacity: 1;
    color: #555;
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
    color: #FF8030;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.8;
}

.carousel-indicators {
    margin-bottom: 0;
}

.carousel-indicators button.active {
    background-color: #FF8030;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.birthday-message-form textarea {
    font-size: 14px;
}

.carousel .carousel-indicators [data-bs-slide-to] {
    width: 30px;
}

.bday-label-message {
    font-size: 20px;
    font-weight: 800;
}

.bday-message-text {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bday-message-text p {
    margin: 0;
}

.preview-bday-message {
    text-decoration: underline;
}

.preview-bday-message:hover {
    text-decoration-color: transparent;
}

#employment-types ul li {
    margin-bottom: 5px;
}

/* Dark mode support */
.dark-mode .birthday-banner-container {
    background-color: rgba(255, 128, 48, 0.2) !important;
    color: #ffffff;
}

.page-template-password-reset .global-footer,
.page-template-recovery-password .global-footer {
    position: unset;
    text-align: center;
    padding-left: 0;
    max-width: 800px;
    margin-inline: auto;
    margin-top: 20px;
}

#forgot-password-form-wrapper .auth-form-success:last-child {
    margin-bottom: 0;
}

.auth-form-success a {
    color: #fff;
    text-decoration: underline;
}

.auth-form-success a:hover {
    text-decoration: none;
}


.modal-bday-preview .btn-close {
    margin-right: 0;
}

.modal-bday-preview .modal-header {
    border: 0;
}

.bday-email-subject {
    background-color: #F6F6F6;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
}

.bday-email-banner {
    position: relative;
    border-radius: 10px;
    padding: 30px 30px 30px 210px;
    background-color: #FF8030;
    color: #fff;
    margin-bottom: 30px;
}

.bday-email-banner h4 {
    font-size: 14px;
    font-weight: 800;
}

.bday-email-banner h2 {
    font-size: 26px;
    font-weight: 500;
}

.bday-email-banner img.cake {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin-block: auto;
    width: 150px;
}

#preview-bday-message .modal-dialog {
    max-width: 565px;
}

#preview-bday-message .modal-header {
    padding-bottom: 0;
}

#preview-bday-message .modal-body {
    padding: 0 30px 30px;
}

#birthdayCarousel .carousel-inner {
    height: unset !important;
}

.notifications-list-wrap {
    position: absolute;
    z-index: 9999;
    width: 340px;
    top: 85px;
    right: 90px;
    opacity: 0;
    pointer-events: none;
    transition: all 200ms;
    transform: translateY(-10px);
}

.notifications-list-wrap .notifications-list-container {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 14px 0px #00000026;
    padding: 5px 22px 25px;
}

.notifications-list-wrap:after,
.notifications-list-wrap:before {
    content: "";
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -30px;
    right: 42px;
}

.notifications-list-wrap:before {
    border-bottom-color: rgba(0, 0, 0, .2);
    filter: blur(3px);
}

.notifications-list-wrap.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.notifications-list-wrap .notifications-list-container>a {
    transition: all 200ms;
    text-decoration: underline;
}

.notifications-list-wrap .notifications-list-container>a:hover {
    text-decoration-color: transparent;
}

.notifications-list-wrap .notifications-list {
    margin: 0;
    padding: 0 0 15px;
}

.notifications-list-wrap .notification-link-card .notification-content>h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.notifications-list-wrap .notification-tag .td-tags {
    padding: 0;
    border-radius: 5px;
    font-size: 10px;
    height: 32px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notifications-list-wrap .notification-tag {
    margin: 0;
}

.notifications-list-wrap .notification-card {
    padding: 17px 0;
    gap: 18px;
}

.data-removal-notice {
    padding: 20px;
    border-radius: 10px;
    background-color: #FFECEB;
}

.data-removal-notice h3 {
    font-size: 20px;
}

.data-removal-notice a {
    text-decoration: underline;
    transition: all 200ms;
}

.data-removal-notice p {
    max-width: 685px;
}

.data-removal-notice a:hover {
    text-decoration-color: transparent;
}

.page-template-templates .gfield textarea {
    background-color: #f9f9f9;
    color: var(--grayscale-400);
    font-size: 14px;
    border-color: var(--grayscale-200);
    border-radius: 10px;
    box-shadow: none;
}

.page-template-templates .gfield label {
    font-weight: 700;
}

.page-template-templates .gform-theme--foundation .gform_fields {
    grid-row-gap: 25px;
}

.button-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.underline {
    text-decoration: underline;
    transition: 200ms all;
}

a.underline:hover {
    text-decoration-color: transparent;
}

.verimus-btn.button-blue {
    background-color: #1F2937;
}

.verimus-btn.button-blue:hover {
    background-color: #1F2937bb;
}

.verimus-btn.button-outline {
    background-color: transparent;
    border: 1px solid #1F2937;
    color: #1F2937;
    padding-block: 7px;
}

.verimus-btn.button-outline:hover {
    background-color: #1F2937;
    color: #fff;
}

.gform_wrapper .gfield input[type="text"] {
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    padding: 16px 20px;
    height: 54px;
    background-color: #f5f5f5;
    border: 1px solid #E9EAEC;
    border-radius: 10px;
    color: var(--grayscale-900);
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    background: inherit;
}

.post-container {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
}

.posts-grid .post-thumbnail {
    margin-bottom: 0;
    height: 250px;
    min-width: 159px;
    width: 100%;
    object-fit: cover;
}

.post-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-category {
    margin-bottom: 10px;
    border-radius: 5px;
}

.post-category a,
.post-category span {
    display: inline-block;
    background-color: #f37636;
    color: white;
    font-size: 12px;
    text-decoration: none;
    padding: 2px 7px;
    border-radius: 5px;
    width: fit-content;
    transition: all 200ms;
}

.post-category a:hover {
    background-color: var(--main-hover);
}


.post-content h3 {
    font-size: 25px;
    margin-bottom: 0;
    letter-spacing: -0.7px;
}

.post-content h3 a:hover {
    color: #f37636;
}

.post-date {
    background-color: #f6f6f6;
    color: #737373;
    width: fit-content;
    padding: 4px 5px;
    border-radius: 3.361px;
    font-size: 14px;
    margin: 10px 0;
}

.post-excerpt {
    font-size: 16px;
    margin-bottom: 0.8rem;
    flex-grow: 1;
    line-height: 1.6;
}

.read-more {
    margin-top: auto;
}

.read-more {
    font-weight: bold;
    font-size: 14px;
    color: black;
    text-decoration: underline;
    text-decoration-color: #f37636;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
}

.read-more:hover {
    text-decoration-color: transparent;
}

.pagination {
    display: flex;
    /* padding-top: 40px; */
    align-items: center;
    gap: 10px;
}

div.dt-container div.dt-paging ul.pagination li:first-child,
div.dt-container div.dt-paging ul.pagination li:last-child {
    margin: 0;
}

.pagination span {
    font-weight: 700;
}

.pagination a:hover {
    color: #f37636;
}

@media screen and (max-width: 1275px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .posts-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.page-template-registration-template .main-content {
    max-width: 700px;
    margin-inline: auto;
    width: unset;
    padding-bottom: 30px;
}

.page-template-registration-template .main-content .entry-title {
    text-align: center;
}

.page-template-registration-template .global-footer {
    position: static;
    text-align: center;
    padding: 0;
    justify-content: center;
}

.page-template-register-successful .empty-page-header,
.page-template-register .empty-page-header {
    display: none;
}

#multisite-registration-form .flex {
    display: flex;
    gap: 15px;
}

#multisite-registration-form label {
    font-size: 500;
    margin-bottom: 10px;
}

.page-template-register .register-form-wrap {
    padding: 0;
}

#multisite-registration-form p {
    width: 100%;
}

#multisite-registration-form .select2-container {
    width: 100% !important;
}

#register-form-wrapper .auth-logo img {
    margin-bottom: 20px;
}

#register-form-wrapper .or-container {
    margin-block: 25px 20px;
}

#register-form-wrapper .verimus-btn {
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}

#register-form-wrapper p.checkbox-offer {
    margin-bottom: 10px;
}

#register-form-wrapper p.checkbox-terms {
    margin-bottom: 25px;
}

#register-form-wrapper p.checkbox-terms label,
#register-form-wrapper p.checkbox-offer label {
    margin-bottom: 0;
}

#register-form-wrapper .auth-form-footer {
    margin-top: 10px;
}

#register-form-wrapper label+span.description {
    display: block;
    margin-block: -5px 10px;
    opacity: .7;
}

#multisite-registration-message p {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #eee;
    margin-bottom: 20px;
}

#multisite-registration-message p.error {
    border-color: #ff6969;
    background-color: #ffd8d8;
}

#multisite-registration-message p.success {
    border-color: #7dc484;
    background-color: #e0fbe4;
}

.dashboard-task-item .task__tags {
    text-align: right;
}

@media (min-width: 1400px) {
    .task__label {
        width: unset;
    }
}

@media screen and (max-width: 767px) {
    .sidebar-content {
        width: 100%;
    }
}

.employee-detail-document .td-tags {
    width: 160px;
}

h4.logo-title {
    font-size: 20px;
    font-weight: 700;
}

.archive.category .search-posts-container,
.page-template-page-insights .search-posts-container {
    padding: 0;
}

.page-template-page-insights .content-body {
    /* padding: 0 10px; */
}

.category-filter .select2-container .select2-selection {
    background-color: #fff;
}

.task__tags .tag-author {
    margin-left: unset;
    padding: 2px 5px;
    background-color: var(--grayscale-100);
    width: fit-content;
    border-radius: 3px;
    gap: 5px;
}

.task__tags .tag-author img {
    margin: 0;
}

.task__tags .tag-author .author-name {
    padding: 0;
    width: unset;
    min-width: unset;
}

.cta-error {
    margin-block: 5px 15px;
    padding: 10px;
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}

.cta-error a {
    text-decoration: underline;
}

.cta-error a:hover {
    text-decoration: none;
}

input#accept-risk {
    margin-right: 5px;
}

#my-tasks .task__tags {
    max-width: 100%;
    width: 100%;
    text-align: left;
}

.page-template-sites .site-header h2 {
    font-size: 26px;
}

.content-body,
.auth-form-wrapper input[type="submit"],
.auth-form-wrapper input:not([type="checkbox"]):not([type="submit"]) {
    border-radius: 10px;
}

#main-sidebar {
    padding-top: 0;
    border-right: 1px solid #ededed;
}

.select2-container--default .select2-selection--single {
    border-color: transparent;
}

.notice-content-button {
    flex-direction: column;
    align-items: start;
}

.header-logo.top-header-logo-logout .verimus-icon {
    height: 40px;
}

body.woocommerce-checkout:not(.logged-in) .sidebar-content {
    display: none;
}

body.woocommerce-checkout:not(.logged-in) .main-content {
    width: 100%;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="email"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="number"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="password"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="tel"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"],
.woocommerce-checkout .wc-block-components-form.wc-block-components-text-input input[type="url"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="email"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="number"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="password"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="tel"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="url"] {
    height: 54px;
    border-radius: 10px !important;
    padding-left: 15px !important;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-text-input label {
    top: 25px;
    left: 15px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    border-radius: 10px !important;
    font-weight: 700;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    font-size: 18px;
    font-weight: 700 !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image {
    display: none !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description {
    padding-left: 0 !important;
}

.woocommerce-checkout h3.wc-block-components-product-name {
    font-size: 16px;
}

form.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
}

#customer_details {
    /* width: 60%; */
    padding-right: 40px;
    flex: 1;
}

#customer_details>* {
    float: none !important;
    width: 100% !important;
}

#order_review {
    /* flex: 1; */
    width: 480px;
}

#order_review_heading {
    display: none;
}

.woocommerce-checkout form .form-row .input-text,
.woocommerce-checkout form .woocommerce-input-wrapper input[type="email"],
.woocommerce-checkout form .woocommerce-input-wrapper input[type="number"],
.woocommerce-checkout form .woocommerce-input-wrapper input[type="password"],
.woocommerce-checkout form .woocommerce-input-wrapper input[type="tel"],
.woocommerce-checkout form .woocommerce-input-wrapper input[type="text"],
.woocommerce-checkout form .woocommerce-input-wrapper input[type="url"],
.woocommerce-checkout form .woocommerce-input-wrapper input[type="email"],
.woocommerce-checkout form .woocommerce-input-wrapper input[type="number"],
.woocommerce-checkout form .woocommerce-input-wrapper input[type="password"],
.woocommerce-checkout form .woocommerce-input-wrapper input[type="tel"],
.woocommerce-checkout form .woocommerce-input-wrapper input[type="text"],
.woocommerce-checkout form .woocommerce-input-wrapper input[type="url"] {
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    padding: 16px 20px;
    height: 54px;
    background: #FFFFFF;
    background-color: rgb(255, 255, 255);
    border: 1px solid #E9EAEC;
    border-radius: 10px;
    color: var(--grayscale-900);
}

.woocommerce-checkout.woocommerce form .form-row-first,
.woocommerce-checkout.woocommerce form .form-row-last,
.woocommerce-checkout.woocommerce-page form .form-row-first,
.woocommerce-checkout.woocommerce-page form .form-row-last {
    width: 49%;
}

.woocommerce-shipping-fields,
.woocommerce-additional-fields {
    display: none;
}

form.woocommerce-checkout .form-row>label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: .5rem;
}

.woocommerce-account-fields {
    padding-top: 20px;
}

.woocommerce-billing-fields>h3 {
    font-size: 22px;
}

.woocommerce-checkout form .form-row button[type="submit"],
#place_order {
    text-align: center;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: var(--main);
    color: white;
    border: 0;
    height: 54px;
    font-size: 16px;
    width: 100%;
}

#place_order {
    margin-top: 20px;
}

form#woocommerce-checkout-form-coupon .form-row-last {
    width: fit-content;
    float: left;
}

#place_order:hover {
    background-color: var(--main-hover);
    text-decoration: unset;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
    border-top: 0;
}

.woocommerce-info::before {
    color: #ff8030 !important;
}

.woocommerce-input-wrapper .select2-container {
    width: 100% !important;
}

.woocommerce-notices-wrapper .woocommerce-info {
    border-top: 0 !important;
}

.woocommerce-message a.wc-forward {
    display: none !important;
}

.woocommerce form .form-row .input-checkbox.form-check-input {
    margin: 6px 10px 0 0;
    height: 16px;
    width: 16px;
    border-color: #999;
}

label.checkbox a {
    text-decoration: underline;
}

label.checkbox a:hover {
    text-decoration: none;
}

.woocommerce-checkout #payment {
    background-color: rgba(0, 0, 0, .05) !important;
}

#site_name_field>label {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
}

#site_name_field #site_name_desc {
    order: 3;
    font-weight: normal;
}

#site_name_field>label .required {
    order: 2;
}

button[disabled] {
    opacity: .5;
}

.select2-container--default .select2-selection--single {
    min-height: 54px;
    border: 1px solid #E9EAEC;
    background-color: #f9f9f9;
}

.signature-container h2.settings-title {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 25px;
}

.signature-wrap {
    display: flex;
    margin-inline: -5px;
    gap: 10px 0;
}

.signature-value-item {
    width: 50%;
    padding-inline: 5px;
}

.signature-value-item .image-wrap {
    background-color: #F9F9F9;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #E9EAEC;
    position: relative;
}

.signature-value-item .image-wrap a {
    position: absolute;
    top: 10px;
    right: 10px;
}

.signature-value-item .image-wrap img {
    mix-blend-mode: multiply;
    margin: 0;
    max-width: 100%;
    height: 175px;
    object-fit: contain;
}

.signature-value-item .image-wrap+.wrap {
    margin-top: 10px;
}

#contract-preview-modal .modal-dialog {}

#close-preview-document-modal {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #000;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    padding: 10px;
    border-radius: 5px;
    transition: 200ms all;
}

#close-preview-document-modal:hover {
    opacity: .75;
}

#contract-preview-modal article {
    padding: 0;
    border: 0;
}

.archive-employee-btn:hover path {
    fill: var(--main);
}

.page-template-sites .site-content {
    padding: 20px 56px 20px 20px;
}

table.dataTable tr td {
    transition: 200ms all;
}

table.dataTable tr:hover td {
    background-color: rgba(0, 0, 0, .05);
}

table.dataTable tr:hover .tag-div {
    background-color: #fff;
}

@media (max-width: 900px) {
    #customer_details {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .birthday-banner-container .col-12.text-end {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (min-width: 577px) {

    #my-tasks .toggle-content,
    #employee-tasks .toggle-content {
        display: block !important;
    }
}

@media screen and (max-width: 576px) {

    .quick-actions__header .quick-actions__title,
    .quick-actions__header .quick-actions__btn-create {
        width: fit-content;
        margin: 0 !important;
    }

    #my-tasks .toggle-content .task__item:last-child {
        border-bottom: 0;
    }

    .quick-actions__main>.row>.col-12:last-child {
        border-top: 1px solid var(--grayscale-200);
        margin-top: 10px;
        padding-top: 15px;
    }

    .dataTable .dt-mobile {
        display: block !important;
    }

    .woocommerce-checkout.woocommerce form .form-row-first,
    .woocommerce-checkout.woocommerce form .form-row-last,
    .woocommerce-checkout.woocommerce-page form .form-row-first,
    .woocommerce-checkout.woocommerce-page form .form-row-last {
        width: 100%;
    }
}

.dark-mode .search-tabs {
    background-color: #262626;
}

.dark-mode .search-tabs .divider {
    background-color: #444;
}

.dark-mode .search-header h4 {
    color: #fff;
}

.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field {
    color: var(--grayscale-900) !important;
    background-color: #fff !important;
    border-color: #E9EAEC !important;
}

.content-body {
    /* padding-bottom: 60px; */
    border: 1px solid #ededed;
}

.dark-mode .select2-container .select2-selection--single .select2-selection__arrow b {
    filter: invert();
}

.dark-mode .collapse {
    background-color: transparent;
}

.dark-mode .employee-detail-left-container {
    border-right: 1px solid #373737;
}

.dark-mode .employee-detail-section {
    border-bottom-color: #373737 !important;
}

.dark-mode .hr-command-tip a.verimus-btn {
    background-color: var(--main)
}

.dark-mode .hr-command-tip a.verimus-btn:hover {
    background-color: var(--main-hover);
}

.dark-mode .delete-employee-btn .icon-verimus-2>svg>path {
    fill: #fff;
}

.dark-mode .delete-employee-btn:hover .icon-verimus-2>svg>path {
    fill: var(--main);
}

.dark-mode .advice-sidebar {
    background-color: #FF80302E;
}

.dark-mode .doc-table-button {
    border-color: transparent;
}

.dark-mode .select2-container--default .select2-selection--single {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
}

.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.dark-mode .list-group-item {
    background-color: transparent;
    border-color: #3e3e3e;
    color: #fff;
}

.dark-mode div.dt-container div.dt-paging ul.pagination li a.previous::after,
.dark-mode div.dt-container div.dt-paging ul.pagination li a.next::after {
    filter: invert();
}

.dark-mode .dt-container .bottom .pagination .page-item a {
    background-color: #262626 !important;
    color: #ffffff !important;
    filter: invert;
}

.dark-mode .dt-container .bottom .pagination .page-item a {
    border-color: #353535 !important;
}

.dark-mode div.dt-container div.dt-paging ul.pagination .page-item .page-link:hover {
    background-color: #333 !important;
}

.dark-mode .action-btn.archive-btn {
    opacity: 1;
}

.action-btn.archive-btn svg path {
    stroke-width: 25px;
}

.dark-mode .action-btn.archive-btn svg path {
    fill: #fff;
    stroke: #fff;
}

.dark-mode .action-btn.archive-btn:hover svg path,
.action-btn.archive-btn:hover svg path {
    fill: var(--main);
    stroke: var(--main);
}

.dark-mode .post-container {
    background-color: #1e1e1e;
}

.dark-mode .search-posts-container {
    border: 0 !important;
    background-color: transparent !important;
}

.dark-mode .search-posts-container input:not([type="checkbox"]):not([type="submit"]):not(.select2-search__field):focus:focus {
    border: 1px solid var(--main) !important;
    box-shadow: 0px 0px 0px 3px rgba(255, 128, 48, 0.2), 0px 0px 0px 6px rgba(255, 128, 48, 0.2) !important;
}

.dark-mode .data-removal-notice {
    background-color: #FF80302E;
}

.modal-header,
.modal-footer {
    border: 0;
}

.dt-container td .tag-div a,
.dt-container td .tag-div span,
.dt-container td .tag-div {
    transition: all 200ms;
}

td .terms-container a.tag-div:hover {
    border-color: #ff8030;
    background-color: #ff8030;
    color: #fff;
}

.to-be-sent-table .list-group-item a {
    text-decoration: underline;
    transition: 200ms all;
}

.to-be-sent-table .list-group-item a:hover {
    text-decoration-color: transparent;
}

.collection-name a {
    transition: 200ms all;
}

.collection-name a:hover {
    color: #ff8030;
}

.wc_payment_methods li.wc_payment_method>input.input-radio {
    height: unset;
}

.dark-mode #contract-preview-modal .modal-content {
    background-color: #DDD !important;
}

.dark-mode #contract-preview-modal .modal-content h1 {
    color: #000;
}

.dark-mode #contract-preview-modal .entry-content>* {
    color: #000;
}

.dark-mode #open-download-modal-button {
    background-color: #000;
}

.woocommerce-message[role="alert"] {
    border: 0;
    background-color: #FF803012;
    padding: 20px;
    border-radius: 6px;
}

.woocommerce-message[role="alert"]:before {
    display: none;
}

.dark-mode .content-body iframe[data-tally-src] {
    border: 0;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-sizing: content-box;
}

.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info {
    background-color: transparent;
    padding: 0;
}

.wc_payment_methods li.wc_payment_method .payment_box:before,
.woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce-form-login-toggle .woocommerce-info:before {
    display: none !important;
}

.wc_payment_methods li.wc_payment_method .payment_box {
    padding: 0 10px 0 29px !important;
    background-color: transparent !important;
}

.checkout .select2-container--default .select2-selection--single {
    background-color: transparent;
}

#order_review #payment ul.wc_payment_methods,
#order_review #payment .form-row.place-order {
    padding: 25px;
}

#order_review #payment ul.wc_payment_methods>li:not(:last-child) {
    margin-bottom: 10px;
}

.wc_payment_methods li.wc_payment_method>input[type="radio"] {
    margin: 6px 10px 0 3px !important;
    height: 16px;
    width: 16px;
    border-radius: .25em;
    -moz-appearance: none;
    appearance: none;
    padding: 0 !important;
    border-color: #999;
    display: block;
    float: left;
}

.wc_payment_methods li.wc_payment_method>input[type="radio"]:checked {
    border-color: var(--main);
    background-color: var(--main);
    border-color: var(--main);
    box-shadow: 0 0 0 .25rem rgb(255 128 48 / 49%);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
}

.woocommerce table.shop_table tfoot,
.woocommerce table.shop_table th.product-total,
.woocommerce table.shop_table td.product-total {
    text-align: right;

}

/* .woocommerce table.shop_table th.product-total,
.woocommerce table.shop_table tr.cart_item,
.woocommerce table.shop_table tr.cart-subtotal,
.woocommerce table.shop_table tr.order-total {
    display: none;
} */

tr.wps_recurring_bifurcation_wrapper {
    display: none;
}

.woocommerce table.shop_table tr.wps_recurring_bifurcation_wrapper ul {
    padding: 0;
    margin: 0;
}

.woocommerce table.shop_table tr.wps_recurring_bifurcation_wrapper ul li:last-child {
    border: 0;
    margin: 0;
}

.header-company .select2-container--default .select2-selection--single {
    border-color: transparent;
}

.header-company .select2-container--default.select2-container--open .select2-selection--single {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
}

#wc-stripe-express-checkout-button-separator,
#wc-stripe-express-checkout__order-attribution-inputs {
    display: none !important;
}

#wc-stripe-express-checkout-element {
    display: flex !important;
    width: 100%;
    justify-content: start !important;
    margin-block: 0 40px !important;
}

#wc-stripe-express-checkout-element>div {
    flex: unset !important;
    min-width: unset !important;
    width: fit-content;
}

.site-lists li.site-item {
    align-items: center !important;
}

@media screen and (max-width: 600px) {
    .birthday-banner-container {
        padding: 20px;
        text-align: center;
    }

    .birthday-banner-container img.cake {
        position: static;
        margin-bottom: 20px;
    }

    .birthday-banner-container .col-12.text-end {
        margin-inline: auto;
    }

    .page-template-sites .content-body {
        padding-inline: 20px;
    }

    .page-template-sites .content-body .site-content {
        padding-inline: 0;
        padding-top: 0;
    }
}

.search-tabs-front-page {
    margin-bottom: 25px;
}

.dark-mode .search-tabs .search-tab {
    color: #fff;
}

#register-notice:hover {
    background-color: #ff8030 !important;
    color: #fff !important;
    border-color: #ff8030 !important;
}

textarea.form-control {
    height: 200px;
    font-size: 15px;
}

#menu-sidebar>li {
    margin-bottom: 5px;
}

#menu-sidebar>li a {
    transition: 100ms all;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #333;
    box-shadow: inset 0 0 0 100px #fafafa;
}

.employee-detail-left-container {
    padding-right: 50px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 37px;
}

.action-buttons {
    white-space: nowrap;
}

a.tag-div {
    color: #737373;
}

a.tag-div:hover {
    color: #fff;
}

.certificate-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 673px;
}

@media screen and (max-width: 1390px) {
    .entry-meta-category {
        font-size: 12px;
    }
}

.page-template-register .sso-group-btn,
.page-template-register .or-container {
    display: none;
}

[data-bs-target^="#archive-document-"] svg path {
    stroke: unset;
}

/* [data-bs-target^="#archive-document-"] svg path:nth-child(3), */
[data-bs-target^="#archive-document-"] svg path:nth-child(4) {
    display: none;
}

.icon-verimus-2:hover>svg>path {
    stroke: unset;
    fill: var(--main);
}

.single-template .entry-content>p.mb-2+div {
    padding: 0 !important;
}

.single-template .templates-head-info {
    display: none !important;
}

.templates-head-info-right h4 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.templates-head-info-right>.d-flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.notice-container.content-body {
    position: relative;
}

.notice-container.content-body.hidden {
    display: none;
}

.notice-container.content-body .close-event-box {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: all 200ms;
    padding: 0;
    border: 0;
    background-color: unset;
}

.notice-container.content-body .close-event-box:after,
.notice-container.content-body .close-event-box:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    transform: rotate(45deg);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-block: auto;
}

.notice-container.content-body .close-event-box:before {
    transform: rotate(-45deg);
}

.notice-container.content-body .close-event-box:hover {
    opacity: .7;
}