
:root{

    --color-primary:#205b79;
    --color-secondary:#ddb65b;
}
a, h1, h2, h3, h4, h5, h6 span, hgroup, select,  input, textarea, button, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, p, input, figure, figcaption, header, footer, nav, section, article, aside, main, menu, video, canvas, progress, summary, details, dialog, menuitem, button , span {
    font-family: 'Baloo Bhaijaan 2', sans-serif !important;
}


body{
    background-size: 100%;
    background: url("../images/pattern.png?version=1.0.0");

}
.default-btn{
    background: var(--color-primary) !important;
    padding: 8px 12px;
    border-radius: 6px;
    color: #fff;
    transition: all 0.3s ease 0s;
    margin-right: .4rem;
    margin-bottom: .4rem;
    font-weight: bold;

}


img.admin-site-logo {
    max-height: 50px;
}
ol.stepper-container {display: flex;align-items: center;width: 100%;justify-content: center;text-align: center;}

li.stepper-item {flex: 1;text-align: right;position: relative;overflow: hidden;display: block;flex-grow: 1;/* text-align: center; */}

span.stepper-item-text {display: block;margin-top: .6rem;transition: all 0.3s ease 0s;opacity: 0;width: fit-content;}

li.stepper-item.active span.stepper-item-text, li.stepper-item.done span.stepper-item-text {
opacity: 1;
}

.stepper-item-inner {
display: inline-block;
background: #f3f3f3;
padding: 10px 13px;
border-radius: 50%;
padding-bottom: 4px;
color: #333;
font-size: 21px;
position: relative;
z-index: 10;
border: 1px solid #ded;
}

.stepper-item-inner i {
position: relative;
top: 2px;
}

/* li.stepper-item:last-child:after {

width: 50%;
right: 0px;
}
*/

li.stepper-item:last-child {
    width: fit-content;
    flex-grow: 0;
    flex-basis: content;
}
li.stepper-item:last-child:after {

/* width: 50%;
 */


 display: none;
} 

li.stepper-item:after {
content: "";
background: #f2f2f2;
position: absolute;
left: 0px;
top: calc(50% - 2px - .9rem);
height: 4px;
width: 100%;
transition: all 0.3s ease 0s;
}

li.stepper-item.done:after {
background: #205b78;
}

li.stepper-item.done .stepper-item-inner {
border: 2px solid #205b78;
color: #205b78;
background: #fff;
}

.stepper-item.active .stepper-item-inner {
background: var(--color-primary);
color: #fff;
border-color: var(--color-primary);
transition: all 0.3s ease 0s;
}


.mb-10 {
    margin-bottom: 2.5rem;
}

.ms-4 {
    margin-inline-start: 1rem;
}

.w-3 {
    width: 0.75rem;
}
.h-3 {
    height: 0.75rem;
}
.-start-1\.5 {
    inset-inline-start: -0.375rem;
}
.border-s {
    border-inline-start-width: 1px;
}


.timeline-item span {
    color: #444;
}

.flat-icon-button i {
    position: relative;
    top: 4px;
    margin-left: .3rem;
}

.default-container {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin: 1rem;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #eee;
    background-color: #ffffff;
}

.flex-100{
    flex:100%;
}

.flex-3 , .flex-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.flex-3 > * {
    flex: 0 1 calc(33% - 1rem);
}

.flex-4 > * {
    flex: 0 1 calc(25% - 1rem);
    /* flex-grow: 1; */
    /* flex-grow: 1; */
    /* flex-shrink: 1; */
}

.icon-content-box .icon-wrapper {
    background: #f8f8f8;
    padding: 2px 7px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #f4f4f4;
}

.icon-content-box .copy-content-button {
    /* position: absolute;
    left: 10px;
    top: 10px; */
    transition: all 0.2s ease 0s;
    opacity: 0;
    margin-right: .5rem;
}

.icon-content-box .copy-content-button i {
    font-size: 15px;
    color: #666;
}

.icon-content-box:hover .copy-content-button {
    opacity: 1;
}

i.fi {
    position: relative;
    top: 3px;
}

.icon-content-box h3 {
    display: inline-block;
    font-size: 15px;
    color: #444;
    margin-top: 4px;
}

.icon-content-box {
    display: grid;
    /* grid-template-columns: auto 1fr; */
    align-items: flex-start;
    gap: .5rem;
    margin-bottom: .5rem;
    /* background: #f8f8f8; */
    padding: 8px;
    border-radius: 6px;
}

.icon-content-box .content-wrapper {
}

.icon-content-box .content-wrapper .content {
    color: #111;
    font-size: 18px;
    margin-top: .2rem;
}

.icon-content-box i {
    font-size: 13px;
}
.text-underlined {
    text-decoration: underline;
}

.badge-green {
    background: #6fd56f;
    color: #044b04 !important;
    font-size: 13px;
    margin: 0px .5rem;
}


.badge-red {
    background: #fda8a8;
    color: #4b0404 !important;
    font-size: 13px;
    margin: 0px .5rem;
}

.badge-orange {
    background: #fdc6a8;
    color: #4b2504 !important;
    font-size: 13px;
    margin: 0px .5rem;
}

.badge {
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: bold;
}
.badge.medium {
    font-size: 15px;
}
.profile-noti-item {
    position: relative;
    width: 100%;
    border-right: 5px solid #ddd;
}

