@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Oswald:wght@200..700&display=swap');

* {
    margin: 0;
    padding: 0
}



#heading {
    text-transform: uppercase;
    color: #366fa1;
    font-weight: bold;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: none;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

/* #msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    /* background-color: #ECEFF1; */
    /* font-size: 16px;
    letter-spacing: 1px
} */

/* #msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
} */

#msform .action-button {
    width: 110px;
    background: #2b96f1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    margin-right: 10px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #2b96f1
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2b96f1;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #2b96f1;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #366fa1
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f1ad"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f19c"
}

#progressbar #document:before {
    font-family: FontAwesome;
    content: "\f15c"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f15c"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f009"
}


/* MEMBER DETAILS LIST STYLE */
#progressbar #flat:before {
    font-family: FontAwesome;
    content: "\f500"
}

#progressbar #member:before {
    font-family: FontAwesome;
    content: "\f500"
}

#progressbar #shares:before {
    font-family: FontAwesome;
    content: "\e529"
}

#progressbar #homeLoan:before {
    font-family: FontAwesome;
    content: "\f752"
}

#progressbar #gst:before {
    font-family: FontAwesome;
    content: "\f81d"
}

#progressbar #vehicle:before {
    font-family: FontAwesome;
    content: "\f1b9"
}

/* / ------Income / Expense Creation------ / */
#progressbar #income:before {
    font-family: FontAwesome;
    content: "\f53d"
}

#progressbar #expense:before {
    font-family: FontAwesome;
    content: "\e528"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #366fa1
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #2b96f1
}

.fit-image {
    width: 100%;
    object-fit: cover
}



.sty-input-wrapper{
    position:relative;
    /* line-height:14px; */
    /* margin:0 10px; */
    display:inline-block;
}

.sty-label{
  color:#366fa1 !important;
  font-size:11px;
  text-transform:uppercase;
  position:absolute;
  z-index:2;
  left:20px;
  top:11px;
  padding:0 2px;
  pointer-events:none;
  background:white;
  /* transition:transform 100ms ease; */
  transform:translateY(-20px);
}

.sty-inp{
    font-size:13px;
  color:#555;
  outline:none;
  border:1px solid #bbb;
  padding:10px 20px;
  border-radius:15px;
  position:relative;
}

.sty-inp:invalid .sty-label{
    transform: translateY(0);
    transition: transform 100ms ease;
}

.sty-inp:focus{
    border-color:#2b96f1;
}

.sty-inp + .sty-label{
    color:#2b96f1;
    transform:translateY(-20px);
    transition: color 100ms ease, transform 100ms ease;
}

.more-content{
    display: none;
}

.less {
    display: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: #2b96f1;
}

.more{
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: #2b96f1;
}







/*===================================================================*/
.error-message {
    /* color: #d50707; */
    /* color: red; */
    /* font-size: 14px; */
    border-color: red;
}

/* USEFULL AT ONE PLACE - DONT DELETE */
.error-border{
    border-color: #dc3545;
}

/* Custom CSS for toastr */
.toast-success {
    top: 50px; /* Adjust the top padding as needed */
    background-color: greenyellow;
}



/* bank details starts */

.add-mem-btn{
    background: #366fa1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    padding: 8px 12px;
    margin: 10px 0px 10px 5px;
    float: right;
    /* margin-right: 10px; */
}


.modalSubmitBtn{
    background: #366fa1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    padding: 9px 12px;
    margin-left: 10px;
    float: right;
    padding-right: 20px;
}

.registersBtn {
    background: #366fa1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    padding: 9px 10px;
    margin-left: 10px;
    float: right;
}



.addVehicleBtn {
    background: #366fa1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    padding: 7px 12px;
    padding-right: 20px;
}


.clearBtnBalanceSheet{
    padding: 7px 11px;
    border-radius: 7px;
    color: white;
    background-color: #366fa1;
    border: none;
}
.createBtnAboveDatatable {
    position: relative;
    overflow: hidden;
    height: 2.5rem;
    padding: 0 0.8rem;
    background-size: 400%;
    color: white !important; /* Text color is white */
    border: none;
    cursor: pointer;
    background-color: #366fa1 !important;
}

