* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #eff1f5;
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="datetime-local"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

input[type="datetime-local"]::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}

input:hover,
:active,
:focus {
    outline: none;
    box-shadow: none;
    outline-offset: 0;
    border: none;
}

.sub-menu {
    display: none;
}

.nav-item.active > .sub-menu {
    display: block;
}

#login {
    height: 100vh;
    overflow: hidden;
}

#login .form_sec {
    background: #19335a;
    padding: 150px 112px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#login .login_text {
    font-weight: 500;
    font-size: 46.89px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 73px;
}

#login .signin_form .form-group {
    margin-bottom: 57px;
    position: relative;
}

#login .signin_form .form-group label {
    font-weight: 400;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 26px;
}

#login .signin_form .form-group label:last-child {
    margin-bottom: 0;
}

#login .signin_form .form-group input {
    background: rgba(0, 0, 0, 0);
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 30px 26px;
    height: 87px;
    width: 100%;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff;
}

#login .signin_form .form-group input::-moz-placeholder {
    color: #8f9da3;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

#login .signin_form .form-group input::placeholder {
    color: #8f9da3;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

#login .signin_form .form-group .eye-icon {
    position: absolute;
    right: 20px;
    top: 70%;
    transform: translateY(-70%);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}

#login .signin_form .checkbox-wrapper {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    font-size: 16px;
    margin-bottom: 17px;
}

#login .signin_form .custom-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #8f9da3;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    margin-right: 22px;
    position: relative;
}

#login .signin_form .custom-checkbox:checked {
    background-color: #4675c0;
}

#login .signin_form .custom-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

#login .signin_form .checkbox-label {
    cursor: pointer;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
}

#login .logo_sec {
    height: 100%;
    background-color: #fff;
    padding: 151px 81px 136px 127px;
}

#login .logo_sec .logo_blk {
    max-width: 462px;
    width: 100%;
    margin-bottom: 40px;
}

#login .logo_sec .logo_blk img {
    width: 100%;
    height: 100%;
}

#login .logo_sec p {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #8f9da3;
    max-width: 478px;
    width: 100%;
}

#login .logo_sec .img_blk {
    max-width: 701px;
    width: 100%;
    height: 490px;
    margin-top: 90px;
}

#login .logo_sec .img_blk img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main {
    padding: 33px 50px 33px 36px;
    display: flex;
    align-items: start;
    gap: 35px;
}

.main .sidebar {
    padding: 40px 10px;
    max-width: 335px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    border: 4px solid #fff;
    height: 93vh;
}

.main .sidebar .logo {
    margin-bottom: 60px;
}

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

.main .sidebar .nav-item.menu-item {
    padding: 0px 36px 0px 17px;
}

.main .sidebar .nav-item:last-child {
    margin-bottom: 0;
}

.main .sidebar .nav-item.active {
    background-color: #e9edf5;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 25px 36px 25px 17px;
}

.main .sidebar .nav-item.active > a > img:last-child {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.main .sidebar .nav-item.active .menu-text {
    color: #000 !important;
}

.main .sidebar .nav-item .right_arrow {
    width: 20px;
    height: 13px;
}

.main .sidebar .nav-item .nav-link {
    padding: 0;
}

.main .sidebar .nav-item .nav-link .menu-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #8f9da3;
    margin-left: 15px;
}

.main .sidebar .nav-item .nav-link .menu-icon {
    color: #8f9da3;
}

.main .sidebar .nav-item .sub-menu {
    margin-top: 20px;
    margin-left: 40px;
}

.main .sidebar .nav-item .sub-menu .nav-item {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.main .sidebar .nav-item .sub-menu .nav-item:last-child {
    margin-bottom: 0;
}

.main .sidebar .nav-item .sub-menu .nav-item .fa-circle {
    color: #8f9da3;
    font-size: 14px;
    margin-right: 10px;
}

.main .sidebar .nav-item .sub-menu .nav-item .sub-menu-text {
    font-weight: 400;
    font-size: 17.32px;
    line-height: 100%;
    letter-spacing: 0;
    color: #8f9da3;
}

.main #header {
    background-color: #556a8d;
    border: 3px solid #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 66.64px 0px rgba(255, 255, 255, 0.2509803922) inset;
    padding: 11px 24px;
    margin-bottom: 2%;
}

.main #header .search-input {
    border-radius: 10px;
    max-width: 420px;
    min-width: 420px;
    width: 100%;
    padding: 16px 15px 16px 26px;
    background-color: #fff;
    border: rgba(0, 0, 0, 0);
}

.main #header .search-input::-moz-placeholder {
    color: #8f9da3;
    font-weight: 400;
    font-size: 16.66px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #header .search-input::placeholder {
    color: #8f9da3;
    font-weight: 400;
    font-size: 16.66px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #header .search-icon {
    background-color: #b8bfd6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-left: 10px;
}

.main #header .search-icon .fa-magnifying-glass {
    color: #fff;
    font-size: 20px;
}

.main #header ul.right-sec {
    margin-bottom: 0;
}

.main #header ul.right-sec li .squre-icon {
    background-color: #eff1f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin-right: 20px;
}

.main #header ul.right-sec li .squre-icon .fa-bell {
    position: relative;
}

.main #header ul.right-sec li .squre-icon .active-notification {
    background: #d60000;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 100%;
    top: 4px;
    right: 0px;
}

.main #header ul.right-sec li .squre-icon i {
    color: #000;
    font-size: 24px;
}

.main #header ul.right-sec li .small-border {
    width: 1px;
    height: 31px;
    background: #fff;
}

.main #header ul.right-sec li .user-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin: 0 20px;
    display: block;
}

.main #header ul.right-sec li .user-info h4 {
    font-weight: 500;
    font-size: 16.66px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 4px;
}

.main #header ul.right-sec li .user-info p {
    font-weight: 300;
    font-size: 13.33px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
}

.main #dashboard-page .sales_Section {
    padding: 34px 46px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 4px solid #fff;
}

.main #dashboard-page .sales_Section .sales_Section_header h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.main
#dashboard-page
.sales_Section
.sales_Section_header
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.main
#dashboard-page
.sales_Section
.sales_Section_header
.custom-select-wrapper
.custom-select {
    appearance: none;
    height: 57px;
    width: 131px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #111827;
    background-color: #dce2ee;
    border-radius: 8px;
    border: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    background-image: none;
}

.main
#dashboard-page
.sales_Section
.sales_Section_header
.custom-select-wrapper
.custom-select:focus {
    border-color: #e9edf5;
    box-shadow: none;
    outline: none;
}

.main
#dashboard-page
.sales_Section
.sales_Section_header
.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 18px;
    transform: translateY(-50%) rotate(45deg);
    border: solid #1c1b1f;
    border-width: 0 1.5px 1.5px 0;
    padding: 4px;
    pointer-events: none;
}

.main #dashboard-page .sales_Section .sales_Section_header .create_btn {
    padding: 15px 20px;
    background-color: #00bc16;
    border-radius: 10px;
    height: 57px;
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: rgba(0, 0, 0, 0);
}

.main #dashboard-page .sales_Section .col-md-3 {
    padding: 0 12px;
}

.main #dashboard-page .sales_Section .sales-card {
    padding: 28px 23px 29px;
    border-radius: 18px;
    color: #fff;
    text-align: center;
}

.main #dashboard-page .sales_Section .sales-card .card-title {
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
}

.main #dashboard-page .sales_Section .sales-card .card-value {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 5px;
    color: #fff;
}

.main #dashboard-page .sales_Section .sales-card .card-indicator {
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.main #dashboard-page .sales_Section .sales-card .card-indicator .increase {
    color: #00bc16;
}

.main #dashboard-page .sales_Section .sales-card .card-indicator .decrease {
    color: #d60000;
}

.main #dashboard-page .sales_Section .sales-card .card-indicator .fa-arrow-up {
    transform: rotate(35deg);
}

.main
#dashboard-page
.sales_Section
.sales-card
.card-indicator
.fa-arrow-down {
    transform: rotate(-35deg);
}

.main #dashboard-page .sales_Section .sales-card.daily-sales {
    background-color: #153a76;
}

.main #dashboard-page .sales_Section .sales-card.weekly-sales {
    background-color: #4675c0;
}

.main #dashboard-page .sales_Section .sales-card.monthly-sales {
    background-color: #19335a;
}

.main #dashboard-page .sales_Section .sales-card.yearly-sales {
    background-color: #7abee9;
}

.main #dashboard-page .stats {
    margin-top: 26px;
}

.main #dashboard-page .stats .graph {
    background-color: rgba(255, 255, 255, 0.6);
    border: 4px solid #fff;
    box-shadow: 0px 0px 80px 0px rgba(255, 255, 255, 0.25) inset;
    border-radius: 20px;
    padding: 38px 45px;
}

.main #dashboard-page .stats .graph .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main #dashboard-page .stats .graph .top .left h2 {
    color: #000;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 7px;
}

.main #dashboard-page .stats .graph .top .left p {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #8f9da3;
}

.main #dashboard-page .stats .graph .top .right {
    display: flex;
    align-items: center;
    gap: 35px;
}

.main #dashboard-page .stats .graph .top .right h4 {
    font-weight: 600;
    font-size: 32.68px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin-bottom: 8px;
}

.main #dashboard-page .stats .graph .top .right .bar {
    margin-bottom: 10px;
    width: 106px;
    height: 3px;
    background-color: #19335a;
}

.main #dashboard-page .stats .graph .top .right .bar.blue {
    background-color: #4675c0;
}

.main #dashboard-page .stats .graph .top .right span {
    color: #8f9da3;
    font-weight: 300;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #dashboard-page .stats .stats-card {
    padding: 42px 45px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 80px 0px rgba(255, 255, 255, 0.25) inset;
    margin-bottom: 30px;
}

.main #dashboard-page .stats .stats-card:last-child {
    margin-bottom: 0;
}

.main #dashboard-page .stats .stats-card h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 8px;
}

.main #dashboard-page .stats .stats-card p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #8f9da3;
    margin-bottom: 50px;
}

.main #dashboard-page .stats .stats-card .bottom h5 {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.main #dashboard-page .stats .stats-card .bottom .increase {
    color: #00bc16;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #dashboard-page .stats .stats-card .bottom .increase i {
    transform: rotate(35deg);
}

.main #create_form_designer .accordion .card .card-header {
    background-color: #fff;
    color: #000;
    padding: 20px 30px;
}

.main #create_form_designer .accordion .card .card-header .btn-link {
    color: inherit;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    text-decoration: none;
}

.main #create_form_designer .accordion .card.active .card-header {
    background-color: #1f385e;
    color: #fff;
}

.main #create_form_designer .accordion .card .collapse {
    background-color: #e9edf5;
}

.main #create_form_designer .tabs .template-options {
    display: flex;
    gap: 1rem;
}

.main #create_form_designer .tabs .template-options .template-card {
    position: relative;
    border: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    padding: 22px 60px;
    min-width: 207px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    border: 4px solid #fff;
}

.main
#create_form_designer
.tabs
.template-options
.template-card
input[type="radio"] {
    display: none;
}

.main
#create_form_designer
.tabs
.template-options
.template-card
input[type="radio"]:checked
+ span::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #7abee9;
    border-radius: 0 0 12px 12px;
}

.main #create_form_designer .tabs .template-options .template-card span {
    display: inline-block;
    z-index: 1;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #create_form_designer .top {
    padding: 24px 38px;
    box-shadow: 0px 0px 69.81px 0px rgba(255, 255, 255, 0.25) inset;
    border: 4px solid #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.6);
}

.main #create_form_designer .top .left_icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.main #create_form_designer .top .left_icons.right_icons {
    gap: 20px;
}

.main #create_form_designer .top .left_icons button.undo-redo {
    border: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.main #create_form_designer .editor_area {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    padding: 24px 38px;
    box-shadow: 0px 0px 69.81px 0px rgba(255, 255, 255, 0.25) inset;
    border: 4px solid #fff;
    margin-top: 20px;
    height: calc(100vh - 300px);
    overflow-y: auto;
}