.tab-content-item {
    width: 100%;
}

.profile-noti-item.warning {
    border-right-color: #d17575;
}

.noti-meta span {
    display: inline-block;
    text-align: right;
    margin-left: .5rem;
}

.noti-meta span i {
    display: inline-block;
    margin-left: .2rem;
}

.profile-noti-item h4 {
    margin-bottom: .6rem;
    font-weight: bold;
}

.profile-noti-item .noti-meta {
    border-top: 1px dotted #ddd;
    margin-top: .5rem;
    padding-top: .5rem;
}

.badge-grey {
    background: #eee;
    color:#444;
}

.floating-link {
    background: var(--color-primary) !important;
}

h5.section-title.inner {
    font-size: 21px;
    margin-bottom: .6rem;
    /* border-style: dashed; */
    border-color: #eee;
    /* border: 0px; */
    margin-bottom: 0px;
}


:root{

    --color-primary:#205b79;
        --color-primary-dark: #133e54;
    --color-secondary:#ddb65b;}
a, h1, h2, h3, h4, h5, h6 span, hgroup, select,  input, textarea, button, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, p, input, figure, figcaption, header, footer, nav, section, article, aside, main, menu, video, canvas, progress, summary, details, dialog, menuitem, button , span {
    font-family: 'Baloo Bhaijaan 2', sans-serif !important;
}


img.admin-site-logo {
    max-height: 50px;
}
ol.stepper-container {display: flex;align-items: center;width: 100%;justify-content: center;text-align: center;}

li.stepper-item {flex: 1;text-align: right;position: relative;overflow: hidden;display: block;flex-grow: 1;/* text-align: center; */}

span.stepper-item-text {display: block;margin-top: .6rem;transition: all 0.3s ease 0s;opacity: 0;width: fit-content;}

li.stepper-item.active span.stepper-item-text, li.stepper-item.done span.stepper-item-text {
opacity: 1;
}

.stepper-item-inner {
display: inline-block;
background: #f3f3f3;
padding: 10px 13px;
border-radius: 50%;
padding-bottom: 4px;
color: #333;
font-size: 21px;
position: relative;
z-index: 10;
border: 1px solid #ded;
}

.stepper-item-inner i {
position: relative;
top: 2px;
}

/* li.stepper-item:last-child:after {

width: 50%;
right: 0px;
}
*/

li.stepper-item:last-child {
    width: fit-content;
    flex-grow: 0;
    flex-basis: content;
}
li.stepper-item:last-child:after {

/* width: 50%;
 */


 display: none;
} 

li.stepper-item:after {
content: "";
background: #f2f2f2;
position: absolute;
left: 0px;
top: calc(50% - 2px - .9rem);
height: 4px;
width: 100%;
transition: all 0.3s ease 0s;
}

li.stepper-item.done:after {
background: #205b78;
}

li.stepper-item.done .stepper-item-inner {
border: 2px solid #205b78;
color: #205b78;
background: #fff;
}

.stepper-item.active .stepper-item-inner {
background: var(--color-primary);
color: #fff;
border-color: var(--color-primary);
transition: all 0.3s ease 0s;
}


.mb-10 {
    margin-bottom: 2.5rem;
}

.ms-4 {
    margin-inline-start: 1rem;
}

.w-3 {
    width: 0.75rem;
}
.h-3 {
    height: 0.75rem;
}
.-start-1\.5 {
    inset-inline-start: -0.375rem;
}
.border-s {
    border-inline-start-width: 1px;
}

.section-title {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 2rem;
    color: #333;
    margin-top: 2rem;
}
.timeline-item span {
    color: #444;
}



body .flat-icon-button {
    /* background-color: #f4f4f4 !important; */
    /* background: linear-gradient(0deg, rgba(32,91,120,1) 25%, rgba(48,141,186,1) 100%) !important; */
    /* color: #fff !important; */
    box-shadow: 1px 2px 20px #f2f2f2;
    text-align: center;
    min-width: fit-content;
}

.flat-icon-button i {
    position: relative;
    top: 4px;
    margin-left: .3rem;
    /* color: #fff; */
}
.family-members-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    text-align: center;
    margin: 1rem 0px;
}

.family-member-item img {
    width: 64px;
    display: block;
    margin: 1rem auto;
}

.member-actions {
    display: flex;
    margin-top: 1rem;
    gap: 1rem;
}

.member-actions > * {
    flex: 1;
    flex-grow: 1;
    text-align: center;
}

body .flat-icon-button {}

.default-container {
    box-shadow: 3px 4px 16px #f7f7f7;
    margin: 1.5rem 0px;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #eee;
    width: 100%;
}

.flex-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.flex-3 > * {
    flex: 0 1 calc(33% - 1rem);
}

.flex-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.flex-2 > * {
    flex: 0 1 calc(50% - 2rem);
}

.icon-content-box .icon-wrapper {
    background: #f8f8f8;
    padding: 2px 7px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #f4f4f4;
}

i.fi {
    position: relative;
    top: 3px;
}

.icon-content-box h3 {
    display: inline-block;
    font-size: 15px;
    color: #444;
    margin-top: 4px;
}

