/*Common Css*/

@import url('https://cdn.jsdelivr.net/npm/@mdi/font@7.2.96/css/materialdesignicons.min.css');

:root {
    --body-text: 'cmiTxt', 'Segeo UI', Arial, sans-serif;
    --heading-text: 'cmiDisplay', 'Segeo UI', Arial, sans-serif;
}

body {
    font-family: var(--body-text);
    padding-top: 0;
    background: url(../images/bg-shape.png) 0 0 no-repeat;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-text);
}

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

a:hover {
    color: var(--red);
    text-decoration: underline;
}

.text-break {
    word-break: break-all;
}

#main {
    position: relative;
    padding: 60px 40px 60px;
}

.collapse:not(.show) {
    display: block;
}

.h-100 {
    height: 100vh !important;
}

.dialog-off-canvas-main-canvas {
    min-height: 100%;
    position: relative;
    height: auto !important;
    padding: 0 !important;
}

.form-email {
    height: 48px;
}

.navbar-toggler {
    padding: 0;
    background: none;
    border-radius: 0;
    border: 0;
    height: 48px;
    width: 48px;
    display: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-toggler-icon:before {
    content: "\F0E6F";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 32px;
    color: var(--red);
    line-height: 1;
    text-rendering: auto;
    margin-right: 5px;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sing-up-container .login-message-page {
    height: 100%;
    margin: 0;
    position: relative;
}

.form-submit,
.btn.btn-default,
body a.cke_dialog_ui_button,
.ui-dialog .ui-dialog-buttonpane button {
    font-size: 16px;
    border-color: var(--red);
    padding: 8px 20px;
    font-weight: 600;
    background-color: var(--red);
    box-shadow: 0px 15px 25px rgba(218, 41, 28, 0.3);
    border-radius: 8px;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
}

body a.cke_dialog_ui_button {
    padding: 8px !important;
}

.form-submit:hover,
.form-submit:focus,
.btn.btn-default:hover,
.btn.btn-default:focus,
body a.cke_dialog_ui_button:hover,
body a.cke_dialog_ui_button:focus,
.ui-dialog .ui-dialog-buttonpane button:hover,
.ui-dialog .ui-dialog-buttonpane button:focus {
    background-color: var(--dark-red);
    border-color: var(--dark-red);
    text-decoration: none;
    color: var(--white);
    outline: none;
    box-shadow: 0px 15px 25px rgba(218, 41, 28, 0.3);
}

.btn.btn-default,
.form-submit.btn.btn-danger,
body a.cke_dialog_ui_button.cke_dialog_ui_button_cancel,
#edit-interrupt.form-submit {
    background-color: var(--gray-600);
    border-color: var(--gray-600);
    box-shadow: 0px 15px 25px rgba(53, 61, 74, 0.3);
}

#edit-interrupt.form-submit:before {
    content: "\F004D";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--white);
}

.page-not-found #edit-interrupt.form-submit.form-submit-without-arrow:before {
    display: none;
}

.page-not-found #edit-interrupt.form-submit.form-submit-without-arrow {
    text-align: center;
    justify-content: center;
}

.btn.btn-default:hover,
.form-submit.btn.btn-danger:hover,
body a.cke_dialog_ui_button.cke_dialog_ui_button_cancel:hover {
    background-color: var(--gray-500);
    border-color: var(--gray-500);
}

label.error {
    background: var(--red);
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 2px 8px;
    border-radius: 4px;
    color: var(--white) !important;
}

label.error:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    border-top: 6px solid var(--red);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    bottom: -6px;
}

.alert-error.alert-danger .btn-close {
    display: none;
}

.main__banner__box {
    filter: drop-shadow(0px 3px 6px rgba(88, 88, 88, 0.14));
}

#mainbanner {
    min-height: 146px;
    background: url(../images/banner-bg.png) 0 0 no-repeat;
    background-size: cover;
    background-color: #FBFBFF;
    border: 1px solid #D4D4D4;
    border-radius: 0px 0px 8px 8px;
    border-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mainbanner h1 {
    font-size: 28px;
    padding: 0 20px;
    font-weight: 600;
    margin: 0;
}