.main #process-modal .modal-dialog, #scheduleProcessModal .modal-dialog {
    max-width: 1040px !important;
    width: 100%;
}

.main #process-modal .modal-dialog .modal-content, #scheduleProcessModal .modal-dialog .modal-content {
    border: initial;
    border-radius: 26px;
}

.main #process-modal .modal-header, #scheduleProcessModal .modal-header {
    background: #1f385e;
    padding: 34px 80px;
    border-radius: initial;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    align-items: center;
}

.main #process-modal .modal-header .modal-title, #scheduleProcessModal .modal-header .modal-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
}

.main #process-modal .modal-header .add_condition_table {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    background-color: #4675c0;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    border: rgba(0, 0, 0, 0);
}

.main #process-modal .modal-header .close {
    text-shadow: initial;
    opacity: 1;
}

.main #process-modal .modal-header .close .fa-xmark, #scheduleProcessModal .modal-header button {
    font-size: 20px;
    color: #fff;
}

.main #process-modal .modal-body {
    padding: 36px 80px;
}

.main #process-modal .modal-body .query-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 30px;
}

.main #process-modal .modal-body .template-selector, .time-options {
    margin-top: 60px;
}

.main #process-modal .modal-body .template-selector h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.main #process-modal .modal-body .template-selector .template-options, .time-options {
    display: flex;
    gap: 1rem;
}

.main
#process-modal
.modal-body
.template-selector
.template-options
.template-card, .time-card {
    position: relative;
    background-color: #e9edf5;
    border-radius: 12px;
    padding: 26px;
    min-width: 207px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 0 0 auto;
}

.main
#process-modal
.modal-body
.template-selector
.template-options
.template-card
input[type="radio"], .time-card input[type="checkbox"] {
    display: none;
}

.main
#process-modal
.modal-body
.template-selector
.template-options
.template-card
input[type="radio"]:checked
+ span::after, .time-card
input[type="checkbox"]:checked
+ label::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #4675c0;
    border-radius: 0 0 12px 12px;
}

.main
#process-modal
.modal-body
.template-selector
.template-options
.template-card
span, .time-card label {
    display: inline-block;
    z-index: 1;
}

.time-card label {
    cursor: pointer;
}

.main #process-modal .modal-body .custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.main #process-modal .modal-body .custom-select-wrapper .custom-select {
    appearance: none;
    height: 76px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 20px 34px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #111827;
    background-color: #e9edf5;
    border-radius: 12px;
    border: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    background-image: none;
}

.main #process-modal .modal-body .custom-select-wrapper .custom-select:focus {
    border-color: #e9edf5;
    box-shadow: none;
    outline: none;
}

.main #process-modal .modal-body .custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 34px;
    transform: translateY(-50%) rotate(45deg);
    border: solid #1c1b1f;
    border-width: 0 1.5px 1.5px 0;
    padding: 4px;
    pointer-events: none;
}

.main #process-modal .modal-body .btns_blk {
    gap: 15px;
    margin-top: 35px;
    margin-bottom: 30px;
}

.main #process-modal .modal-body .btns_blk .add_table {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 26px;
    background-color: #dafff3;
    color: #00bc16;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15.54px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    border: rgba(0, 0, 0, 0);
}

.main #process-modal .modal-body .btns_blk .remove_table {
    border: rgba(0, 0, 0, 0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    background-color: #f9e7eb;
    color: #d60000;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15.54px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
}

.main #process-modal .modal-body .input_blk {
    width: 100%;
    margin-bottom: 23px;
}

.main #process-modal .modal-body .input_blk label {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 16px;
}

.main #process-modal .modal-body .input_blk input, .time_picker {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    border: rgba(0, 0, 0, 0);
    background: #e9edf5;
    padding: 26px;
}

.main #process-modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: start !important;
    border-top: initial;
    padding: 34px 80px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    gap: 10px;
}

.main #process-modal .modal-footer .save_btn {
    background-color: #00bc16;
    border: rgba(0, 0, 0, 0);
    padding: 18px 40px !important;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}

.main #process-modal .modal-footer .cancel_btn {
    margin: 0;
    background-color: #dce2ee;
    border: rgba(0, 0, 0, 0);
    padding: 18px 54px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.main #form-designer h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 18px;
}

.main #form-designer h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 23px;
    margin-top: 60px;
}

.main #form-designer .create_new_btn {
    background: #4675c0;
    border-radius: 6px;
    height: 105px;
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
}

.main #form-designer .create_new_btn h4 {
    font-weight: 500;
    font-size: 37.38px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.main #form-designer .create_new_btn span, .main #form-designer .create_new_btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.main #form-designer .total_forms {
    margin-left: 16px;
    background: #7abee9;
    border-radius: 6px;
    height: 105px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: none;
    cursor: pointer;
}

#files-count {
    margin-top: -8px;
}

.main #form-designer .total_forms h4 {
    font-weight: 500;
    font-size: 37.38px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    width: 73%;
    margin-bottom: 2px;
}

.main #form-designer .total_forms .total_forms_count {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.main #form-designer .schedule_process {
    margin-left: 16px;
    background: #7abee9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 105px;
    width: 250px;
    border: none;
    cursor: pointer;
}

.main #form-designer .schedule_process span {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 2px;
}

.main #form-designer .run_process {
    margin-left: 16px;
    background: rgba(22, 163, 74, 0.85);
    border-radius: 6px;
    height: 105px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: none;
    cursor: pointer;
}

.main #form-designer .run_process span {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 2px;
    color: white;
}

/*.main #form-designer .form_details {*/
/*    margin-top: 50px;*/
/*}*/

.main #form-designer .form_details .top {
    margin-bottom: 10px;
}

.main #form-designer .form_details .top .copy_btn {
    padding: 16px 22px;
    background: #4675c0;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.main #form-designer .form_details .custom-table-wrapper {
    background: #f8f9fc;
    border-radius: 6px;
    border: 4px solid #fff;
    overflow-x: auto;
    max-height: calc(100vh - 510px);
    overflow-y: auto;
}

.main #form-designer .modal-dialog {
    max-width: 877px;
    width: 100%;
}

.main #form-designer .modal-dialog .modal-content {
    border: initial;
    border-radius: 26px;
}

.main #form-designer .modal-body {
    padding: 36px 80px;
}

.main #form-designer .modal-body p {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    text-align: center;
}

.main #form-designer .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: initial;
    padding: 34px 80px;
    padding-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    gap: 10px;
}

.main #form-designer .modal-footer .save_btn {
    background-color: #00bc16;
    border: rgba(0, 0, 0, 0);
    padding: 18px 70px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}

.main #form-designer .modal-footer .save_btn.delete_btn {
    background-color: #d60000;
}

.main #form-designer .modal-footer .cancel_btn {
    margin: 0;
    background-color: #dce2ee;
    border: rgba(0, 0, 0, 0);
    padding: 18px 54px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.main #settings {
    gap: 30px;
}

.main #settings .settings-tab {
    gap: 23px;
}

.main #settings .settings-tab .account-info {
    gap: 20px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    padding: 45px 27px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 69.81px 0px rgba(255, 255, 255, 0.2509803922) inset;
    min-width: 394px;
    width: 100%;
    max-width: 394px;
}

.main #settings .settings-tab .account-info.active {
    border-left: 6px solid #4675c0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.main #settings .settings-tab .account-info .user-icon {
    width: 58px;
    height: 58px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #19335a;
}

.main #settings .settings-tab .account-info .user-icon img {
    width: 100%;
    height: 100%;
}

.main #settings .settings-tab .account-info .user-details h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 5px;
}

.main #settings .settings-tab .account-info .user-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 0;
}

.main #settings .user_info {
    background: #fff;
    flex: 1;
    padding: 40px 72px;
    box-shadow: 0px 0px 69.81px 0px rgba(255, 255, 255, 0.2509803922) inset;
    border: 4px solid #fff;
    border-radius: 18px;
}

.main #settings .user_info h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 32px;
}

.main #settings .user_info .profile-sec {
    gap: 20px;
}

.main #settings .user_info .profile-sec .profile_image {
    width: 122px;
    height: 122px;
    border-radius: 75%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #8f9da3;
}

.main #settings .user_info .profile-sec .profile_image img {
    width: 100%;
    height: 100%;
    border-radius: 75%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main #settings .user_info .user-info-text h4 {
    font-weight: 400;
    font-size: 31.69px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #000;
}

.main #settings .user_info .user-info-text .buttons-sec {
    gap: 20px;
}

.main #settings .user_info .user-info-text .buttons-sec .upload_btn {
    background-color: #4675c0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: rgba(0, 0, 0, 0);
    padding: 15px 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.main #settings .user_info .user-info-text .buttons-sec .delete_btn {
    background-color: #dce2ee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: rgba(0, 0, 0, 0);
    padding: 15px 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.main #settings .user_info .form-sec {
    margin-top: 60px;
}

.main #settings .user_info .form-sec .form-group {
    position: relative;
    background: #e9edf5;
    border-radius: 12px;
    border: none;
    padding: 27px 26px;
    height: 72px;
}

.main
#settings
.user_info
.form-sec
.form-group
input[type="datetime-local"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}

.main
#settings
.user_info
.form-sec
.form-group
input[type="datetime-local"]::placeholder {
    color: rgba(0, 0, 0, 0);
}

.main #settings .user_info .form-sec .form-group .form-control {
    background: #e9edf5;
    border: none;
    padding: 0;
    height: 100%;
    border-radius: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    padding-left: 4px;
    width: 100%;
}

.main #settings .user_info .form-sec .form-group .form-control:hover,
.main #settings .user_info .form-sec .form-group .form-control:active,
.main #settings .user_info .form-sec .form-group .form-control:focus,
.main #settings .user_info .form-sec .form-group .form-control:focus-visible,
.main #settings .user_info .form-sec .form-group .form-control:focus-within {
    outline: none;
    box-shadow: none;
    border: none;
}

.main
#settings
.user_info
.form-sec
.form-group
.form-control::-moz-placeholder {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.main #settings .user_info .form-sec .form-group .form-control::placeholder {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.main #settings .user_info .form-sec .form-group .fa-pen-to-square {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #4675c0;
    font-size: 20px;
    cursor: pointer;
}

.main #settings .user_info .form-sec .save_btn {
    background: #00bc16;
    border-radius: 12px;
    padding: 20px 50px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    /*margin-top: 75px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.main #reports {
    background: rgba(255, 255, 255, 0.6);
    flex: 1;
    box-shadow: 0px 0px 69.81px 0px rgba(255, 255, 255, 0.2509803922) inset;
    border: 4px solid #fff;
    border-radius: 18px;
    border: 4px solid #fff;
}

.main #reports .top {
    padding: 10px 56px 0;
}

.main #reports h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.main #reports .top_btns {
    gap: 20px;
}

.main #reports .top_btns .dropdown .dropdown-toggle {
    background-color: #dce2ee;
    padding: 16px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.main #reports .top_btns .dropdown .dropdown-toggle:hover {
    background-color: #d0d8e8;
}

.main #reports .top_btns .dropdown .dropdown-toggle:focus,
.main #reports .top_btns .dropdown .dropdown-toggle:active {
    outline: none;
    box-shadow: none;
    border: none;
}

.main #reports .top_btns .dropdown .dropdown-toggle::after {
    display: none;
}

.main #reports .top_btns .dropdown .dropdown-menu {
    padding: 0;
    min-width: 270px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
    background: #fff;
    border-radius: 8px;
    top: 11px !important;
}

.main #reports .top_btns .dropdown .dropdown-menu .dropdown-item {
    padding: 18px 28px;
    color: #000;
    font-weight: 400;
    font-size: 25.78px;
    line-height: 100%;
    letter-spacing: 0;
    position: relative;
}

.main #reports .top_btns .dropdown .dropdown-menu .dropdown-item.active {
    background: #00bc16;
    color: #fff;
}

.main
#reports
.top_btns
.dropdown
.dropdown-menu
.dropdown-item.active::before {
    content: "";
    display: block;
    background-image: url(/../assets/images/svg/check_small.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 20px;
    height: 20px;
}

.main #reports .top_btns .dropdown .dropdown-menu .dropdown-item:hover {
    background: #00bc16;
    color: #fff;
    font-weight: 400;
    font-size: 25.78px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #reports .top_btns .delete_btn {
    padding: 16px;
    background-color: #d60000;
    font-family: Lexend Deca;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: rgba(0, 0, 0, 0);
    border-radius: 10px;
    gap: 8px;
    cursor: pointer;
}

.main #reports .top_btns .delete_btn:hover {
    background: #c00000;
}

.main #reports .top_btns .delete_btn .fa-trash-can {
    font-size: 20px;
}

.main #reports .top_filter {
    padding: 10px 56px 0;
}

.main #reports .top_filter .input_blk {
    background: #fff;
    border-radius: 8px;
    padding-left: 18px;
    height: 60px;
    margin-top: 30px;
    position: relative;
    border: 1px solid #e9edf5;
}

.main #reports .top_filter .input_blk input {
    border: none;
    background: #fff;
    width: 100%;
    height: 100%;
    color: #000;
    font-weight: 400;
    font-size: 20.77px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #reports .top_filter .input_blk input::-moz-placeholder {
    color: #000;
    font-weight: 400;
    font-size: 20.77px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #reports .top_filter .input_blk input::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 20.77px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #reports .top_filter .input_blk .filter_icon {
    width: 57px;
    height: 30px;
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
}

.main #reports .top_filter .input_blk .filter_icon img {
    width: 100%;
    height: 100%;
}

/*.main #reports .form_details {*/
/*    margin-top: 50px;*/
/*}*/