.icon-content-box {
    display: grid;
    /* grid-template-columns: auto 1fr; */
    align-items: flex-start;
    gap: .5rem;
    margin-bottom: .5rem;
    /* background: #f8f8f8; */
    padding: 8px;
    border-radius: 6px;
    position: relative;
}

.icon-content-box .content-wrapper {
}

.icon-content-box .content-wrapper .content {
    color: #111;
    font-size: 18px;
    margin-top: .2rem;
}

.icon-content-box i {
    font-size: 13px;
}
.text-underlined {
    text-decoration: underline;
}

.badge-green {
    background: #6fd56f;
    color: #044b04 !important;
    font-size: 13px;
    margin: 0px .5rem;
}


.badge-red {
    background: #fda8a8;
    color: #4b0404 !important;
    font-size: 13px;
    margin: 0px .5rem;
}

.badge-orange {
    background: #fdc6a8;
    color: #4b2504 !important;
    font-size: 13px;
    margin: 0px .5rem;
}

.badge {
    padding: 6px 10px !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    display: inline-block;
    margin: 4px;
}

.profile-noti-item {
    width: 100%;
    border-right: 5px solid #ddd;
}

.tab-content-item {
    width: 100%;
}

.profile-noti-item.warning {
    border-right-color: #d17575;
}

.noti-meta span {
    display: inline-block;
    text-align: right;
    margin-left: .5rem;
}

.noti-meta span i {
    display: inline-block;
    margin-left: .2rem;
}

.profile-noti-item h4 {
    margin-bottom: .6rem;
    font-weight: bold;
}

.profile-noti-item .noti-meta {
    border-top: 1px dotted #ddd;
    margin-top: .5rem;
    padding-top: .5rem;
}

.badge-grey {
    background: #eee;
    color:#444;
}

.floating-link {
    background: var(--color-primary) !important;
}

h5.section-title.inner {
    font-size: 19px;
    margin-bottom: .6rem;
    /* border-style: dashed; */
    border-color: #eee;
    /* border: 0px; */
    margin-bottom: 1rem;
}

.btn-primary {
    background: var(--color-primary) !important;
    padding: 8px 12px;
    border-radius: 6px;
    color: #fff;
    transition: all 0.3s ease 0s;
    margin-right: .4rem;
    margin-bottom: .4rem;
    font-weight: bold;
}

.btn-primary i {
    /* margin-left: .3rem; */
}

.btn-primary span {
    margin: 0px .3rem;
}

.btn-primary:hover {
    background: var(--color-primary-dark);
}

.tr-floating-alerts {
    right: -50%;
    position: absolute;
}

.tr-floating-alerts  > * {
    display: block;
    right: -50%;
    margin-bottom: .3rem;
}

tr {
    position: relative;
}

.badge i {
    margin-left: .2rem;
    position: relative;
    top: 2px;
}

.btn-green {
    background: #24a629 !important;
}
.btn-red {
    background: #e42a2a !important;
}
.btn-oragne {
    background: #e4522a !important;
}

.choices .choices__inner{
    background-position: left 0.5rem center !important;
}


.info-p {
    margin-bottom: 1rem;
}

.filepond--credits {
    display: none !important;
}

.loading-content-container {
    text-align: center;
    width: 100%;
    flex: 1;
}

.loading-content-container img {
    margin: 1rem auto;
    width: 128px;
}

/* stepper */

.stepper-content-item{
    display: none;
}

.stepper-content-item{
    width:100%;
    flex: 100%;
}

.stepper-content-wrapper {
    width: 100%;
}

.alert-container{
    width : 100%;
    display: block;
}

.append-instance    , .prepend-instance    {
    display: none;
}


.default-btn i {
    margin-left: .5rem;
}