#mainbanner h1 em {
    font-style: normal;
}

.tabledrag-toggle-weight-wrapper,
#webform-edit-form .form-actions,
.webform-edit-form .form-actions,
.webform-ui-elements-table .webform-ui-element-required,
.webform-ui-elements-table .priority-low:nth-child(4),
.tableresponsive-toggle-columns,
.webform-ui-elements-table .webform-ui-element-type-webform_actions,
.tabledrag-handle {
    display: none !important;
}

#webform-edit-form table {
    table-layout: fixed;
}

#main table.webform-ui-elements-table tr th,
#main table.webform-ui-elements-table tr td {
    font-size: 16px;
    flex: 0 0 15%;
    max-width: 15%;
    padding: 16px 20px !important;
    border: 0;
    border-radius: 6px;
    background-color: transparent !important;
    text-align: left;
}

#main table.webform-ui-elements-table tr th:first-child,
#main table.webform-ui-elements-table tr td:first-child {
    flex: 0 0 55%;
    max-width: 55%;
}

#main table.webform-ui-elements-table a {
    color: var(--gray-600);
}

.webform-ui-elements-table .webform-dropbutton {
    display: inline-block;
}

.dropbutton-toggle {
    display: none !important;
}

.js .dropbutton-widget {
    border: 0;
}

.js .dropbutton-multiple .dropbutton-widget {
    padding-right: 0;
}

.dropbutton-multiple .dropbutton {
    border-right: 0;
}

.js td .dropbutton-multiple {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.webform-ui-elements-table .webform-dropbutton .dropbutton-wrapper {
    min-width: 78px;
}

.region-content {
    padding: 0;
    position: relative;
}

.translate-consent-link {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--gray-600);
    display: flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid var(--stroke-color);
    filter: drop-shadow(0px 3px 6px rgba(88, 88, 88, 0.14));
}

.translate-consent-link:hover {
    text-decoration: none;
    border-color: var(--red);
}

.translate-consent-link .mdi {
    font-size: 24px;
    margin-right: 10px;
    color: var(--gray-900);
}

.webform-ui-elements-table .webform-ui-element-type-webform_markup,
table.webform-ui-elements-table tr td:nth-child(2) {
    text-transform: capitalize;
}

.ui-dialog.confirm-modal {
    text-align: center;
}

.cke_contents.cke_reset {
    height: auto !important;
}

#main table {
    display: block;
}

#main table thead,
#main table tbody {
    display: block;
}

#main table tr th,
#main table tr td {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
    font-size: 16px;
    padding: 16px 20px !important;
    color: var(--gray-600);
}

#main table tr {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--stroke-color) !important;
    border-radius: 6px;
    margin-top: 15px;
}

.webform-ui-elements-table tr:first-child {
    border-top: 1px solid var(--stroke-color) !important;
}

#main .table> :not(:first-child) {
    border-top: 0;
}

#main table tr a:hover {
    text-decoration: none;
}

#main table thead tr {
    margin-top: 0;
    box-shadow: 0px 3px 6px rgba(88, 88, 88, 0.14);
    background-color: var(--white);
}

#main table tbody tr:nth-child(odd) {
    background-color: #F2F6FC;
}

#main table tbody tr:nth-child(even) {
    background-color: #F9FBFE;
}

.webform-dropbutton .dropbutton-wrapper .dropbutton-widget {
    background: var(--gray-600);
    color: var(--white);
}

.webform-dropbutton .dropbutton-wrapper .dropbutton-widget a {
    color: var(--white) !important;
}

.toggle-switch input[type=checkbox] {
    display: none;
}

.toggle-switch label {
    cursor: pointer;
}

.toggle-switch label .toggle-track {
    display: block;
    height: 20px;
    width: 44px;
    background: #E2E2E2;
    border-radius: 20px;
    position: relative;
    border: 1px solid var(--stroke-color);
}