.createBtnAboveDatatable:hover::before {
    transform: scaleX(1); /* Expands the background on hover */
}

.createBtnAboveDatatable:hover {
    color: #fff !important; /* Ensures the text remains white on hover */
}

.createBtnAboveDatatable-content {
    position: relative;
    z-index: 1; /* Ensures the text is above the ::before background */
    font-family: 'Calibri', Arial, sans-serif;
}

.createBtnAboveDatatable::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0); /* Initial state, background is hidden */
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(82.3deg,#023763 10.8%, #366fa1 94.3%);
    transition: all 0.475s;
    /* color: white; is not necessary here */
}


.tableIcons{
    cursor: pointer;
}

/* toast style start */
.toast-top {
    margin-top: 200px; /* Adjust the value as needed */
}
/* toast style end */

.sub-dropdown-menu{
    margin-left: 172px;
    margin-top: -30px;
    visibility: hidden;
    transform: translateY(20px); /* Start the popup 10px below */
    transition: 0.2s all;
    position: absolute;
}

.dropdown-item:hover .sub-dropdown-menu{
    visibility: visible;
    transform: translateY(0px);

}


.dropdown-item{
    cursor: pointer;
}

/* .sub-dropdown:hover  .sub-dropdown-menu{
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-8%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(-8%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
} */

.top-navbar {
    margin: 0 auto; /* Center the div horizontally */
    width: 80%;     /* Set the width to 80% */
}

.navbar {
    background-color: #f8f9fa; /* Background color for navbar */
}

.nav-texxt{
    /* text-transform: uppercase; */
    font-weight: bold;
    color: #092635 !important;
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
}

.abc{
    text-transform: uppercase;
    font-weight: bold;
    color: #366fa1;
    font-family: 'Calibri', sans-serif;
}

.abc.active{
    border-bottom: 3px solid #366fa1 !important;
    font-weight: bold;
    color: #366fa1 !important;
}

.abc:hover{
    border-bottom: 3px solid #366fa1 !important;
    color: #2b2b2b;

}

.hovme{
    cursor: pointer;
}
.hovme:hover{
    font-weight: bold !important;
    text-decoration: underline;
}

.view-label{
    color: #000;
    font-weight: bold;
    font-size: 15px;
    font-family:"Calibri", sans-serif;
}

.dash-text{
    /* color: #000; */
    font-weight: bold;
    /* font-size: 15px; */
    font-family:"Calibri", sans-serif;
}

.view-inps{
    color: grey;
    font-size: 14px;
    font-family:"Calibri", sans-serif;
    font-weight: normal;
}


.hidden-charge-amount {
    display: none;
}



/* MEMBER TABLE STYLE */


#example_previous.paginate_button.previous{
    color: #fff !important;
    font-family: 'Calibri', sans-serif !important;
}
#example_previous.paginate_button.previous:hover{
    background: #2b96f1 !important;
}
#example_next.paginate_button.next{
    color: #fff !important;
    font-family: 'Calibri', sans-serif !important;
}
#example_next.paginate_button.next:hover{
    background: #2b96f1 !important;
}

.modal-body .abs {
    position: sticky !important;
    /* width: 100%; */
    top: 0;
    background: #fff;

}


/* Custom styles to fix double appearance issue */
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate {
margin-top: 0; /* Adjust as needed */
}

/* Custom style to adjust spacing between controls and the table */
.custom-controls {
margin-bottom: 10px; /* Adjust as needed */
}

.dt-buttons {
float: right;
font-family: 'Calibri', sans-serif;
/* padding:5px !important; */
}

.dt-button-custom {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-left: .167em;
    margin-right: .167em;
    margin-bottom: .333em;
    padding: .5em 1em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)"); */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
}


.custom-dropdown {
float: right;
margin-left: 10px; /* Adjust as needed */
}


.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
z-index: 1;
}