.main #reports .form_details h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 32px;
    padding: 18px 56px 0;
}

.main #reports .form_details .top {
    margin-bottom: 30px;
}

.main #reports .form_details .custom-table-wrapper {
    background: #f8f9fc;
    border-radius: 6px;
    overflow-x: auto;
}


.main #reports .form_details .custom-table tbody tr td .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 50px;
}

.main #reports .form_details .custom-table tbody tr td .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.main
#reports
.form_details
.custom-table
tbody
tr
td
.custom-checkbox
input:checked
~ .checkmark {
    background-color: #1a237e;
}

.main
#reports
.form_details
.custom-table
tbody
tr
td
.custom-checkbox
input:checked
~ .checkmark:after {
    display: block;
}

.main
#reports
.form_details
.custom-table
tbody
tr
td
.custom-checkbox
.checkmark {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    border: 2px solid #1a237e;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.main
#reports
.form_details
.custom-table
tbody
tr
td
.custom-checkbox
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.main #create_tables {
    padding: 20px;
    background: rgba(249, 249, 251, 0.6);
    border: 4px solid #fff;
    border-radius: 8px;
    margin-top: 3%;
}

.main #create_tables h3 {
    font-family: Lexend Deca;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 0;
}

.main #create_tables .add_column_btn {
    background: #153a76;
    padding: 24px 36px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    border-radius: 12px;
    border: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main #create_tables .add_column_btn:hover {
    opacity: 0.9;
}

.main #create_tables .create_dynamic_table {
    margin-top: 25px;
}

.main #create_tables .create_dynamic_table label {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 15px;
}

.main #create_tables .create_dynamic_table h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 15px;
}

.main #create_tables .create_dynamic_table input {
    background: #fff;
    padding: 20px 34px;
    height: 60px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000;
    border-radius: 8px;
    border: 1px solid #e9edf5;
}

.main #create_tables .create_dynamic_table input::-moz-placeholder {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #create_tables .create_dynamic_table input::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #create_tables .create_dynamic_table .custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.main
#create_tables
.create_dynamic_table
.custom-select-wrapper
.custom-select {
    appearance: none;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #111827;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e9edf5;
    outline: none;
    cursor: pointer;
    background-image: none;
}

.main
#create_tables
.create_dynamic_table
.custom-select-wrapper
.custom-select:focus {
    border-color: #e9edf5;
    box-shadow: none;
    outline: none;
}

.main #create_tables .create_dynamic_table .custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 34px;
    transform: translateY(-50%) rotate(45deg);
    border: solid #1c1b1f;
    border-width: 0 1.5px 1.5px 0;
    padding: 4px;
    pointer-events: none;
}

.main #create_tables .create_dynamic_table .remove_column_btn {
    background-color: #d60000;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: rgba(0, 0, 0, 0);
    border-radius: 10px;
    cursor: pointer;
}

.main #create_tables .create_dynamic_table .remove_column_btn:hover {
    background-color: #c00000;
}

.main #create_tables .create_dynamic_table .remove_column_btn img {
    width: 30px;
    height: 30px;
}

.main #create_tables .create_dynamic_table .save_btn {
    background: #00bc16;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 19px;
    padding: 0;
    height: 60px;
    width: 270PX;
}

.main #create_tables .create_dynamic_table .save_btn:hover {
    opacity: 0.9;
}

.main #create_tables .create_dynamic_table .cancel_btn {
    background: #dce2ee;
    border-radius: 12px;
    padding: 23px 40px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
}

.main #create_tables .create_dynamic_table .cancel_btn:hover {
    opacity: 0.9;
}

.main #search_column {
    padding: 44px 60px;
    background: rgba(249, 249, 251, 0.6);
    border: 4px solid #fff;
    border-radius: 8px;
}

.main #search_column label {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 13px;
}

.main #search_column .search_blk {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 26px 30px;
    height: 79px;
    position: relative;
    border: 1px solid #e9edf5;
}

.main #search_column .search_blk input {
    width: 100%;
    height: 100%;
    background: #fff;
    border: rgba(0, 0, 0, 0);
}

.main #search_column .search_blk input:placeholder {
    color: #8f9da3;
    font-weight: 400;
    font-size: 20.77px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #search_column .search_blk .search-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
}

.main #search_column .search_blk .search-icon img {
    width: 100%;
    height: 100%;
}

.main body {
    margin: 0;
    padding: 40px;
    font-family: "Lexend Deca", sans-serif;
    background-color: #f3f4f6;
}

.main #edit_table_view .table_container .header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 70px;
    background: #1f385e;
}

.main #edit_table_view .table_container .header .header_left {
    width: 55%;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.main #edit_table_view .table_container .header .header_right {
    width: 45%;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.main #edit_table_view .table_container .body {
    padding: 0 48px 15px 45px;
}

.main #edit_table_view .table_container .body .edit_fields {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 16px;
}

.main #edit_table_view .table_container .body .edit_fields .input_field {
    padding: 30px 32px;
    width: 55%;
}

.main #edit_table_view .table_container .body .edit_fields .form-select {
    padding: 30px 32px;
    width: 45%;
}

.main
#edit_table_view
.table_container
.body
.edit_fields.without_bg
.input_field {
    border: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #8f9da3;
}

.main
#edit_table_view
.table_container
.body
.edit_fields.without_bg
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 45%;
}

.main
#edit_table_view
.table_container
.body
.edit_fields.without_bg
.custom-select-wrapper
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 30px 32px;
    height: 86px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #8f9da3;
    outline: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: rgba(0, 0, 0, 0);
    background-image: none;
}

.main
#edit_table_view
.table_container
.body
.edit_fields.without_bg
.custom-select-wrapper
.custom-select:focus {
    border-color: none;
    box-shadow: none;
    outline: none;
}

.main
#edit_table_view
.table_container
.body
.edit_fields.without_bg
.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 34px;
    transform: translateY(-50%) rotate(45deg);
    border: solid #1c1b1f;
    border-width: 0 1.5px 1.5px 0;
    padding: 4px;
    pointer-events: none;
}

.main
#edit_table_view
.table_container
.body
.edit_fields.with_bg
.input_field {
    border: rgba(0, 0, 0, 0);
    background-color: #e9edf5;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #8f9da3;
    height: 60px;
}

.main
#edit_table_view
.table_container
.body
.edit_fields.with_bg
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 45%;
}

.main
#edit_table_view
.table_container
.body
.edit_fields.with_bg
.custom-select-wrapper
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 30px 32px;
    height: 86px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #8f9da3;
    outline: none;
    cursor: pointer;
    background-color: #e9edf5;
    border: rgba(0, 0, 0, 0);
    background-image: none;
}

.main
#edit_table_view
.table_container
.body
.edit_fields.with_bg
.custom-select-wrapper
.custom-select:focus {
    border-color: none;
    box-shadow: none;
    outline: none;
}

.main
#edit_table_view
.table_container
.body
.edit_fields.with_bg
.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 34px;
    transform: translateY(-50%) rotate(45deg);
    border: solid #1c1b1f;
    border-width: 0 1.5px 1.5px 0;
    padding: 4px;
    pointer-events: none;
}

.main #edit_table_view .table_container .save_btn {
    margin: 0 0 45px 45px;
    background: #00bc16;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 270px;
}

.main #edit_table_view .table_container .save_btn:hover {
    opacity: 0.9;
}

.main .view_table .table_container .header .columns_btn {
    gap: 14px;
}

.main .view_table .table_container .header .columns_btn .remove_column {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
    border: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.main .view_table .table_container .header .columns_btn .add_column {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7abee9;
    border-radius: 8px;
    border: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.main .view_table .table_container .body {
    margin-top: 20px;
}

.main .view_table .table_container .body .edit_fields {
    width: 100%;
    margin-bottom: 35px;
}

.main .view_table .table_container .body .edit_fields:last-child {
    margin-bottom: 0;
}

.main .view_table .table_container .body .edit_fields.with_bg {
    width: 100%;
}

.main .view_table .table_container .body .edit_fields.with_bg .input_field_blk {
    width: 50%;
}

.main
.view_table
.table_container
.body
.edit_fields.with_bg
.input_field_blk
.checkbox-wrapper {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    font-size: 16px;
    margin-bottom: 17px;
}

.main
.view_table
.table_container
.body
.edit_fields.with_bg
.input_field_blk
.custom-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #8f9da3;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    margin-right: 22px;
    position: relative;
}

.main
.view_table
.table_container
.body
.edit_fields.with_bg
.input_field_blk
.custom-checkbox:checked {
    background-color: #4675c0;
}

.main
.view_table
.table_container
.body
.edit_fields.with_bg
.input_field_blk
.custom-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.main
.view_table
.table_container
.body
.edit_fields.with_bg
.input_field_blk
.checkbox-label {
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 0;
}

.main .view_table .table_container .body .edit_fields.with_bg .input_field {
    width: 100% !important;
    border-radius: 12px;
    height: 68px;
    color: #000;
}

.main #graphic-elements .graphics {
    gap: 20px;
}

.main #graphic-elements .graphics .card_blk {
    background: rgba(249, 249, 251, 0.6);
    padding-bottom: 0;
    border: 4px solid #fff;
    border-radius: 6px;
    border-bottom: 0;
}

.main #graphic-elements .graphics .card_blk .logo_blk {
    width: 170px;
    height: 170px;
    margin: 20px 50px;
}

.main #graphic-elements .graphics .card_blk .logo_blk img {
    width: 100%;
    height: 100%;
}

.main #graphic-elements .graphics .card_blk .buttons_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1f385e;
    padding: 20px 30px;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
}

.main #graphic-elements .graphics .card_blk .buttons_sec .left_sec {
    display: flex;
    align-items: center;
    gap: 35px;
}

.main #graphic-elements .graphics .card_blk .buttons_sec .left_sec .icon_blk {
    width: 20px;
    height: 20px;
}

.main
#graphic-elements
.graphics
.card_blk
.buttons_sec
.left_sec
.icon_blk
img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.main #graphic-elements .graphics .card_blk .buttons_sec .right_sec .icon_blk {
    background-color: #d60000;
    padding: 20px;
    cursor: pointer;
}

.main
#graphic-elements
.graphics
.card_blk
.buttons_sec
.right_sec
.icon_blk
img {
    width: 20px;
    height: 20px;
}

.main #graphic-elements .modal-dialog {
    max-width: 877px;
    width: 100%;
}

.main #graphic-elements .modal-dialog .modal-content {
    border: initial;
    border-radius: 26px;
}

.main #graphic-elements .modal-header {
    background: #1f385e;
    padding: 34px 80px;
    border-radius: initial;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}

