@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

html,
body {
/*    height: 100%;*/
    scroll-behavior: smooth;
}
:root{
    --theme-color:#058ed9;
}
body { margin: 0; padding: 0; font-size: 14px; width: 100%; overflow-x: hidden; font-weight: 400; background-color: #f4f7fe; font-family: "Inter", sans-serif; position: unset !important;
}
ul { list-style: none; padding: 0; margin: 0;
}
a,
a:hover { text-decoration: none; color: #000;
}
:focus { outline: none;
}

* { scrollbar-width: thin; scrollbar-color: #f1f1f1;
}

::-webkit-scrollbar { width: 5px; height: 5px; border-radius: 6px;
}

::-moz-scrollbar { width: 5px; height: 5px;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
    border-radius: 6px;
}

::-webkit-input-placeholder {
    color: #8f9bba;
    font-weight: 400;
}

::-moz-placeholder {
    color: #8f9bba;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #8f9bba;
    font-weight: 400;
}

:-moz-placeholder {
    color: #8f9bba;
    font-weight: 400;
}
.pe-none{
    pointer-events: none;
}
.login-page-info .login-side-bg {
    background: url("../img/login-right-image.png");
    height: 100vh;
}

#supporter-login-main {padding: 0 !important;}

.login-side-bg::before {display: none;}