.dropdown-content a {
color: black;
padding: 12px 16px;
display: block;
}

.dropdown-content a:hover {
background-color: #ddd;
}

.dropdown:hover .dropdown-menu {
display: block;
}


.dataTables_filter {
float: right;
margin: 5px 2px 10px;
}



table {

border-collapse: collapse;
width: 100%;
font-family: 'Calibri', sans-serif;
}


thead th {
padding: 10px;
text-align: left;
font-weight: bold;
}






/* Custom styles for the first and second columns */
/* thead th:nth-child(1),
thead th:nth-child(2) {

position: sticky;
left: 0;
z-index: 2;
} */

.dt-button {
    font-size: 18px !important; /* Keep a standard size for text buttons */
    background: none !important;
    border: none !important;
    /* color: #366fa1 !important; */
    padding: 5px !important;
    cursor: pointer;
}

.dt-button svg, .dt-button i {
    width: 20px;
    height: 20px;
    fill: #366fa1;
}

.dt-button:hover {
    background-color: #2b96f1 !important;
}

.dt-button-collection {
    background: #6ebbff !important;
}

.flatpickr_input_box {
    width: 146.5% !important;
}

.create-custom-button.dt-button {
    background-color: transparent !important; /* Remove default DataTables button background */
    border: none !important; /* Remove the button's border */
    padding: 0 !important; /* Adjust padding as needed */
}

.create-custom-button.dt-button select,
.create-custom-button.dt-button input.flatpickr_input {
    font-size: 15px;
    margin-right: 12px;
    padding: 3px 8px !important; /* Add padding inside the input/select */
    border-radius: 10px !important;
    font-weight: bold !important;
    color: #777781 !important; /* Set text color */
    background-color: transparent !important; /* Ensure no background */
    border: 1px solid #366fa1 !important; /* Skyblue border */
    appearance: none; /* Remove default browser styling */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    cursor: pointer;
}

.create-custom-button.dt-button select:hover,
.create-custom-button.dt-button input.flatpickr_input:hover {
    background-color: transparent !important; /* No background color on hover */
    border-color: black !important; /* Keep border color on hover */
}

.create-custom-button.dt-button select:focus,
.create-custom-button.dt-button input.flatpickr_input:focus {
    border-color: #366fa1 !important; /* Skyblue border on focus */
    outline: none; /* Remove the default outline when focused */
}




.dataTables_info {
font-family: 'Calibri', sans-serif;
/* margin-top: -45px;
position: relative !important;
left: 40% !important; */
/* float: inline !important; */
/* text-align: center !important; */
}
.dataTables_length {
font-family: 'Calibri', sans-serif;
padding-right: 10px;
padding-top: 15px;
position: absolute;

}


.dataTables_filter input {
border: 1px solid #ddd; /* Optional: Add a border for better visibility */
padding: 10px;
border-radius: 30px !important;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Pleasant box shadow */
transition: box-shadow 0.3s ease;
}
.dataTables_filter input:hover {
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adjusted box shadow on hover */
}

.dataTables_length select {
border: 1px solid #ddd; /* Optional: Add a border for better visibility */
padding: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Pleasant box shadow */
transition: box-shadow 0.3s ease;
}
.dataTables_length select:hover {
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adjusted box shadow on hover */
}



/* Hover effect on buttons */
.dt-button:hover {
background-color:#2b96f1;
}

/* Adjust styles for the search input */
.dataTables_filter input {
border: 1px solid #ddd;
padding: 8px;
}
.dataTables_filter label {
/* border: 1px solid #ddd; */
/* padding: 8px; */
text-transform: uppercase;
font-weight: bold;
color: #555;
font-family: 'Calibri', sans-serif !important;
}

/* Add a subtle shadow to the table */
table {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
/* background-color: #fff !important; */
}


/* ---------------------------------------------------------------------- */

/* Custom styles for DataTable pagination */

/* Style the pagination container */
.dataTables_paginate {
    margin-top: 10px !important;
    color: rgb(104, 102, 102) !important;
}