.toggle-switch input[type="checkbox"]:checked+label .toggle-track {
    background-color: var(--green);
}

.toggle-switch .toggle-track:before {
    content: '';
    display: inline-block;
    height: 26px;
    width: 26px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0px 6px 12px rgba(179, 193, 204, 0.4);
    position: absolute;
    top: -4px;
    left: 0;
    transition: right .2s ease-in;
}

.toggle-switch input[type="checkbox"]:checked+label .toggle-track:before {
    background: var(--white);
    left: 20px;
}

.form-text:focus,
.text-full:focus,
.form-select:focus,
.form-text:focus-within,
.text-full:focus-within,
.form-select:focus-within,
.form-text:focus-visible,
.text-full:focus-visible,
.form-select:focus-visible,
#subscription-data-table_filter input[type="text"]:focus,
#subscription-data-table_filter input[type="text"]:focus-within,
#subscription-data-table_filter input[type="text"]:focus-visible {
    border: 1px solid #ced4da;
    outline: none;
}

.config-translation-add-form .layout-column--half,
.config-translation-edit-form .layout-column--half {
    width: 100%;
}

.config-translation-add-form .layout-column+.layout-column,
.config-translation-edit-form .layout-column+.layout-column {
    padding-left: 0;
}

#edit-translation-config-names-webformwebformconsent-status-form-elements summary {
    text-transform: uppercase;
}

.ui-dialog.confirm-modal .ui-dialog-titlebar {
    box-shadow: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
    padding-bottom: 0;
}

.ui-dialog.confirm-modal .ui-dialog-content {
    padding-bottom: 0;
    padding-top: 15px;
}

.ui-dialog.confirm-modal .ui-dialog-buttonpane {
    padding-top: 0;
    background-color: transparent;
    border-top: 0;
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
}


/*.ui-widget.ui-widget-content {
  border-radius: 6px !important;
  text-align: center;
}*/

#block-consent-registry-breadcrumbs {
    position: relative;
    top: -30px;
}

.breadcrumb {
    color: var(--gray-600);
    display: inline-flex;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\F0142";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    line-height: 1.25;
    font-size: inherit;
    text-rendering: auto;
    font-size: 20px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1280px) {
    #main {
        padding: 40px 0;
    }
    #block-consent-registry-breadcrumbs {
        top: -10px;
    }
    .container {
        max-width: 100%;
    }
}


/* #block-consenttextoptions {
  width: calc(100%  - 320px);
}
 */

#block-consenttextoptions h2 {
    display: none;
}

#block-consenttextoptions {
    margin-bottom: 20px;
    display: inline-block;
    box-shadow: 0px 3px 6px rgba(88, 88, 88, 0.14);
}

#block-consenttextoptions ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    display: flex;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
}

#block-consenttextoptions ul li a {
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    color: var(--gray-600);
    font-weight: 600;
}

#block-consenttextoptions ul li a:hover {
    text-decoration: none;
    color: var(--red);
}

#block-consenttextoptions ul li a.active-tab {
    text-decoration: none;
    color: var(--white);
    background-color: var(--red);
    box-shadow: 0px 15px 25px rgba(218, 41, 28, 0.3);
}

@media only screen and (max-width: 1440px) {
    .translate-consent-link {
        font-size: 14px;
        padding: 6px 10px;
        gap: 0;
    }
    .translate-consent-link .mdi {
        margin-right: 5px;
        font-size: 18px;
    }

    #block-consenttextoptions ul li a {
        padding: 10px 12px;
        font-size: 14px;
    }
    /* #block-consenttextoptions {
        width: calc(100% - 80px);
    } */
}