.main #graphic-elements .modal-header .modal-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
}

.main #graphic-elements .modal-header .close {
    text-shadow: initial;
    opacity: 1;
}

.main #graphic-elements .modal-header .close .fa-xmark {
    font-size: 20px;
    color: #fff;
}

.main #graphic-elements .modal-body {
    padding: 36px 80px;
}

.main #graphic-elements .modal-body .input_blk {
    width: 100%;
}

.main #graphic-elements .modal-body .input_blk input {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    border: rgba(0, 0, 0, 0);
    background: #e9edf5;
    padding: 26px 30px;
}

.main #graphic-elements .modal-footer {
    display: flex;
    align-items: center;
    justify-content: start;
    border-top: initial;
    padding: 34px 80px 34px 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    gap: 10px;
}

.main #graphic-elements .modal-footer .save_btn {
    background-color: #00bc16;
    border: rgba(0, 0, 0, 0);
    padding: 18px 70px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}

.main #graphic-elements .modal-footer .cancel_btn {
    margin: 0;
    background-color: #dce2ee;
    border: rgba(0, 0, 0, 0);
    padding: 18px 54px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.main .Transcodification-table {
    border: 4px solid #fff !important;
}

.main .Transcodification-table tbody tr td.actions-icons {
    display: flex;
    gap: 20px;
}

.main .Transcodification-table tbody tr td.actions-icons i {
    cursor: pointer;
    font-size: 20px;
}

/*.main .Transcodification-table tbody tr td.actions-icons i:nth-child(1) {*/
/*    color: #4675c0 !important;*/
/*}*/

/*.main .Transcodification-table tbody tr td.actions-icons i:nth-child(2) {*/
/*    color: #d60000 !important;*/
/*}*/

.main .Transcodification-table tbody tr td.actions-icons i:hover {
    opacity: 0.7;
}

.main #create-transcodification h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 34px;
}

.main #create-transcodification .form_blk {
    padding: 53px 85px;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 8px;
    max-width: 1040px;
    width: 100%;
}

.main #create-transcodification .form_blk .custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.main
#create-transcodification
.form_blk
.custom-select-wrapper
.custom-select {
    appearance: none;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #111827;
    background-color: #e9edf5;
    border-radius: 8px;
    border: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    background-image: none;
}

.main
#create-transcodification
.form_blk
.custom-select-wrapper
.custom-select:focus {
    border-color: #e9edf5;
    box-shadow: none;
    outline: none;
}

.main #create-transcodification .form_blk .custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 34px;
    transform: translateY(-50%) rotate(45deg);
    border: solid #1c1b1f;
    border-width: 0 1.5px 1.5px 0;
    padding: 4px;
    pointer-events: none;
}

.main #create-transcodification .form_blk .input_blk {
    width: 100%;
}

.main #create-transcodification .form_blk .input_blk input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: rgba(0, 0, 0, 0);
    background: #e9edf5;
    margin-bottom: 30px;
    color: #000;
}

.main #create-transcodification .form_blk .input_blk input::-moz-placeholder {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #create-transcodification .form_blk .input_blk input::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #create-transcodification .form_blk .template-selector {
    margin-left: 2%;
    width: 96.5%;
}

.main #create-transcodification .form_blk .template-selector h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.main #create-transcodification .form_blk .template-selector .template-options {
    display: flex;
    gap: 1rem;
}

.main
#create-transcodification
.form_blk
.template-selector
.template-options
.template-card {
    position: relative;
    background-color: #e9edf5;
    border-radius: 12px;
    padding: 20px 26px;
    min-width: 207px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 0 0 auto;
}

.main
#create-transcodification
.form_blk
.template-selector
.template-options
.template-card
input[type="radio"] {
    display: none;
}

.main
#create-transcodification
.form_blk
.template-selector
.template-options
.template-card
input[type="radio"]:checked
+ span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #4675c0;
    border-radius: 0 0 12px 12px;
}

.main
#create-transcodification
.form_blk
.template-selector
.template-options
.template-card
span {
    display: inline-block;
    z-index: 1;
}

.main #create-transcodification .form_blk .modal-footer {
    display: flex;
    align-items: center;
    justify-content: start;
    border-top: initial;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    gap: 10px;
    padding: 0;
    margin-top: 25px;
    margin-left: 2%;
}

.main #create-transcodification .form_blk .modal-footer .save_btn {
    background-color: #00bc16;
    border: rgba(0, 0, 0, 0);
    padding: 20px 21px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}

.main #create-transcodification .form_blk .modal-footer .cancel_btn {
    margin: 0;
    background-color: #dce2ee;
    border: rgba(0, 0, 0, 0);
    padding: 0 43px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    height: 60px;
}

.main #import-data .create_new_btn {
    background: #4675c0;
    border-radius: 6px;
    height: 105px;
    width: 250px;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.main #import-data .create_new_btn h4 {
    font-weight: 500;
    font-size: 37.38px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.main #import-data .create_new_btn span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.main #import-data .total_forms {
    margin-left: 16px;
    background: #7abee9;
    border-radius: 6px;
    height: 105px;
    width: 210px;
    display: flex;
    flex-direction: column;
    border: none;
    cursor: pointer;
}

.main #import-data .total_forms h4 {
    font-weight: 500;
    font-size: 37.38px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    width: 73%;
    margin-bottom: 2px;
}

.main #import-data .total_forms .total_forms_count {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.main #import-data .template_blk {
    padding: 48px 52px;
    background: rgba(249, 249, 251, 0.6);
    border: 4px solid #fff;
    border-radius: 8px;
    margin-bottom: 30px;
}

.main #import-data .template_blk .download_template {
    display: flex;
    align-items: end;
    gap: 40px;
    width: 100%;
}

.main #import-data .template_blk .download_template .input_blk {
    min-width: 714px;
}

.main #import-data .template_blk .download_template .input_blk label {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 30px;
}

.main
#import-data
.template_blk
.download_template
.input_blk
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.main
#import-data
.template_blk
.download_template
.input_blk
.custom-select-wrapper
.custom-select {
    appearance: none;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #111827;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e9edf5;
    outline: none;
    cursor: pointer;
    background-image: none;
}

.main
#import-data
.template_blk
.download_template
.input_blk
.custom-select-wrapper
.custom-select:focus {
    border-color: #e9edf5;
    box-shadow: none;
    outline: none;
}

.main
#import-data
.template_blk
.download_template
.input_blk
.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 34px;
    transform: translateY(-50%) rotate(45deg);
    border: solid #1c1b1f;
    border-width: 0 1.5px 1.5px 0;
    padding: 4px;
    pointer-events: none;
}

.main #import-data .template_blk .download_template .button_blk {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main #import-data .template_blk .download_template .button_blk .upload_btn {
    padding: 22px 24px;
    background-color: #00bc16;
    border-radius: 7px;
    border: rgba(0, 0, 0, 0);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.main #import-data .template_blk .download_template .download_template_btn {
    background-color: #153a76;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: rgba(0, 0, 0, 0);
    border-radius: 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
}

.main #user-list .top_btns {
    gap: 20px;
}

.main #user-list .top_btns .dropdown .dropdown-toggle {
    background-color: #dce2ee;
    padding: 16px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.main #user-list .top_btns .dropdown .dropdown-toggle:hover {
    background-color: #d0d8e8;
}

.main #user-list .top_btns .dropdown .dropdown-toggle:focus,
.main #user-list .top_btns .dropdown .dropdown-toggle:active {
    outline: none;
    box-shadow: none;
    border: none;
}

.main #user-list .top_btns .dropdown .dropdown-toggle::after {
    display: none;
}

.main #user-list .top_btns .dropdown .dropdown-menu {
    padding: 0;
    min-width: 203px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
    background: #fff;
    border-radius: 8px;
    top: 11px !important;
}

.main #user-list .top_btns .dropdown .dropdown-menu .dropdown-item {
    padding: 18px 28px;
    color: #000;
    font-weight: 400;
    font-size: 25.78px;
    line-height: 100%;
    letter-spacing: 0;
    position: relative;
}

.main #user-list .top_btns .dropdown .dropdown-menu .dropdown-item.active {
    background: #00bc16;
    color: #fff;
}

.main
#user-list
.top_btns
.dropdown
.dropdown-menu
.dropdown-item.active::before {
    content: "";
    display: block;
    background-image: url(/../assets/images/svg/check_small.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 20px;
    height: 20px;
}

.main #user-list .top_btns .dropdown .dropdown-menu .dropdown-item:hover {
    background: #00bc16;
    color: #fff;
    font-weight: 400;
    font-size: 25.78px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #user-list .top_btns .delete_btn {
    padding: 16px;
    background-color: #d60000;
    font-family: Lexend Deca;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: rgba(0, 0, 0, 0);
    border-radius: 10px;
    gap: 8px;
    cursor: pointer;
}

.main #user-list .top_btns .delete_btn:hover {
    background: #c00000;
}

.main #user-list .top_btns .delete_btn .fa-trash-can {
    font-size: 20px;
}

.main #user-list .search-table {
    background-color: rgba(249, 249, 251, 0.6);
    border: 4px solid #fff;
    border-radius: 8px;
    padding: 20px 40px;
    margin-bottom: 15px;
}

.main #user-list .search-table .input_blk {
    margin: 0 7px;
}

.main #user-list .search-table .input_blk label {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 13px;
}

.main #user-list .search-table .input_blk input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #e9edf5;
    background: #fff;
    padding: 26px;
    color: #000;
}

.main #user-list .search-table .input_blk input::-moz-placeholder {
    color: #8f9da3;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

.main #user-list .search-table .input_blk input::placeholder {
    color: #8f9da3;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select-wrapper .custom-select {
    appearance: none;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #111827;
    background-color: #e9edf5;
    border-radius: 8px;
    border: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    background-image: none;
}

.custom-select-wrapper .custom-select:focus {
    border-color: #e9edf5;
    box-shadow: none;
    outline: none;
}

.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 34px;
    transform: translateY(-50%) rotate(45deg);
    border: solid #1c1b1f;
    border-width: 0 1.5px 1.5px 0;
    padding: 4px;
    pointer-events: none;
}

#stripe_actions {
    margin-left: 25px;
}

#stripe_actions h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 34px;
}

#stripe_actions .custom-table-wrapper {
    background: rgba(249, 249, 251, 0.6);
    border-radius: 4px;
    overflow-x: auto;
    border: 4px solid #fff;
}


#stripe_actions .custom-table tbody tr td .active_status {
    background: #dafff3;
    padding: 5px 20px;
    border-radius: 14px;
    height: 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #00bc16;
}


#stripe_actions .custom-table tbody tr td .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 50px;
}

#stripe_actions .custom-table tbody tr td .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#stripe_actions
.custom-table
tbody
tr
td
.custom-checkbox
input:checked
~ .checkmark {
    background-color: #1a237e;
}

#stripe_actions
.custom-table
tbody
tr
td
.custom-checkbox
input:checked
~ .checkmark:after {
    display: block;
}

#stripe_actions .custom-table tbody tr td .custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    border: 2px solid #1a237e;
    border-radius: 4px;
    transition: all 0.2s ease;
}

#stripe_actions .custom-table tbody tr td .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#stripe_actions .modal-dialog {
    max-width: 877px;
    width: 100%;
}

#stripe_actions .modal-dialog .modal-content {
    border: initial;
    border-radius: 26px;
}

#stripe_actions .modal-body {
    padding: 36px 80px;
}

#stripe_actions .modal-body p {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    text-align: center;
}

#stripe_actions .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: initial;
    padding: 34px 80px;
    padding-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    gap: 10px;
}

#stripe_actions .modal-footer .save_btn {
    background-color: #00bc16;
    border: rgba(0, 0, 0, 0);
    padding: 18px 70px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}

#stripe_actions .modal-footer .cancel_btn {
    margin: 0;
    background-color: #dce2ee;
    border: rgba(0, 0, 0, 0);
    padding: 18px 54px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

button {
    cursor: pointer;
}

button:focus,
button:active {
    outline: none;
    box-shadow: none;
    border: none;
}