.login-side-bg-left {background-color: #fff;}
.login-main-scroll { height: 100vh; overflow-x: hidden; overflow-y: auto; padding: 15px 0;}
.login-main-scroll-inr { min-height: 100%;}
.text-login-top span { font-weight: 800; font-size: 30px; color: #363f56;}
.comn-title-logside h1 {font-weight: 800;font-size: 40px;color: #ffffff;line-height: normal;text-transform: capitalize;}
.comn-title-logside p {font-weight: 500;font-size: 16px;color: #f5f6f766;}
.ppls-text-info bdi { font-weight: 500; font-size: 14px; color: #f5f6f7;}
.comn-title-logside {padding: 130px;}
.login-side-bg-left {background-color: #fff;}
.login-main-scroll { height: 100vh; overflow-x: hidden; overflow-y: auto; padding: 15px 0;}
.login-main-scroll-inr { min-height: 100%;}
.fix-width-left-send {   width: 550px;}
.logo-login-info {padding-bottom: 25px;}
.logo-login-info img { width: 255px;}
.login-text-div h2 {
    font-weight: 800;
    font-size: 22px;
    color: #363f56;
}

.login-page-info .login-with-option a {border: 1px solid #6a6e834d;border-radius: 60px;font-weight: 500;font-size: 14px;text-align: center;color: #152a3c;padding: 15px;}

.lbl-comn-theme {display: block;font-weight: 500;font-size: 15px;color: #152a3c;}

.input-style-info {border: 1px solid #6a6e834d;border-radius: 10px !important;box-shadow: none !important;height: 45px;padding: 6px 12px;transition: all 0.3s;color: #363f56;font-size: 14px;font-weight: 500;}

.input-style-info:focus {border-color: var(--theme-color);}

.forgot-pass-link {font-weight: 500;font-size: 15px;color: var(--theme-color)}

.btn-style-login {border-radius: 10px;color: #fff;text-align: center;font-size: 15px;text-transform: capitalize;padding: 13px 20px;display: inline-block;background-color: var(--theme-color);border: 1px solid var(--theme-color);transition: all 0.5s;cursor: pointer;}

.or-line-full span {font-weight: 500;font-size: 15px;color: #6a6e83;}

.or-line-full::before {
    margin: auto;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: #6a6e834d;
    height: 1px;
    top: 0;
    bottom: 0;
}

.or-line-full { margin: 25px 0 25px 0;}
.btm-links-login p { font-weight: 400; font-size: 15px; color: #6a6e83;}
.btm-links-login p a {
    font-weight: 400;
    color: #363f56;
    text-decoration: underline;
}

.login-with-option-icons a {
    font-weight: 500;
    font-size: 16px;
    color: #152a3c;
}

.eye-icons-fix { position: absolute; top: 0px; bottom: 0; right: 0; margin-top: auto; margin-bottom: 0; display: flex; justify-content: center;}
.eye-icons-fix button { background-color: transparent; padding: 0; margin-right: 12px; border: 0;height: 45px}
.eye-icons-fix button i { color: #111111; cursor: pointer;}
.login-text-div {word-break: break-word;}

.fix-width-left-send .input-style-info {border: 1px solid #6a6e834d;border-radius: 10px !important;box-shadow: none !important;height: 45px;padding: 6px 12px;transition: all 0.3s;color: #363f56;font-size: 14px;font-weight: 500;}
.sidebar-main-inner-menu li {position: relative;margin: 10px 0;}
.sidebar-main-inner-menu li a {padding: 10px 20px;display: flex;text-transform: capitalize;align-items: center;transition: all 0.3s;white-space: nowrap;cursor: pointer;font-weight: 500;font-size: 14px;color: #a3aed0;position: relative;}
.sidebar-main-inner-menu li a svg{height: 16px;width: 16px;}
.sidebar-main-inner-menu li a::before {position: absolute;content: "";right: 0;top: 0;bottom: 0;margin-top: auto;margin-bottom: auto;background-color: #058ed9; border-radius: 25px;width: 0;}
.sidebar-main-inner-menu li a span {margin-left: 15px;display: block;transition: all 0.3s;}
.sidebar-main-inner-menu li a.selected {
    border-right-color: var(--theme-color);
    /*background: linear-gradient(135deg, #868cff 0%, #058ed9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;*/
    font-weight: 600;
    color: var(--theme-color);
}
.sidebar-main-inner-menu li a.selected span{
    border-right-color: var(--theme-color);font-weight: 600;color: var(--theme-color);
}
.sidebar-main-inner-menu li a.selected::before {width: 4px;}
.sidebar-main-inner-menu li a.selected svg path {fill: var(--theme-color) !important;}
.sidebar-main-inner-menu li.multi-menu-show .collapse-main-div a.selected svg{ fill: #058ed9;}
.sidebar-main-section-inner .sidebar-main-inner-menu li.multi-menu-show a.:hover{ color: #a3aed0;}

.sidebar-main-section-inner .sidebar-main-inner-menu li.multi-menu-show a{ color: #a3aed0;}

.fix-colmn-left-nav.custom-col { width: 250px;}

.fix-colmn-left-nav.grid-nav { border-radius: 0; padding: 0;}

.white-bx-info {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 0.5px solid rgba(108, 106, 129, 0.1);
    box-shadow: 0px 2px 5px rgb(86 59 255 / 5%);
    word-break: break-word;
}

.dash-hdr-top {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
}

/*.dash-body-table {
    height: 100px;
    margin: 0 -20px;
}

.dash-body-table .table tr {
    border: 0;
}

.dash-body-table .table tbody {
    border: 0;
}

.dash-body-table .table thead th {
    vertical-align: middle;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #a3aed0;
    border: 0;
    border-bottom: 1px solid #e9edf7;
    white-space: nowrap;
    padding: 8px 20px;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
}

.dash-body-table .table tbody td {
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #363f56;
    border: 0;
    white-space: nowrap;
    padding: 8px 20px;
}*/

.dash-box-top span { width: 50px; height: 50px; min-width: 50px; border-radius: 50%;}
.dash-box-top span svg { width: 20px; height: 20px;}
.dash-box-top p { font-size: 14px; line-height: 24px; letter-spacing: -0.02em; color: #a3aed0;}
.dash-box-top bdi { font-size: 20px; color: #363f56; font-weight: 700;}
.dash-box-main li:nth-child(1) .dash-box-top span { background-color: #f4f7fe;}
.dash-box-main li:nth-child(2) .dash-box-top span { background-color: #ffeeee;}
.dash-box-main li:nth-child(3) .dash-box-top span { background-color: #e4fff0;}
.dash-box-main li:nth-child(4) .dash-box-top span { background-color: rgba(255, 159, 67, 0.1);}
.dash-box-main li:nth-child(5) .dash-box-top span { background-color: rgba(254, 46, 137, 0.1);}
.dash-box-main li:nth-child(6) .dash-box-top span { background-color: rgba(5, 142, 217, 0.1);}
.header-top-info p { font-weight: 500; font-size: 14px; line-height: 24px; color: #707eae;}
.header-top-info bdi { font-weight: 700; font-size: 15px; color: #363f56; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.bdr-box-right {
    background-color: #f4f7fe;
    border-radius: 49px;
    margin-left: 10px;
    height: 41px;
    display: inline-flex;
    align-items: center;
}

.bdr-box-right button {
    box-shadow: none;
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid rgba(163, 174, 208, 0.5);
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #6c6a81;
    line-height: 32px;
}

.bdr-box-right .form-control {
    box-shadow: none;
    background-color: #ffffff !important;
    background-image: none;
    border: 0.5px solid rgba(163, 174, 208, 0.5);
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #6c6a81;
}

.weekly-section-info {
    background-color: #f4f7fe;
    border-radius: 10px;
    padding: 15px;
}

.weekly-section-info p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    color: #363f56;
}

.weekly-section-info p span { font-weight: 700; letter-spacing: -0.02em; color: var(--theme-color);}
.weekly-section-info bdi { font-weight: 700; font-size: 16px; color: #363f56; padding-bottom: 10px;}
.weekly-section-chart span { font-weight: 700; font-size: 22px; color: var(--theme-color);}
.vistr-text { font-weight: 700; font-size: 20px; letter-spacing: -0.02em; color: #363f56;}
.vistr-text span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #a3aed0;
}

.suces-span-text {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #05cd99;
}

.reject-span-text {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #ea5455;
}

.chartdont-text span {
    background: linear-gradient(135deg, #868cff 0%, var(--theme-color) 100%), var(--theme-color);
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 5px;
}

.chartdont-text .last-color-rnd {
    background: #e9edf8;
}

.chartdont-text p {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #a3aed0;
}

.chartdont-text bdi {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #363f56;
}

.chartdont-info {
    background-color: #ffffff;
    box-shadow: 0px 18px 40px rgb(112 144 176 / 12%);
    border-radius: 15px;
    padding: 20px;
}

.bdr-left { border-right: 1px solid #f4f7fe;}
.chartdont-text .last-color-sent { background: #ff7a00;}
.chart-div-main { width: 160px;}
.dash-box-top .overflow-hidden { overflow: hidden;}
.white-bx-info-table { padding: 0; background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 10px;}
.white-bx-info-table .table {
    margin-bottom: 0 !important;
    width: 100% !important;
}

.white-bx-info-table .table thead th {
    text-transform: capitalize;
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle !important;
    background-color: #f9fafb;
    border: 0;
    border-top: 1px solid #e5e7eb;
    border-radius: 0;
}

.white-bx-info-table .table tbody td {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #363f56;
    letter-spacing: 0.01em;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle !important;
}

.white-bx-info-table .table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

.white-bx-info-table .table tbody tr:hover {
    background-color: #f9fafb;
}

.btns-info-logout a {
    background-color: #ffffff;
    border: 1px solid #a3aed0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #6c6a81;
}

.btns-info-logout {
    padding: 10px 20px;
}

.profile-header-info {
    background-color: #ffffff;
    border: 1px solid #a3aed0;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 20px;
}

.profile-header-info .nav-head {
    display: flex;
    align-items: center;
}

.profile-header-info .nav-head img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    object-fit: cover;
}

.profile-header-text p {
    font-weight: 700;
    font-size: 14px;
    color: #363f56;
    margin-bottom: 0;
}

.profile-header-text span {
    font-weight: 400;
    font-size: 12px;
    color: #707eae;
}

.sidebar-main-logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-bottom: 1px solid #f4f7fe;
}

.sidebar-main-logo img {
    max-width: 180px;
}

.sidebar-main-section {
    position: fixed;
    background-color: #fff;
    top: 0px;
    left: 0px;
    z-index: 96;
    width: 250px;
    height: 100%;
    transition: all 0.3s;
}

.sidebar-main-inner-menu {
    height: calc(100% - 260px);
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-main-section-inner, .sidebar-main-section-inner nav, .sidebar-main-section-inner .p-sticky {
    height: 100%;
}

/*.sidebar-main-section-inner nav {height: 100%;}
.sidebar-main-section-inner .p-sticky {height: 100%;}
*/

.comn-title-main {
    padding: 20px 0;
}

.comn-title-main h1 {
    font-weight: 700;
    font-size: 18px;
    color: #363f56;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: normal;
}

.comn-title-main h2 {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
    margin-bottom: 0;
    line-height: normal;
}

.btn-comn-theme {
    background-color: var(--theme-color);
    border-radius: 10px;
    padding: 9px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    border: 1px solid var(--theme-color);
    outline: none;
    color: #fff;
    cursor: pointer;
}
.btn-comn-theme  svg{
    height: 18px;
    width: 18px;
}

.btn-comn-theme2 {
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    border: 1px solid var(--theme-color);
    outline: none;
    cursor: pointer;
    color: var(--theme-color);
    background-color: transparent;
}

.btn-comn-theme2:hover{
    color: var(--theme-color);
}

.personal-info-images-text ul li {
    margin-bottom: 10px;
}
.personal-info-images-text ul li label {font-weight: 500;font-size: 14px;color: #6c6a81;width: 190px;flex-shrink:0;}

.personal-info-images-text ul li bdi {
    font-weight: 500;
    font-size: 14px;
    color: #363f56;padding-left: 5px;
}

.h2-title-info {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #363f56;
    text-transform: capitalize;
    margin-bottom: 0;
}

.personal-info-images {
    width: 120px;
    height: 120px;
    min-width: 120px;
}

.personal-info-images img {
    object-fit: cover;
}

.bdr-left-info {
    border-left: 1px solid #a3aed04d;
}

.authentication-info-btm img {
    max-width: 150px;
}

.authentication-info-btm p {
    font-weight: 500;
    font-size: 15px;
    color: #363f56;
    max-width: 610px;
}

.modal-comn-css .modal-content {
    border: 0;
    background-color: #ffffff;
    border-radius: 0px;
    width: 100%;
    border-top: 8px solid var(--theme-color);
}

/*.modal-comn-css .modal-header {
    padding: 30px;
}*/
.modal-backdrop.show{
    z-index: 999;
}
.modal-comn-css .modal-header .mdl-title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #363f56;
}

.modal-comn-css .modal-body {
    padding: 30px;
}

.lbl-class-info {
    font-weight: 600;
    font-size: 14px;
    color: #363f56;
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
    word-break: break-word;
}

.modal-filter-hdr .modal-dialog {
    max-width: 510px;
}

.step-ctr-text {
    font-weight: 500;
    font-size: 14px;
    color: #6c6a81;
}

.custom-input-style {
    border: 1px solid #abb1c173;
    border-radius: 10px;
    height: 45px;
    font-weight: 500;
    font-size: 14px;
    color: #363f56;
}

.custom-input-style:focus {
    box-shadow: 0 0 3px #4117ff4d;
    border-color: var(--theme-color);
}

.mdl-title-ptag {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #a3aed0;
}

.text-span-links {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #363f56;
}

.text-span-links a {
    background: linear-gradient(135deg, #868cff 0%, var(--theme-color) 100%), var(--theme-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.prf-dash-hdr {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #363f56;
    border-bottom: 1px solid #a3aed04d;
    padding: 15px 20px;
}

.prf-dash-body {
    padding: 20px;
}

.position-unset {
    position: unset;
}

.avatar-file-upload-cust .avatar-upload {
    width: 120px;
    height: 120px;
    min-width: 120px;
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
}

.avatar-file-upload-cust .avatar-upload .avatar-edit input + label {
    background: linear-gradient(135deg, #868cff 0%, #058ed9 100%), #058ed9;
    border: 2px solid #ffffff;
}

.avatar-file-upload-cust .avatar-upload .avatar-edit input + label:after {
    content: "\f030";
    font-family: "FontAwesome";
    color: #ffffff;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 12px;
    bottom: 0;
}

.bdr-line-vase {
    height: 1.5px;
    background-color: #a3aed04d;
    margin: 0 20px;
}

.close-modal-icon {
    opacity: 1;
}

.success-modal-text bdi {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #363f56;
}

.success-modal-text p {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #a3aed0;
}

.toggle-tabs-list {
    flex: 1 0;
    text-align: center;
}

.toggle-tabs-cust input[type="radio"].toggle {
    display: none;
}

.toggle-tabs-cust label {
    cursor: pointer;
    background-color: #ffffff;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #a3aed0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
}

.toggle-tabs-cust .toggle-tabs-list:first-child label {
    border-radius: 10px 0px 0px 0px;
    border-right: 2px solid #d9d9d9;
}
.toggle-tabs-cust .toggle-tabs-list:last-child label {
    border-radius: 0px 10px 0px 0px;
    border-left: 2px solid #d9d9d9;
}
.toggle-tabs-cust input[type="radio"].toggle + label {
    cursor: pointer;
    width: 180px;
}

.toggle-tabs-cust input[type="radio"].toggle:checked + label {
    border-bottom-color: var(--theme-color);
    color: var(--theme-color);
    background-color: #fff;
    cursor: default;
}

.toggle-tabs-cust {
    background: #d9d9d9;
    display: inline-flex;
    border-radius: 10px 10px 0px 0px;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1))
    drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.06));
}

.custom-table-btm {
    padding: 15px 10px;
    display: none;
}

.custom-table-page {
    color: #363f56;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
}

.sorting-top, .sorting-bottom {
    display: none;
}
/*.sorting-bottom { display: none;}*/

.white-bx-info-table table.dataTable thead > tr > th.sorting:before,
.white-bx-info-table table.dataTable thead > tr > th.sorting:after,
.white-bx-info-table table.dataTable thead > tr > th.sorting_asc:before,
.white-bx-info-table table.dataTable thead > tr > th.sorting_asc:after,
.white-bx-info-table table.dataTable thead > tr > th.sorting_desc:before,
.white-bx-info-table table.dataTable thead > tr > th.sorting_desc:after,
.white-bx-info-table
table.dataTable
thead
> tr
> th.sorting_asc_disabled:before,
.white-bx-info-table table.dataTable thead > tr > th.sorting_asc_disabled:after,
.white-bx-info-table
table.dataTable
thead
> tr
> th.sorting_desc_disabled:before,
.white-bx-info-table
table.dataTable
thead
> tr
> th.sorting_desc_disabled:after,
.white-bx-info-table table.dataTable thead > tr > td.sorting:before,
.white-bx-info-table table.dataTable thead > tr > td.sorting:after,
.white-bx-info-table table.dataTable thead > tr > td.sorting_asc:before,
.white-bx-info-table table.dataTable thead > tr > td.sorting_asc:after,
.white-bx-info-table table.dataTable thead > tr > td.sorting_desc:before,
.white-bx-info-table table.dataTable thead > tr > td.sorting_desc:after,
.white-bx-info-table
table.dataTable
thead
> tr
> td.sorting_asc_disabled:before,
.white-bx-info-table table.dataTable thead > tr > td.sorting_asc_disabled:after,
.white-bx-info-table
table.dataTable
thead
> tr
> td.sorting_desc_disabled:before,
.white-bx-info-table
table.dataTable
thead
> tr
> td.sorting_desc_disabled:after {
    opacity: 1;
    font-size: 1.8em;
    width: 16px;
    height: 9px;
}

.white-bx-info-table table.dataTable thead > tr > th.sorting:before {
    top: auto;
}

.toggle-tabs-gridsview {
    background: linear-gradient(
        135deg,
        rgba(134, 140, 255, 0.1) 0%,
        rgba(67, 24, 255, 0.1) 100%
    );
    border-radius: 10px;
    filter: none;
    overflow: hidden;
    border: 1px solid var(--theme-color);
}

.toggle-tabs-gridsview input[type="radio"].toggle + label {
    width: 50px;
    padding: 8px 10px 6px 10px;
}

.toggle-tabs-gridsview .toggle-tabs-list:first-child label {
    border-radius: 10px 0px 0px 10px;
    border-right: 1px solid var(--theme-color);
}

.toggle-tabs-gridsview input[type="radio"].toggle:checked + label {
    border-bottom-color: transparent;
    background-color: #d9f2ff;
}

.fundrise-cust-bx-top span {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fundrise-cust-bx-ctr bdi {
    text-transform: capitalize;
    color: #a3aed0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.fundrise-cust-bx-ctr bdi p {
    overflow: hidden;
}

.fundrise-cust-bx-ctr p bdi {
    color: var(--theme-color);
    font-weight: 700;
    font-size: 15px;
}

.fundrise-cust-bx-ctr p span {
    font-weight: 500;
    font-size: 12px;
    color: #363f56;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    min-height: 18px;
}

.fundrise-cust-bx-btm span {
    font-size: 14px;
    line-height: 18px;
    color: #a3aed0;
}

.fundrise-cust-bx-btm bdi {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #363f56;
}

.fundrise-cust-bx-btm a {
    background-color: rgba(163, 174, 208, 0.1);
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #6c6a81;
    padding: 8px 13px;
}

.fundrise-cust-bx-btm button {
    background-color: rgba(163, 174, 208, 0.1);
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #6c6a81;
    padding: 8px 13px;
}

.hideshow-click .grid-table-info {
    display: none;
}

.hideshow-click.active .grid-table-info {
    display: block;
}

.hideshow-click.active .list-table-info {
    display: none;
}

.dnr-info-icons svg {
    width: 35px;
    min-width: 35px;
    height: 35px;
}

.custom-design-dropdwon button {
    background-color: #ffffff;
    border: 1px solid rgba(163, 174, 208, 0.5);
    border-radius: 10px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #6c6a81;
    width: 180px;
    box-shadow: none;
    outline: none;
    justify-content: start;
    padding: 12px;
    cursor: pointer;
}

.custom-design-dropdwon button svg {
    width: 20px;
    height: 20px;
}

.custom-design-dropdwon button i {
    color: #6c6a81;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-left: 5px;
}

.custom-design-dropdwon button[aria-expanded="true"] i::before {
    content: "\f106";
}

.custom-design-dropdwon button[aria-expanded="true"] {
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
}

.custom-design-dropdwon .dropdown-menu {
    background-color: #ffffff;
    border: 1px solid rgba(163, 174, 208, 0.5);
    border-radius: 0px 0px 10px 10px;
    border-top: 0;
    width: 180px;
    padding: 15px;
}

.custom-design-dropdwon .apply-btn-cust {
    background-color: #ffffff;
    border: 1px solid rgba(163, 174, 208, 0.5);
    border-radius: 5px;
    width: auto;
    font-weight: 500;
    font-size: 14px;
    color: #363f56;
    padding: 8px 25px;
    height: auto;
    justify-content: center;
}

.text-dropdown-tag {
    font-weight: 500;
    font-size: 14px;
    color: #363f56;
}
.form-control{font-size: inherit}
.drop-sorting-info li { font-weight: 500; font-size: 15px; line-height: 30px; color: #363f56; transition: all 0.3s; cursor: pointer; background-color: #fff;}

.drop-sorting-info li:hover { color: var(--theme-color);}

.searc-btn-cust { background-color: #ffffff; border: 1px solid rgba(163, 174, 208, 0.5); border-radius: 10px; font-weight: 500; font-size: 14px; color: #363f56; padding: 8.5px 20px; cursor: pointer;}

.src-box-hdr-cust { background-color: #ffffff; border: 1px solid rgba(163, 174, 208, 0.5); border-radius: 10px; font-weight: 500; font-size: 14px; color: #363f56; padding: 0 12px; height: 40px; display: flex; flex-direction: column; justify-content: center; width: 248px;
}
.src-box-hdr-cust svg { position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; left: 12px;
}
.src-box-hdr-cust .form-control { padding: 0 0 0 25px; display: flex; flex-direction: column; justify-content: center; height: 100%; font-weight: 400; font-size: 14px; letter-spacing: -0.02em; color: #6c6a81;
}
.custom-tabs-fundsrise { background: #d9d9d9; display: inline-flex; border-radius: 10px 10px 0px 0px; filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1))
    drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.06));
}
.custom-tabs-fundsrise .nav-link { cursor: pointer; background-color: #ffffff; padding: 12px 20px; font-weight: 500; font-size: 15px; text-align: center; color: #a3aed0; display: flex; align-items: center; justify-content: center; border-radius: 0; border-right: 2px solid #d9d9d9; border-bottom: 2px solid #fff;
}
.custom-tabs-fundsrise .nav-item:first-child .nav-link {
    border-radius: 10px 0px 0px 0px;
}
.custom-tabs-fundsrise .nav-item:last-child .nav-link { border-radius: 0px 10px 0px 0px; border-right: 0;
}
.custom-tabs-fundsrise .nav-link.active { border-bottom-color: var(--theme-color); color: var(--theme-color);
    background-color: #fff;
}
.detls-info-bx-icons {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
}

.detls-info-bx-left-text bdi { font-weight: 700; font-size: 16px; color: #363f56;}
.detls-info-bx-left-text p { font-weight: 400; font-size: 14px; color: rgba(163, 174, 208, 1);}
.detls-info-bx-left-text p span { color: rgba(54, 63, 86, 1);}
.dnt-detls-info-class .bdr-left-fx { border-right: 1px solid rgb(163 174 208 / 30%);}
.dnt-detls-info-class { border-bottom: 1px solid rgb(163 174 208 / 30%); padding: 10px 0 30px 0; margin: 0 -20px;}
.dnt-detls-info-class li {padding: 0 20px 0 20px;}
.dnt-detls-info-class li:nth-child(1) .detls-info-bx-icons {background-color: rgba(255, 159, 67, 0.1);}
.dnt-detls-info-class li:nth-child(2) .detls-info-bx-icons {background-color: rgba(5, 142, 217, 0.1);}
.dnt-detls-info-class li:nth-child(3) .detls-info-bx-icons {background-color: #e4fff0;}
.detls-info-bx-icons svg {width: 30px;height: 30px;}
.tlt-bx-div {font-weight: 700;font-size: 15px;color: #363f56;padding: 15px 0;line-height: normal;}
.bx-fix-lbl-info label {font-weight: 500;font-size: 14px;color: #6c6a81;margin-bottom: 0;width: 100px;display: inline-block;vertical-align: middle;}
.bx-fix-lbl-info span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    color: #363f56;
    width: calc(100% - 105px);
}

.bx-fix-lbl-info {padding-bottom: 15px;}

.bx-fix-lbl-info p {
    font-weight: 500;
    font-size: 14px;
    color: #6c6a81;
}

.bx-fix-lbl-info p a {
    background-color: #f4f7fe;
    border-radius: 10px;
    color: var(--theme-color);
    border: 1px solid #058ed966;
    padding: 3px 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.full-table-size {
    border-radius: 0;
    box-shadow: none;
    margin: 0 -20px;
}

.full-table-size.white-bx-info-table .table thead th:first-child, .full-table-size.white-bx-info-table .table thead th:last-child {
    border-radius: 0;
}

/*.full-table-size.white-bx-info-table .table thead th:last-child {
    border-radius: 0;
}*/

.span-status-info {
    border-radius: 30px;
    width: 90px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: capitalize;
    color: #27ae60;
    text-align: center;
}

.status-published-text {
    background-color: rgba(16, 217, 149, 0.1);
    color: #27ae60 !important;
}
.status-danger-text {
    background-color: rgb(217 16 16 / 10%);
    color: #f76363 !important;
}
.status-archive-text {
    background-color: rgba(255, 122, 0, 0.1);
    color: #ff7a00 !important;
}

.fix-colmn-content-nav {
    width: calc(100% - 250px);
    margin-left: auto;
    padding: 0 15px;
}

.input-color-picker .colorpicker-input-addon {
    width: 50px;
    height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    border: none;
    margin-right: 15px;
    background: #efefef;
    border-radius: 10px 0px 0px 10px;
}

.input-color-picker input {
    width: calc(100% - 65px);
    border: none;
    background-color: transparent;
}

.colorpicker-input-addon i {
    display: inline-block;
    cursor: pointer;
    vertical-align: text-top;
    height: 16px;
    width: 16px;
    position: relative;
}

.input-text-lft-icon .input-group-text {
    background-color: transparent;
    border: 1px solid #a3aed04d;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    width: 70px;
    line-height: 0px;
    justify-content: center;
}

.upload-file-dash-new .file-selecter {
    background-color: #fff;
    border: 1px dashed #a3aed0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 200px;
    cursor: pointer;
}

.upload-file-dash-new .file-area {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.upload-file-section-new .file-area input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-file-dash-new .file-dummy {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.upload-file-dash-new .file-dummy-image {
    max-width: 130px;
    max-height: 130px;
    object-fit: contain;
    object-position: center;
    cursor: pointer;
}

.upload-file-dash-new .file-dummy span {
    font-weight: 700;
    font-size: 14px;
    color: #363f56;
    cursor: pointer;
}

.upload-file-dash-new .file-dummy span bdi {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #6c6a81;
    cursor: pointer;
}

.multi-menu-show i {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    text-align: right;
    color: #a3aed0;
    font-size: 22px;
    cursor: pointer;
}

.multi-menu-show .menu-links-arrows[aria-expanded="true"] ~ i::before {
    content: "\f106";
}

.sidebar-main-inner-menu .multi-menu-show li {
    margin: 0 0;
}

.integrations-box-main img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    object-fit: contain;
}

.integrations-box-main bdi {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
    line-height: normal;
}

.integrations-box-main p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #a3aed0;
    margin-top: 2px;
}

.integrations-box-main .connected-btn {
    background-color: var(--theme-color);
    color: #fff;
    border: 0;
    font-weight: 600;
}

.integrations-box-main .connected-btn svg path{
    fill: #fff;
}

.integrations-box-main .disconnect-btn {
    background: rgba(242, 47, 70, 0.1);
    border: 0;
    color: #f22f46;
    font-weight: 600;
}

.white-bx-info.integrations-box-main {
    min-height: 100%;
}

.form-control:disabled,
.form-control[readonly], .custom-select[readonly] {
    background-color: #f4f7fe80;
    opacity: 1;
}

.text-info-installtin bdi {
    font-weight: 500;
    font-size: 16px;
    color: #363f56;
    padding: 0 0 10px 0;
}

.text-info-installtin p {
    font-weight: 400;
    font-size: 15px;
    color: #6c6a81;
    line-height: 24px;
}

.installation-content-info {
    background-color: #f4f7fe80;
    border-radius: 10px;
    padding: 15px;
}

.installation-content-info span {
    font-weight: 600;
    font-size: 14px;
    color: #6c6a81;
}

.installation-content-info button {
    width: 63px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #868cff 0%, #058ed9 100%), #058ed9;
    border-radius: 5px;
}

.dropdown-custom-main .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0px 0px 11.571px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 0;
    margin: 0;
}

.dropdown-custom-main .dropdown-menu .dropdown-item {
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #363f56;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
}

.dropdown-custom-main .dropdown-menu .dropdown-item svg {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.published-text-status {
    color: #27ae60;
}

.team-mbr-info {
    background-color: #ffffff;
    border: 1px solid rgba(166, 172, 190, 0.2);
    border-radius: 10px;
    padding: 15px;
}

.team-mbr-info span {
    font-weight: 500;
    font-size: 15px;
    color: #363f56;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-mbr-info bdi {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 12px;
    color: #6c6a81;
}

.team-mbr-info img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    min-width: 45px;
    object-fit: cover;
}

.team-mbr-info p {
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    color: #6c6a81;
}

.team-mbr-info .dropdown-custom-main {
    min-width: 70px;
}

.border-class {
    height: 1px;
    background-color: #a3aed04d;
    margin: 25px 0 10px 0;
}

.check-invite-text .border-class {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
}

.check-invite-text p {
    font-weight: 400;
    font-size: 15px;
    color: #6c6a81;
}

.check-invite-text .mb-3 .cust-checkbox-new {
    border: 0.92px solid #a3aed0;
    border-radius: 10px;
    padding: 5px 10px;
}

.mdl-member-info .modal-dialog {
    max-width: 750px;
}

.prf-data-edit img {
    border-radius: 50%;
    object-fit: cover;
    width: 120px;
    min-width: 120px;
    height: 120px;
}

.custom-select-box-shadow {
    box-shadow: none !important;
}

.custom-tabs-fundsrise .selected .nav-link {
    border-bottom-color:var(--theme-color);
    color:var(--theme-color);
    background-color: #fff;
}

.textmsg-info-top-text span {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
}

.textmsg-info-top-text p {
    font-weight: 400;
    font-size: 14px;
    color: #363f56;
    margin-top: 5px;
}

.info-drag-drop a {
    padding: 15px;
    border: 1px solid #a3aed0;
    border-radius: 10px;
    background-color: #f4f7fe;
    font-weight: 500;
    font-size: 14px;
    color: var(--theme-color);
    margin-bottom: 10px;
    word-break: break-word;
    vertical-align: middle;
    display: block;
}

.info-drag-drop a img {
    margin-right: 10px;
    width: 24px;
    height: 12px;
}

.info-drag-drop a span {
    display: inline-block;
    vertical-align: middle;
}

.info-drag-drop a p {
    margin-bottom: 0;
    color: #363f56;
    vertical-align: middle;
    display: inline-block;
}

.phone-text-view-fix {
    width: 353px;
    height: 650px;
}

.phone-text-view-fix bdi {
    position: absolute;
    background-color: #f3f3f3;
    width: 250px;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    color: #536d80;
    border-radius: 10px;
    top: 140px;
    left: 25px;
    font-weight: 600;
    font-weight: 600;
    max-height: calc(100% - 270px);
    overflow-y: auto;
}

.phone-text-view-fix img {
    width: 353px;
    height: 650px;
}

.line-ltr-top {
    position: absolute;
    left: 40px;
    right: 100px;
    top: 105px;
}

.text-ltr-top {
    position: absolute;
    left: 25px;
    right: 0;
    top: 57px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 105px);
    text-align: center;
}

.text-left-top {
    position: absolute;
    left: 37px;
    right: 0;
    top: 30px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40px;
    text-align: left;
}

.line-ltr-top span {
    font-size: 12px;
    color: #536d80;
    font-weight: 500;
    background-color: #fcfcfc;
    text-transform: capitalize;
}

.line-ltr-top-inr::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    background-color: #f3f3f3;
}

.textmsg-info-top-text-right {
    margin: -20px 0;
}

.textmsg-info-top-text-right .span-line {
    border-bottom: 1px solid #a3aed04d;
    padding: 30px 0;
    margin-bottom: 50px;
}

.textmsg-info-top-text-right:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #a3aed04d;
    height: 100%;
    width: 1px;
}

.hdr-top-fix {
    background-color: var(--theme-color);
    margin: 0 -15px;
    padding: 15px !important;
}

.star-mark {
    color: #ff0000;
}

.cust-color-info .sp-colorize-container {
/*    border: 0 !important;*/
    background-color: #a3aed026;
    border-radius: 10px 0px 0px 10px !important;
    left: 0;
    width: 45px !important;
    height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
}

.cust-color-info .sp-colorize-container .sp-colorize {
    width: 80% !important; 
    height: 80% !important; 
    border-radius: 4px  !important;
}

.cust-color-info input.spectrum.with-add-on {
/*    padding-left: 60px;*/
}

.alignment-button-cust svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
}

.alignment-button-cust.btn-group .btn {
    background-color: #f4f7fe;
    border: 1px solid #a3aed0;
    border-radius: 10px !important;
    cursor: pointer;
    box-shadow: none;
    margin-right: 15px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.alignment-button-cust.btn-group
.btn-secondary:not(:disabled):not(.disabled).active,
.alignment-button-cust.btn-group
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    border-color: var(--theme-color);
    color: var(--theme-color);
    background-color: #f4f7fe;
}

.alignment-button-cust.btn-group .btn.active svg path {
    fill: var(--theme-color);
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 16px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d9d9d9;
    border-radius: 8px;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
    transition: 0.4s;
}

input:checked + .slider {
    background-color: var(--theme-color);
}

input:checked + .slider:before {
    transform: translateX(17px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.swith-text-main {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #363f56;
}

.fund-info-list {
    background-color: #ffffff;
    border: 1px solid rgba(163, 174, 208, 0.3);
    border-radius: 10px;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #363f56;
    height: 50px;
    margin-right: 10px;
}

.fund-info-list .custom-input-style {
    padding: 0;
    box-shadow: none;
    height: 40px;
    margin: 0 10px;
    border: 0;
}

.fund-info-list svg {
    position: relative;
    top: 1px;
}

.btn-outline-border {
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    border: 1px solid #a3aed0;
    color: #6c6a81;
    background-color: #fff;
}

.space-bdr-comn {
    padding: 15px 0;
}

.info-div-btm {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgb(86 59 255 / 15%);
    padding: 15px;
    position: sticky;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin-right: -15px;
}

.right-side-scroll-main {
    border-left: 1px solid #a3aed04d;
    /* height: calc(100vh - 89px); */
}

.right-side-scroll-div {
    padding-left: 15px;
    height: calc(100vh - 138px);
    overflow-y: auto;
    overflow-x: hidden;
    margin: -15px 0 0 0;
    padding-top: 15px;
}

.frm-box-main-info .donattion-price-box {
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 472px;
}

.frm-box-main-info .form_embedded_wrapper fieldset {
    /*display: block;*/
    padding: 0 !important;
    max-width: 100%;
}

.file-btn-prv {
    background-color: #a3aed01a;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #6c6a81;
    padding: 4px 15px;
}

.info-rounded-span span {
    width: 10px;
    height: 10px;
    background-color: #ffffff80;
    border-radius: 50%;
    display: none !important;
}

.info-rounded-span span.active {
    background-color: #fff;
}

.doner-frm-cust-hdr.form_embedded_wrapper .giving-ind {
    width: auto !important;
}

.doner-frm-cust-hdr .ind-lbl {
    font-weight: 700;
    font-size: 15px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #fff;
}

.white-bx-info .form_embedded_wrapper .doner-frm-cust-hdr-main {
    padding: 20px !important;
    max-width: 100%;
    margin: 0 !important;
    border-radius: 0;
    /*background-color: #058ed9;*/
}

.overflow-hidden-class {
    overflow: hidden;
}

.frm-box-main-info .input-box-custom span {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
}

.frm-box-main-info .input-box-custom label {
    background-color: #f8f7fb;
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #1e1e1e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    margin-bottom: 15px;
}

.frm-box-main-info .form_embedded_wrapper input[type="radio"]:checked + label {
    border-color: #058ed9;
}

.doner-frm-cust-ctr-info {
    padding: 0 35px;
}

.giving-amount-create-custom {
    width: 100%;
    display: flex;
    background-color: #f8f7fb;
    align-items: center;
    padding: 0 12px;
}

.giving-amount-create-custom span {
    font-weight: 700;
    font-size: 20px;
    /* background: linear-gradient(135deg, #868cff 0%, #058ed9 100%), #058ed9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.giving-amount-create-custom .custom-input-style {
    border-radius: 0;
    font-weight: 700;
    font-size: 20px;
    padding-left: 2px;
   /* background: linear-gradient(135deg, #868cff 0%, #058ed9 100%), #058ed9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;*/
}

.giving-amount-create-main .custom-select {
    background-color: #f8f7fb;
    border-radius: 0;
    width: 100px;
    outline: none;
}

.mx-100 {
    max-width: 100% !important;
}

.cust-tabs-main-info .fieldset-grid {
    background-color: #ffffff1a;
    border-radius: 15px;
}

.cust-tabs-main-info .donation-type-grid .rad-val {
    font-weight: 500;
    font-size: 14px;
    border: 0 !important;
    background-color: transparent;
    border-radius: 0;
    padding: 12px;
    width: 160px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
}

.cust-tabs-main-info input[type="radio"]:checked + label {
    background-color: #fff;
}

.pwrd-text-by {
    font-weight: 400;
    font-size: 15px;
    color: #363f56;
}

.shap-button-one::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.12);
    width: 50%;
    height: 100%;
    border-radius: 0 30px 20px 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.shap-raduis-fix {
    position: absolute;
    height: 22px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 10px;
    top: -10px;
}

.showpass-info-div.current .eye-icons-fix button i:before, .main-password.current .eye-icons-fix button i:before {
    content: "\f06e";
}

.showpass-info-div2.current2 .eye-icons-fix button i:before {
    content: "\f06e";
}

.showpass-info-div3.current3 .eye-icons-fix button i:before {
    content: "\f06e";
}

.login-main-scroll-inr .cust-chk-bx input:checked ~ .cust-chkmark {
    background: #058ed9;
    border-color: #058ed9;
}

.text-danger {
    font-size: 12px;
    margin: 0;
}

.error {
    font-size: 12px;
    margin: 0;color: red;
}

.show-pass-fixtb .eye-icons-fix {
    bottom: auto;
}

.frm-dont-info-fix li:nth-child(1) {
    position: absolute;
}

.full-szie-country-flgs .iti {
    width: 100%;
}

.full-szie-country-flgs .iti__selected-flag {
    background-color: #fff !important;
    border-radius: 10px 0 0 10px;
    position: relative;
}

.full-szie-country-flgs .iti__selected-flag::before {
    position: absolute;
    content: "";
    right: 0;
    background-color: #a3aed0;
    width: 1px;
    height: 29px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.cust-info-scroll-nav {
    display: initial;
}

.cust-info-scroll-nav .nav {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 2px;
}

.cust-info-scroll-nav .nav .nav-item {
    display: inline-block;
    margin: 0 -1px;
}

.cust-info-scroll-nav .nav-link {
    border-left: 0;
    border-right: 0;
}

.status-clicked-text {
    color: #058ed9;
    background-color: #058ed91a;
}

.custom-radio-button .btn {
    background-color: #ffffff;
    border: 1px solid rgba(163, 174, 208, 0.5);
    border-radius: 6px !important;
    padding: 11px 15px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #6c6a81;
    margin-right: 13px;
    box-shadow: none;
}

.custom-radio-button .btn-secondary:not(:disabled):not(.disabled).active,
.custom-radio-button .btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #fff;
    border-color: #058ed9;
    color: #058ed9;
}

.analytics-charts-custom
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-left,
.analytics-charts-custom
.apexcharts-legend.apx-legend-position-top.apexcharts-align-left,
.analytics-charts-custom .apexcharts-legend.apx-legend-position-right,
.analytics-charts-custom .apexcharts-legend.apx-legend-position-left {
    justify-content: center;
}

.analytics-charts-custom .apexcharts-legend-series {
    margin: 10px 0 !important;
}

.analytics-charts-custom .apexcharts-legend-marker {
    margin-right: 5px;
}

.analytics-charts-custom .apexcharts-canvas {
    margin: auto;
}

.shap-button-one svg {
    position: relative;
    top: 2px;
}

.shap-button-one {
    cursor: pointer;
}

.shap-button-one button {
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    padding: 15px;
    box-shadow: none;
    outline: none;
    border: 0;
    cursor: pointer;
    background-color: #058ed9;
}

.pwrd-text-by b {
    font-weight: 500;
}

.preview-text-info .input-group-text {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    border-color: #a3aed04d;
    border-right: 0;
    width: 70px;
    justify-content: center;
}

.preview-text-info .custom-input-style {
    border-radius: 0 10px 10px 0 !important;
    padding-right: 110px;
}

.preview-text-info .input-group .input-group-append {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.preview-text-info .input-group .input-group-append .input-group-text {
    background-color: #058ed9;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #f7f8f9;
    cursor: pointer;
    height: 40px;
    width: 100px;
    border: 0;
}

.copy-bt-btm-txtara {
    background-color: #058ed9;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    color: #f7f8f9;
    cursor: pointer;
    height: 40px;
    width: 100px;
    border: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.line-bdr-info {
    height: 1px;
    background-color: #a3aed04d;
    margin: 50px -20px 30px -20px;
}

.h3-title-info {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
    margin-bottom: 10px;
}

.bx-small-textp p {
    font-weight: 400;
    font-size: 14px;
    color: #a3aed0;
    margin: 5px 0 10px 0;
}

.sharing-media-cust .btn {
    border: 0;
    box-shadow: none;
    padding: 0 10px;
    background-color: #fff !important;
    opacity: 1;
}

.sharing-media-cust {
    margin: 0 -10px;
    display: flex;
}

.sharing-media-cust .btn span {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #ffffff;
    border: 1px solid rgba(163, 174, 208, 0.3);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #363f56;
    text-align: center;
}

.sharing-media-cust .btn.active span {
    border-color: #058ed9;
}

.sharing-media-cust .btn span img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
}

.info-tbl-list span {
    font-weight: 700;
    font-size: 15px;
    color: #363f56;
    text-align: left;
}

.info-tbl-list p {
    font-weight: 400;
    font-size: 14px;
    color: #a3aed0;
    text-align: center;
}

.info-tbl-list button {
    cursor: pointer;
}

.invie-btns .btn-comn-theme {
    background: linear-gradient(135deg, #868cff 0%, #058ed9 100%), #058ed9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

.dlt-text-p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #a3aed0;
}

.text-hr-line {
    font-weight: 500;
    font-size: 14px;
    color: #a3aed0;
    margin: 30px 0 25px 0;
    text-transform: uppercase;
}

.text-hr-line::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    margin: auto;
    background-color: #a3aed080;
    width: 30%;
}

.mdl-invite-modal .modal-dialog {
    max-width: 700px;
}

.send-link-cont img {
    width: 100%;
    height: 100%;
}

.fix-colmn-content-nav form {
    margin-bottom: 0;
}

.test-mode-note {
    font-weight: 500;
    font-size: 15px;
    color: #363f56;
}
/*Offline Donation*/
@media(max-width:575px){
    .offline-donation-title li{
        width: 50%;
    }
}
.test-mode-note b {
    font-weight: 600;
}

.cust-remove-box-info {
    box-shadow: none;
    border: 0;
}

.main-fieldset-box .form_embedded_wrapper .msf_hide {
    display: none;
}

.giving-amount-create .ind-currency {
    max-width: 100%;
    line-height: 1.5;
    width: auto !important;
    margin: unset !important;
    height: 50px;
}

.shap-button-one input {
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    padding: 15px;
    box-shadow: none;
    outline: none;
    border: 0;
    cursor: pointer;
    background-color: #058ed9;
}

.bneside-space-class {
    padding: 0 35px;
}

.banks-list-info-main.fieldset-grid-change label {
    border: 1px solid #a3aed04d !important;
    height: 45px;
    display: flex !important;
    align-items: center;
    padding: 15px !important;
}

.banks-list-info-main label img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 15px;
}

.form_embedded_wrapper
.banks-list-info-main
input[type="radio"]:checked
+ label {
    border: 1px solid #058ed9 !important;
}

.banks-list-info-main.fieldset-grid-change .cust-radio-btn label::before {
    right: 15px;
    left: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.banks-list-info-main.fieldset-grid-change .cust-radio-btn label::after {
    left: auto;
    right: 19px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.banks-list-info-main.fieldset-grid-change li {
    margin-bottom: 20px;
}

.banks-list-info-main.fieldset-grid-change li:last-child {
    margin-bottom: 0;
}

.grid-four-col-custom .freq-lbl {
    background-color: #f8f7fb;
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #1e1e1e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    margin-bottom: 15px;
}

.arrow-back-icon {
    font-size: 22px;
    line-height: 19px;
    margin-right: 10px;
}

.your-donts-info-summry {
    padding: 15px;
    background-color: #ffffff;
    border: 0.705797px solid rgba(106, 110, 131, 0.3);
    border-radius: 10px;
}

.your-donts-info-summry span {
    font-weight: 700;
    font-size: 15px;
    color: #363f56;
}

.your-donts-info-summry ul li bdi {
    font-weight: 400;
    font-size: 15px;
    color: #363f56;
}

.your-donts-info-summry ul li mark {
    font-weight: 700;
    font-size: 15px;
    text-align: right;
    /* background: linear-gradient(135deg, #868cff 0%, #058ed9 100%), #058ed9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;*/
    padding: 0;
}

.your-donts-info-summry ul li {
    margin-bottom: 10px;
}

.your-donts-info-summry ul li:last-child {
    margin-bottom: 0;
}

.custom-tips-radios .btn input {
    display: none;
}

.custom-tips-radios .btn {
    background-color: #f8f7fb !important;
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #1e1e1e !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin-bottom: 15px;
    border: 1px solid #f8f7fb !important;
    box-shadow: none;
    opacity: 1;
    padding: 10px;
}

.custom-tips-radios .btn.active {
    border-color: #058ed9 !important;
}

.prstr-fix {
    font-weight: 500;
    font-size: 14px;
    color: #6c6a81;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
}

.thanks-info-text h2 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #363f56;
}

.thanks-info-text p {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #363f56;
}

.bdr-top-dash {
    border-top: 1px solid rgba(163, 174, 208, 0.5);
    margin: 15px -15px 0 -15px;
    padding: 15px 15px 10px 15px;
}

.w-auto {
    width: auto !important;
}

.overflow-hidden {
    overflow: hidden;
}

.fundrise-cust-hidden-ctr .fundrise-cust-bx-ctr bdi {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fundrise-cust-hidden-ctr label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.fundrise-cust-hidden label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fundrise-cust-hidden bdi label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dnr-info-icons {
    background-color: rgba(255, 159, 67, 0.1);
    border-radius: 50%;
    width: 55px;
    min-width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-fundsrise-scroll .custom-tabs-fundsrise {
    border-radius: 0;
    filter: none;
    background-color: transparent;
}

.tabs-fundsrise-scroll .custom-tabs-fundsrise ul {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    border-radius: 10px 10px 0px 0px;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1))
    drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.06));
}

.tabs-fundsrise-scroll .custom-tabs-fundsrise ul .nav-item {
    display: inline-block;
}

.tabs-fundsrise-scroll .custom-tabs-fundsrise .nav-link {
    border-right: 0;
}

.white-bx-info-table .table tbody .fix-table-size {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
    white-space: normal;
}

.main-scrollbar-info {
    height: calc(100vh - 85px);
    overflow-y: auto;
    overflow-x: hidden;
}

.main-scrollbar-info-checkout .right-side-scroll-div {
    height: calc(100vh - 160px);
}

.main-scrollbar-info-checkout .main-scrollbar-info {
    height: calc(100vh - 88px);
}

.info-text-emails {
    border-bottom: 1px solid #a4afd04d;
    margin: 0 -20px 20px -20px;
    padding: 10px 0 30px 0;
}

.info-text-emails h2 {
    font-weight: 700;
    font-size: 18px;
    color: #363f56;
}

.info-text-emails p {
    font-weight: 400;
    font-size: 14px;
    color: #363f56;
}

.text-emails-bdr-class {
    border-radius: 15px;
    border: 1px solid #a4afd04d;
    padding: 20px;
}

.text-emails-bdr-hdr span {
    font-weight: 700;
    font-size: 15px;
    color: #363f56;
}

.text-emails-bdr-hdr p {
    font-weight: 400;
    font-size: 14px;
    color: #a3aed0;
}

.switch-emials-cust {
    min-width: 90px;
    white-space: nowrap;
}

.emials-cust-textinfo span {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #363f56;
    display: flex;
    align-items: center;
}

.emials-cust-textinfo span p {
    background: #f4f7fe;
    border: 0.5px solid rgba(163, 174, 208, 0.5);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #a3aed0 !important;
    line-height: normal;
    padding: 2px 10px;
}

.emials-cust-textinfo bdi {
    font-weight: 400;
    font-size: 14px;
    color: #a3aed0;
    margin: 10px 0 0 0;
}

.emails-bdr-listview {
    border-bottom: 1px solid #a4afd04d;
    padding: 20px 0;
}

.switch-emials-cust bdi {
    font-weight: 400;
    font-size: 14px;
    color: #a3aed0;
    margin: -7px 0 0 45px;
    vertical-align: top;
}

.switch-emials-cust .on-lbl {
    display: none;
}

.switch-emials-cust .off-lbl {
    display: inline-block;
}

.switch-emials-cust input:checked + span .off-lbl {
    display: none;
}

.switch-emials-cust input:checked + span .on-lbl {
    display: inline-block;
}

.emails-bdr-listview:last-child {
    border-bottom: 0;
}

.ifram-scroll-infomain {
    width: 100%;
    height: 100%;
    margin: auto;
}

.bdr-class-email {
    border-left: 1px solid #a3aed04d;
}

.text-bg-receipt-info h2 {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
}

.text-bg-receipt-info span {
    font-weight: 400;
    font-size: 14px;
    color: #6c6a81;
}

.text-bg-receipt-info p {
    font-weight: 500;
    font-size: 14px;
    color: #6c6a81;
    margin: 5px 0 0 0;
}

.text-bg-receipt-info p b {
    font-weight: 600;
    color: #333333;
}

.text-bg-receipt-info {
    border-bottom: 1px solid #a3aed04d;
    padding: 0 20px 15px 20px;
    margin: 0 -20px 15px -20px;
}

.receipt-content-frm-box {
    background: #ffffff;
    box-shadow: 0px 5px 7px rgb(0 0 0 / 9%);
    border-radius: 10px;
    max-width: 630px;
}

.receipt-content-frm-box .hdr-dont-info {
    background-color: #f4f7fe;
    border-radius: 10px 10px 0px 0px;
    height: 100px;
    font-weight: 700;
    font-size: 22px;
    color: #363f56;
}

.receipt-content-frm-box .dont-info-bodyul {
    padding: 15px 50px 15px 50px;
}

.receipt-content-frm-box .dont-info-bodyul li span {
    font-weight: 500;
    font-size: 14px;
    color: #6c6a81;
}

.receipt-content-frm-box .dont-info-bodyul li h3 {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: normal;
    margin: 5px 0 0 0;
}

.receipt-content-frm-box .dont-info-bodyul li {
    margin-bottom: 20px;
}

.content-desc-info-body {
    padding: 25px 50px 15px 50px;
    border-top: 1px solid #a3aed04d;
}

.receipt-content-msg-info h3 {
    font-weight: 700;
    font-size: 15px;
    color: #363f56;
}

.receipt-content-msg-info p {
    font-weight: 400;
    font-size: 14px;
    color: #363f56;
    margin-bottom: 10px;
}

.content-msg-info-btm-bg {
    background-color: #fafbff;
    border-radius: 0px 0px 10px 10px;
    margin: 20px -50px -15px -50px;
}

.receipt-content-frm-box .receipt-content-invoice {
    padding: 25px 50px;
}

.receipt-content-frm-box .receipt-content-gift {
    padding: 25px 50px;
    border-bottom: 1px solid #a3aed04d;
}

.receipt-content-frm-box .receipt-content-gift span {
    font-weight: 500;
    font-size: 14px;
    color: #a3aed0;
}

.receipt-content-frm-box .receipt-content-invoice a {
    background: linear-gradient(135deg, #868cff 0%, #058ed9 100%), #058ed9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 500;
    font-size: 14px;
}

.receipt-content-frm-box .receipt-content-invoice span {
    font-weight: 400;
    font-size: 14px;
    color: #363f56;
}

.rcpt-text-hdr span {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
}

.rcpt-text-hdr bdi {
    font-weight: 700;
    font-size: 18px;
    color: #363f56;
}

.rcpt-text-hdr p {
    font-weight: 400;
    font-size: 14px;
    color: #363f56;
}

.scrollbar-info-receipt-left {
    height: calc(100vh - 175px);
    overflow-y: auto;
    overflow-x: hidden;
}

.scrollbar-info-receipt-right {
    padding-left: 15px;
    height: calc(100vh - 226px);
    overflow-y: auto;
    overflow-x: hidden;
    margin: -15px 0 0 0;
    padding-top: 15px;
}

.collapse-info-div {
    border-radius: 10px;
    overflow: hidden;
}

.collapse-info-div button {
    border-radius: 10px;
    height: 50px;
    width: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #a3aed04d;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #363f56;
    font-weight: 600;
    cursor: pointer;
}

.collapse-info-div button i {
    font-size: 18px;
    transition: all 0.3s;
}

.collapse-info-div button[aria-expanded="true"] {
    border-color: #058ed9;
    border-radius: 10px 10px 0 0;
}

.collapse-info-div button[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.collapse-info-div .collapse-inrdiv {
    padding: 15px;
    border: 1px solid #a3aed04d;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}
.upload-file-photo .upload-file-section-new .file-area input[type="file"]{
  z-index: 1;
}

.upload-file-photo .upload-file-dash-new .file-selecter{
  height: 170px;
}
.share-btns-fix {
    background-color: var(--theme-color);
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    color: #f7f8f9;
    cursor: pointer;
    height: 40px;
    width: auto;
    border: 0;
    position: absolute;
    right: 120px;
    bottom: 10px;
    padding: 1px 12px;
}
.btn-disconnect {
    background-color: #eb5757;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    border: 1px solid #eb5757;
    outline: none;
    color: #fff;
    cursor: pointer;
}

.dash-prvw-hdr { padding: 10px; font-weight: 500; font-size: 16px; color: #1c1c1c; border-bottom: 1px solid #a3aed04d;}
.dash-prvw-body { padding: 20px;}

.dash-prvw-body-left-row { background: #f4f7fe; border-radius: 10px; overflow: hidden;}

.dash-prvw-body-left h2 { font-weight: 700;
    font-size: 24px;
    color: #363f56;
}

.dash-prvw-body-left p {
    font-weight: 400;
    font-size: 15px;
    color: #1e1e1e;
}

.dash-prvw-body-right { background-repeat: no-repeat !important; background-size: cover !important;height: 100%;position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
.dash-prvw-body-left { padding: 50px;}

.elements-btm span {
    font-weight: 700;
    font-size: 15px;
    color: #363f56;
    padding: 0 0 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elements-btm p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #a3aed0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elements-btm {
    border-top: 1px solid #a3aed04d;
    padding: 20px 20px 0 20px;
    margin: 0 -20px;
}

.elements-top { padding: 0 20px 0 20px; margin: 0 -20px;}
.element_edit_btn{background-color: #a3aed01a;border-radius: 30px;padding: 4px 10px;color: #6c6a81;font-weight: 400;font-size: 14px;border: none;cursor: pointer;}
.elements-top a {background-color: #a3aed01a;border-radius: 30px;padding: 4px 8px;color: #6c6a81;font-weight: 400;font-size: 14px;}

.elements-top span {background-color: #efebfe;border-radius: 30px;padding: 4px 15px;font-weight: 400;font-size: 14px;}

.elements-top span bdi {background: linear-gradient(135deg, #868cff 0%, #058ed9 100%), #058ed9;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}

.elements-ctr {padding: 70px 0;}

.fix-size-box .white-bx-info {height: 270px;transition: all 0.3s;cursor: pointer;}

.fix-size-box .white-bx-info.active {
    border-color: #058ed9;
}

.fix-size-box .elements-top {
    position: absolute;
    top: 20px;
}

.fix-size-box .white-bx-info:hover .elements-top-edit {
    opacity: 1;
    visibility: visible;
}

.elements-ctrbtn-1 {background-color: var(--theme-color);border-radius: 10px;padding: 10px 20px;font-weight: 400;font-size: 14px;line-height: 24px;text-align: center;
    letter-spacing: 0.01em;text-transform: capitalize;border: 1px solid var(--theme-color);outline: none;color: #fff;cursor: pointer;
}

.elements-ctrbtn-2 {
    background-color: transparent;
    color: #058ed9;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    border: 1px solid #058ed9;
    outline: none;
    cursor: pointer;
}

.elements-ctrbtn-3 {
    background-color: #ff7a00;
    border-radius: 25px;
    padding: 3px 20px 3px 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    border: 1px solid #ff7a00;
    outline: none;
    color: #fff;
    cursor: pointer;
}

.elements-ctrbtn-3 span {
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
}

.elements-ctrbtn-4 {
    background-color: rgba(235, 87, 87, 0.1);
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    border: 1px solid #eb5757;
    outline: none;
    color: #eb5757;
    cursor: pointer;
}

.elements-ctrbtn-5 {
    background-color: #058ed9;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    border: 1px solid #058ed9;
    outline: none;
    color: #fff;
    cursor: pointer;
}

.elements-ctrbtn-6 {
    box-shadow: 0px 4px 0px #008648;
    background-color: #02a95c;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    border: 1px solid #02a95c;
    outline: none;
    color: #fff;
    cursor: pointer;
}

.elements-top-edit {
    right: 20px;
    opacity: 0;
    visibility: hidden;
}

.fix-size-box .white-bx-info:hover .elements-top-edit {
    opacity: 1;
    visibility: visible;
}
@media (max-width:700px){
    .elements-top-edit{
    visibility: visible;
    opacity: 1;
}

}
.fix-size-box .btn-comn-theme, .fix-size-box .btn-comn-theme2 { width: 165px;}

.prv-box-height {
    background-color: #f4f7fe;
    border-radius: 10px;
    height: 250px;
}

.drp-shdow-box {
    border: 1px solid #a3aed04d;
    border-radius: 10px;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    color: #363f56;
    padding: 0.375rem 0.75rem;
}

.cust-inout-fix-icon {
    width: 200px;
}

.cust-inout-fix-icon svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0.75rem;
}

.cust-inout-fix-icon .custom-input-style {
    padding-left: 40px;
    background-color: #fff;
}

.frm-custom-elemts {
    box-shadow: 0px 3.38983px 20.339px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.frm-custom-hdr-top {
    background-color: #058ed9;
    padding: 30px;
}

.frm-custom-hdr-top .btn-group-toggle {
    background-color: #ffffff1a;
    border-radius: 15px;
}

.frm-custom-hdr-top .btn {
    font-weight: 500;
    font-size: 0.8vw;
    border: 0 !important;
    background-color: transparent !important;
    border-radius: 10px !important;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    opacity: 1;
}

.frm-custom-hdr-top .btn.active {
    background-color: #ffffff !important;
    color: #058ed9 !important;
}

.custom-elemts-ctr-div {
    padding: 20px 50px;
}

.frm-custom-ctr-tlt {
    font-weight: 700;
    font-size: 0.8vw;
    color: #363f56;
}

.frm-custom-ctr .btn-group-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.frm-custom-ctr { padding: 0 30px;}

.frm-custom-ctr .btn-group-toggle .btn {
    background-color: #f8f7fb !important;
    width: 100%;
    height: 2.3vw;
    font-weight: 500;
    font-size: 0.7vw;
    text-align: center;
    color: #363f56 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    outline: none;
    border: 1px solid #f8f7fb !important;
    opacity: 1;
    min-width: 100%;
}

.frm-custom-ctr .btn-group-toggle .btn.active {
    border-color: var(--theme-color) !important;
    color: var(--theme-color) !important;
    background-color: #fff !important;
}

.slt-curncy-text-div .custom-input-style {
    background-color: #f8f7fb;
    border-color: #f8f7fb;
    box-shadow: none;
    border-radius: 0;
    font-size: 0.9vw;
    height: 2.5vw;
}

.slt-curncy-text-div .custom-select {
    width: 100px;
    font-weight: 500;
    font-size: 0.7vw;
}

.slt-curncy-text-div span {
    color: var(--theme-color);
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 0.9vw;
}

.slt-curncy-text-div .position-relative .custom-input-style {
    padding-left: 22px;
    font-weight: 700;
    color: var(--theme-color);
}

.elemts-info-main {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-shap-btnlast {
    z-index: 1;
}

.btn-shap-btnlast span {
    background-color: rgba(255, 255, 255, 0.12) !important;
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 20px 20px 0;
}

.fix-size-box-remove .white-bx-info {
    height: auto;
}

.fix-size-box-remove .white-bx-info .elements-top a { opacity: 0; visibility: hidden;}
.fix-size-box-remove .white-bx-info:hover .elements-top a { opacity: 1; visibility: visible;}
.elements-two-form .slt-curncy-text-div .position-relative .custom-input-style {
    color: #ffbf03;
}
@media (max-width:700px){
    .fix-size-box-remove .white-bx-info .elements-top a {
        opacity: 1;
        visibility: visible;
    }
}
.elements-two-form .slt-curncy-text-div span {
    color: #ffbf03;
}

.elements-two-form .frm-custom-ctr .btn-group-toggle .btn.active {
    border-color: #ffbf03 !important;
    color: #ffbf03 !important;
}

.elements-two-form .frm-custom-hdr-top {
    background-color: #fff;
}

.elements-two-form .frm-custom-hdr-top .btn {
    color: #363f56;
    border: 1px solid #ffbf03 !important;
    margin: 0 5px;
    border-radius: 50px !important;
}

.elements-two-form .frm-custom-hdr-top .btn.active {
    background-color: #ffbf03 !important;
    color: #fff !important;
}

.elements-two-form .elements-ctrbtn-3 {
    background-color: #ffbf03;
    border-color: #ffbf03;
}

.preview-frm-info .elemts-info-main {
    background-color: #f4f7fe;
    border-radius: 10px;
    border: 0;
    padding: 15px;
    overflow: hidden;
}

.preview-frm-info .custom-elemts-ctr-div {
    max-width: 392px;
    padding: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: none;
}

.elements-three-form .frm-custom-hdr-top {
    background-color: #fff;
}

.elements-three-form .elements-ctrbtn-1 {
    background-color: #ff7a76;
    border-color: #ff7a76;
}

.elements-three-form
.slt-curncy-text-div
.position-relative
.custom-input-style {
    color: #ff7a76;
}

.elements-three-form .slt-curncy-text-div span {
    color: #ff7a76;
}

.elements-three-form .frm-custom-ctr .btn-group-toggle .btn {
    color: #363f56;
    margin: 0 5px;
    border-radius: 5px !important;
    background-color: #fff !important;
}

.elements-three-form .frm-custom-ctr .btn-group-toggle .btn.active {
    border-color: #ff7a76 !important;
    background-color: #ff7a76 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.elements-three-form .slt-curncy-text-div .custom-input-style {
    background-color: #fff;
}

.elements-three-form .frm-custom-ctr {
    background-color: #f8f7fb;
}

.elements-three-form .frm-custom-hdr-top .btn {
    color: #8d8d8d;
    text-transform: uppercase;
    border-radius: 0 !important;
    border-bottom: 2px solid #fff !important;
}

.elements-three-form .frm-custom-hdr-top .btn.active {
    background-color: #fff !important;
    color: #ff7a76 !important;
    border-color: #ff7a76 !important;
}

.elements-three-form .frm-custom-hdr-top {
    padding: 30px 30px 0 30px;
}

.cls-fix-top {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.file-upload-content img {
    object-fit: cover;
    object-position: center top;
    max-width: 215px;
    max-height: 150px;
    border-radius: 6.61232px;
}

.modal-crop-custom .modal-dialog {
    max-width: 800px;
}

.dash-prvw-body-left-row .elemts-info-main {
    padding: 100px 70px;
}

.dash-prvw-body-left-row .frm-custom-elemts {
    background-color: #fff;
}

.lbl-class-white-space {
    white-space: nowrap;
}

.edit-temp-hdr-top {
    background-color: #fff;
    margin: 0 -15px;
    padding: 15px !important;
    border-bottom: 0.5px solid rgba(108, 106, 129, 0.1);
}

.email-preview-left-hdr {
    border-radius: 0 !important;
}

.email-preview-left-hdr h2 {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
}

.email-preview-left-hdr span {
    font-weight: 500;
    font-size: 14px;
    color: #6c6a81;
}

.email-preview-left-hdr .sender span {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}

.email-preview-left-hdr .sender bdi {
    font-weight: 400;
    font-size: 14px;
    color: #6c6a81;
}

.edit-email-righside {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.edit-email-righside .nav-link {
    width: 80px;
    height: 80px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    font-weight: 500;
    font-size: 14px;
    color: #363f56;
    background-color: transparent;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    margin: auto;
    cursor: pointer;
}

.edit-email-righside .nav-link svg {
    width: 26px;
    height: 26px;
    min-width: 26px;
    display: block;
    text-align: center;
    margin: auto auto 5px auto;
}

.edit-email-righside .nav-link.active {
    background-color: #fff;
    color: #363f56;
}

.edit-email-leftside {
    width: calc(100% - 150px);
    display: inline-block;
    border-radius: 0;
    vertical-align: top;
    border-top: 0;
    border-right: 0;
    margin-right: -4px;
    height: 100%;
}

.upload-imgs-text img {
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
    height: 150px;
}

.upload-imgs-text .cls-fix-top {
    right: 5px;
    top: 5px;
}

.upload-imgs-text .cls-fix-top svg {
    width: 22px;
    height: 22px;
}

.content-top-box {
    border: 1px solid #a3aed04d;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
}

.content-top-box img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.content-top-box bdi {
    font-weight: 700;
    font-size: 14px;
    color: #363f56;
    white-space: nowrap;
}

.dtls-info-section-hdr {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
    border-top: 1px solid #a3aed04d;
    padding: 15px 20px 15px 20px;
    margin: 15px -20px 0 -20px;
}

.hdr-inr-lefside-div span {
    font-weight: 700;
    font-size: 15px;
    color: #363f56;
}

.hdr-inr-lefside-div {
    padding: 10px 15px;
    border-bottom: 1px solid #a3aed04d;
}

.bdy-inr-lefside-div {
    padding: 15px;
}

.lefside-div-fileuplaod {
    background-color: #fff;
    border: 1px dashed #a3aed0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.lefside-div-fileuplaod .image-upload-wrap .drag-text {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    margin: auto;
    overflow: unset;
    display: block;
}

.lefside-div-fileuplaod span {
    font-weight: 700;
    font-size: 14px;
    color: #363f56;
    cursor: pointer;
}

.lefside-div-fileuplaod span bdi {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #6c6a81;
    cursor: pointer;
}

.lefside-div-fileuplaod .background_image {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lefside-div-fileuplaod .file-upload-content img {
    object-fit: cover;
    object-position: center top;
    width: 135px;
    height: 150px;
    border-radius: 6.61232px;
}

.right-side-drm-main-class form {
    height: 100%;
}

.right-side-drm-main-class .email-editor {
    height: 100%;
    padding: 0 !important;
}

.hdr-inr-lefside-div button svg {
    width: 35px;
    height: 35px;
}

.margin-minus-all {
    display: none;
    margin: -20px;
}

.edit-email-leftside-main.active .first-div-hideshow {
    display: none;
}

.edit-email-leftside-main.active .margin-minus-all {
    display: block;
}

.edit-email-leftside-main.active .edit-email-leftside {
    width: calc(100% - 70px);
}

.edit-email-leftside-main.active .edit-email-righside {
    display: none;
}

.margin-minus-all2 {
    display: none;
    margin: -20px;
}

.edit-email-leftside-main.active2 .first-div-hideshow {
    display: none;
}

.edit-email-leftside-main.active2 .margin-minus-all2 {
    display: block;
}

.edit-email-leftside-main.active2 .edit-email-leftside {
    width: calc(100% - 70px);
}

.edit-email-leftside-main.active2 .edit-email-righside {
    display: none;
}

.margin-minus-all3 {
    display: none;
    margin: -20px;
}

.edit-email-leftside-main.active3 .first-div-hideshow {
    display: none;
}

.edit-email-leftside-main.active3 .margin-minus-all3 {
    display: block;
}

.edit-email-leftside-main.active3 .edit-email-leftside {
    width: calc(100% - 70px);
}

.edit-email-leftside-main.active3 .edit-email-righside {
    display: none;
}

.edit-email-leftside-main.active3 .first-div-hideshow {
    display: none;
}

.margin-minus-all4 {
    display: none;
    margin: -20px;
}

.edit-email-leftside-main.active4 .first-div-hideshow {
    display: none;
}

.edit-email-leftside-main.active4 .margin-minus-all4 {
    display: block;
}

.edit-email-leftside-main.active4 .edit-email-leftside {
    width: calc(100% - 70px);
}

.edit-email-leftside-main.active4 .edit-email-righside {
    display: none;
}

.edit-email-leftside-main.active4 .first-div-hideshow {
    display: none;
}

.margin-minus-all5 {
    display: none;
    margin: -20px;
}

.edit-email-leftside-main.active5 .first-div-hideshow {
    display: none;
}

.edit-email-leftside-main.active5 .margin-minus-all5 {
    display: block;
}

.edit-email-leftside-main.active5 .edit-email-leftside {
    width: calc(100% - 70px);
}

.edit-email-leftside-main.active5 .edit-email-righside {
    display: none;
}

.edit-email-leftside-main.active5 .first-div-hideshow {
    display: none;
}

.margin-minus-all6 {
    display: none;
    margin: -20px;
}

.edit-email-leftside-main.active6 .first-div-hideshow {
    display: none;
}

.edit-email-leftside-main.active6 .margin-minus-all6 {
    display: block;
}

.edit-email-leftside-main.active6 .edit-email-leftside {
    width: calc(100% - 70px);
}

.edit-email-leftside-main.active6 .edit-email-righside {
    display: none;
}

.edit-email-leftside-main.active6 .first-div-hideshow {
    display: none;
}

.custom-email-radios .btn svg {
    width: 16px;
    height: 16px;
}

.custom-email-radios .btn {
    outline: none;
    box-shadow: none;
    border: 1px solid #a3aed04d !important;
    border-radius: 10px !important;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #363f56 !important;
    background-color: #fff !important;
}

.custom-email-radios .btn.active {
    color: #058ed9 !important;
    border-color: #058ed9 !important;
}

.custom-email-radios .btn.active svg path {
    fill: #058ed9;
}

.social-icons-withclick li {
    margin-right: 10px;
}

.social-icons-withclick li button img {
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.email-preview-left-side-main .email-preview {
    background-color: #fff;
}

.text-new-style p {
    font-style: italic;
    font-size: 12px;
}

.fundrise-stgs-list li .cust-chk-bx {
    line-height: 22px;
}

.fundrise-stgs-list li {
    margin-bottom: 10px;
}

.fundrise-stgs-list li:last-child {
    margin-bottom: 0;
}

.crowdfunding-scroll-main .right-side-scroll-div {
    height: calc(100vh - 133px);
}

.thubnil-slider-main-fix .thubnil-slider-big-info {
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    width: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.thubnil-slider-big-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.thubnil-slider-big-info video {
    object-fit: cover;
    object-position: center;
}

.thubnil-slider-big-info iframe,
.thubnil-slider-big-info video {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.thubnil-slider-smal iframe,
.thubnil-slider-smal img,
.thubnil-slider-smal video {
    width: 100%;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    cursor: pointer;
}

.thubnil-slider-smal {
    padding: 5px;
}

.fix-class-icon-ctr {
    display: -moz-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #000;
    cursor: pointer;
}

.fix-class-icon-ctr i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thubnil-slider-main .slick-active.slick-current .thubnil-slider-smal img {
    opacity: 1;
}
.question-svg{width: 16px !important;height: 16px !important;}
.crowdfunding-scroll-main .slider {
    cursor: auto;
    background: transparent;
    border-radius: 0;
    transition: none;
}

.crowdfunding-scroll-main .slider:before {
    display: none;
}

.box-fnd-donts-top {
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    color: #183b56;
    line-height: normal;
    padding: 0 0 5px;
}

.country-text {
    font-weight: 600;
    font-size: 13px;
    color: #5a7184;
    white-space: nowrap;
}

.manage-progress-div bdi {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #5a7184;
}

.price-dont-text-raised {
    font-weight: 700;
    font-size: 22px;
    color: #058ed9;
}

.manage-progress-div bdi mark {
    font-weight: 500;
    font-size: 13px;
    color: #5a7184;
}

.manage-progress-div .progress {
    border-radius: 10px;
    background-color: #5a71841a;
    height: 7px;
}

.manage-progress-div .progress .progress-bar {
    background-color: #058ed9;
    border-radius: 10px;
}

.text-span-time {
    font-weight: 600;
    font-size: 13px;
    color: #183b56;
}

.text-date-time {
    font-weight: 600;
    font-size: 12px;
    color: #5a7184;
}

.manage-bx-white.white-bx-info .btn-comn-theme {
    border-radius: 60px;
}

.manage-bx-white.white-bx-info .btn-comn-theme2 {
    border-radius: 60px;
}

.crowdfunding-scroll-main .slick-track {
    margin: auto;
}

.progress-bar-cust-main span {
    font-weight: 700;
    font-size: 26px;
    color: #058ed9;
}

.progress-bar-cust-main p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #a3aed0;
    margin-bottom: 1.5rem;
}

.progress-bar-cust-main .progress {
    height: 25px;
    font-size: 14px;
}

.progress-bar-cust-one .progress {
    background-color: #5a71841a;
    border-radius: 10px;
}

.progress-bar-cust-one .progress-bar {
    background-color: #058ed9;
    border-radius: 10px;
}
.progress-bar{
    text-align: right;
    padding-right: 10px;
}
.progress-bar-cust-three .progress {
    background-image: linear-gradient(0deg, white 0%, #ffffff00 20%,#5a71841a 20%,#5a71841a 80%,#ffffff 80%,white 100%);
}
.px-space-ltr {
    padding-left: 15px;
    padding-right: 15px;
}

.progress-bar-cust-two span {
    color: #f70059;
}

.progress-bar-cust-two .progress {
    background-color: rgba(247, 0, 89, 0.1);
    border: 1px solid #f70059;
    border-radius: 0;
}

.progress-bar-cust-two .progress-bar {
    background-color: #f70059;
    border: 1px solid #ffe6ef;
    border-radius: 0;
}

.progress-bar-cust-three span {
    color: #02a95c;
}

.progress-bar-cust-three .progress {
    background-color: #5a71841a;
    border: 0;
    border-radius: 10px;
}

.progress-bar-cust-three .progress-bar {
    background-color: #02a95c;
    border-radius: 10px;
    border: 0;
}

.progress-bar-cust-four span {
    color: #f2c94c;
}

.progress-bar-cust-four .progress {
    background-color: #e4e4e4;
    border: 2px solid #5a7184;
    border-radius: 10px;
}

.progress-bar-cust-four .progress-bar {
    background-color: #f2c94c;
    border-radius: 10px;
}

.box-shadow-none {
    box-shadow: none;
}

.white-bx-info-table .dataTables_wrapper .dataTables_paginate {
    padding: 15px;
    margin: 0;
}

.white-bx-info-table .dataTables_wrapper .dataTables_length {
    padding: 15px;
}

.white-bx-info-table .dataTables_wrapper .dataTables_length label {
    font-weight: 400;
    font-size: 14px;
    color: #363f56;
    margin: 0;
}

.white-bx-info-table .dataTables_wrapper .dataTables_filter {
    padding: 15px;
}

.white-bx-info-table .dataTables_wrapper .dataTables_filter label {
    font-weight: 400;
    font-size: 14px;
    color: #363f56;
    margin-bottom: 0;
}

.white-bx-info-table .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: 0;
}

.white-bx-info-table .dataTables_wrapper .dataTables_filter input {
    color: #363f56;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 26px;
    transition: all 0.3s;
}

.white-bx-info-table .dataTables_wrapper .dataTables_length select {
   
    box-shadow: none;
    color: #6e6b7b;
    font-weight: 400;
    height: 2.142rem;
    line-height: 1.45;
    margin: 0 5px;
    vertical-align: middle;
    width: 65px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Inter", sans-serif;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: url("https://www.givingx.com/assets/images/arrow-select.svg")
    no-repeat right 7px center/11px 10px #fff !important;
}

.status-draft-text {
    color: #56CCF2 !important;
    background-color: #56ccf21a;
}

.white-bx-info-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-left: 0 !important;
    width: 50px;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    color: #363f56 !important;
}

.white-bx-info-table
.dataTables_wrapper
.dataTables_paginate
.paginate_button.next {
    border-radius: 0px 6px 6px 0px;
    width: 96px;
}

.white-bx-info-table
.dataTables_wrapper
.dataTables_paginate
.paginate_button.previous {
    border-radius: 6px 0px 0px 6px;
    border-left: 1px solid #e5e7eb !important;
    width: 96px;
}

.white-bx-info-table
.dataTables_wrapper
.dataTables_paginate
.paginate_button:hover {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    color: #363f56 !important;
    background: #fff;
}

.white-bx-info-table
.dataTables_wrapper
.dataTables_paginate
.paginate_button.current,
.white-bx-info-table
.dataTables_wrapper
.dataTables_paginate
.paginate_button.current:hover {
    background: var(--theme-color);
    color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    border-left: 1px solid !important;
    border-radius: 0;
}

.dash-box-main .white-bx-info {
    height: 100%;
    padding: 15px;
}

.white-bx-info-table .dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-left: 0 !important;
    width: 43px;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    margin: 0;
    color: #363f56 !important;
    display: inline-block;
    vertical-align: top;
}

.white-bx-info-table .table tbody .fix-data-show-tbl {
    white-space: normal;
    word-break: break-word;
    min-width: 270px;
    max-width: 270px;
    width: 270px;
}

.pagination-custom-info ul li .page-link {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-left: 0 !important;
    width: 43px;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    color: #363f56 !important;
    position: relative;
}

.pagination-custom-info ul li.active .page-link {
    background: #058ed9;
    color: #058ed9 !important;
    border-color: #058ed9 !important;
    border-left: 1px solid !important;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.pagination-custom-info ul li:first-child .page-link {
    border-radius: 6px 0px 0px 6px;
    border-left: 1px solid #e5e7eb !important;
    width: 96px;
}

.pagination-custom-info ul li:last-child .page-link {
    border-radius: 0px 6px 6px 0px;
    width: 96px;
}

.pagination-custom-info ul li:first-child .page-link:before {
    position: absolute;
    content: "Previous";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-custom-info ul li:last-child .page-link:before {
    position: absolute;
    content: "Next";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.embedded-language-cust .goog-logo-link {
    cursor: text;
}

.embedded-language-cust span {
    cursor: text;
}

.wrapper-info-custom-frm {
    overflow-x: hidden;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #dedfe1;
    color: #555;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-bottom: 5px;
    left: 40px;font-size: 13px;
    transform: translateX(-50%);
}
._tooltip .tooltiptext {
  /*visibility: hidden;
  width: 120px;
  background-color: #dedfe1;
  color: #555;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;*/
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-inner {
    max-width: 300px;
    font-size: 13px;
}

/*@media only screen and (max-width: 500px) {
   .tooltip .tooltiptext {
    right: -108px;
   } 
}*/
.white-bx-info-table table.dataTable thead > tr > th.sorting::before {
    content: "";
    background: url("../../../img/arrow-top-table.svg"), #f9fafb;
    background-repeat: no-repeat;
    background-position: center center;
}

.white-bx-info-table table.dataTable thead > tr > th.sorting::after {
    content: "";
    background: url("../../../img/arrow-bottomtable.svg"), #f9fafb;
    background-repeat: no-repeat;
    background-position: center center;
}

.toggle-tabs-cust-last-sroll{
    background: #d9d9d9;
    display: inline-flex;
    border-radius: 10px 10px 0px 0px;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.06));
    display: initial;
}

.toggle-tabs-cust-last.toggle-tabs-cust{
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 2px;
    filter: none;
    border-radius: 0;
    background-color: transparent;
}

.toggle-tabs-cust-last.toggle-tabs-cust .toggle-tabs-list { display: inline-block; margin: 0 -1px;}

.toggle-tabs-cust-last.toggle-tabs-cust label{ border-right: 1px solid #d9d9d9 !important;}

.toggle-tabs-cust-last.toggle-tabs-cust .toggle-tabs-list:last-child label{
    border-radius: 0 10px 0 0;
}

.tbl-size-info-cust{
    max-width: 500px;
    min-width: 500px;
    width: 500px;
    word-break: break-all;
    white-space: normal;
}

.text-ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 310px;
}
.text-ellipsis-200{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 200px;}
.contact-form-section .cust-radio-box {display: flex;align-items: center;}

.contact-form-section .cust-radio-box input {
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.contact-form-section .cust-radio-box input[type=radio]:checked ~ .top-active {
  background: #F4F7FE;
  border: 1px solid #A3AED0;
  border-radius: 10px;
  height: 78px;
}

.contact-form-section .cust-radio-main {
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #152a3c;
  height: 78px;
  width: 100%;
  border: 1px solid #a3aed0;
  border-radius: 2px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
}

.contact-form-section .frm-scroll-box-main { border-left: 1px solid #a3aed04d;}

.contact-form-section .frm-scroll-auto {
    height: calc(100vh - 131px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 5px 15px 15px;
}

.contact-form-section .frm-scroll-box-bottom {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgb(86 59 255 / 15%);
    padding: 15px;
    position: sticky;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin-right: -15px;
}

.contact-form-section .fix-width{
    border-radius: 10px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.iframe-class-dontaion{
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
    height: calc(100vh - 360px);
    overflow-y: auto;
}

.contact-form-div{
    background-color: #543BBF;
    border-radius: 10.1911px;
    padding: 15px 15px 25px 15px;
}

.contact-form-body{ padding: 14px 20px;}

.sidebar-main-section-inner .sidebar-main-inner-menu li.multi-menu-show a.:hover{color: #a3aed0;}

.sidebar-main-section-inner .sidebar-main-inner-menu li.multi-menu-show a{ color: #a3aed0;}

.contact-form-section .contact-form-div h2 { font-weight: 600; font-size: 20px; color: #363f56; word-break: break-word;}

.contact-form-section .contact-form-div p {
    font-weight: 400;
    font-size: 14px;
    color: #6C6A81;
    margin-bottom: 0;
    word-break: break-word;
}

.contact-form-section .fix-width-scroll{
    height: calc(100vh - 345px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 25px;
}

.contact-form-section .upload-file-sec .file-selecter {
  background-color: #f6f9fc;
  border-radius: 11px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 200px;
}

.contact-form-section .upload-file-sec .file-area {
  width: 100%;
  height: 100%;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: flex!important;
}

.contact-form-section .upload-file-sec .file-area,
.contact-form-section .upload-file-sec .file-selecter {
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.contact-form-section .upload-file-sec .file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.contact-form-section .upload-file-sec .file-dummy {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  padding: 0 0 15px 0;
}

.contact-form-section .upload-file-sec .file-dummy span {
  font-size: 14px;
  text-align: center;
  color: #696969;
  display: block;
  padding-top: 10px;
}

.contact-form-section .upload-file-sec{
  border: 1px dashed #A3AED0;
  border-radius: 15px;
  padding: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #363F56;
}

.contact-form-section .file-upload-content{
  background: #FFFFFF;
  box-shadow: 0px 13px 30px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.dragdrop-main-hover{ display: flex; align-items: center;}

.dragdrop-main-hover .dragdrop-icons img{ width: 28px; height: 28px;}

.dragdrop-main-lbl .lbl-class-info{ padding-left: 30px;}

.bdr-top-main{ border-top: 1px solid #a3aed04d;}

.bdr-top-hero{ margin: 0 -20px; padding-bottom: 10px;}

.comn-txt-top{
    font-weight: 700;
    font-size: 14px;
    color: #363F56;
}

.comn-txt-top-btns button{
    padding: 6px 6px;
    width: 75px;
}

.accordion-main-div .card-header{
    border: 0 !important;
    background-color: transparent;
    border-radius: 0;
    line-height: 30px;
}

.accordion-main-div .card-header button{
    padding: 6px 6px;
    width: 75px;
}

.accordion-main-div .card-header .card-link div img{
    transform: rotate(180deg);
    transition: all 0.3s;
}

.accordion-main-div .card-header .card-link[aria-expanded="true"] div img{
    transform: none;
}

.accordion-main-div .card-header .hide-btns-main{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.accordion-main-div .card-header .card-link[aria-expanded="true"] + .hide-btns-main{
    opacity: 1;
    visibility: visible;
}

.field-border {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #abb1c173;
}

.nav-pills-custom .nav-link{
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #A3AED0;
    border-radius: 10px;
    padding: 13px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    cursor: pointer;
}

.nav-pills-custom .nav-link p{
    font-weight: 400;
    font-size: 14px;
    color: #363F56;
}

.nav-pills-custom .nav-link.active{
    background-color: #F4F7FE;
    border: 1px solid #502eff;
}

/* .dragdrop-main-lbl{
    display: none;
} */

.comn-field-btn{
    border: 1px solid #abb1c173;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.tabs-scroll-remove .toggle-tabs-cust{
    display: inline-flex;
    border-radius: 10px 10px 0px 0px;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.06));
    white-space: normal;
    overflow-x: unset;
    padding: 0;
}

.tabs-scroll-remove .toggle-tabs-cust-last .toggle-tabs-list{
    margin: 0;
}

.pagination-form-custom .pagination .page-link{
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-left: 0;
    width: 50px;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    color: #363f56;
}

.pagination-form-custom .pagination .page-item:first-child .page-link{
    border-radius: 6px 0px 0px 6px;
    border-left: 1px solid #e5e7eb;
}

.pagination-form-custom .pagination .page-item.active .page-link{
    background: #fff;
    color: #058ed9;
    border-color: #058ed9;
    border-left: 1px solid;
    border-radius: 0;
}

.pagination-form-custom .pagination {
    justify-content: center;
}

.gif-fix-size-info{
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
}

.manage-bx-white {
    background-color: #fff;
    box-shadow: 0 4px 56px rgba(55,55,55,.08);
    border-radius: 10px;
    padding: 15px;
}

.manage-bx-white-hdr {
    border-bottom: 1px solid #5a71841a;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    color: #183b56;
    display: flex;
}

.manage-bx-white-hdr svg {
    width: 35px;
    height: 35px;
    min-width: 35px;
}

.manage-empty-info p {
    font-weight: 500;
    font-size: 14px;
    color: #5a7184;
    line-height: 24px;
    margin: 10px 0 0;
}

.manage-empty-info svg {
    width: 50px;
    height: 50px;
}

.manage-bx-white .btn-comn-theme,
.manage-bx-white .btn-comn-theme2{
    border-radius: 1000px;
}

.disc-left-btm h2{
    font-weight: 700;
    font-size: 26px;
    color: #183b56;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: normal;
}

.disc-left-btm a{
    font-weight: 500;
    font-size: 14px;
    color: #058ed9;
    display: inline-flex;
    align-items: center;
}

.disc-left-btm a img{
    max-width: 15px;
}

.disc-left-scroll{
    font-weight: 600;
    font-size: 14px;
    color: #183b56;
    line-height: 24px;
    overflow: hidden;
    /* max-height: 130px; */
    position: relative;
    margin-bottom: 10px;
/*    display: -webkit-box;*/
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
/*    min-height: 48px;*/
}

.disc-left-scroll.active{
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    min-height: auto;
}

/* .disc-left-scroll p{
    margin-bottom: 0;
} */

/* .disc-left-scroll:after {
    content: '';
    bottom: 0;
    display: block;
    height: 2rem;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg,hsl(0deg 0% 100% / 0%) 0,#fffffff0);
}
.disc-left-scroll.active:after{
    background: transparent;
} */
.bg-fix-show{
    background-color: #f6f9fc;
    height: 960px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.z-index-two{
    z-index: 2;
}

.custom-tabs-crowdfund .nav-link{
    font-size: 16px;
    line-height: 23px;
    color: #5a7184;
    text-transform: capitalize;
    border-radius: 0;
    padding: 15px 40px;
    border: 0;
    background-color: transparent;
    position: relative;
    border: 0;
    border-bottom: 2px solid transparent !important;
    font-weight: 400;
}

.custom-tabs-crowdfund .nav-link.active{
    background-color: transparent;
    color: #058ed9;
    border-color: #058ed9 !important;
}

.supp-countr-pos {
    background-color: #058ed9;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 20px;
}

.updates-list-comeents {
    padding: 20px 0 0 0;
}

.comments-box-list{
    padding: 20px 0 0 0;
}

.updates-list-comeents p {
    font-size: 15px;
    color: #5a7184;
    line-height: 24px;
    margin-bottom: 5px;
}

.updates-list-comeents strong {
    font-weight: 600;
    font-size: 13px;
    color: #058ed9;
}

.updates-list-comeents bdi {
    font-weight: 500;
    font-size: 13px;
    color: #5a7184;
    line-height: 20px;
}

.comments-box-list p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5A7184;
    margin: 0;
    margin-left: 60px;
}

.comments-box-left span{
    background-color: #F6F9FC;
    margin-right: 15px;
    height: 45px;
    width: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: #058ED9;
}

.comments-box-left bdi{
    font-weight: 600;
    font-size: 16px;
    color: #183B56;
}

.comments-box-right{
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #5A7184;
}

.elements-tabs-custom .nav-item{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.elements-tabs-custom .nav-item:last-child{
    margin-bottom: 0;
}

.elements-tabs-custom .nav-link{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(86, 59, 255, 0.15);
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
}

.elements-tabs-custom .nav-link.active{
    border: 1px solid #058ED9;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(86, 59, 255, 0.15);
}

.elements-tabs-custom .nav-link img,
.elements-tabs-custom .nav-link svg{
    max-width: 65px;
    max-height: 65px;
    object-fit: contain;
    margin-right: 18px;
}

.elements-tabs-custom .nav-link bdi{
    font-weight: 700;
    font-size: 16px;
    color: #363F56;
    display: block;
    margin-bottom: 5px;
}

.elements-tabs-custom .nav-link p{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #A3AED0;
    margin-bottom: 0;
}

.elemts-text-title{
    font-weight: 500;
    font-size: 16px;
    color: #058ED9;
    margin-bottom: 15px;
}

.image-large-box img{
    object-fit: contain;
    max-height: 750px;
}

.btns-large-box{
    width: 300px;
}

.progress-large-box{
    width: 300px;
    text-align: left;
}

.btns-large-box button{
    width: 100%;
    text-align: center;
    margin: auto;
    justify-content: center;
    height: 48px;
    display: flex;
    align-items: center;
}

.custom-elemts-form-tabs{
    width: 450px;
    margin: auto;
}

.main-container-div .white-bx-info{
    justify-content: center;
}

.imgs-tbl-prds{
    border-radius: 1.8px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    object-fit: cover;
}

.nav-prodcts-ordesr-tabs{
    background-color: #d9d9d9;
    border-radius: 10px 10px 0px 0px;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.06));
    overflow: hidden;
}

.nav-prodcts-ordesr-tabs .nav-link{
    cursor: pointer;
    background-color: #ffffff;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #a3aed0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #fff;
    border-right: 1px solid rgba(163, 174, 208, 0.5);
}

.nav-prodcts-ordesr-tabs .nav-item:last-child .nav-link{
    border-right: 0;
}

.nav-prodcts-ordesr-tabs .nav-link.active{
    border-bottom-color: #058ed9;
    color: #058ed9;
    background-color: #fff;
}

.status-pending-text{
    background-color: #56ccf233;
    color: #56CCF2 !important;
}

.status-shipped-text{
    background-color: #f2c94c33;
    color: #F2C94C !important;
}

.status-fulfilled-text{
    background-color: #6fcf9733;
    color: #6FCF97 !important;
}

.frm-addproduct-box .lbl-class-info span{
    color: #EB5757;
}

.frm-addproduct-box .file-upload-content{
    box-shadow: 0px 13px 30px rgba(0, 0, 0, 0.1);
}

.frm-addproduct-box .upload-file-dash-new .file-selecter{
    border: 1px dashed #A3AED0;
    border-radius: 15px;
    height: 250px;
}

.bdr-row-prds-box{
    padding: 15px;
    border: 1px solid #abb1c173;
    border-radius: 10px;
}

.bdr-row-prds-box .lbl-class-info bdi{
    font-weight: 500;
    font-size: 14px;
    color: #6C6A81;
}

.bdr-row-prds-box .cust-chkmark{
    top: -13px;
}

.price-tags-number bdi{
    font-weight: 500;
    font-size: 14px;
    color: #6C6A81;
    position: absolute;
    top: 15px;
    left: 12px;
}

.price-tags-number .form-control{
    padding-left: 30px;
}

.frm-addproduct-box .upload-file-dash-new .file-selecter .file-dummy strong{
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #363F56;
}

.scroll-products-box{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.scroll-products-box li{
    width: 100px;
    height: 100px;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 6.61232px;
    margin-right: 12px;
}

.scroll-products-box li button{
    position: absolute;
    right: 3px;
    top: 3px;
}

.scroll-products-box li img{
    object-fit: cover;
    border-radius: 6.61232px;
}

.prds-dtals-list span{
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #363F56;
}

.prds-dtals-list bdi{
    font-weight: 500;
    font-size: 14px;
    color: #6C6A81;
    min-width: 100px;
}

.prds-dtals-list p{
    font-weight: 500;
    font-size: 14px;
    color: #363F56;
    margin: 0;
    width: calc(100% - 100px);
}

.ords-prds-images-fix{
    object-fit: cover;
    border-radius: 6.61232px;
    width: 95px;
    height: 93px;
}

.lbl-text-bottomside p{
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #6C6A81;
}

.lbl-text-bottomside p:last-child{
    margin-bottom: 0;
}

.lbl-text-bottomside{
    border-bottom: 1px solid #a3aed04d;
    padding: 15px 0;
}

.lbl-text-bottomside:last-child{
    border-bottom: 0;
}

.lbl-text-bottomside:last-child{
    margin-bottom: 0;
}

.lbl-text-bottomside .lbl-class-info{
    margin-bottom: 5px;
    color: #363F56;
}

.table-sadu-invoice .table th{
    font-weight: 500;
    font-size: 14px;
    color: #363F56;
    border: 0;
    vertical-align: middle;
    padding: 5px;
    white-space: nowrap;
    width: 250px;
}

.table-sadu-invoice .table td{
    padding: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #6C6A81;
    border: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.table-sadu-invoice .table tfoot td,
.table-sadu-invoice .table tfoot th{
    border-top: 1px solid #a3aed04d;
    padding: 15px 0 0 0;
    white-space: nowrap;
}

.table-sadu-invoice .table td span,
.table-sadu-invoice .table th span{
    display: block;
    padding-bottom: 10px;
    font-weight: 600;
}

.sadu-tabs-hdr{
    font-weight: 700;
    font-size: 15px;
    color: #363F56;
}

.sadu-tabs-hdr bdi{
    font-weight: 500;
    color: #6C6A81;
}

.sadu-tabs-hdr button{
    background-color: #6FCF97;
    _width: 80px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    padding: 8px 10px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.tbl-row-left-list img{
    border-radius: 7px;
    object-fit: cover;
    width: 55px;
    height: 55px;
}

.tbl-row-left-list span{
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #363F56;
    padding-bottom: 2px;
}

.tbl-row-left-list bdi{
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #6C6A81;
}

.tbl-row-right-list span{
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    color: #363F56;
    vertical-align: middle;
    padding-left: 50px;
}

.tabl-row-custom-list{
    margin-bottom: 20px;
}

.tabl-row-custom-list:last-child{
    margin-bottom: 0;
}

.status-box-listing span{
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #6C6A81;
    padding-bottom: 2px;
}

.status-box-listing bdi{
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #363F56;
}

.status-box-listing bdi mark{
    background-color: #2E3A59;
    padding: 0;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}

.sidebar-main-inner-menu li .menu-links-dark,
.sidebar-main-inner-menu li .menu-links-dark:hover{
    color: #a3aed0;
}

.sidebar-main-inner-menu li a.selected.menu-links-arrows:hover, .sidebar-main-inner-menu li a.selected.menu-links-arrows i{
    color: #058ed9;
}

/*.sidebar-main-inner-menu li a.selected.menu-links-arrows i{
    color: #058ed9;
}*/

.sidebar-main-inner-menu li.multi-menu-show .collapse-main-div a{
    padding: 5px 0;
    font-weight: 400;
}
.sidebar-main-inner-menu li.multi-menu-show .collapse-main-div a.selected{
    border-right-color: #058ed9;font-weight: 600;color: #058ed9;
}
.sidebar-main-inner-menu li.multi-menu-show .collapse-main-div a.active{
    color: #058ed9;
}

.sidebar-main-inner-menu li.multi-menu-show .collapse-main-div a.active svg path{
    fill: #058ed9;
}

.sidebar-main-inner-menu li.multi-menu-show .collapse-main-div {
    padding-left: 40px;
}

.multi-menu-show a[aria-expanded="true"] i::before{
    content: "\f106";
}

.multi-menu-show i[aria-expanded="true"]{
    color: #058ed9;
}

.multi-menu-show i[aria-expanded="true"]::before{
    content: "\f106";
}

.cust-form-main{
    /* filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.1)); */
    background-color: #fff;
    border-radius: 10px;
}

.cust-form-hdr{
    background-color: var(--theme-color);
    border-radius: 10px;
    padding: 20px 20px 35px 20px;
}

.cust-form-hdr h2{
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.cust-form-hdr p{
    font-weight: 400;
    font-size: 14px;
    color: #F8F6FE;
    margin: 0;
}

.cust-form-ctr {padding: 20px;}
.cust-form-ctr .lbl-class-info span{color: #EB5757;}
.cust-form-btm{padding: 0px 20px 20px 20px;}

.text-btm-frms{
    font-weight: 400;
    font-size: 14px;
    color: #363F56;
    margin: 15px 0 0 0;
}

.text-btm-frms a{
    font-weight: 600;
    color: var(--theme-color);
}

.form-ctr-shap-raduis-fix {
    position: absolute;
    height: 22px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 10px;
    top: -15px;
}

.prodcut-from-box img{
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 6.61232px;
    object-fit: cover;
    width: 150px;
    height: 150px;
}

.prodcut-from-box span{
    font-weight: 600;
    font-size: 15px;
    display: block;
    color: #363F56;
}

.prodcut-from-box strong{
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #6C6A81;
    margin-bottom: 3px;
}

.prodcut-from-box strong bdi{
    font-weight: 600;
    color: #363F56;
    font-size: 14px;
}

.prodcut-from-box p{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #6C6A81;
    margin: 15px 0 0 0;
}

.prodcut-from-box strong label{
    width: 50px;
    margin: 0;
}

.text-title-top-hero{
    font-weight: 600;
    font-size: 15px;
    color: #058ED9;
    margin-bottom: 8px;
}

.bdr-row-prds-radios input{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.bdr-row-prds-radios img{
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid transparent;
}

.bdr-row-prds-radios input:checked + img{
    border-color: #058ED9;
}

.url-div{
    display: none;
}

.bdr-row-prds-box.active .url-div{
    display: block;
}

.uncheck-text-blue{
    color: #058ed9;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
}

.prvw-btns-fix{
    position: absolute;
    /* right: 180px; */
    right: 0px;
    top: -83px;
}
/*Popup form pre-made images*/
.form-gallery {
  width:100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.form-gallery label {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  display: block;
  background-color: #ecf0f1;
  width: 18%;
  height: 80px;
  overflow: :hidden;
  border-radius: 20px;
}
.form-gallery input {
  display: none;
}
.form-gallery input:checked + label {
  border:3px solid red;
}
.form-gallery img{
  width: 100%;
  border-radius: inherit;
  height: 100%;
  object-fit: cover;
}
/*Popup form pre-made images*/
.preview-form-url-fix-pos.preview-text-info .input-group .input-group-append{
    white-space: nowrap;
    flex-direction: row;
    right: 12px;
}

.preview-form-url-fix-pos.preview-text-info .custom-input-style{
    padding-right: 285px;
}

.contact-form-section-scroll .frm-scroll-auto {
    height: calc(100vh - 196px);
}

.dragdrop-bdrs .dragdrop-main-lbl{
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    transition: all 0.3s;
}

.dragdrop-bdrs .dragdrop-main-lbl:hover{
    border-color: rgba(5, 142, 217, 0.2);
}

.fix-patu-editdelted{
    position: absolute;
    right: 8px;
    top: 8px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.dragdrop-bdrs .dragdrop-main-lbl:hover .fix-patu-editdelted{
    opacity: 1;
    visibility: visible;
}

.swith-text-normal{
    line-height: 10px;
}

.product-list-payment{
    border: 1px solid #a3aed04d;
    border-radius: 10px;
    padding: 10px;
}

.product-list-leftside {
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 6.61px;
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 20px;
}

.product-list-leftside img{
    object-fit: cover;
    border-radius: 6.61px;
}

.product-list-ctrside span{
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #363F56;
    min-width: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0;
}

.product-list-ctrside span{
    padding: 3px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #6C6A81;
    display: inline-block;
    vertical-align: middle;
}

.product-list-btns button{
    padding: 3px 5px;
    border-radius: 30px;
    width: 60px;
    height: 30px;
    font-size: 12px;
    margin-left: 5px;
    white-space: nowrap;
    margin-top: 5px;
}

.payment-left-scroll{
    height: calc(100vh - 325px);
    overflow-y: auto;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.payment-right-scroll{
    padding: 0 0 0 15px;
    border-left: 1px solid #a3aed04d;
}

.payment-right-list{
    height: calc(100vh - 137px);
    overflow-y: auto;
    overflow-x: hidden;
}

.payment-right-list::-webkit-scrollbar{
    width: 3px;
    height: 3px;
}

.button-left-scroll{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 215px);
    overflow-y: auto;
}

.button-right-scroll{
    height: calc(100vh - 194px);
    overflow-y: auto;
    overflow-x: hidden;
}

.button-right-scroll-bdrs{
    border-left: 1px solid #a3aed04d;
    padding: 0 0 0 15px;
}

.button-right-scroll::-webkit-scrollbar{
    width: 3px;
    height: 3px;
}

.slider_slide.prodcut-from-box.slick-slider {
    width: 150px;
}

.elements-ctr.text-center a{
    text-decoration: none;
}

.crowdfundingImage-files-images img{
    max-width: 80px;
    max-height: 80px;
}

.crowdfundingImage-files-images.crowdfundingImage .upload-file-dash-new .file-selecter .file-dummy strong{
    font-size: 12px;
}

.crowdfundingImage-files-images .btn-comn-theme{
    padding: 7px 7px;
    font-size: 12px;
    text-align: center;
    margin: auto;
    justify-content: center;
}

.cust-fix-line-height .input-group-text{
    height: 45px;
}

.cust-fix-line-info.cust-fix-line-height .input-group-text bdi{
    line-height: 32px;
}

.cust-fix-line-height .custom-input-style{
    border-radius: 0px 10px 10px 0px !important;
}

.scroll-main-donts{
    height: calc(100vh - 245px);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 -15px;
    padding: 0 15px 10px 15px;
}

.scroll-main-donts-right {
    height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 -15px;
    padding: 0 15px;
}

.pwrd-text-by a{
    color: rgb(5, 142, 217);
}

.cust-fix-line-patu label{
    position: absolute;
    bottom: -40px;
    left: 0;
}

.cust-fix-line-patu .custom-input-style{
    border-radius: 0px 10px 10px 0px !important;
}

/*----------------------------------------- media query -----------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 680px) {
    .preview-text-info .input-group .custom-input-style {
        padding-right: 0.75rem;
    }
    .preview-text-info .input-group .input-group-text{
        width: auto;
    }
    .preview-text-info .input-group .input-group-append{
        position: relative;
        width: 100%;
        align-items: flex-end;
        margin-top: 10px;
    }
    .preview-text-info .input-group .btn-grp {
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }
    .preview-text-info .share-btns-fix, .preview-text-info .copy-bt-btm-txtara {
        position: relative;
        right: auto;
        bottom: auto;
    }
}
@media (min-width: 1200px) and (max-width: 1599px){
    .bg-fix-show{
        height: 850px;
    }

    .nav-pills-custom .nav-link p{
        font-size: 13px;
    }

    .nav-pills-custom .nav-link{
        padding: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px){
    .elements-tabs-custom .nav-link {
        display: block;
        text-align: center;
        padding: 15px;
    }

    .elements-tabs-custom .nav-link bdi {
        margin: 15px 0 10px 0;
    }

    .elements-tabs-custom .nav-link img,
    .elements-tabs-custom .nav-link svg{
        margin: 0 0 0 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px){
    .column-left-crowdfund{
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .column-right-crowdfund{
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .text-date-time{
        white-space: nowrap;
    }

    .manage-bx-white-hdr {
        font-size: 14px;
    }

    .manage-bx-white-hdr svg {
        width: 25px;
        height: 25px;
        min-width: 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .col-xxl-6-new {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .fix-size-box-remove .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .dash-box-main .col-xxl-2 {
        flex: 0 0 auto;
        width: 33.33%;
    }
}

@media (max-width: 1459px) {
    table.email-preview {
        width: 100% !important;
    }
}

@media (max-width: 1599px) {
    .custom-elemts-ctr-div {
        padding: 20px 0;
    }

    .frm-custom-hdr-top {
        padding: 15px 15px 30px 15px;
    }

    .frm-custom-ctr {
        padding: 0 15px;
    }

    .edit-email-leftside {
        width: calc(100% - 70px);
    }

    .edit-email-leftside-main.active .edit-email-leftside {
        width: calc(100% - 0px);
    }

    .edit-email-leftside-main.active2 .edit-email-leftside {
        width: calc(100% - 0px);
    }

    .edit-email-leftside-main.active3 .edit-email-leftside {
        width: calc(100% - 0px);
    }

    .edit-email-leftside-main.active4 .edit-email-leftside {
        width: calc(100% - 0px);
    }

    .edit-email-leftside-main.active5 .edit-email-leftside {
        width: calc(100% - 0px);
    }

    .edit-email-leftside-main.active6 .edit-email-leftside {
        width: calc(100% - 0px);
    }
}

@media (min-width: 1200px) and (max-width: 1275px) {
    .scrollbar-info-receipt-right {
        height: calc(100vh - 243px);
    }

    .scrollbar-info-receipt-left {
        height: calc(100vh - 195px);
    }

    .main-scrollbar-info-checkout .right-side-scroll-div {
        height: calc(100vh - 175px);
    }

    .main-scrollbar-info-checkout .main-scrollbar-info {
        height: calc(100vh - 105px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-scrollbar-info-checkout .right-side-scroll-div {
        height: calc(100vh - 160px);
    }

    .main-scrollbar-info-checkout .main-scrollbar-info {
        height: calc(100vh - 90px);
    }
}

@media (min-width: 320px) and (max-width: 1499px) {
    .col-full-cust-main {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .col-half-cust-main {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1599px) {
    .col-slider-full {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .crowdfunding-scroll-main .slider-nav {
        margin: 0 0 20px 0;
    }

    .thubnil-slider-main-fix .thubnil-slider-big-info {
        height: 400px;
    }

    .thubnil-slider-smal iframe,
    .thubnil-slider-smal img,
    .thubnil-slider-smal video {
        height: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .fix-col-gridview {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fundrise-cust-bx-btm {
        margin-top: 10px;
    }

    .fundrise-cust-bx-btm button {
        width: 100%;
        font-size: 14px;
        padding: 12px 12px;
        text-align: center;
        justify-content: center;
    }

    .fundrise-cust-bx-btm a {
        width: 100%;
        font-size: 14px;
        padding: 12px 12px;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 1340px) {
   /* .btnsize-ipad-fix .btn-comn-theme {
        padding: 10px 10px;
        font-size: 13px;
    }*/
}

@media (max-width: 1500px) {
    .dash-prvw-body-left-row .elemts-info-main {
        padding: 15px;
    }

    .dash-prvw-body-left {
        padding: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .col-fix-colmn-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-fix-colmn-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cust-don-check-fix {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-fix-colmn {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

@media (max-width: 1399px) {
    .sharing-media-cust .btn span {
        flex-direction: column;
    }

    .sharing-media-cust .btn span img {
        margin-right: 0;
    }
}

@media (max-width: 1300px) {
    .comn-title-logside {
        padding: 50px;
    }

    .fix-width-left-send {
        width: 100%;
        padding: 0 15px;
    }

    .dash-hdr-top {
        font-size: 14px;
    }

    .custom-design-dropdwon button, .custom-design-dropdwon .dropdown-menu {
        width: 170px;
    }

  /*  .custom-design-dropdwon .dropdown-menu {
        width: 170px;
    }*/
}

@media (max-width: 1199px) {
    .button-right-scroll{
        height: calc(100vh - 200px);
    }

    .table-sadu-invoice .table th{
        width: auto;
    }

    .elements-tabs-custom .nav-link p{
        font-size: 13px;
        line-height: 20px;
    }

    .elements-tabs-custom .nav-link bdi{
        font-size: 15px;
    }

    .elements-tabs-custom .nav-link{
        padding: 15px;
    }

    .sidebar-main-logo img {
        max-width: 160px;
    }

    .fix-colmn-left-nav.custom-col {
        box-shadow: none;
        height: 100%;
        left: -300px;
        position: fixed;
        top: 0;
        transition: all 0.5s ease-in-out;
        width: 300px;
        z-index: 1000;
    }

    .sidebar-main-section {
        width: 300px;
        display: none;
        transition: all 0.5s ease-in-out;
    }

    .info-click-left {
        position: fixed;
        left: 15px;
        top: 20px;
    }

    .sidebar-main-section.navexpand, .navbar-blur.active, .emials-cust-textinfo span {
        display: block;
    }
    .fix-colmn-content-nav {
        width: 100%;
    }
    /*.navbar-blur.active {
        display: block;
    }*/

    .white-bx-info {
        padding: 15px;
    }
    .src-box-hdr-cust {
        width: auto;
    }

    /*.emials-cust-textinfo span {
        display: block;
    }*/

    .emials-cust-textinfo span p {
        margin-left: 0 !important;
    }

    .text-bg-receipt-info {
        margin: 0 -15px 15px -15px;
    }

    .frm-custom-hdr-top .btn {
        font-size: 13px;
    }

    .frm-custom-ctr-tlt {
        font-size: 14px;
    }

    .frm-custom-ctr .btn-group-toggle .btn {
        height: 40px;
        font-size: 14px;
        padding: 5px;
    }

    .slt-curncy-text-div span, .slt-curncy-text-div .custom-input-style {
        font-size: 14px;
    }

    /*.slt-curncy-text-div .custom-input-style {
        font-size: 14px;
    }*/

    .slt-curncy-text-div .custom-input-style {
        height: 40px;
    }

    .dash-prvw-body-left-row .elemts-info-main, .dash-prvw-body-left {
        padding: 15px;
    }
    /*.dash-prvw-body-left {
        padding: 15px;
    }*/

    .edit-email-leftside {
        width: calc(100% - 0px);
    }

    .content-top-box bdi {
        white-space: nowrap;
        font-weight: 500;
    }

    .dtls-info-section-hdr {
        margin: 15px -15px 0 -15px;
        padding: 15px 15px 15px 15px;
    }

    .bdr-top-main{
        margin: 0 -15px;
    }

    .bg-fix-show{
        height: 840px;
    }

    .comments-box-left span {
        height: 40px;
        width: 40px;
        min-width: 40px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .payment-right-list{
        height: auto;
        overflow-y: unset;
        overflow-x: unset;
    }

    .button-right-scroll {
        height: auto;
        overflow-y: unset;
        overflow-x: unset;
    }

    .button-left-scroll {
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        overflow-y: unset;
        padding: 20px 0 20px 0;
    }

    .button-right-scroll-bdrs {
        border-left: 0;
        padding: 0;
    }

    .payment-left-scroll, .custom-elemts-form-tabs{
        width: 100%;
    }
    /*.custom-elemts-form-tabs{
        width: 100%;
    }*/
    .layout-btn-element{
        position: unset;
        margin-top: 15px;
    }
        .layout-btn-element{position: absolute !important; top: -103% !important;}



    .text-title-top-hero.invisible{
        display: none;
    }

    .image-large-box img{
        max-height: 100%;
    }

    .elements-tabs-custom .nav-link img,
    .elements-tabs-custom .nav-link svg{
        max-width: 60px;
        max-height: 60px;
    }

    .fix-width-left-send {
        width: 500px;
        max-width: 100%;
        padding: 0 15px;
    }

    .prf-dash-hdr {
        padding: 15px;
        font-size: 15px;
    }

    .prf-dash-body {
        padding: 15px;
    }

  /*  .dash-body-table {
        margin: 0 -15px;
    }
*/
    .full-table-size {
        margin: 0 -15px;
    }

    .dash-box-top span {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .dash-box-top p {
        font-size: 13px;
    }

    .dash-box-top bdi {
        font-size: 14px;
    }

    .comn-title-main {
        padding: 15px 0;
    }

    .custom-design-dropdwon button {
        width: auto;
    }

    .row-class-info {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: 0;
    }

    .col-class-4 {
        padding-right: 15px;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-class-6 {
        padding-right: 15px;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-class-5 {
        padding-right: 15px;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-class-2 {
        padding-right: 15px;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .custom-design-dropdwon .dropdown-menu {
        width: 170px;
    }

    .row-class-info .custom-design-dropdwon button {
        width: 170px;
        font-size: 13px;
    }

    .row-class-info .custom-design-dropdwon .apply-btn-cust {
        width: auto;
    }

    .drop-sorting-info li {
        font-size: 13px;
    }

    .right-side-scroll-main {
        height: auto;
        border-left: 0;
    }

    .right-side-scroll-div {
        padding: 0 0 80px 0;
        height: auto;
        overflow-y: hidden;
        margin: 0 0 0 0;
    }

    .textmsg-info-top-text-right:before {
        display: none;
    }

    ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    ::-moz-scrollbar {
        width: 0;
        height: 0;
    }

    ::-ms-scrollbar {
        width: 0;
        height: 0;
    }

    ::-o-scrollbar {
        width: 0;
        height: 0;
    }

    .info-div-btm {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
        margin: 0;
    }

    .fundrise-cust-bx-btm button {
        font-size: 13px;
        padding: 8px 8px;
    }

    .fundrise-cust-bx-btm a {
        font-size: 13px;
        padding: 8px 8px;
    }

    .cust-drop-full-ipad .row-class-info .custom-design-dropdwon button, .cust-drop-full-ipad .custom-design-dropdwon .dropdown-menu {
        width: 100%;
    }
    /*.cust-drop-full-ipad .custom-design-dropdwon .dropdown-menu {
        width: 100%;
    }*/

    .col-class-full-12 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
    }

    .main-scrollbar-info, .main-scrollbar-info-checkout .right-side-scroll-div, .main-scrollbar-info-checkout .main-scrollbar-info,
    .scrollbar-info-receipt-left, .contact-form-section .frm-scroll-auto {
        height: auto;
        overflow-y: unset;
        overflow-x: unset;
    }

    /*.main-scrollbar-info-checkout .right-side-scroll-div {
        height: auto;
        overflow-y: unset;
        overflow-x: unset;
    }
*/
   /* .main-scrollbar-info-checkout .main-scrollbar-info {
        height: auto;
        overflow-y: unset;
        overflow-x: unset;
    }*/

    .bdr-class-email {border: 0;}

    /*.scrollbar-info-receipt-left {
        height: auto;
        overflow-y: unset;
        overflow-x: unset;
    }*/

    .scrollbar-info-receipt-right { padding-left: 0; height: auto; overflow-y: unset; overflow-x: unset; margin: 0; padding-bottom: 80px;}

    .receipt-content-frm-box .hdr-dont-info {
        height: 50px;
        font-weight: 600;
        font-size: 14px;
    }

    /*.receipt-content-frm-box .dont-info-bodyul {
        padding: 15px;
    }*/

    .receipt-content-frm-box .dont-info-bodyul li {
        margin-bottom: 0;
        padding: 0 15px 15px 15px;
    }

    /*.content-desc-info-body {
        padding: 15px;
    }*/

    .content-msg-info-btm-bg {
        margin: 0 -15px -45px -15px;
    }

    .receipt-content-frm-box .dont-info-bodyul, .content-desc-info-body, .receipt-content-frm-box .receipt-content-gift,
    .receipt-content-frm-box .receipt-content-invoice, .dash-prvw-hdr, .dash-prvw-body {
        padding: 15px;
    }

   /* .receipt-content-frm-box .receipt-content-invoice {
        padding: 15px;
    }*/

    .modal-crop-custom .modal-dialog {
        max-width: 97%;
    }

    /*.dash-prvw-hdr {
        padding: 15px;
    }*/

    /*.dash-prvw-body {
        padding: 15px;
    }*/

    .crowdfunding-scroll-main .right-side-scroll-div {
        height: auto;
    }

    .textmsg-info-top-text-right .span-line {
        border-bottom: 0;
        padding: 0 0 0 0;
        margin-bottom: 0;
        opacity: 0;
    }

    .weekly-section-info bdi {
        font-size: 14px;
    }

    .pagination-custom-info ul {
        white-space: nowrap;
        overflow-x: auto;
        display: block;
        padding: 0 2px;
    }

    .pagination-custom-info ul li {
        display: inline-block;
        margin: 0 -2px;
    }
    .contact-form-section .fix-width{
        max-width: 100%;
        padding: 0px;
    }

    .contact-form-section .fix-width-scroll{
        padding: 0;
        height: auto;
        overflow-x: unset;
        overflow-y: unset;
    }

   /* .contact-form-section .frm-scroll-auto {
        height: auto;
        overflow-y: unset;
        overflow-x: unset;
        padding: 0;
    }*/

    .contact-form-section .frm-scroll-box-main {
        border-left: 0;
    }

    .contact-form-section .frm-scroll-box-bottom {
        margin: 15px -15px 0 -15px;
    }

    .dragdrop-main-hover .dragdrop-icons img {
        width: 18px;
        height: 18px;
    }

    .fix-size-box-remove .white-bx-info:hover .elements-top a{
        opacity: 1;
        visibility: visible;
    }

    .bg-fix-show {
        height: 895px;
    }

    .disc-left-btm h2{
        font-size: 18px;
    }

    .disc-left-scroll,
    .disc-left-btm span{
        font-size: 13px;
    }

    .prvw-btns-fix{
        position: unset;
        padding: 15px 0 15px 15px;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .elements-tabs-custom .nav-link {
        display: block;
        text-align: center;
    }

    .elements-tabs-custom .nav-link bdi {
        margin: 15px 0 10px 0;
    }

    .elements-tabs-custom .nav-link img,
    .elements-tabs-custom .nav-link svg{
        margin: 0 0 0 0;
    }
    /* .prodcut-from-box img {    display: block;    margin: auto;    text-align: center;} */

    /* .cust-form-ctr {
        padding: 15px;
    } */

    /* .cust-form-btm {
        padding: 0px 15px 15px 15px;
    }
    .cust-form-hdr h2 {    font-size: 18px;}
    .custom-elemts-form-tabs{    width: 100%;} */

    .tbl-row-right-list {
        padding: 15px 0 10px 0;
        text-align: center;
    }

    .tbl-row-right-list span {
        padding: 0 15px;
    }

    .nav-prodcts-ordesr-tabs .nav-item{
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 0;
    }

    .nav-prodcts-ordesr-tabs .nav-link {
        width: 100%;
    }

    .login-text-div h2 {
        font-size: 20px;
    }

    .logo-login-info img {
        width: 200px;
    }

    .personal-info-images {
        margin: auto;
    }

    .personal-info-images-text ul li label {
        min-width: 110px;
        max-width: 110px;
    }
    .btn-comn-theme {padding: 10px 12px;}
    .btn-comn-theme2 {
        padding: 10px 12px;
    }

    .modal-comn-css .modal-header .mdl-title {
        font-size: 18px;
    }

    .modal-comn-css .modal-body {
        padding: 20px;
    }

    .toggle-tabs-cust input[type="radio"].toggle + label {
        width: 100%;
    }

    .toggle-tabs-cust label {
        padding: 12px 15px;
        font-size: 14px;
        white-space: nowrap;
    }

    .dnt-detls-info-class {
        margin: 0 -15px;
    }

    .dnt-detls-info-class li {
        border-right: 0;
        padding: 0 10px 10px 10px;
    }

    .detls-info-bx-left-text bdi, .h2-title-info {
        font-size: 15px;
    }

    /*.h2-title-info {
        font-size: 15px;
    }*/

    .comn-title-main h1 {font-size: 16px;}
    .comn-title-main h2 {font-size: 15px;}
    .phone-text-view-fix {width: 320px;}
    .phone-text-view-fix img { width: 320px;}
    .textmsg-info-top-text-right .span-line { margin-bottom: 0;}
    .phone-text-view-fix bdi { width: 220px;}
    .text-left-top { left: 33px; top: 60px;}
    .text-ltr-top { top: 80px;}
    .line-ltr-top { top: 120px;}
    .phone-text-view-fix bdi {
        top: 150px;
        max-height: calc(100% - 300px);
    }

    .analytics-charts-custom .apexcharts-legend-series {
        margin: 5px !important;
    }

    .custom-radio-button {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-radio-button .btn {
        margin-right: 5px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        text-align: center;
    }

    .frm-box-main-info .donattion-price-box, .cust-tabs-main-info .donation-type-grid .rad-val {
        width: 100%;
    }
    .doner-frm-cust-ctr-info, .bneside-space-class {
        padding: 0 15px;
    }
    /*.bneside-space-class {
        padding: 0 15px;
    }*/
    .custom-tips-radios .btn {
        height: 45px;
        font-size: 14px;
    }
    /*.cust-tabs-main-info .donation-type-grid .rad-val {
        width: 100%;
    }*/

    .white-bx-info .form_embedded_wrapper .doner-frm-cust-hdr-main {
        padding: 15px !important;
    }

    .doner-frm-cust-hdr .ind-lbl, .cust-tabs-main-info .donation-type-grid .rad-val {
        font-size: 13px;
    }

   /* .cust-tabs-main-info .donation-type-grid .rad-val {
        font-size: 13px;
    }*/

    .frm-box-main-info .input-box-custom label {
        height: 45px;
        font-size: 14px;
    }

    .send-link-cont {
        width: 30px;
        height: 30px;
    }

    .text-hr-line::before {
        width: 80%;
    }

    .frm-box-main-info .input-box-custom span {
        font-size: 15px;
    }

    .your-donts-info-summry ul li bdi, .your-donts-info-summry ul li mark, .fundrise-cust-bx-top span {
        font-size: 14px;
    }

    /*.your-donts-info-summry ul li mark {
        font-size: 14px;
    }*/

    .bdr-box-right {
        margin-left: 0;
    }

   /* .fundrise-cust-bx-top span {
        font-size: 14px;
    }*/

    .content-msg-info-btm-bg {
        margin: 0 -15px -25px -15px;
    }

    .fix-size-box .btn-comn-theme, .fix-size-box .btn-comn-theme2 {
        width: auto;
        margin-right: 5px !important;
    }

    /*.fix-size-box .btn-comn-theme2 {
        width: auto;
        margin-right: 5px !important;
    }*/

    .dash-prvw-body-left h2 {
        font-size: 18px;
    }

    .dash-prvw-body-left p {
        font-size: 14px;
    }

    .bdr-left-info {
        border: 0;
    }

    .dash-box-top span {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

    .thubnil-slider-main-fix .thubnil-slider-big-info {
        height: 300px;
    }

    .thubnil-slider-smal iframe,
    .thubnil-slider-smal img,
    .thubnil-slider-smal video {
        height: 60px;
    }

    .progress-bar-cust-main span {
        font-size: 22px;
    }

    table.email-preview {
        width: 100% !important;
    }

    .white-bx-info-table .dataTables_wrapper .dataTables_info {
        padding: 10px 0 0 0;
    }

    .white-bx-info-table .dataTables_wrapper .dataTables_length {
        float: none;
        text-align: center;
    }

    .white-bx-info-table .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
        padding: 0 15px 15px 15px;
        margin: 0;
    }

    .white-bx-info-table .dataTables_wrapper .dataTables_paginate {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }

    .pagination-custom-info ul {
        justify-content: center !important;
    }

    .modal-filter-hdr .modal-dialog {
        max-width: 97%;
    }

    code,
    kbd,
    pre,
    samp {
        white-space: normal;
        word-break: break-word !important;
    }

    .tabs-scroll-remove .toggle-tabs-cust{
        display: flex;
    }

    .bg-fix-show {
        height: 675px;
    }

    .manage-bx-white-hdr{
        font-size: 15px;
    }

    .comments-box-left bdi{
        font-size: 14px;
    }

    .comments-box-right{
        font-size: 13px;
    }

    .preview-form-url-fix-pos.preview-text-info .input-group .input-group-append{
        position: unset;
        margin: 15px auto auto auto;
        text-align: center;
        width: 100%;
    }

    .preview-form-url-fix-pos.preview-text-info .custom-input-style {
        padding-right: 12px;
    }

    .iframe-class-dontaion{
        height: 100vh;
    }
}

@media (max-width: 575px) {
    .product-list-leftside{
        margin: auto;
    }

    .product-list-ctrside{
        padding: 20px 0 20px 0;
    }

    .product-list-btns button{
        margin: 5px 3px 0 3px;
    }

    .product-list-ctrside li{
        justify-content: center;
    }

    .fix-width-left-send, .row-class-info .custom-design-dropdwon button, .custom-design-dropdwon .dropdown-menu, .giving-amount-create-main .custom-select {
        width: 100%;
    }

    /*.row-class-info .custom-design-dropdwon button {
        width: 100%;
    }

    .custom-design-dropdwon .dropdown-menu {
        width: 100%;
    }*/

    .fundrise-cust-bx-btm {
        margin-top: 10px;
    }

    .fundrise-cust-bx-btm button, .fundrise-cust-bx-btm a {
        width: 100%;
        font-size: 14px;
        padding: 12px 12px;
        text-align: center;
        justify-content: center;
    }

    /*.fundrise-cust-bx-btm a {
        width: 100%;
        font-size: 14px;
        padding: 12px 12px;
        text-align: center;
        justify-content: center;
    }*/

   /* .giving-amount-create-main .custom-select {
        width: 100%;
    }*/

    .giving-amount-create-custom {
        width: 70%;
    }

    .dash-box-main .white-bx-info .dash-box-top {
        align-items: start !important;
    }

    .dash-box-top p {
        padding-bottom: 5px;
        line-height: 18px;
    }

    .pagination-form-custom .pagination {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }

    .pagination-form-custom .pagination .page-item{
        display: inline-block;
        vertical-align: middle;
    }

    .pagination-form-custom .pagination .page-link{
        border-left: 1px solid #e5e7eb;
        border-radius: 6px !important;
    }
}
.iti__flag-container{height: 45px}
.elements-top .justify-content-between {
    flex-wrap: wrap;
    gap: 15px;
}
.main_lr_align_center{ display: flex; align-content: stretch; justify-content: space-between;}
.icon_and_text_center{ display: flex; gap: 6px; align-items: center;}
.custm-drop-menu {margin-left: auto;}

.custm-drop-menu img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.custm-drop-menu p {
    font-weight: 700;
    font-size: 14px;
    color: #363f56;
    margin-bottom: 0;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.overflow-hidden-cust{
    overflow: hidden;
}

.custm-drop-menu span {
    font-weight: 400;
    font-size: 12px;
    color: #707eae;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.custm-drop-menu button {
 width: 25px;
 height: 25px;
 background-color: #dddddd !important;
 border-radius: 50px;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0;
 text-align: center;
 justify-content: center;
}

.custm-drop-menu  .dropdown-menu.show {
    left: auto !important;
    right: -10px !important;
    width: 210px !important;
    transform: none !important;
    top: auto !important;
    bottom: 55px;
}
.custom-drop-menu-location svg{
    height: 12px !important;
    width: 10px !important;
    margin-right: 0px !important;
}
@media (max-width: 1199px){
    .custm-drop-menu .dropdown-menu.show{
        width: 260px !important; 
    }
}


/*==============*/

.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type="radio"]:checked + label > .setDefaultInterval {
  border: 1px solid #1A8A72;
  background-color: #F3F9F8;
  color: #1A8A72;
}

/* Stuff after this is only to make things more pretty */
input[type="radio"] + label > .setDefaultInterval {
    border:1px solid transparent;
    background-color: #f8f7fb;
    border-radius: 50px;
    padding: 5px 12px;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
}

/*DAF Design*/
/*.fundraising{
    width: 95%;
    margin: 0  auto;
}
.fundraising label  {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  display: block;
  padding:20px;
  width: 100%;
  height: 120px;
  background-color: #fff;
  border-radius: 10px;
border: 1px solid #6A6E8333;
}*/
#searchResults label {
    width: 100%;
    border: 1px solid transparent;
    padding:  0 15px;border-radius: 10px;
}
/*.fundraising label svg{
    width: 50px !important;
    flex-shrink: 0;
     height: 50px !important;
     margin-right: 20px;
}
.fundraising label h2{
    font-size: 24px;
}
.fundraising label p{
    font-size: 16px;
    margin: 0;
}
.fundraising input , #searchResults input {
  display: none;
} .fundraising input:checked + label  , */
#searchResults input {display: none;}
#searchResults input:checked + label{ background-color: rgba(5, 142, 217, 0.06); border-color: #058ED9;}
#searchResults input:checked + label{
    border:1px solid var(--theme-color);
}
@media (max-width:375px){
   /* .fundraising label{
        margin-right: 0;
        height: 160px;
        margin:10px  auto;
    }*/
}
.input-checkbox-group{
    display: flex;
    width:100%;
    border-radius: 10px;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #A3AED0;margin-bottom:15px;
}
.input-checkbox-group label{
    margin: 0;font-size: 18px;
    font-weight: 500;
}
.input-checkbox-group input[type="checkbox"]{
    accent-color: var(--theme-color);
    width: 20px;cursor: pointer;
}
.selected{
    border-color: var(--theme-color);
}
.register-stripe-connect{
    border: 1px solid #C3C6CD;
    padding: 15px;width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.register-stripe-connect .stripe-connect-btn{
    background-color: #6273E9;
    padding: 5px 20px;
    color: #FFF;
    font-weight: bold;
    display: flex;
    border-radius: 8px;
    align-items: center;
    font-size: 20px;
    border: none;cursor: pointer;
}
.stripe-connect-btn .s-char{
    font-size: 30px;
    margin-right: 12px;
}
.slider-form{
    width: 63%;
    margin: auto;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.slider-form .swiper-slide{text-align: center;}
.slider-form .swiper-slide img{
    border-radius: 10px;
}
.swiper-button-next , .swiper-button-prev{
    width: 46px !important;
    height:50px;
    border: 1px solid #058ed9;
    padding: 15px;
    border-radius: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after{display: none;}
.reg_stripe{ display: flex; height: 100%; align-items: center; justify-content: center; flex-direction: column;}
.reg_stripe h3{ font-size: 30px; font-weight: 800; color: #363F56;width: 50%;line-height: normal;}
.reg_stripe p{ font-size: 28px; font-weight: 600; color: #363F56; margin: 15px 0!important; text-align: start !important;}
#organization_type{font-weight: bold;}
.list-disc{list-style: disc;display: flex;}
.list-disc li{margin-left:30px;color:  #6C6A81;font-size: 14px;font-weight: 400;}
.list-disc li:first-child{list-style: none; margin-left:0px;}
.charity-nonprofit-heading{color: #363F56;font-size: 14px;font-weight: 400;}
.charity-nonprofit-heading-2{color: #363F56;font-size: 16px;font-weight: 500;}
#searchResults{overflow: auto;max-height: 500px;}
#charity_info{margin-top: 10px}
#charity_info h2{font-size: 20px;margin-bottom: 0px;}
#charity_info p{font-size: 14px;margin-top: 0px;}
@media(max-width:575px){
    .list-disc{flex-direction: column;}
    .list-disc li:first-child{list-style: disc; margin-left:30px;}
    #charity_info h2 {font-size: 14px;}
}
body.over {
  overflow: hidden;
}