@media only screen and (max-width: 1170px) {
    .translate-consent-link {
        font-size: 0;
        padding: 6px 10px;
        gap: 0;
    }
    .translate-consent-link .mdi {
        margin-right: 0;
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    #main table thead {
        display: none;
    }
    #main table tr {
        display: block !important;
    }
    #mainbanner h1 {
        font-size: 22px;
    }
    .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .collapse:not(.show) {
        display: none;
    }
    #navbarSupportedContent {
        border-top: 1px solid #d4d4d4;
    }
    #main table tr {
        flex-direction: column;
    }
    #main table.webform-ui-elements-table tr td {
        display: block;
        position: relative;
        padding-left: 50% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    #main table tr td:before {
        content: attr(data-th);
        width: 50%;
        position: absolute;
        padding: 16px 20px !important;
        left: 0;
        top: 0;
        display: block;
        font-size: 16px;
        font-weight: 600;
    }
    #main table#edit-webform-ui-elements tr td:first-child:before {
        content: "Title" !important;
    }
    #main table#edit-webform-ui-elements tr td:nth-child(2):before {
        content: "Key" !important;
    }
    #main table#edit-webform-ui-elements tr td:nth-child(3):before {
        content: "Type" !important;
    }
    #main table#edit-webform-ui-elements tr td:nth-child(4):before {
        content: "Openrations" !important;
    }
    .translate-consent-link {
        position: relative;
        display: inline-flex;
    }
    #block-consenttextoptions {
        width: 100%;
    }
    #block-consenttextoptions ul {
        flex-wrap: wrap;
    }
    #block-consenttextoptions li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 568px) {
    #main table tr td:before {
        width: 100%;
        position: relative;
        display: block;
        padding: 5px 0 !important;
    }
    .main__menu .navbar-nav {
        flex-direction: column;
    }
    #main table.webform-ui-elements-table tr td {
        padding: 6px 20px !important;
    }
    #block-consenttextoptions {
        display: block;
    }
    #block-consenttextoptions ul {
        flex-direction: column;
    }
    #block-consenttextoptions li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.pagination .admin-user-pagination {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 15px;
    display: flex !important;
    margin: 5px;
    border: 1px solid var(--stroke-color);
    color: var(--gray-400);
    align-items: center;
    justify-content: center;
}

.pagination .admin-user-pagination:hover {
    text-decoration: none;
}

.pagination .admin-user-pagination.active-pagination {
    background-color: var(--red);
    box-shadow: 0 3px 6px rgba(58, 58, 58, 0.14);
    color: var(--white);
    border-color: var(--red);
}

.pagination .admin-user-pagination.first-pagination-btn,
.pagination .admin-user-pagination.last-pagination-btn,
.pagination .admin-user-pagination.admin-user-pagination-previous,
.pagination .admin-user-pagination.admin-user-pagination-next {
    width: auto;
    padding: 0 6px;
    border-radius: 4px;
}


/*Loader Css
------------------------------------------------------*/

.loader-section {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(53, 61, 74, 0.7);
    /*display: flex;*/
    display: none;
    align-items: center;
    justify-content: center;
}

.loader-section.show {
    display: flex;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#edit-openid-connect-client-generic-login {
    background-color: transparent;
    border-radius: 0;
    color: var(--red);
    border: 0;
    box-shadow: none;
    padding: 0;
}

.alert {
    margin: 20px 0 0;
}


/*Loader CSS Starts*/


/* Cosmetic CSS changes for overlay and loader. */

.loader-wrapper {
    display: none;
}

.loader-wrapper-inner,
.page-loader-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}

.loader-wrapper .loader,
.page-loader .loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid var(--red);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: fixed;
    z-index: 9999;
}

.page-loader-inner {
    background: var(--white);
}

.cke_wysiwyg_frame,
.cke_wysiwyg_div {
    padding: 20px !important;
    width: 92% !important;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tooltip-overlay {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gray-600);
    opacity: 0.3;
    display: none;
}

.page-slider {
    width:400px;
    margin: 0 30px;
}

.page-slider.slick-initialized .slick-slide > div{
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev:before,
.slick-next:before {
    content: "\F0141" !important;
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons" !important;
    font-size: inherit;
    text-rendering: auto;
    font-size: 20px;
    color: var(--text-color) !important;
    margin-right: 5px;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: "\F0142" !important;
}

@media only screen and (max-width: 767px) {
    .page-slider {
        width: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .page-slider {
        width: 120px;
    }
}