button:hover {
    opacity: 0.9;
}

#landing-page {
    background-color: #fff;
}

#landing-page .site_container {
    max-width: 78%;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    #landing-page .site_container {
        padding: 0 20px;
    }
}

#landing-page .site_container .site_header {
    background: rgba(255, 255, 255, 0.6);
    padding: 13px 16px 13px 46px;
    border: 2px solid #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    #landing-page .site_container .site_header {
        justify-content: start;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    #landing-page .site_container .site_header {
        padding: 13px 16px 13px 26px;
    }
}

#landing-page .site_container .site_header .site_header_menu_icon {
    display: none;
}

@media screen and (max-width: 768px) {
    #landing-page .site_container .site_header .site_header_menu_icon {
        display: block;
    }
}

#landing-page .site_container .site_header .site_header_menu_list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

#landing-page .site_container .site_header .site_header_menu_list .close_icon {
    display: none;
}

@media screen and (max-width: 768px) {
    #landing-page
    .site_container
    .site_header
    .site_header_menu_list
    .close_icon {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .site_container .site_header .site_header_menu_list {
        left: -100%;
        transition: left 0.3s ease-in-out;
    }

    #landing-page .site_container .site_header .site_header_menu_list.open {
        left: 0;
    }

    #landing-page
    .site_container
    .site_header
    .site_header_menu_list
    .close_icon {
        align-self: flex-end;
        font-size: 24px;
        cursor: pointer;
        color: #000;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .site_container .site_header .site_header_menu_list {
        position: fixed;
        left: 0;
        top: 0px;
        background: #fff;
        min-width: 320px;
        padding: 30px 20px;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
        z-index: 9999;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap: 20px;
        left: -100%;
        transition: left 0.3s ease;
    }

    #landing-page .site_container .site_header .site_header_menu_list.open {
        left: 0;
    }

    #landing-page
    .site_container
    .site_header
    .site_header_menu_list
    .close_icon {
        align-self: flex-end;
        font-size: 24px;
        cursor: pointer;
        margin-bottom: 10px;
    }
}

#landing-page .site_container .site_header .site_header_menu_list li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000;
    text-decoration: none;
}

#landing-page .site_container .site_header .login_btn {
    background: #00bc16;
    border-radius: 10px;
    padding: 11px 32px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#landing-page .site_container .site_header .login_btn:hover {
    opacity: 0.9;
}

#landing-page .site_container .hero_section_text {
    margin-left: 200px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    #landing-page .site_container .hero_section_text {
        margin-left: 100px;
    }
}

@media screen and (max-width: 1340px) {
    #landing-page .site_container .hero_section_text {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1260px) {
    #landing-page .site_container .hero_section_text {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

#landing-page .site_container .hero_section_text h1 {
    font-weight: 500;
    font-size: 74px;
    line-height: 102.17px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 20px;
}

.hero_section_text h2 {
    color: white;
    margin-top: 4%;
}

.hero_section_text_fr h2 {
    color: white;
    margin-top: 2%;
}


@media screen and (max-width: 1025px) {
    #landing-page .site_container .hero_section_text h1 br {
        display: none;
    }
}

@media screen and (max-width: 1260px) {
    #landing-page .site_container .hero_section_text h1 {
        margin-left: 0px;
        font-weight: 500;
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1025px) {
    #landing-page .site_container .hero_section_text h1 {
        font-weight: 500;
        font-size: 60px;
        line-height: 75px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .site_container .hero_section_text h1 {
        font-size: 36px;
        line-height: 46px;
    }
}

#landing-page .site_container .hero_section_text h1 .span-1 {
    margin-left: 192px;
}

@media screen and (max-width: 1025px) {
    #landing-page .site_container .hero_section_text h1 .span-1 {
        margin-left: 0px;
    }
}

#landing-page .site_container .hero_section_text h1 .span-2 {
    margin-left: 600px;
}

@media screen and (max-width: 1025px) {
    #landing-page .site_container .hero_section_text h1 .span-2 {
        margin-left: 0px;
    }
}

#landing-page .site_container .hero_section_text h1 span {
    display: inline-block;
}

#landing-page .site_container .hero_section_text p {
    max-width: 56%;
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    line-height: 35.87px;
    letter-spacing: 0;
    text-align: justify;
    color: #fff;
    margin-bottom: 0;
}

#landing-page .site_container .hero_section_text .btn_outer {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 9px;
    position: absolute;
    top: 30px;
    right: 20%;
}

@media screen and (max-width: 1260px) {
    #landing-page .site_container .hero_section_text .btn_outer {
        position: initial;
        display: inline-flex;
        margin: 0 auto;
        margin-top: 30px;
    }
}

#landing-page .site_container .hero_section_text .btn_outer .free_trial_btn {
    background: #4675c0;
    padding: 15px 20px;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#landing-page
.site_container
.hero_section_text
.btn_outer
.free_trial_btn:hover {
    opacity: 0.9;
}

#landing-page .hero_section {
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 1023px;
    padding-top: 33px;
    position: relative;
}

@media screen and (max-width: 1260px) {
    #landing-page .hero_section {
        min-height: 830px;
    }
}

@media screen and (max-width: 1025px) {
    #landing-page .hero_section {
        min-height: 700px;
    }
}

#landing-page .hero_section_image {
    position: relative;
    top: -300px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1266px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#landing-page #hero_section_image_fr {
    top: -250px !important;
}

@media screen and (max-width: 1260px) {
    #landing-page .hero_section_image {
        position: initial;
        top: 0;
        left: 0;
        transform: translateX(0);
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }
}

#landing-page .hero_section_image img {
    max-width: 1266px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 1260px) {
    #landing-page .hero_section_image img {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }
}

.organize-sales{
    margin-top: -10% !important;
}

#landing-page .organize-sales h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72.39px;
    letter-spacing: -2%;
    text-align: center;
    color: #000;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 170px;
}

@media screen and (max-width: 1025px) {
    #landing-page .organize-sales h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .organize-sales h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}

#landing-page .organize-sales .cards_blk .organize_sales_card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 3.54px 26.54px 0px rgba(0, 0, 0, 0.25);
    max-width: 100%;
    width: 100%;
    border: 2px solid #fff;
}

@media screen and (max-width: 992px) {
    #landing-page .organize-sales .cards_blk .organize_sales_card {
        margin: 20px 0;
    }
}

#landing-page .organize-sales .cards_blk .organize_sales_card.center_card {
    position: relative;
}

#landing-page .organize-sales .cards_blk .organize_sales_card.center_card_fr {
    position: relative;
    bottom: 90px;
}
@media screen and (max-width: 992px) {
    #landing-page .organize-sales .cards_blk .organize_sales_card.center_card {
        bottom: 0px;
    }
}

#landing-page .organize-sales .cards_blk .organize_sales_card:hover {
    border-color: #4675c0;
}

#landing-page .organize-sales .cards_blk .organize_sales_card .img_blk {
    max-width: 100%;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

#landing-page .organize-sales .cards_blk .organize_sales_card .img_blk img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

#landing-page .organize-sales .cards_blk .organize_sales_card .card_body {
    padding: 55px 69px 37px 69px;
}

@media screen and (max-width: 1025px) {
    #landing-page .organize-sales .cards_blk .organize_sales_card .card_body {
        padding: 30px 20px 20px 20px;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .organize-sales .cards_blk .organize_sales_card .card_body {
        padding: 20px 10px 10px 10px;
    }
}

#landing-page
.organize-sales
.cards_blk
.organize_sales_card
.card_body
.card_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

#landing-page
.organize-sales
.cards_blk
.organize_sales_card
.card_body
.card_heading
h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0;
    color: #000;
}

@media screen and (max-width: 1025px) {
    #landing-page
    .organize-sales
    .cards_blk
    .organize_sales_card
    .card_body
    .card_heading
    h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

#landing-page .organize-sales .cards_blk .organize_sales_card .card_body p {
    font-weight: 400;
    font-size: 20px;
    line-height: 29.03px;
    letter-spacing: 0;
    text-align: justify;
    color: #000;
}

@media screen and (max-width: 1025px) {
    #landing-page .organize-sales .cards_blk .organize_sales_card .card_body p {
        font-size: 16px;
        line-height: 25px;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .organize-sales .cards_blk .organize_sales_card .card_body p {
        font-size: 14px;
        line-height: 20px;
    }
}

#landing-page .organize-sales .cards_blk .view_all_btn {
    background: #00bc16;
    border-radius: 12px;
    padding: 23px 55px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#landing-page .organize-sales .cards_blk .view_all_btn:hover {
    opacity: 0.9;
}

#landing-page .sales_insight {
    margin-top: 170px;
    margin-bottom: 150px;
}

@media screen and (max-width: 1025px) {
    #landing-page .sales_insight .flex-md-row-reverse {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1025px) {
    #landing-page .sales_insight .mt {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 1025px) {
    #landing-page .sales_insight {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .sales_insight {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

#landing-page .sales_insight h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72.39px;
    letter-spacing: -2%;
    text-align: center;
    color: #000;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media screen and (max-width: 1025px) {
    #landing-page .sales_insight h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }
}

#landing-page .sales_insight p {
    font-weight: 300;
    font-size: 24px;
    line-height: 35.87px;
    letter-spacing: 0;
    text-align: center;
    max-width: 785px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 85px;
}

@media screen and (max-width: 1025px) {
    #landing-page .sales_insight p {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .sales_insight p {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1025px) {
    #landing-page .sales_insight .graph_blk {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .sales_insight .graph_blk {
        margin-top: 30px;
    }
}

#landing-page .sales_insight .graph_blk img {
    width: 100%;
    height: 100%;
}

#landing-page .sales_insight .sales_insight_text {
    margin-top: 61px;
}

@media screen and (max-width: 1025px) {
    #landing-page .sales_insight .sales_insight_text {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: flex;
    }
}

#landing-page .sales_insight .sales_insight_text h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -2%;
    margin-bottom: 25px;
    color: #000;
}

@media screen and (max-width: 1025px) {
    #landing-page .sales_insight .sales_insight_text h3 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .sales_insight .sales_insight_text h3 {
        margin-bottom: 10px;
        text-align: center;
    }
}

#landing-page .sales_insight .sales_insight_text p {
    font-weight: 300;
    font-size: 28px;
    line-height: 42.41px;
    letter-spacing: 0;
    margin-bottom: 71px;
    text-align: left;
}

@media screen and (max-width: 1025px) {
    #landing-page .sales_insight .sales_insight_text p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .sales_insight .sales_insight_text p {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 30px;
        text-align: center;
    }
}

#landing-page .sales_insight .sales_insight_text .btn_outer {
    padding: 5px;
    border: 1px solid #4675c0;
    border-radius: 9px;
    display: inline-block;
}

#landing-page .sales_insight .sales_insight_text .btn_outer .free_trial_btn {
    background: #4675c0;
    padding: 15px 20px;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#landing-page
.sales_insight
.sales_insight_text
.btn_outer
.free_trial_btn:hover {
    opacity: 0.9;
}

#landing-page .pricing_plan {
    background: #1a335b;
    padding: 172px 289px 322px 289px;
}

@media only screen and (max-width: 1440px) {
    #landing-page .pricing_plan {
        padding: 172px 100px 250px 100px;
    }
}

@media only screen and (max-width: 1025px) {
    #landing-page .pricing_plan {
        padding: 172px 20px 230px 20px;
    }
}

@media only screen and (max-width: 768px) {
    #landing-page .pricing_plan {
        padding: 172px 0px 230px 0px;
    }
}

#landing-page .pricing_plan .tab_blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 992px) {
    #landing-page .pricing_plan .tab_blk {
        flex-direction: column;
    }
}

#landing-page .pricing_plan .tab_blk h3 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72.39px;
    letter-spacing: -2%;
    color: #fff;
    max-width: 600px;
    width: 100%;
}

@media screen and (max-width: 1025px) {
    #landing-page .pricing_plan .tab_blk h3 {
        font-size: 40px;
        line-height: 50px;
    }
}

