@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
	font-family: "Mulish", sans-serif;
    margin-top: 88px;
}
body:has(.login_screen){
     margin-top: 0;
     background: #59C0FF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button,input,a{
    transition: 0.3s all !important;
}

/* default css*/

.heading_1{
      font-family: "Montserrat", sans-serif;
    color: #00A3DF;
    font-size: 70.75px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}
.heading_2{
      font-family: "Montserrat", sans-serif;
    font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal;
color: #2C2C2C;
text-transform: capitalize;
}
.default_body{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}
.default_body_small{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; 
}
.bg_light{
    background: #EBF3F8;
}
.pd_main_wrapper{
    width: 100%;
    max-width: 100%;
    padding-left: 78px;
    padding-right: 78px;
}

/* default css close */

.pd_navbar {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(72, 82, 97, 0.06);
    padding: 12px 20px;
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.pd_right_nav {
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 800px;
    border: 1px solid #E5EEEA;
    background: #F2F7F5;

}
.user_img {
    width: 32px;
    aspect-ratio: 1/1;
    border-radius: 500px;
}
.nav_profile {
    align-items: center;
    grid-gap: 10px;
    color: #2C2C2C;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    padding-right: 10px;
    line-height: normal;
}
.nav-link {
    color: #009DFD;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px;
}
.nav-link:first-child {
    border-right: 1px solid #009DFD;
}
.nav-link:hover {
    color: #2C2C2C;
}
.top_bar {
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
  margin-bottom: 13px;
}
.margin_section{
  padding: 38px 0 34px 0;
}
.info_text {
    color: #009DFD;
   font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.75;
}
.popup_btn {
    border-radius: 500px;
    background: #59C0FF;
    padding: 10px 20px;
    align-items: center;
    grid-gap: 8px;
    color: #F2F7F5;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.popup_btn:hover {
    background: #0d75b5;
    color: #F2F7F5;
}
.popup_btn:active {
    border: none;
    padding: 10px 20px;
       background: #0d75b5 !important;
    color: #F2F7F5 !important;
}
.modal-backdrop.fade.show {
    background: rgba(24, 44, 56, 0.85);
    backdrop-filter: blur(8.5px);
    opacity: 1;
}
.add_minyan {
    width: 492px;
    max-width: 100% !important;
}
.pd_modal .modal-content {
    border: none !important;
    border-radius: 10px;
    background: #FFF;
}
.et_form_label {
    color: #0F0E17;
    font-size: 13px;
     font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.form-check-input:checked {
    border-color: #59C0FF;
    background-color: #59C0FF;
}
.form-switch .form-check-input {
    width: 34.605px;
    height: 17.303px;
    margin-top: 0;
    cursor: pointer;
}
.form-check {
    min-height: 17.303px;
}
.et_toogle {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    padding: 10px 0;
    border-top: 1px solid rgba(228, 228, 228, 0.60);
}
.et_toogle:last-child {
    border-bottom: 1px solid rgba(228, 228, 228, 0.60);
}
.popup_heading {
    color: #000;
  font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.popup_subhead {
    color: #0F0E17;
     font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.75;
    margin-top: 5px;
}
.modal_pop_body {
    grid-gap: 29px;
    padding: 60px;
}
.form-label {
    color: #0F0E17;
       font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: normal;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: normal;
}
.modal_pop_header {
    position: absolute;
    border: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
.modal_body_form {
    grid-gap: 16px;
    display: flex;
    flex-direction: column;
}
.modal_btn_div {
    margin-top: 10px;
}
.modal_submit_btn {
    border-radius: 5px;
    background: #59C0FF;
    display: flex;
    padding: 13px 44px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    border : none;
    width: 100%;
}
.modal_submit_btn:hover {
      background: #0d75b5;
}
.modal_input, .top_lable .form-select {
    padding: 12px 17px;
    border-radius: 5px;
    border: 1px solid  #E4E4E4;
    color: #7A7A7A;
   font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.top_lable .form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M0.765098 1.70703L4.97795 5.91988C5.47548 6.41741 6.28962 6.41741 6.78715 5.91988L11 1.70703' stroke='%23888888' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 4%;
}

.btn-close {
    opacity: 1;
}
.form-check-input:focus, .top_lable .form-select:focus {
    box-shadow: none !important;
}
.modal_input:focus-visible, .top_lable .form-select:focus-visible {
    outline: none !important;
}
.btn-close:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.table_list_li {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(72, 82, 97, 0.06);
    overflow: hidden;
}
.table_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.table_list_li .row {
    margin: 0;
}
.list_col {
    padding: 15px;
    color: #525856;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
}
.li_inner_list {
    background: #525856;
    background: #F2F7F5;
}
.list_inner_col {
    color: #525856;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    padding: 12px   15px;
}
.li_sub_li {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.li_sub_li:first-child {
    border-top: none;
}
.li_total {
    font-weight: 700;
}
.pd_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-bottom: 20px;
    z-index: 99;
    background: #ebf3f8;
}
.pd_login {
    width: 460px;
    max-width: 100%;
    border-radius: 15px;
    background: #FFF;
    padding: 50px;
        display: flex;
        position: relative;
    flex-direction: column;
    grid-gap: 30px;
}
.login_screen {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100dvh;
}
.login_logo {
    width: 280px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.login_form .modal_input {
    padding-left: 40px;
}
.input_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    left: 12px;
}
.icon_field {
    position: relative;
}
.login_form .modal_input {
    width: 100%;
    padding-left: 40px;
}
.login_form {
    grid-gap: 15px;
}
.login_heading {
    color: #2C2C2C;
   font-family: "Montserrat", sans-serif;
    font-size: 20.889px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
p.login_subhead {
    color: #2C2C2C;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pd_login:before {
    content: '';
    width: 626px;
    height: 566px;
    flex-shrink: 0;
    border-radius: 626px;
    background: #0064A1;
    filter: blur(100px);
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-check:checked+.remember_check{
    background-color: #000 !important;
}
.check_group {
    width: 20px;
    height: 20px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #000;
    border-radius: 5px;
}   
.remember_check {
    padding: 0;
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forgot_password {
    color: #009DFD;
    text-align: right;
font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
text-decoration-color: #fff;
 transition: 0.3s all;
}
.remember_password {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    padding: 10px 0 15px 0;
}
.remember_password label.rememberMe {
    color: #0f0e17;
   font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex: 1;
}
.forgot_password:hover {
  text-decoration-color: #009DFD;
}
.desktop_logo {
    aspect-ratio: 159 / 37;
    object-fit: contain;
    width: 183px;
}
.data_tabs {
    border-radius: 12px;
    background: #FFF;
    padding: 20px;
}
section.min_dashboard {
    padding-top: 18px;
    height: calc(100dvh - 88px);
}
.data_tabs_nav {
    grid-gap: 20px;
    border-bottom: 1px solid #D9E0DE;
    margin-bottom: 13px;

}
.data_tabs_link {
    padding: 20px 30px;
    border: none;
    border-bottom: 2px solid #009cfd00;
   color: #686C6A;
    font-size:  14px;
    font-style: normal;
    font-weight: 700;
   	font-family: "Mulish", sans-serif;
    line-height: 20px;
    background: transparent;
}
.data_tabs_link.active {
     color: #59C0FF;
    border-bottom: 2px solid #009DFD;
}
.data_tab_pane  .heading_2 {
    font-size: 18px;
}
.pd_data_table tr th, .pd_data_table tr td {
    color: #525856;
     	font-family: "Mulish", sans-serif;
    font-size:14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.pd_data_table tbody tr td span {
    display: block;
}
.pd_data_table tbody tr td span.action_icons {
    grid-gap: 15px;
    display: flex;
    align-items: center;
}
.pd_data_table thead tr th {
    padding: 14px 12px;
    background: #D6ECFA;
}
.pd_data_table {
    border-radius:12px 12px 0 0;
    overflow: hidden;
    margin-top: 13px;   
}
.pd_data_table tbody tr {
    border: 1px solid #D9E0DE;
    border-top: 0;
}
.pd_data_table thead tr {
    border: 1px solid #d6ecfa;
    border-bottom: 0;
}
.pd_data_table tbody tr td {
    padding: 8px 12px !important;
}
.add_users {
    width: 923px;
    max-width: 100% !important;
}
.add_user_form .row {
    grid-gap: 16px 0;
}
.row_edit:hover {
    opacity: 0.7;
}

   .upload_box {
    user-select: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M13.75 9.12495V13.625C13.75 13.7741 13.6907 13.9172 13.5852 14.0227C13.4798 14.1282 13.3367 14.1875 13.1875 14.1875H0.8125C0.663316 14.1875 0.520242 14.1282 0.414753 14.0227C0.309263 13.9172 0.25 13.7741 0.25 13.625V9.12495C0.25 8.97577 0.309263 8.8327 0.414753 8.72721C0.520242 8.62172 0.663316 8.56245 0.8125 8.56245C0.961684 8.56245 1.10476 8.62172 1.21025 8.72721C1.31574 8.8327 1.375 8.97577 1.375 9.12495V13.0625H12.625V9.12495C12.625 8.97577 12.6843 8.8327 12.7898 8.72721C12.8952 8.62172 13.0383 8.56245 13.1875 8.56245C13.3367 8.56245 13.4798 8.62172 13.5852 8.72721C13.6907 8.8327 13.75 8.97577 13.75 9.12495ZM4.58547 4.46042L6.4375 2.60769V9.12495C6.4375 9.27414 6.49676 9.41721 6.60225 9.5227C6.70774 9.62819 6.85082 9.68745 7 9.68745C7.14918 9.68745 7.29226 9.62819 7.39775 9.5227C7.50324 9.41721 7.5625 9.27414 7.5625 9.12495V2.60769L9.41453 4.46042C9.52008 4.56597 9.66323 4.62527 9.8125 4.62527C9.96177 4.62527 10.1049 4.56597 10.2105 4.46042C10.316 4.35488 10.3753 4.21172 10.3753 4.06245C10.3753 3.91319 10.316 3.77003 10.2105 3.66449L7.39797 0.851985C7.34573 0.799686 7.28369 0.758197 7.2154 0.729889C7.14712 0.701582 7.07392 0.687012 7 0.687012C6.92608 0.687012 6.85288 0.701582 6.7846 0.729889C6.71631 0.758197 6.65427 0.799686 6.60203 0.851985L3.78953 3.66449C3.68398 3.77003 3.62469 3.91319 3.62469 4.06245C3.62469 4.21172 3.68398 4.35488 3.78953 4.46042C3.89508 4.56597 4.03823 4.62527 4.1875 4.62527C4.33677 4.62527 4.47992 4.56597 4.58547 4.46042Z' fill='%23888888'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

    input[type="file"] {
      display: none;
    }
    .data_tabs_link:hover {
    color: #59C0FF;
}
.pd_upcoming {
    padding-bottom: 40px;
}
.row_edit {
    border: none;
    background: transparent;
    padding: 0;
}

/* delete popup design  */
.swal2-popup {
    border-radius: 10px;
    background: #FFF;
    padding: 60px;
}
.swal2-popup .swal2-icon.swal2-warning {
    margin: 0;
}
button.swal2-confirm.swal2-styled {
    border-radius: 5px;
    background: #59C0FF;
    display: flex;
    padding: 13px 44px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    transition: 0.5s all;
    border: none;
    width: 100%;
    margin: 0;
}
button.swal2-confirm.swal2-styled:hover {
        background: #0d75b5;
    color: #F2F7F5;
}
.swal2-popup.swal2-modal > * {
    margin: 0 !important;
}
.swal2-title {
    color: #000;
   font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
button.swal2-cancel {
    margin: 0;
    color: #FFF;
  font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.swal2-actions {
    width: 100%;
    flex-wrap: nowrap;
    grid-gap: 10px;
    padding-top: 20px !important;
}
.swal2-backdrop-show {
    background: rgba(24, 44, 56, 0.85) !important;
    backdrop-filter: blur(8.5px) !important;
}
.swal2-popup {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swal2-html-container {
    color: #0F0E17;
 font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 0;
    padding-top: 8px;
}
/* .modal_body_head {
    padding-bottom: 30px;
} */
.paginate_button {
    border-radius: 4px !important;
    border: 1px solid #D9E0DE !important;
    background: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #59C0FF !important;
    color: #fff !important;
}
.paginate_button.previous, .paginate_button.next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.52864 3.60884C5.78899 3.34849 6.2111 3.34849 6.47145 3.60884L10.4714 7.60884C10.7318 7.86919 10.7318 8.2913 10.4714 8.55165L6.47145 12.5516C6.2111 12.812 5.78899 12.812 5.52864 12.5516C5.26829 12.2913 5.26829 11.8692 5.52864 11.6088L9.05723 8.08024L5.52864 4.55165C5.26829 4.2913 5.26829 3.86919 5.52864 3.60884Z' fill='%23525856'/%3E%3C/svg%3E%0A")  !important;
    background-repeat: no-repeat  !important;
    background-position: center  !important;
    width: 42px !important;
    aspect-ratio: 1 / 1  !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    color: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #59C0FF !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    background:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.52864 3.52858C5.78899 3.26823 6.2111 3.26823 6.47145 3.52858L10.4714 7.52858C10.7318 7.78892 10.7318 8.21103 10.4714 8.47138L6.47145 12.4714C6.2111 12.7317 5.78899 12.7317 5.52864 12.4714C5.26829 12.211 5.26829 11.7889 5.52864 11.5286L9.05723 7.99998L5.52864 4.47138C5.26829 4.21103 5.26829 3.78892 5.52864 3.52858Z' fill='white'/%3E%3C/svg%3E%0A"), #59C0FF !important;
    color: transparent !important;
    background-repeat: no-repeat  !important;
    background-position: center  !important;
  
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    transform: rotate(180deg);
}
.dataTables_info {
    color: #868E8B !important;
    font-family: "Mulish", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    border-bottom: none !important;
}
table.dataTable.no-footer {
    border-bottom: none !important;
}
/*.top_lable.d-flex.flex-column.md-3 {
    margin-top: 20px;
}*/
.table_list_li:has(ul.li_inner_list) .list_col {
    color: #ffffff !important;
}
.table_list_li:has(ul.li_inner_list) {
    background: #59c0ff !important;
}
li.li_sub_li.li_sub_total {
    background: #59c0ff47;
}
.pd_data_table td,
.pd_data_table th {
  border-bottom: 1px solid #D9E0DE !important;
}
.pd_data_table td:first-child {
  border-left: 1px solid #D9E0DE !important;
}
.pd_data_table td:last-child {
  border-right: 1px solid #D9E0DE !important;
}
div#peopleTable_length,#eventTable_length,#locationTable_length {
    margin-bottom: 20px;
    text-align: left;
}
span.attendee_phone {
    font-size: 12px;
}
ul.li_inner_list {
    border: 1px solid #009DFD;
    border-radius: 11px;
}