/* Style the individual pagination buttons */
.dataTables_paginate .paginate_button {
    background-color: none !important;
    color: #fff !important;
    font-weight: bold;
    font-family: 'Calibri', sans-serif;
    border: none !important;
    /* padding: 10px 15px !important; */
    border-radius: 5px !important;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #366fa1 !important;
}

/* Style the active page button */
.dataTables_paginate .paginate_button.current {
    background-color: #daeefc !important;
    transform: scale(1.1);
}


/* Disable the "Previous" and "Next" buttons on hover */
.dataTables_paginate .paginate_button.disabled:hover {
    background-color: #daeefc !important;
    color: #fff !important;
    cursor: not-allowed !important;
}




/* Custom styles for the DataTable */

/* ... (existing styles) ... */

table.dataTable thead th.sorting_asc::after {
    content: '\f0de'; /* Font Awesome ascending icon (replace with custom icon) */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
}

table.dataTable thead th.sorting_desc::after {
    content: '\f0dd'; /* Font Awesome descending icon (replace with custom icon) */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
}

table.dataTable thead th.sorting::after {
    content: ''; /* Remove default icon */
}

table.dt-table thead th {
    /* border-top: 1px solid black !important; */
    /* padding-top: 14px !important; */
    /* padding-bottom: 14px !important; */
    background-color: #366fa1 !important;
    color: white;
}

table.dt-table tbody td {
    background-color: white !important;
    padding: 5px !important;
}


/* Table related stuff */
.abs{
    z-index: 100;
}


.action-button-new {
    width: 110px;
    background: #2b96f1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    margin-right: 10px;
}

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


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .hr-container{
    max-width: 80%;
    margin: 0 auto;
  }
  .hr-text{
    position: relative;
    ouline: 0;
    border: 0;
    height: 1.5em;
  }
  .hr-text:before{
    content: '';
    position: absolute;
    background: green;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  .hr-text:after{
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 2em;
    line-height: 1.5em;
    color: #2b96f1;
    background-color: #fcfcfa;
  }


  .error {
    color: #dc3545;
    font-size: 14px;
}


/* checkbox style */
.att-table input[type="checkbox"] {
    position: relative;
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
    background: red;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
}

.att-table input[type="checkbox"]::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    border: 1px solid grey;
}

.att-table input[type="checkbox"]:checked::before {
    transform: translateX(100%) !important;
    background: #fff;
}

.att-table input[type="checkbox"]:checked {
    background: #00ed64;
}


.notEditable{
    cursor: not-allowed;
}


/* STYLE FOR NOMINEE SHOW ON MODAL */
.seven h1 {
text-align: center;
    font-size:30px; font-weight:300; color:#222; letter-spacing:1px;
    text-transform: uppercase;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.seven h1:after,.seven h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #4660ee;
    border-top: 1px solid #4660ee;
    height: 5px;
    background-color:#f8f8f8;

}


#attendanceTable .dataTables_scrollHeadInner{
    width: 100% !important;
    background-color: red !important;
}