#landing-page .pricing_plan .tab_blk .tabs .nav-tabs {
    border: 0.71px solid #fff;
    border-radius: 8px;
    padding: 3px;
}

@media screen and (max-width: 992px) {
    #landing-page .pricing_plan .tab_blk .tabs .nav-tabs {
        margin-top: 40px;
    }
}

#landing-page .pricing_plan .tab_blk .tabs .nav-tabs .nav-item .nav-link {
    padding: 12px 30px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    font-weight: 400;
    font-size: 18.51px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    border: rgba(0, 0, 0, 0);
}

#landing-page
.pricing_plan
.tab_blk
.tabs
.nav-tabs
.nav-item
.nav-link.active {
    background-color: #4675c0;
}

#landing-page .price_plan_cards {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -216px;
}

@media screen and (max-width: 992px) {
    #landing-page .price_plan_cards {
        top: -188px;
    }
}

#landing-page .price_plan_cards .tab-content {
    margin: 0 80px;
}

@media screen and (max-width: 992px) {
    #landing-page .price_plan_cards .tab-content {
        margin: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .price_plan_cards .tab-content {
        margin: 0;
    }
}

#landing-page .price_plan_cards .price_card {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}

#landing-page .price_plan_cards .price_card .card_heading {
    background-color: #bfe7ff;
    padding: 32px 48px 40px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

@media screen and (max-width: 1025px) {
    #landing-page .price_plan_cards .price_card .card_heading {
        padding: 20px 20px 20px;
    }
}

#landing-page .price_plan_cards .price_card .card_heading h3 {
    font-weight: 400;
    font-size: 22.16px;
    line-height: 24px;
    letter-spacing: -2%;
    margin-bottom: 0;
    color: #1a335b;
}

#landing-page .price_plan_cards .price_card .card_heading .description {
    font-weight: 300;
    font-size: 14.77px;
    letter-spacing: -2%;
    display: inline-block;
    margin-bottom: 30px;
    color: #1a325a;
}

#landing-page .price_plan_cards .price_card .card_heading p {
    font-weight: 600;
    font-size: 79.74px;
    line-height: 49.83px;
    letter-spacing: -2%;
    color: #1a335b;
    display: inline-block;
}

#landing-page .price_plan_cards .price_card .card_heading p span {
    font-weight: 400;
    color: #1a335b;
}

#landing-page .price_plan_cards .price_card .img_blk {
    max-width: 100%;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

#landing-page .price_plan_cards .price_card .img_blk img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

#landing-page .price_plan_cards .price_card .card_body {
    padding: 38px 48px;
}

@media screen and (max-width: 1025px) {
    #landing-page .price_plan_cards .price_card .card_body {
        padding: 20px 20px;
    }
}

#landing-page .price_plan_cards .price_card .card_body .card_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

#landing-page .price_plan_cards .price_card .card_body .card_heading h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0;
    color: #000;
}

#landing-page .price_plan_cards .price_card .card_body h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 30px;
    color: #000;
}

#landing-page .price_plan_cards .price_card .card_body ul.price_list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

#landing-page .price_plan_cards .price_card .card_body ul.price_list li {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 21px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000;
}

#landing-page
.price_plan_cards
.price_card
.card_body
ul.price_list
li:last-child {
    margin-bottom: 0;
}

#landing-page .price_plan_cards .price_card .card_body ul.price_list li img {
    display: block;
}

#landing-page .price_plan_cards .price_card .card_body .free_trial_btn {
    padding: 17px 84px;
    background-color: #dce2ee;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 45px;
}

#landing-page .price_plan_cards .price_card .card_body .free_trial_btn:hover {
    background-color: #00bc16;
}

#landing-page .footer_section {
    background-color: #eff1f5;
    padding-top: 160px;
    padding-bottom: 160px;
}

@media screen and (max-width: 992px) {
    #landing-page .footer_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    #landing-page .footer_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

#landing-page .footer_section .footer_inner .footer_logo_blk {
    margin-bottom: 55px;
    width: 90%;
}

@media screen and (max-width: 768px) {
    #landing-page .footer_section .footer_inner .footer_logo_blk {
        margin-bottom: 30px;
    }
}

#landing-page .footer_section .footer_inner .footer_logo_blk img {
    width: 100%;
}

#landing-page .footer_section .footer_inner p {
    font-weight: 300;
    font-size: 24px;
    line-height: 35.87px;
    letter-spacing: 0;
    text-align: justify;
    color: #000;
    max-width: 530px;
    width: 100%;
    margin-top: 55px;
}

#landing-page .footer_section .footer_inner .footer_links h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35.87px;
    letter-spacing: 0;
    text-align: justify;
    color: #000;
    margin-bottom: 30px;
}

#landing-page .footer_section .footer_inner .footer_links ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

#landing-page .footer_section .footer_inner .footer_links ul li {
    margin-bottom: 16px;
}

#landing-page .footer_section .footer_inner .footer_links ul li a {
    font-weight: 400;
    font-size: 24px;
    line-height: 35.87px;
    letter-spacing: 0;
    text-align: justify;
    color: #000;
    text-decoration: none;
}

#landing-page .footer_section .footer_inner .footer_links ul.social_links {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

#landing-page .footer_section .footer_inner .footer_links .input_blk {
    border: 1px solid #2c3c91;
    width: 100%;
    height: 55px;
    border-radius: 8px;
    background: inherit;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #landing-page .footer_section .footer_inner .footer_links .input_blk {
        height: 70px;
    }
}

#landing-page .footer_section .footer_inner .footer_links .input_blk input {
    width: 100%;
    height: 100%;
    border: rgba(0, 0, 0, 0);
    background: inherit;
    padding: 0 10px 0 24px;
    color: #000;
}

@media screen and (max-width: 768px) {
    #landing-page .footer_section .footer_inner .footer_links .input_blk input {
        padding: 0 10px 0 10px;
    }
}

#landing-page
.footer_section
.footer_inner
.footer_links
.input_blk
input::-moz-placeholder {
    color: #8f9da3;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

#landing-page
.footer_section
.footer_inner
.footer_links
.input_blk
input::placeholder {
    color: #8f9da3;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

#landing-page
.footer_section
.footer_inner
.footer_links
.input_blk
.subscribe_btn {
    width: 207px;
    padding: 12px 22px;
    margin-right: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4675c0;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/*custom style*/

.dashboard {
    overflow-y: auto;
    overflow-x: hidden;
    height: 81vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dashboard::-webkit-scrollbar /*, .custom-table-wrapper::-webkit-scrollbar*/
{
    display: none;
}

/*.custom-table-wrapper{*/
/*    -ms-overflow-style: none;*/
/*    scrollbar-width: none;*/
/*}*/
.run-process-btn, .process-edit-btn, .process-delete-btn {
    background: none !important;
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 60px !important;

}

.fa-trash-can {
    color: #ed3717 !important;
    background: transparent !important;
    border: none !important;
}

.actions {
    height: 21vh !important;
}

.actions .span {
    height: 48px !important;
    width: 48px !important;
}

.section_container {
    width: 100%;
}

.form-group {
    border: none;
}

.icon-button {
    border: none !important;
    background: none !important;
}

a {
    text-decoration: none !important;
}

.custom_save_btn {
    margin: 0 !important;
    width: 36% !important;
}

.custom_trash_can {
    color: white !important;
}

.drop_down_btn {
    background-color: #dce2ee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5.5vh;
}

.template-action-buttons {
    background: none !important;
    border: none !important;
}

.account-info {
    width: 100% !important;
}

.profile-form {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.signin-btn {
    background-color: rgb(0, 188, 22) !important;
    color: white !important;
    margin-top: 15% !important;
}

.input_field_blk {
    padding: 0 !important;
    margin: 0 !important;
    width: 47% !important;
}

.add_column_section {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    align-items: center;
    border-bottom: 2px solid rgba(25, 51, 90, 0.2);
    padding-bottom: 1.5%;
}

#fieldset-0 input {
    width: 100% !important;
}

.graphic-delete-btn {
    background: transparent;
    border: none;
}

.transcodification-trash-can, .transcodification-delete-btn {
    color: red !important;
    background-color: transparent !important;
    border: none !important;
}

.template-options {
    overflow-x: scroll;
}

.template-selector {
    overflow: hidden;
}

.template-checkbox {
    display: none !important;
}

.selected-template-option {
    border-bottom: solid 4px #4675c0;
}

.template-card {
    transition: none !important;
}

.logout-btn {
    margin-top: 7%;
}

/*#header, .sidebar, .dashboard,*/
.custom-size {
    transform: scale(0.95) !important;
}

.processes-actions {
    display: flex;
    align-items: center;
    margin-top: 8% !important;
}

.processes-actions button {
    background: transparent !important;
}

.processes-actions .fa-trash-can {
    color: #ed3717 !important;
}

.action-icon {
    border: none !important;
    background: transparent !important;
}

.email-textarea {
    border: solid 1px #7c7c7c;
}

.custom-run-process-btn {
    color: #adb2c2 !important;
}

input::placeholder {
    color: #adb2c2 !important;
}

.search-invoice {
    background: rgb(184, 191, 214);
    border: none;
    padding: 6px;
    border-radius: 7px;
}

.delete_user_btn {
    background: none;
    border: none;
}

.time_picker {
    background: #e9edf5 !important;
    color: black !important;
}

.sprocess-form .input_blk:nth-child(1) {
    margin-bottom: 4%;
}

#save-schedule {
    background: #00bc16;
}

.email-form {
    height: 77.5vh !important;
    width: 75vw !important;
    border: solid 4px white;
    background: #f9f9fb;
    padding: 30px;
    border-radius: 20px;
    overflow: auto;
}

.email-form .input_blk {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    border: rgba(0, 0, 0, 0);
    background: #e9edf5;
    padding: 26px;
}

.email-textarea {
    /*height: 32vh;*/
    background: white;
    border: solid 1px rgb(0 0 0 / 21%);
    border-radius: 10px;
    margin: 2% 0;
    /*width: 81%;*/
}

#email_template_subject {
    height: 60px;
    background: white;
    border-radius: 8px;
    margin: 1% 0;
}

.email-form-btn, .email-form-cancel-btn {
    width: 11%;
    font-size: 1.05rem;
    transform: scale(1.2);
    height: 5vh;
    margin-right: 3%;
    margin-left: 1%;
    background: #00bc16 !important;
    border: none !important;
}

.email-form-cancel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black !important;
    background: #e1e1ec !important;
}

#copy_template {
    height: 7vh !important;
    transform: scale(0.97) !important;
    overflow: hidden;
    border-radius: 6px;
    margin: 1% 0;
}

.panel__top {
    padding: 1% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eff1f5 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    gap: 2.5% !important;
    z-index: 90 !important;
}

.panel__top .panel__switcher, .panel__top .panel__devices {
    box-shadow: 0 0 69.81px 0 rgba(255, 255, 255, 0.25) inset;
    border: 4px solid #fff;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.6) !important;
    color: black;
    height: 6.5vh;
    overflow: hidden;
    display: flex;
}

.panel__top .panel__switcher {
    background: none !important;
    border: none !important;
    width: 24.5%;
}

.panel__top .panel__devices {
    flex-grow: 1;
}

.panel__devices .gjs-pn-buttons {
    width: 90%;
    margin: auto;
}

.panel__switcher span {
    background-color: #f9f9fb;
    padding: 15px 40px;
    border: solid 2px white;
    border-radius: 8px;
    font-weight: 400;
    width: 47% !important;
}

.panel__switcher .gjs-four-color {
    color: black !important;
    border-bottom-color: #4675c0;
}

.panel__switcher .gjs-pn-buttons {
    width: 100% !important;
}

.panel__basic-actions {
    display: none;
}

.editor-row {
    padding-top: 7%;
    gap: 3.3% !important;
}

.gjs-pn-btn.gjs-pn-active {
    background-color: transparent !important;
    box-shadow: none !important;
    color: black !important;
    border-bottom: solid 4px #4675c0 !important;
}

.panel__switcher .gjs-pn-btn.gjs-pn-active {
    background-color: #f9f9fb !important;
}

.gjs-editor {
    background: #e9edf5 !important;
    border-radius: 20px;
}