button.d-block.default-btn {
    display: block;
    width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour {
    position: absolute;
    z-index: 10000;
    background: #fff;
    box-shadow: 0 2px 64px 3px #eee;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.datepicker tbody tr>td span.hour.active, .datepicker tbody tr>td span.hour.active.focused:hover, .datepicker tbody tr>td span.hour.active:hover, .datepicker tbody tr>td span.hour.focused, .datepicker tbody tr>td span.hour.focused:hover, .datepicker tbody tr>td span.minute.active, .datepicker tbody tr>td span.minute.active.focused:hover, .datepicker tbody tr>td span.minute.active:hover, .datepicker tbody tr>td span.minute.focused, .datepicker tbody tr>td span.minute.focused:hover, .datepicker tbody tr>td span.month.active, .datepicker tbody tr>td span.month.active.focused:hover, .datepicker tbody tr>td span.month.active:hover, .datepicker tbody tr>td span.month.focused, .datepicker tbody tr>td span.month.focused:hover, .datepicker tbody tr>td span.year.active, .datepicker tbody tr>td span.year.active.focused:hover, .datepicker tbody tr>td span.year.active:hover, .datepicker tbody tr>td span.year.focused, .datepicker tbody tr>td span.year.focused:hover{
    background : var(--color-primary) !important;
}

.datepicker-container {
    position: relative;
}


button.delete-float {
    color: #fff;
    background: #FF5722;
    padding: 5px 10px;
    width: fit-content;
    max-width: 120px;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 11px;
}

.dependant-form-instance {
    position: relative;
}

.private-hospital-fields {
    position: relative;
}

.chronic-fields {
    position: relative;
}

.choices__item--selectable {
    padding-left: 10px !important;
}

.collapse-form{
    display: none;
}

.family-classification-input input.a  , .family-classification-input.a input{
    background: green;
    color: #fff;
}



.family-classification-input input.b  , .family-classification-input.b input{
    background: #2196F3;
    color: #fff;
}


.family-classification-input input.c  , .family-classification-input.c input{
    background: #c6b313;
    color: #333;
}


.family-classification-input input.d  , .family-classification-input.d input{
    background: #FF9800;
    color: #fff;
}


.family-classification-input input.e  , .family-classification-input.e input {
    background: #F44336;
    color: #fff;
}

.family-classification-input  , .family-classification-input  input , .total-income-input  , .total-income-input  input  { 
    text-align: center;
    /* max-width: 120px; */
    margin: 0px auto;
}


.icon-link i{
    margin-left: 5px;
}


.filepond--drop-label {

    justify-content: space-around !important;
}

.bill-form-item {
    margin-top: 1.5rem;
    position: relative;
}

.delete-bill-button{

}

.form-instance-container {
    opacity: 0;
    transition: all .3s ease .0s;
    transform: scale(1.03);
    filter: blur(2px);
}

.shown.form-instance-container {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}
.form-instance-container.relative{
    position: relative;

}


.text-red {
    color: #FF5722;
}


.flex-width-full{
    flex:1 1 100%;
}

.br-grey {
    border-right: 4px solid #ddd;
}

.choices[data-type*=select-one] .choices__button {
    left: 0px;
    right: auto;
}

.tabs-container {
    /* border-radius: 5px; */
    /* box-shadow: 1px 2px  30px #f5f5f5; */
    /* margin-bottom: 1.5rem; */
    /* border-top: 1px solid #eee; */
    padding-top: .5rem;
}

.v-btn__content{
    letter-spacing: 0px;
}

.profile-header-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    margin-bottom: 2rem;
}

img.profile-main-image {
    max-height: 96px;
    margin-left: .5rem;
}

.profile-header-info {
    display: flex;
}

.profile-header-content h3 {
    font-size: 19px;
}

.profile-header-content p {
    vertical-align: middle;
    margin: .2rem;
}

.default-btn{
    background: #3b7b9a !important;
    color: #fff !important;
    margin: 0px !important;
}

.v-list-item-title {
    direction: rtl;
}

.v-list-item-title i {
    margin-left: .3rem;
}

span.dot-s {
    display: inline-block;
    width: 8px;
    height: 3px;
    background: #444;
    border-radius: 4px;
    margin: 0px .3rem;
    position: relative;
    top: -1px;
}

.spacer {
    background: #eee;
    flex: 1 1 100%;
    height: 1px !important;
}

.custom-alert {
    padding: 1rem 1.5rem;
    box-shadow: 2px 2px 20px #e8e4e47a;
    margin: .75rem 0px;
    border-radius: 5px;
    border: 1px solid #eee;
    border-right: 45px solid #ccc;
    position: relative;
}

.custom-alert-success {
    border-right-color: #4CAF50;
}

.custom-alert i {
    position: absolute;
    transform: translateY(-50%);
    top: 56%;
    right: -31px;
    font-size: 20px;
    color: #fff;
}

.income-grid-item {
    border: 1px solid #ddd !important;
    padding: .5rem;
    border-radius: 5px !important;
    margin-bottom: .5rem !important;

}

.float-top-left {
    position: absolute;
    left: 10px;
    top: 10px;
}