.l {
    display: block;
    margin-bottom: 1.5em;
    font-size: 1em;
  }

  .l {
    background-color: rgba(0,0,0,0.7);
    border-radius: 0.75em;
    box-shadow: 0.125em 0.125em 0 0.125em rgba(0,0,0,0.3) inset;
    color: #fdea7b;
    display: inline-flex;
    align-items: center;
    margin: auto;
    padding: 0.15em;
    width: 3em;
    height: 1.5em;
    transition: background-color 0.1s 0.3s ease-out, box-shadow 0.1s 0.3s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .l:before, .l:after {
    content: "";
    display: block;
  }

  .l:before {
    background-color: #d7d7d7;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    transition: background-color 0.1s 0.3s ease-out, transform 0.3s ease-out;
    z-index: 1;
  }

  .l:after {
    background: linear-gradient(transparent 50%, rgba(0,0,0,0.15) 0) 0 50% / 50% 100%,
          repeating-linear-gradient(90deg,#bbb 0,#bbb,#bbb 20%,#999 20%,#999 40%) 0 50% / 50% 100%,
          radial-gradient(circle at 50% 50%,#888 25%, transparent 26%);
    background-repeat: no-repeat;
    border: 0.25em solid transparent;
    border-left: 0.4em solid #d8d8d8;
    border-right: 0 solid transparent;
    transition: border-left-color 0.1s 0.3s ease-out, transform 0.3s ease-out;
    transform: translateX(-22.5%);
    transform-origin: 25% 50%;
    width: 1.2em;
    height: 1em;
    box-sizing: border-box;
  }
  /* / Checked / */
  .l:checked {
    background-color: rgba(0,0,0,0.45);
    box-shadow: 0.125em 0.125em 0 0.125em rgba(0,0,0,0.1) inset;
  }

  .l:checked:before {
    background-color: currentColor;
    transform: translateX(125%)
  }

  .l:checked:after {
    border-left-color: currentColor;
    transform: translateX(-2.5%) rotateY(180deg);
  }


  /* / Other States / */
  .l:focus {
      /* / Usually an anti-A11Y practice but set to remove an annoyance just for this demo / */
    outline: 0;
  }


  .red-background {
    background-color: rgb(141, 20, 20);
    font-size: 14px;
    color: white;
    border-radius: 4px;
    padding: 5px;

  }

  .blue-background {
    background-color: rgb(25, 134, 25);
    font-size: 14px;
    color: white;
    border-radius: 4px;
    padding: 5px;
  }


.accordianColor{
    background-color: white;
}


.suggestionStyle {
    border-left: 3px solid #366fa1;;
    border-radius: 6px;
    padding: 7px 9px;
    /* background-color: #ededed; */
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}


.select2-selection__rendered {
    line-height: 31px !important;
    font-size: 13px !important;
    padding-left: 22px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
    border-radius: 11px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}


/* LEDGER STYLE */
.circular-tabs {
    display: flex;
    justify-content: space-between;
    border: none;
}

.circular-tabs li {
    width: 60px; /* Adjust width as needed */
    height: 60px; /* Adjust height as needed */
    border-radius: 50%;
    text-align: center;
    line-height: 60px; /* Vertical centering */
    background-color: #f0f0f0; /* Background color */
    color: #337ab7;
}

.circular-tabs li.active {
    background-color: #6ebbff !important; /* Active tab background color */
    color: #fff; /* Active tab text color */
    transform: scale(1.2);
    transition: 0.5s ease-in-out;
    border: 2px solid #337ab7;
}

.circular-tabs li a {
    display: block;
    color: inherit;
    text-decoration: none;
}


#loader{
    display: none;
}

.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* display: none; */
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .jimu-primary-loading:before,
  .jimu-primary-loading:after {
    position: absolute;
    top: 0;
    content: '';
  }

  .jimu-primary-loading:before {
    left: -19.992px;
  }

  .jimu-primary-loading:after {
    left: 19.992px;
    -webkit-animation-delay: 0.32s !important;
    animation-delay: 0.32s !important;
  }

  .jimu-primary-loading:before,
  .jimu-primary-loading:after,
  .jimu-primary-loading {
    background: #076fe5;
    -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    width: 14.5px;
    height: 35px;
  }

  .jimu-primary-loading {
    text-indent: -9999em;
    margin: auto;
    position: absolute;
    right: calc(50% - 6.8px);
    top: calc(50% - 16px);
    -webkit-animation-delay: 0.16s !important;
    animation-delay: 0.16s !important;
  }

  @-webkit-keyframes loading-keys-app-loading {

    0%,
    80%,
    100% {
      opacity: .75;
      box-shadow: 0 0 #076fe5;
      height: 32px;
    }

    40% {
      opacity: 1;
      box-shadow: 0 -8px #076fe5;
      height: 40px;
    }
  }

  @keyframes loading-keys-app-loading {

    0%,
    80%,
    100% {
      opacity: .75;
      box-shadow: 0 0 #076fe5;
      height: 32px;
    }

    40% {
      opacity: 1;
      box-shadow: 0 -8px #076fe5;
      height: 40px;
    }
  }


/* ///////////Logout Button CSS//////////////// */
.Btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
    box-shadow: 2px 2px 10px rgba(0, 2, 2, 0.199);
    /* background-color: rgb(219, 22, 22); */
  }

  /* plus sign */
  .sign {
    width: 100%;
    transition-duration: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sign svg {
    width: 18px;
  }

  .sign svg path {
    fill: white;
  }
  /* text */
  .text {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 1em;
    font-weight: 600;
    transition-duration: .3s;
  }
  /* hover effect on button width */
  .Btn:hover {
    width: 120px;
    border-radius: 40px;
    transition-duration: .3s;
  }

  .Btn:hover .sign {
    width: 30%;
    transition-duration: .3s;
    padding-left: 20px;
  }
  /* hover effect button's text */
  .Btn:hover .text {
    opacity: 1;
    width: 70%;
    transition-duration: .3s;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  /* button click effect*/
  .Btn:active {
    transform: translate(2px ,2px);
  }


.fareen {
/* font-family: "Inconsolata", monospace; */
font-family: 'Lora', serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
/* font-variation-settings: */
    /* "wdth" 100; */
}


.plus-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #4CAF50;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.plus-button:hover {
    background-color: #45a049;
}

.plus-button .fas {
    margin-right: 5px;
}


.globalColor {
    color: #366fa1;
}

.globalBgColor {
    background-color: #366fa1;
}

.form-bg {
    border-radius: 12px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.chat-container {
    display: flex;
    flex-direction: column;
    height: 400px; /* Set a specific height */
    overflow-y: auto; /* Enable vertical scrolling */
}

.firstPerson, .secondPerson {
    max-width: 80%; /* Limits the width of the message */
    padding: 9px 11px;
    border-radius: 14px;
    margin-bottom: 11px;
    word-wrap: break-word; /* Handles long words */
    clear: both; /* Clears floats if using older float-based layout */
}

.firstPerson {
    background-color: #609fb9;
    color: white;
    align-self: flex-start; /* Aligns to the left */
}

.secondPerson {
    background-color: #e7e7e7;
    color: black;
    align-self: flex-end; /* Aligns to the right */
}



.firstPersonMember, .secondPersonMember {
    max-width: 80%; /* Limits the width of the message */
    padding: 9px 11px;
    border-radius: 14px;
    margin-bottom: 11px;
    word-wrap: break-word; /* Handles long words */
    clear: both; /* Clears floats if using older float-based layout */
}

/* Admin's message, aligned to the right */
.firstPersonMember {
    background-color: #e7e7e7;
    color: black;
    float: right; /* Aligns to the right */
    text-align: right;
    margin-top: 7px;
}

/* Member's message, aligned to the left */
.secondPersonMember {
    background-color: #609fb9;
    color: white;
    float: left; /* Aligns to the left */
    text-align: left;
    margin-top: 7px;
}


.chatIcon {
    margin-top: 11px;
    font-size: 24px;
    color: #609fb9;
}

.chatIconAdmin {
    margin-top: 11px;
    font-size: 20px;
    color: #609fb9;
    margin-left: 10px;
    margin-right: 10px;
}

.scrollableContainer {
    max-height: 400px; /* Set the maximum height of the container */
    overflow-y: auto; /* Enables vertical scrolling */
    padding: 10px; /* Optional: Adds padding for spacing */
    border: 1px solid #ddd; /* Optional: Adds a border for better visualization */
    background-color: #f9f9f9; /* Optional: Sets a background color */
}

.userProfile {
    display: flex;
    align-items: flex-start; /* Align items at the start of the cross axis (vertical) */
    border: 1px solid #bac8ce;
    padding: 11px;
    margin-bottom: -1px; /* Space between each profile */
    background-color: #fff; /* Optional: Sets a background color for each profile */
    border-radius: 7px;
}

.userProfileIcon {
    border: 1px solid black;
    border-radius: 20px;
    padding: 8px;
    margin-right: 10px; /* Space between icon and text */
}

.userProfileText {
    cursor: pointer;
    display: flex;
    flex-direction: column; /* Stack text vertically */
    justify-content: center; /* Center text vertically relative to the icon */
}

.userName, .userText {
    margin: 0; /* Remove default margin */
    line-height: 1.2; /* Adjust line height for better vertical alignment */
}


.memeberDetails {
    margin-top: 21px;
    margin-left: -7px;
    margin-right: -3px;
    /* border: 1px solid #bfbfbf; */
    border-radius: 11px;
    padding: 19px;
    border: 1px solid #d1cece;
}

.headerContainer {
    display: flex; /* Use flexbox to align items horizontally */
    justify-content: space-between; /* Distribute space between elements */
    align-items: center; /* Vertically center the items */
    width: 100%; /* Make sure the container spans the full width */
    margin-bottom: 8px;
}


.chatHeading {
    margin: 0; /* Remove default margin from h4 */
    /* background-color: #f2f0f0; */
    /* color: black; */
    padding-top: 10px;
    /* border-bottom: 1px solid #d9d9d9; */
}


.dropdownSelect {
    width: auto; /* Adjust width to fit the content */
}

.chatHeadBottom {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}


.timeBoxStyle {
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    text-align: center;
    border-radius: 16px;
    margin-right: 30px;
}


.custom-fieldset {
    border: 1px solid #d6d5d5;
    border-radius: 9px;
    padding: 24px 41px;
    margin-bottom: 20px;
    position: relative;
}

.custom-fieldset .legend {
    position: absolute;
    top: -12px;
    left: 15px;
    background-color: white;
    padding: 0 9px;
    /* font-weight: bold; */
}


.multipleSocietyBox {
    border: 1px solid #b7daeb;
    border-radius: 10px;
    padding: 16px 22px;
    margin-bottom: 20px;
}

.multipleSocietyBox:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.multipleSocietyBoxSelected {
    background-color: #e9f3fd;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.societySwitchBtn {
    background: #366fa1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    padding: 8px 12px;
    margin: 10px 0px 10px 5px;
    margin-right: 10px;
}


.addMoreForm {
    border: 1px solid #cfcdcd;
    padding: 16px 20px;
    border-radius: 18px;
}

.removeAddedForm {
    padding: 9px 11px;
    border-radius: 11px;
    background-color: #b93042;
    color: white;
    font-size: 16px;
    cursor: pointer;
}


hr.hr-1 {
    background-color: #fff;
    padding: 0;
    margin-bottom: 8px;
    margin-top: 2px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }

.datatableIconsDisplay {
    cursor: pointer;
}


.viewAttachedFileIcon {
    color: #366fa1;
}

.vehicleAccordianBorder {
    border: 1px solid #dcd8d8;
    border-radius: 10px;
}


.tabsBottom {
    margin-right: 50px;
    padding-left: 41px;
    padding-right: 0px;
}



/* General Ledger , Cash Book , Bank Book date input CSS */
.create-custom {
    font-size: 15px;
    /* margin-right: 12px; */
    padding: 3px 8px !important;
    border-radius: 10px !important;
    font-weight: bold !important;
    color: #777781 !important;
    background-color: transparent;
    border: 1px solid #366fa1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.create-custom:hover {
    background-color: transparent;
    border-color: black;
}
.create-custom:focus {
    border-color: #366fa1;
    outline: none;
}

.society_suggestion_doc {
    padding: 8px 8px;
}


.notice-container {
    height: 300px;
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 14px;
}

.progress {
    width: 100% !important;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: rgb(117, 20, 182);
    transition: width 1.5s ease-in-out;
    text-align: center;
    color: white;
    line-height: 30px;
}

.close-ticket {
    border: 1px solid black;
    border-radius: 4px;
    padding: 0px 6px;
    cursor: pointer;
}

.closedBtn {
    background-color: rgb(134, 6, 6);
    color: white;
    border: none;
    padding: 1px 6px;
    border-radius: 4px;
}

.userSuggestion {
    font-size: 11px;
    color: grey;
}