.gjs-editor-cont {
    background: transparent !important;
    border: solid 3px white !important;
    border-radius: 20px;
}

.gjs-cv-canvas {
    background: #e9edf5 !important;
    border-radius: 20px;
}

iframe.gjs-frame {
    border: solid 1px rgba(168, 168, 168, 0.9);
    margin-bottom: 30% !important;
}

/* blocks */
.gjs-block-category .gjs-title, .gjs-sm-sector .gjs-sm-sector-title {
    color: black;
    font-weight: 400;
    background: transparent;
    border: none;
}

.gjs-block-category.gjs-open .gjs-title, .gjs-sm-sector.gjs-sm-open .gjs-sm-sector-title {
    color: white;
    font-weight: 400;
    background: #1F385E;
    border-radius: 7px 7px 0 0;
    margin: 2% 0 0 0;
    height: 5vh;
    display: flex;
    align-items: center;
    padding-left: 27px;
}

.gjs-block-category {
    background: #e9edf5;
}

.gjs-block-category .gjs-block, .gjs-blocks-no-cat .gjs-block {
    background: white;
    color: black;
    margin: 1%;
    width: 31% !important;
    height: 9vh;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gjs-block-category:not(:nth-child(3)) .gjs-blocks-c, .gjs-blocks-no-cat .gjs-blocks-c {
    justify-content: space-between;
}

.gjs-block svg {
    fill: none !important;
}

.myblocks .gjs-blocks-cs {
    background: #e9edf5 !important;
    padding: 6px;
    border: solid 3px white;
    border-radius: 20px;
}

.customInnerBlocks {
    height: 7vh !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*styles manager*/
.styles-container {
    background: rgb(239, 233, 245);
    border-radius: 10px;
    padding: 10px 6px;
    border: 3px solid white !important;
}

.gjs-sm-sectors, .gjs-clm-tags, .gjs-sm-sector {
    background: #e9edf5 !important;
}

.gjs-clm-tags {
    padding-bottom: 11%;
}

.gjs-sm-properties .gjs-sm-property .gjs-sm-label {
    color: black;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.gjs-sm-properties .gjs-sm-property .gjs-sm-label div, .gjs-sm-sector .gjs-sm-sector-title .gjs-sm-sector-caret {
    display: flex;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields div {
    background: transparent;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields input, .gjs-sm-properties .gjs-sm-property .gjs-fields .gjs-field .gjs-radio-items .gjs-radio-item {
    background: white;
    height: 5vh;
    border-radius: 5px;
    font-size: 0.9rem;
    color: black;
    outline: #0D152E;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields .gjs-field .gjs-radio-items .gjs-radio-item {
    color: black;
    display: flex;
    justify-content: center;
    padding: 0 !important;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields .gjs-field .gjs-radio-items .gjs-radio-item label {
    margin: 0;
}

.gjs-sm-sector .gjs-sm-sector-title .gjs-sm-sector-label {
    font-size: 1.1rem;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields .gjs-field .gjs-radio-items .gjs-radio-item input:checked + .gjs-radio-item-label {
    background: #7ABEE9;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields .gjs-field .gjs-radio-items .gjs-radio-item label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields .gjs-field .gjs-radio-items .gjs-radio-item {
    overflow: hidden;
}

.gjs-sm-properties .gjs-sm-property.gjs-sm-property__text-align .gjs-fields .gjs-field .gjs-radio-items .gjs-radio-item label {
    font-size: 0.95rem;
    font-weight: 400;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields .gjs-field.gjs-select {
    color: black;
    background: white;
    height: 5vh;
    display: flex;
    border-radius: 5px;
    font-size: 0.9rem;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields .gjs-field .gjs-d-s-arrow {
    border-top-color: black !important;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields .gjs-field .gjs-field-unit, .gjs-input-unit {
    color: black !important;
    right: 13px !important;
    top: 11px !important;
    background: #f6f6f6 !important;
    border-radius: 5px !important;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields .gjs-field .gjs-field-arrows .gjs-field-arrow-u {
    border-bottom-color: black;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields .gjs-field .gjs-field-arrows .gjs-field-arrow-d {
    border-top-color: black;
}

.gjs-sm-properties .gjs-sm-property .gjs-fields .gjs-field.gjs-select span {
    width: 100%;
    display: flex;
}

.gjs-sm-field.gjs-sm-composite {
    border: none !important;
}

.gjs-clm-tags .gjs-clm-header {
    color: black !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.gjs-clm-tags #gjs-clm-tags-field {
    background: white !important;
    height: 5vh !important;
    border-radius: 5px !important;
    display: flex !important;
    align-items: center !important;
}

.gjs-clm-tags #gjs-clm-tags-field .gjs-clm-tag {
    background: #7abee9 !important;
    display: flex;
    align-items: center;
    color: black !important;
    font-weight: 400 !important;
}

.gjs-clm-tags #gjs-clm-tags-field .gjs-clm-tags-btn.gjs-clm-tags-btn__add {
    background: #0F1A54 !important;
}

.gjs-clm-tags .gjs-clm-sels-info {
    color: black !important;
    font-size: 1rem;
    font-weight: 400 !important;
}

#gjs-clm-new {
    color: black !important;
}

.gjs-four-color, .gjs-four-color-h:hover {
    color: black !important;
    font-weight: bold !important;
}

.gjs-field-colorp {
    width: 3vw !important;
}

#gjs-sm-images {
    background: #7abee9 !important;
    color: black !important;
    font-size: 1rem;
    height: 5vh !important;
    border-right: 5px;
}

.invoice.input_blk {
    margin-top: 0 !important;
}

.show-dynamic-table {
    width: 78.5vw;
}

.show-dynamic-table .custom-table-wrapper .custom-table .fa-trash-can {
    color: red !important;
}

.user-edit-icon {
    color: #0F1A54 !important;
}

.jobs-table tbody td {
    height: auto !important;
    /*line-height: 4 !important;*/
    margin: 0 !important;
}

.date-filter {
    height: 60px;
    width: 50%;
    padding: 3% 4%;
    border: solid 1px #d3d3d370;
    border-radius: 5px;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.create_company {
    height: 81vh;
    width: 100%;
    border: solid 4px white;
    background: #f9f9fb;
    border-radius: 10px;
}

.create_company h2 {
    margin-right: 2%;
}

.company_form {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 0;
}

.company_form-input {
    border: solid 1px #e4e4e4;
    border-radius: 8px;
    height: 6vh;
    width: 35%;
    background: white;
}

.company_form-btn {
    height: 5vh;
    width: 28%;
    margin-top: 2%;
    font-size: 1rem;
}


.custom-table-wrapper {
    background: #f8f9fc;
    border-radius: 6px;
    border: 4px solid #fff;
    overflow-x: auto;
    max-height: calc(100vh - 517px);
    overflow-y: auto;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    table-layout: fixed; /* Ensures equal column widths */
}

.custom-table thead {
    background-color: #223b66;
}

.custom-table thead th {
    color: #fff;
    background-color: inherit;
    padding: 25px 15px;
    font-weight: 400;
    text-align: left;
    font-size: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.custom-table thead th:first-child {
    padding-left: 53px;
}

.custom-table thead th:last-child {
    padding-right: 20px;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #e9edf5;
}

.custom-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.custom-table tbody tr td {
    padding: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #8f9da3;
    vertical-align: middle;
    min-height: 84px;
    height: 84px; /* Fixed height of 84px */
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    text-align: left;
}

.custom-table tbody tr td:first-child {
    padding-left: 53px;
}

.custom-table tbody tr td:last-child {
    padding-right: 75px;
}

/* To handle increasing row height for long content */
.custom-table tbody tr {
    min-height: 84px;
}

.custom-table tbody tr td .active_status {
    background: #dafff3;
    padding: 5px 20px;
    border-radius: 14px;
    height: 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #00bc16;
    display: inline-block;
}

.custom-table tbody tr td .in-active {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

.custom-table tbody tr .action-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom-table tbody tr td input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #10a722;
    cursor: pointer;
}

.custom-table tbody tr .action-icons i {
    color: #4675C0;
}

.custom_table_v2-wrapper {
    background: #f8f9fc;
    border-radius: 6px;
    border: 4px solid #fff;
    overflow-x: auto;
    max-height: calc(100vh - 517px);
    overflow-y: auto;
}

.custom_table_v2 {
    width: 100%;
    border-collapse: collapse;
    border: none;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    table-layout: auto; /* Allow columns to size based on content */
}

.custom_table_v2 thead {
    background-color: #223b66;
}

.custom_table_v2 thead th {
    color: #fff;
    background-color: inherit;
    padding: 15px;
    font-weight: 400;
    text-align: left;
    font-size: 20px;
    white-space: nowrap; /* Prevent wrapping for header text */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis for very long text */
}

.custom_table_v2 thead th:first-child {
    padding-left: 20px;
}

.custom_table_v2 thead th:last-child {
    padding-right: 20px;
}

.custom_table_v2 tbody tr:nth-child(odd) {
    background-color: #e9edf5;
}

.custom_table_v2 tbody tr:nth-child(even) {
    background-color: #fff;
}

.custom_table_v2 tbody tr:first-child {
    background-color: #7ABEE9B2;
}

.custom_table_v2 tbody tr:first-child input {
    background-color: rgba(122, 190, 233, 0.65) !important;
    border: solid 2px white !important;
    border-radius: 7px !important;
    color: white !important;
    font-weight: bold !important;
}

.custom_table_v2 tbody tr td {
    padding: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #8f9da3;
    vertical-align: middle;
    height: 84px; /* Fixed height of 84px */
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis for very long text */
    text-align: left;
}

.custom_table_v2 tbody tr td:first-child {
    padding-left: 20px;
}

.custom_table_v2 tbody tr td:last-child {
    padding-right: 20px;
}

/* To handle minimum row height */
.custom_table_v2 tbody tr {
    min-height: 84px;
}

.custom_table_v2 tbody tr td .active_status {
    background: #dafff3;
    padding: 5px 20px;
    border-radius: 14px;
    height: 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #00bc16;
    display: inline-block;
}

.custom_table_v2 tbody tr td .in-active {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

.custom_table_v2 tbody tr .action-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Add horizontal scrolling for the table itself */
.custom_table_v2-wrapper {
    overflow-x: auto;
}

.custom-dynamic-table {
    width: 1016px !important;
}

.custom-dynamic-table thead th:last-child {
    width: 28% !important;
}

.copy_template_btn {
    width: 200px;
    height: 51px;
    background: #4675C0;
    color: white;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
}

.active-item {
    color: #4675C0 !important;
}

.table-search-btn, .table-clear-btn {
    background: none;
    border: none;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}


/* Custom styles for the delete confirmation modal */
#deleteConfirmModal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
}

#deleteConfirmModal .modal-body {
    padding: 3rem 2.5rem 2rem 2.5rem;
}

#deleteConfirmModal .modal-title {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 1.5rem;
}

#deleteConfirmModal .btn-danger {
    background-color: #dc3545;
    border: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius: 8px;
}

#deleteConfirmModal .btn-secondary {
    background-color: #e9ecef;
    color: #212529;
    border: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius: 8px;
}

/* Make modal overlay match the image */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

/* For smaller screens */
@media (max-width: 576px) {
    #deleteConfirmModal .modal-dialog {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }
}

/* Custom styles for action modals */
.custom_action_modal .modal-dialog {
    max-width: 877px;
    width: 100%;
}

.custom_action_modal .modal-dialog .modal-content {
    border: initial !important;
    border-radius: 26px !important;
    width: 85% !important;
    left: 14%;
}

.custom_action_modal .modal-body {
    padding: 43px 80px 13px 80px;
}

.custom_action_modal .modal-body p {
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

.custom_action_modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: initial;
    padding: 34px 80px;
    padding-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    gap: 10px;
}

.custom_action_modal .modal-footer .action_btn {
    border: rgba(0, 0, 0, 0);
    padding: 18px 50px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    background: red;
}

/* Specific button colors based on action */
.custom_action_modal.delete-modal .modal-footer .action_btn {
    background-color: #dc3545; /* Red for delete action */
}

.custom_action_modal.print-modal .modal-footer .action_btn {
    background-color: #00bc16; /* Green for print action */
}

.custom_action_modal.download-modal .modal-footer .action_btn {
    background-color: #007bff; /* Blue for download action */
}

.custom_action_modal .modal-footer .cancel_btn {
    margin: 0;
    background-color: #dce2ee;
    border: rgba(0, 0, 0, 0);
    padding: 19px 54px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

/* For responsive design */
@media (max-width: 992px) {
    .custom_action_modal .modal-dialog {
        max-width: 90%;
    }

    .custom_action_modal .modal-body {
        padding: 30px 40px;
    }

    .custom_action_modal .modal-body p {
        font-size: 28px;
        line-height: 36px;
    }

    .custom_action_modal .modal-footer {
        padding: 20px 40px;
    }
}

@media (max-width: 576px) {
    .custom_action_modal .modal-dialog {
        max-width: 95%;
    }

    .custom_action_modal .modal-body {
        padding: 20px 20px;
    }

    .custom_action_modal .modal-body p {
        font-size: 24px;
        line-height: 32px;
    }

    .custom_action_modal .modal-footer {
        padding: 15px 20px;
        flex-direction: column;
    }

    .custom_action_modal .modal-footer .action_btn,
    .custom_action_modal .modal-footer .cancel_btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

#invoice_batch_action {
    background: transparent;
    border: none;
    height: 60px !important;
    margin: 10px;
    cursor: pointer;
}

.custom-query-style {
    background: rgba(249, 249, 251, 0.6);
    border: 4px solid #fff !important;
    border-radius: 8px;
    margin-top: 2%;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;

    .page-item {
        display: inline-block;

        .page-link {
            border: 1px solid #ccc;
            padding: 6px 12px;
            border-radius: 4px;
            color: #333;
            text-decoration: none;
            background-color: #f9f9f9;
            transition: background-color 0.2s;

            &:hover {
                background-color: #e9e9e9;
            }
        }

        &.active .page-link {
            background-color: #007bff;
            color: #fff;
            border-color: #007bff;
        }

        &.disabled .page-link {
            color: #999;
            pointer-events: none;
            background-color: #f5f5f5;
        }
    }
}

/* Custom pagination styling to match the image */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.pagination li {
    margin: 0 2px;
}

.pagination a, .pagination span, .pagination em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    color: #444;
    border: 1px solid #e0e0e0;
}

.pagination a:hover {
    background-color: #f5f5f5;
}

.pagination .current {
    background-color: #3878df; /* Blue color for the active page */
    color: white;
    border: 1px solid #3878df;
}

.pagination .previous_page, .pagination .next_page {
    padding: 0;
    width: 30px;
    height: 30px;
}

.pagination .disabled {
    color: #ccc;
    cursor: not-allowed;
    background-color: #f5f5f5;
}

.pagination .gap {
    border: none;
}

.ctw_2 {
    height: 52.5vh !important;
    max-height: 100vh !important;
    background: none !important;
    border: none !important;
}

.company_ctw {
    height: 50vh !important;
    overflow-y: auto;
}

.stripe_ctw {
    height: 69vh !important;
    max-height: 100vh !important;
    border: none !important;
    background: transparent !important;
}

.table_ctw {
    border: none !important;
    background: none !important;
    height: 52vh !important;
    max-height: 100vh !important;
}

.td_ctw {
    height: 57vh !important;
    overflow-y: scroll !important;
}


.language_dropdown {
    /*position: absolute;*/
    right: 100px;
    color: #454545;
    background: white;
    padding: 10px;
    border-radius: 7px;
}

.language_dropdown select {
    border: none;
    background: transparent;
}

#optional_field {
    display: flex;
    justify-content: space-between;
}

#optional_field > label {
    margin: 20px 0 0;
}

#optional_field > input {
    height: 30px !important;
    margin: 15px 0 0;
}

.col-error-message {
    top: 76%;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 500;
    left: 1.15%;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.col-error-message > p {
    padding: 0 !important;
    margin: 0 !important;
}


.appointment_modal {
    top: 2%;
    right: 5%;
    z-index: 999999999;
}

.appointment_modal_header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background: white;
    padding: 0 2%;
    border: solid 1px rgba(0, 0, 0, 0.35);
    border-bottom: none;
}

.appointment_modal_header > .close_btn {
    font-size: 20px;
}

.calendly-inline-widget {
    min-width: 400px;
    height: 700px;
    border: solid 1px rgba(0, 0, 0, 0.35);
    border-top: none;
}

@media (max-width: 768px) {
    .appointment_modal {
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        background: white;
        position: fixed !important;
    }

    .calendly-inline-widget {
        min-width: 100%;
        min-height: 95vh;
    }

}

/*multiselect dropdown*/

.process-container {
    margin-top: 30px;
}

.process-title {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    font-weight: 600;
}

.process-multiselect {
    position: relative;
    width: 100%;
}

.process-multiselect-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 48px;
}

.process-multiselect-trigger:hover {
    border-color: #007bff;
}

.process-multiselect-trigger:focus-within {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.process-selected-items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    flex: 1;
}

.process-selected-item {
    background: #007bff;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.process-placeholder {
    color: #6c757d;
    font-size: 14px;
}

.process-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #6c757d;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.process-multiselect-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #e1e5e9;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.process-multiselect-option {
    position: relative;
}

.process-multiselect-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.process-multiselect-option label {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 14px;
}

.process-multiselect-option label:hover {
    background-color: #f8f9fa;
}

.process-multiselect-option input[type="checkbox"]:checked + label {
    background-color: #e3f2fd;
    color: #1976d2;
    font-weight: 500;
}

.process-custom-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin-right: 12px;
    position: relative;
    transition: all 0.2s ease;
}