.noti-options {
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.profile-noti-item:hover .noti-options {
    opacity: 1;
}

.con1{
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #eeeeeed4;
    border-radius: 12px;
    padding: 0px 6px;
}

.border-right-container {
    border-right: 10px solid var(--color-primary-dark);
}
.title-xl {
    font-size: 40px;
    margin-bottom: 1rem;
}

.quick-sponsor-item {
    text-align: center;
    margin: .5rem 0px;
}

.quick-sponsor-item img {
    margin: 0px auto;
}

.quick-sponsor-item h3 {
    font-size: 20px;
    margin: 10px;
}

.sponsor-meta {
    display: flex;
    justify-content: space-around;
    margin: 1rem;
}

.sponsor-meta-item i {
    display: block;
    font-size: 18px;
}

.sponsor-meta-item span {
    font-size: 15px;
}

.sponsor-item-footer {
    display: flex;
}

.sponsor-item-footer > * {
    flex-grow: 1;
    text-align: center;

    justify-content: center;
}

.sponsor-quick-search-form{
    max-width: 600px !important;
}

.text-align-center{
    text-align: center !important;
}

.upload-profile-container {
    border: 1px solid #ddd;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 1px 3px 4px #f8f8f8 , -1px -3px 4px #f8f8f8;
    min-width: 300px;
    margin: 1.5rem auto;
}

.upload-profile-container i {
    font-size: 40px;
    margin-bottom: .75rem;
    display: inline-block;
    color: #756e6e;
}

.upload-profile-container h3 {
    font-size: 18px;
    margin-bottom: .5rem;
}

.upload-profile-container p {
    font-size: 13px;
    color: #555;
}

.select-item-container {
    /* border: 1px solid #ddd; */
    /* padding: 2rem; */
    border-radius: 10px;
    text-align: center;
    /* box-shadow: 1px 3px 4px #f8f8f8, -1px -3px 4px #f8f8f8; */
    min-width: 300px;
    margin: 1.5rem auto;
    text-align: center;
}

.select-item-container img {
    margin: 0px auto;
    width: 64px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 4px;
    margin-bottom: .5rem;
}

.select-item-container h3 {
    color: #222;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: .1rem;
    margin-top: 1rem;
}

.select-item-container p {
    color: #444;
}



.radio-buttons 
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input 
{
  display: none;
}

.radio-btn 
{
  margin: 0px;
  /* width: 220px; */
  /* height: 240px; */
  border: 3px solid transparent;
  display: inline-block;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
  padding: 4px;
  width: 100%;
  background: var(--color-primary-light);
  color: #fff !important;
  border-radius: 6px;
    border: 1px solid #ddd; 
  
    border-radius: 10px;
    text-align: center;
     box-shadow: 1px 3px 4px #f8f8f8, -1px -3px 4px #f8f8f8;
}

.radio-btn > i {
  color: #ffffff;
  background-color: var(--color-primary);
  font-size: 18px;
  position: absolute;
  top: -18px;
  right: -10px;
  transform: scale(1.5);
  border-radius: 50px;
  padding: 7px 12px;
  transition: 0.3s ease 0s;
  pointer-events: none;
  opacity: 0;
  background: #358f91;
  filter: blur(1px);
}

.radio-btn .hobbies-icon 
{
  /* width: 150px; */
  /* height: 150px; */
  /* position: absolute; */
  /* top: 40%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* display: none; */
}
.radio-btn .hobbies-icon img
{
  display:block;
  width:100%;
  /* margin-bottom:20px; */
  border-radius: 8px;
}
.radio-btn .hobbies-icon i 
{
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 
{
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing:1px;
  font-weight: bold;
}

.custom-radio input:checked + .radio-btn 
{
  border: 1px solid var(--color-primary);
}

label.custom-radio.select-item-container .radio-btn {
    padding: 2rem;
}

.radio-btn > i:before {
    position: relative;
    top: 4px;
}

.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}

.choices .choices__list--multiple .choices__item {
    border-color: var(--color-primary) !important;
    background: var(--color-primary) !important;
    margin: 5px;
}


.choices[data-type*=select-one] .choices__button {
    margin-right: 6px !important;
    margin-left: 0px !important; 
}

.choices__item--selectable {
    padding-right: 10px !important;
}

.choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: var(--color-primary) !important;
}


.actions-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.big-icon {
    text-align: center;
    border: 1px solid #eee;
    padding: 16px;
    border-radius: 16px;
    border-image: 1px  solid linear-gradient(135deg, #054f82, #1062a1);
    color: #333;
    box-shadow: 1px 2px 10px #eeeeee2e;
    transition: transform .3s ease 0s;
}

.big-icon i {
    display: block;
    font-size: 30px;
    color: #444;
}

.main-h-title {
    font-size: 16px;
    padding-bottom: 8px;
    /* border-bottom: 1px solid #eee; */
    margin-bottom: 32px;
    text-align: center;
    margin-top: 48px;
    position: relative;
}


.main-h-title:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 50%;
    background: #ddd;
    transform: translateY(-50%);
}

.main-h-title span {
    position: relative;
    z-index: 6;
    background: #fff;
    padding: 8px 16px;
    border-radius: 16px;
    border: 1px solid #ddd;
}

a:hover {
    text-decoration: none !important;
    color: #1062a1 !important;
}

img.main-logo {
    max-width: 80%;
    margin: 16px auto;
    margin-bottom: 32px;
}

.big-icon:hover {
    transform: scale(.95);
}


/* floating menu */

.floating-menu {
    position: fixed;
    bottom: 32px;
    left: 48px;
}
.floating-menu .container {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.floating-menu #toggle {
    -webkit-appearance: none;
    display: none;
}



.floating-menu .button {
    position: absolute;
    z-index: 999;
    width: 43px;
    height: 43px;
    background: #004c80;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -16px;
    left: -16px;
}

.floating-menu .button:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(90deg);
    transition: all 0.4s ease;
}

.floating-menu .button:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    transition: all 0.4s ease;
}

.floating-menu .nav {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    transform: translateY(-10%) scale(0);
    box-shadow: 2px 3px 10px 0 rgba(81, 81, 81, 0.1);
    border: 1px solid #e4e4e4;
    /* padding: 10px; */
    padding-right: 8px !important;
    visibility: hidden;
    transform-origin: bottom left;
    height: 0px;
}

.floating-menu .nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.floating-menu .nav a {
    text-align: center;
    margin: 0px;
    color: #004c80;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 16px 32px;
    border-radius: 0px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.floating-menu .nav a i {
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    right: 8px;
    top: 54%;
    transform: translateY(-50%);
}

.floating-menu .nav a:hover {
    color: #c784dd;
}

.floating-menu #toggle:checked ~ .nav {
    opacity: 1;
    transform: translateY(0%) scale(1);
    visibility: visible;
    height: auto;
}

.floating-menu #toggle:checked ~ .button:before {
    transform: rotate(225deg);
}

.floating-menu #toggle:checked ~ .button:after {
    transform: rotate(135deg);
}