.process-multiselect-option input[type="checkbox"]:checked + label .process-custom-checkbox {
    background-color: #007bff;
    border-color: #007bff;
}

.process-multiselect-option input[type="checkbox"]:checked + label .process-custom-checkbox::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

/* Toggle mechanism using CSS */
.process-multiselect input[type="checkbox"]#process-dropdown-toggle {
    display: none;
}

.process-multiselect input[type="checkbox"]#process-dropdown-toggle:checked ~ .process-multiselect-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.process-multiselect input[type="checkbox"]#process-dropdown-toggle:checked ~ .process-multiselect-trigger .process-arrow {
    transform: rotate(180deg);
}

.process-multiselect input[type="checkbox"]#process-dropdown-toggle:checked ~ .process-multiselect-trigger {
    border-color: #007bff;
    border-radius: 8px 8px 0 0;
}

/* Demo section */
.process-demo-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e1e5e9;
}

.process-demo-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.process-selected-display {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
    color: #6c757d;
    min-height: 20px;
}

.editor-row {
    justify-content: end !important;
}

.editor-canvas {
    flex: none !important;
    width: 72.5% !important;
}

.panel__right {
    flex-basis: 280px;
    position: fixed !important;
    overflow-y: auto !important;
    left: 1.5%;
    width: 23%;
    height: 86vh !important;
    margin-bottom: 4%;
}

.testimonial-section {
    width: 90%;
    text-align: center;
    margin: auto;
}

.testimonial-section h2 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 5%;
    line-height: 1.2;
}

.testimonial-carousel-container {
    width: 80%;
    margin: 0 auto 4rem auto;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.testimonial-track {
    display: flex;
    animation: scroll 40s linear infinite;
    padding: 40px;
}

.testimonial-carousel-container:hover .testimonial-track {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc((420px + 30px) * -4));
    }
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    width: 420px;
    flex-shrink: 0;
    margin: 0 calc(30px / 2);
    position: relative;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #3498db;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-card::before {
    content: '“';
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 6rem;
    font-weight: 700;
    color: #e9ecef;
    z-index: 1;
    line-height: 1;
}

.testimonial-card .quote {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
    color: #495057;
}

.author-info {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.author-info .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
    border: 2px solid #e9ecef;
}

.author-details .name {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
}

.author-details .title {
    font-size: 0.9rem;
    color: #495057;
}


.bottom-cta {
    padding: 40px;
}

.bottom-cta h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.bottom-cta p {
    font-size: 1.1rem;
    color: #495057;
    max-width: 600px;
    margin: 0 auto 1.5rem auto;
    line-height: 1.7;
}

.cta-button {
    display: inline-block;
    background-color: #3498db;
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
    background-color: #2980b9;
    transform: translateY(-3px);
}


@media (max-width: 768px) {
    .testimonial-section h2 {
        font-size: 2.4rem;
    }

    .testimonial-track {
        animation-duration: 35s;
    }

    .testimonial-card {
        width: 85vw;
        max-width: 350px;
    }

    .bottom-cta h3 {
        font-size: 1.8rem;
    }
}


.how-it-works-container {
    width: 100%;
    max-width: 1200px;
    padding: 40px 20px;
    text-align: center;
    margin: 1% auto;
    transform: scale(0.85);
}

.how-it-works-container h2 {
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.how-it-works-container .subtitle {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
}

.step {
    display: flex;
    align-items: center;
    margin-bottom: 120px;
    position: relative;
    opacity: 0;
    animation: slideIn 0.6s ease-out forwards;
}

.step:last-child {
    margin-bottom: 0;
}

.step:nth-child(1) {
    animation-delay: 0.2s;
}

.step:nth-child(2) {
    animation-delay: 0.4s;
}

.step:nth-child(3) {
    animation-delay: 0.6s;
}

.step:nth-child(4) {
    animation-delay: 0.8s;
}

.step:nth-child(5) {
    animation-delay: 1.0s;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step:nth-child(odd) {
    justify-content: flex-start;
}

.step:nth-child(even) {
    justify-content: flex-end;
}

.step-content {
    max-width: 400px;
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.step:nth-child(odd) .step-content {
    text-align: right;
}

.step:nth-child(even) .step-content {
    text-align: left;
}

.step-content:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.step-content h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.step-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}


.step:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: -120px;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 1000px 120px;
    background-position: center;
}

.step:nth-child(1)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 120'%3e%3cpath d='M200 10 L200 50 L800 50 L800 110' stroke='%233498db' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}


.step:nth-child(2)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 120'%3e%3cpath d='M800 10 L800 50 L200 50 L200 110' stroke='%233498db' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}


.step:nth-child(3)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 120'%3e%3cpath d='M200 10 L200 50 L800 50 L800 110' stroke='%233498db' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}


.step:nth-child(4)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 120'%3e%3cpath d='M800 10 L800 50 L200 50 L200 110' stroke='%233498db' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}


.step:nth-child(5) .step-content {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: white;
}

.step:nth-child(5) .step-content h3,
.step:nth-child(5) .step-content p {
    color: white;
}

.step-content::before {
    content: attr(data-step);
    position: absolute;
    top: -15px;
    width: 40px;
    height: 40px;
    background: #3498db;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.step:nth-child(odd) .step-content::before {
    right: 30px;
}

.step:nth-child(even) .step-content::before {
    left: 30px;
}

.step:nth-child(1) .step-content::before {
    background: #9b59b6;
    box-shadow: 0 4px 12px rgba(155, 89, 182, 0.3);
}

.step:nth-child(2) .step-content::before {
    background: #3498db;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.step:nth-child(3) .step-content::before {
    background: #1abc9c;
    box-shadow: 0 4px 12px rgba(26, 188, 156, 0.3);
}

.step:nth-child(4) .step-content::before {
    background: #e67e22;
    box-shadow: 0 4px 12px rgba(230, 126, 34, 0.3);
}

.step:nth-child(5) .step-content::before {
    background: #27ae60;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

@media screen and (max-width: 768px) {
    .step {
        justify-content: center !important;
        margin-bottom: 60px;
    }

    .step-content {
        max-width: 100%;
        text-align: center !important;
    }

    .step-content::before {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
    }

    .step:not(:last-child)::after {
        width: 4px;
        height: 60px;
        left: 50%;
        transform: translateX(-50%);
        background-image: none !important;
        background-color: #3498db;
        border-radius: 2px;
    }
}