@media (max-width: 640px) {
    .floating-menu .container {
        width: 100%;
    }


   body .beneficiary-item > div {
        display: flex;
        justify-content: space-between;
        margin-bottom: .6rem;
        flex-grow: 1;
        flex-basis: auto;
        flex-shrink: 2;
        flex: 100%;
        width: 100%;
    }
    
   body .beneficiary-item {
        display: block;
    }
}



/*  custom radio  */


/* .selector{
    position:relative;
    width:60%;
    height:80px;
    display:flex;
    justify-content:space-around;
    align-items:center;
    border-radius:9999px;
    box-shadow:0 0 16px rgba(0,0,0,.2);
} */
.selector-item{
    position:relative;
    flex-basis:calc(70% / 3);
    height:100%;
    display: inline-block;
    justify-content:center;
    align-items:center;
    margin: 4px;
    /* border-radius: 16px; */
    /* border: 1px solid #ddd; */
}
.selector-item:first-child {
    margin-right: 0px;
}
.selector-item_radio{
    appearance:none;
    display:none;
}
.selector-item i {
    margin-left: .4rem;
    /* display: inline-block; */
    opacity: 0;
    transition: all 0.3s ease 0s;
    display: none;
}
.selector-item_label{
    position:relative;
    /* height:80%; */
    /* width:100%; */
    text-align:center;
    border-radius: 8px;
    /* line-height:400%; */
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 400;
    transition-duration: .2s;
    transition-property: transform, box-shadow , background;
    transform:none;
    padding: 8px 16px;
    /* padding-bottom: 0px; */
    color: #555;
    border-radius: 16px;
    border: 1px solid #ddd;
    font-size: 12px;
}
.selector-item_radio:checked + .selector-item_label{
    background-color: #005081;
    color: #fff;
    /* transform:translateY(-2px); */
    border-color: #005081;
}
.selector-item_radio:checked + .selector-item_label i{ opacity:1 ; display: inline-block;}
@media (max-width:480px) {
	.selector{
		width: 90%;
	}
}

.selector-item input {
    display: none;
}

.hr {
    width: 100%;
    height: 1px;
    background: #ddd;
}

.nested-container {
    border: 1px solid #ddd;
    border-right: 8px solid #777;
    padding: 16px;
    border-radius: 8px;
    background: #f8f8f840;
}

.family-member-item {
    padding: 16px;
    border: 1px solid #ddd;
    /* margin-bottom: 1rem; */
    border-radius: 16px;
    box-shadow: 3px 4px 16px #f7f7f7;
}

.family-member-item h2 {
    font-weight: 600;
    margin-bottom: .8rem;
    /* border-bottom: 1px solid #ddd; */
    /* padding-bottom: .8rem; */
}

.member-meta {
    display: flex;
    gap: 1rem;
    justify-content: space-around;
}

.member-meta i {
    display: inline-block;
    margin-left: .4rem;
}


/* custom counter  */

.custom-number-input svg > path {
	fill: #044c83;
}

.custom-number-input label {
	display: block;
	font-size: 16px;
	/* font-weight: 600; */
	color: #444;
	margin-bottom: 1rem;
	user-select: none;
}

.custom-number-input {
	width: 100%;
	/* padding: 2rem; */
	/* border-radius: 1rem; */
	/* box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); */
	background-color: #fff;
}

.custom-number-input .counter-input-group {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 1px solid #eee;
	padding: 8px 8px;
	justify-content: space-between;
	border-radius: 8px;
	max-width: 220px;
}
.counter-input-group input {
    text-align: center;
    font-size: 20px;
    width: 100px;
    display: inline-block;
}

.custom-number-input .button {
	width: 2.5rem;
	height: 2rem;
	display: inline-block;
	padding: 0.5rem;
	background-color: #f9f9f9;
	border-radius: 0.25rem;
	border: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.5s;
	margin: 0px;
	padding: 0px;
}

.custom-number-input .button svg {
	width: 1rem;
	height: 1rem;
	pointer-events: none;
}

.custom-number-input .button:hover,
.custom-number-input .button:focus {
	background-color: #f0f0f0;
}

.custom-number-input #custom-input-number {
	text-align: center;
	height: inherit;
	width: 100%;
	border: none;
	outline: none;
	font-size: 1.75rem;
	font-weight: 800;
	color: #2d2d2d;
}

.custom-number-input input[type="number"]::-webkit-outer-spin-button,
.custom-number-input input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}

.custom-number-input input[type="number"]::-moz-inner-spin-button,
.custom-number-input input[type="number"]::-moz-outer-spin-button {
	-moz-appearance: none;
	appearance: none
}


.show-sta-item {
    flex: 1 0 calc(33% - 1.5rem);
    box-shadow: 4px  6px 10px  #eee , -4px  -6px 10px  #f8f8f8;
    border-radius: 6px;
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.show-sta-item p {
    font-size: 50px;
    color: #222;
}

.show-sta-item h3 {
    font-size: 13px;
    color: #333;
}

.show-sta-item i {
    font-size: 35px;
    position: relative;
    background: #491976;
    color: #fff;
    padding: 6px  12px;
    padding-bottom: 0px;
    border-radius: 8px;
    line-height: 54px;
    top: 8px;
}

.dir-rtl {
    direction: rtl;
}

.dashborad-home-charts > div {
    flex: 0 1 calc(33% - 1rem);
    border: 1px solid #f3f3f3;
}

.dashborad-home-charts {display: flex;gap: 1rem;}


.dashborad-home-charts i {
    position: relative;
    font-size: 25px;
    top: -4px;
    color: #666;
}

.sta-container {
    display: flex;
    /* background: #fff; */
    position: relative;
    /* padding: 1rem 5%; */
    gap: 1.5rem;
    text-align: center;
    /* flex: 1 1 30%; */
    flex-wrap: wrap;
}

.sta-container .sta-item {
    flex: 1 1 30%;
    text-align: center;
    background: #f9f9f9;
    border-radius: 16px;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    text-align: right;
    align-items: center;
    /* box-shadow: 1px 3px 20px #eee; */
    border: 1px solid #ddd;
}

.sta-item h4 {
    font-size: 12px !important;
    color: #555;
}
.sta-item.pending i {
    background: #FF9800 !important;
}

.sta-item.ongoing i {
    background: #2196F3 !important;
}

.sta-item.completed i {
    background: #4CAF50 !important;
}

.beneficiary-item.pending {
    border-right-color: #ff9801;
}

.beneficiary-item.ongoing {
    border-right-color: #2196f3;
}
.beneficiary-item.completed {
    border-right-color: #4caf51;
}
.sta-item h2 {
    color: #333;
    font-size: 28px;
}
.sta-container .sta-item i {
    font-size: 20px;
    background: #555;
    padding: 12px 14px;
    border-radius: 50%;
    padding-bottom: 5px;
    color: #fff;
}
.sta-item.attended i {
    background: #0dc729;
}

.sta-item.not-attended i {
    background: #ffb74a;
}

.sta-item.withdrawed i {
    background: #ff4a55;
}

.sta-item {}

.sta-container .sta-item p {
    font-size: 51px;
}

.sta-container .sta-item p {}

.sta-container .sta-item  h4 {
    font-size: 14px;
}



a.btn-circle {
    padding: 8px 16px;
    border-radius: 16px;
    border: 1px solid #ddd;
    display: inline-block;
    margin: .5rem;
}

a.btn-circle.active {
    background: #206093;
    color: #fff;
    border-color: transparent;
}

.filters {
    margin: .5rem 0px;
    margin-top: 0px !important;
}

a.btn-circle i {
    position: relative;
    top: 2px;
}

.filters {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: self-start;
}

i.fi {
    position: relative;
    top: 3px;
}

.beneficiary-item .expandable {
    grid-column: -1/1;
    /* width: 100%; */
    /* flex: 1 1 100%; */
    transition: opacity 0.3s ease 0s;
    /* max-height: 0px; */
    /* overflow: hidden; */
    opacity: 0;
    display: none;
    /* visibility: hidden; */
    flex-grow: 1;
    flex-basis: 100%;
    width: 100%;
    flex-wrap: wrap;
}

.beneficiary-item .expandable.expanded {
    /* max-height: 500px; */
    opacity: 1;
    visibility: visible;
    /* transition: max-height 0.3s ease 0.3s ,opacity 0.3s ease 0.4s; */
}

a.expandd {}

a.rotated {
    transition: all 0.3s ease 0s;
    transform: rotate(180deg);
    display: inline-block;
}

.beneficiary-item .options a {
    display: inline-block;
    transition: all 0.3s ease 0s;
}
h2.sub-title {
    font-size: 22px;
    margin: 2rem 0px;
    margin-bottom: 0.5rem;
}

.beneficiary-item {
    border-radius: 8px;
    padding: 16px 20px;
    /* background: #f9f9f9; */
    box-shadow: 1px 2px 10px #f3f3f38f;
    margin: 1rem 0pc;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #eee;
    flex-wrap: wrap;
    border-right: 8px solid #343234;
}

.status.pending {
    background: #ffb74a;
    padding: 8px 16px;
    border-radius: 16px;
    color: #563d17;
    text-align: center;
    width: fit-content;
    margin: 0px auto;
    font-size: 14px;
}

.status.attended {
    background: #39dc5c;
    padding: 8px 16px;
    border-radius: 16px;
    color: #175617;
    text-align: center;
    width: fit-content;
    margin: 0px auto;
    font-size: 14px;
}
.beneficiary-item h4 {
    color: #194e77;
    font-weight: bold;
    font-size: 13px;
    margin: .2rem;
}
.beneficiary-item .name p {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
}

.beneficiary-item > * {
    flex: 1 0 100%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

h2.sub-title {
    font-size: 22px;
    margin: 2rem 0px;
    margin-bottom: .5rem;
}

.beneficiary-item .options {
    /* text-align: left; */
    flex: auto;
    width: fit-content;
    flex: 0 0 auto;
}

.beneficiary-item .name {
    text-align: right;
}

.beneficiary-item .options i {
    margin: 6px;
}


.login-action-item img {
    width: 98px;
    margin: 1rem auto;
    border-radius: 50%;
    border: 1px solid #eee;
    object-fit: cover;
}

.login-action-item {
    text-align: center;
    /* margin-top: 1rem; */
}

.login-action-item h3 {
    font-size: 19px;
}



h1.main-h-title.circle-radius span {
    border-radius: 50%;
}

.flex-apart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.error-container {
    background: #f47369;
    color: #660606;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}

.error-container i {
    font-size: 40px;
}
.error-message {
    background-color: #f8d7da; /* Light red */
    border-color: #f5c6cb; /* Red border color */
    color: #721c24;
    padding: 16px 14px;
    margin: 1rem 0px;
    border-radius: 6px;
}




.filter-category-item .item-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
    cursor: pointer;
  }
  .filter-category-item {
    margin: 8px 0px;
    margin-bottom: 1.5rem;
  }


.filterable-container{
    display: none;
}
.filterable-container .filterable-search-input {
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  margin-bottom: 0px;
}

.selector-item.small {
  font-family: 'Baloo Bhaijaan 2', sans-serif !important;
  font-size: 12px;
  /*! font-weight: bold; */
}
.selector-item.small label {
  font-size: 10px;
  font-weight: bold;
  padding: 8px;
  border-radius: 8px;
}



.filter-category-item:last-child {
    margin-bottom: 0px;
  }

  .member-actions a {
    text-align: center;
    width: 100%;
    margin: 0px auto;
    display: block;
}


.checked-item {
    background-color: #005081;
    color: #fff;
    padding: 8px 16px;
    /* padding-bottom: 0px; */
    /* color: #555; */
    border-radius: 16px;
    display: inline-block;
    margin: .5rem;
    font-size: 12px;
    font-weight: bold;
}

.checked-item i {
    margin-left: .3rem;
}
.default-container > .section-title.inner {
    margin-top: 1rem;
}

a:hover {
    color: inherit !important;
}


.attachment-item{
    border-radius: 10px;
    border: 1px solid #ded;
    padding: 12px 12px;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}
.shadow-sm {
    -webkit-box-shadow: 0 1.5625rem 2.8125rem rgba(79, 86, 101, 0.075) !important;
    box-shadow: 0 1.5625rem 2.8125rem rgba(79, 86, 101, 0.075) !important;
    transition: all 0.3s ease 0s;
}
.attachment-item p {
    margin: 0px;
    word-wrap: anywhere;
}.attachment-item .icons {
    flex-grow: 1;
    text-align: left;
    min-width: 70px;
}
.attachment-item .icons a {
    margin-right: 10px;
}

.flex-grow {
    display: flex;
    gap: 1rem;
}

.flex-grow > * {
    flex-grow: 1;
    flex: 1;
    gap: 1rem;
}

.flex-grow .flat-icon-button {
    text-align: center !important;
    width: 100%;
    display: block;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.options-icons a {
    margin: .5rem;
}



/*  animations for success and error */




@-webkit-keyframes scaleAnimation {
    0% {
      opacity: 0;
      transform: scale(1.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  @keyframes scaleAnimation {
    0% {
      opacity: 0;
      transform: scale(1.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @-webkit-keyframes drawCircle {
    0% {
      stroke-dashoffset: 151px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes drawCircle {
    0% {
      stroke-dashoffset: 151px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes drawCheck {
    0% {
      stroke-dashoffset: 36px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes drawCheck {
    0% {
      stroke-dashoffset: 36px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  
  #successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: green;
  }
  
  #successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #FFF;
  }
  
  #successAnimationResult {
    fill: green;
    opacity: 0;
  }
  
  #successAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation;
    display: block;
    margin: 0px auto;
    /* height: 200px; */
  }
  #successAnimation.animated #successAnimationCircle {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
            animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
  }
  #successAnimation.animated #successAnimationCheck {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
            animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
  }
  #successAnimation.animated #successAnimationResult {
    -webkit-animation: 0.3s linear 0.9s both fadeIn;
            animation: 0.3s linear 0.9s both fadeIn;
  }
  
  div#response-animation {
    text-align: center;
  }
  
  
  /*  error animation   */
  
  
  
  .circle,
  .circle-border {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  
  .circle {
    z-index: 1;
    position: relative;
    background: white;
    transform: scale(1);
    animation: success-anim 700ms ease;
  }
  
  .circle-border {
    z-index: 0;
    position: absolute;
    transform: scale(1.1);
    animation: circle-anim 400ms ease;
    background: #f86;
  }
  
  @keyframes success-anim {
    0% {
      transform: scale(0);
    }
    30% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes circle-anim {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1.1);
    }
  }
  .error::before,
  .error::after {
    content: "";
    display: block;
    height: 4px;
    background: #f86;
    position: absolute;
  }
  
  .error::before {
    width: 40px;
    top: 48%;
    left: 16%;
    transform: rotateZ(50deg);
  }
  
  .error::after {
    width: 40px;
    top: 48%;
    left: 16%;
    transform: rotateZ(-50deg);
  }
  .erorr-animation {
    margin: 1rem auto;
    width: fit-content;
  }
  

  .responsive-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%; /* Adjust based on aspect ratio (75% for 4:3, 56.25% for 16:9) */
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.pagination-container {
    flex-direction: row-reverse;
}

.pagination-container p {
    margin: 0px;
}

.primary-button{
    width: auto;
    padding: 12px !important;
    background: linear-gradient(135deg, #e4bc23, #d2a90c) !important;
    /* border: none !important; */
    border-radius: 10px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: block;
    transition: background 0.3s;
  }


  .options-icons {
    display: flex;
    gap: .3rem;
    align-items: center;
}

html body .danger-button {
    background: #F44336 !important;
    color: #fff !important;
}
.collapse {
    visibility: inherit !important;
}