/*Forms Style Custom*/
.preloader__image{
    background-image: url(../logo/CARoundLogo.png);
}
.form-group{
    margin-bottom: 10px;
}
.form-group label{
    margin-bottom: 3px;
    font-size: 14px;
}
.form-control, select {
    border-color: #0000005c !important;
}
.form-control:focus,.form-select:focus{
    box-shadow:0 0 0 .15rem rgb(255 162 1 / 33%);
}
.form-control-sm{
    min-height:35px !important;
}
/*input-group icons*/
/*.input-group-text {*/
/*    box-shadow: 1px 3px 4px 1px rgb(95 95 95 / 25%);*/
/*}*/

/*select2*/
.select2-container--default .select2-selection--single .select2-selection__rendered{
    border:1px solid;
    border-color: #0000005c;
    /*box-shadow: 1px 3px 4px 1px rgb(95 95 95 / 25%);*/
}

/*checkbox */
.form-check-input {
    width: 1rem;
    height: 1rem;
}
.error{
    color: #fc0027;
}

.disabled{
    background-color: #f0f0f0;
    color: #666;
    text-decoration: none;
    cursor: not-allowed;
    opacity: .5;
}

.nav-tabs .nav-item{
    /*border: 1px solid #ccc;*/
    border-radius: 10px 10px 0 0;
    margin: 0 1px;
}
.nav-tabs.nav-tabs-bottom li a.active{
    border-bottom-color: #ffffff;
}

.disabled{
    background-color: #ccc !important;
    border: 1px solid #b0b0b0 !important;
    cursor: not-allowed !important;
}

.btn-none{
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: #000;
}
.btn-xs {
    padding: 1px 10px;
    font-size: 11px;
    border-radius: 3px;
}
.table td {
    word-wrap: break-word; /* Ensures that long words or URLs break to fit the cell */
    overflow-wrap: break-word; /* Fallback for older browsers */
    white-space: normal; /* Ensures that text will wrap onto the next line */
}

.nav-tabs-rounded .nav-link{
    color: #fff !important;
}

/*Duplicate Dropdown  --- Financial Year*/

/*.duplicate-header {
    height: 56px;
    z-index: 999;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}*/

.duplicate-header .header-user {
    padding: 15px 24px;
    display: contents;
}

.duplicate-header .header-user .user-menu {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin: 0;
    position: relative;
    height: 100%;
    border-bottom: 0;
    padding: 0 24px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.new-active{
    background-color: transparent !important;
    border: 1px solid #1ecbe2 !important;
}

@media(max-width: 991.98px){
     .duplicate-header .header-user .user-menu{
        display: none;
    }
}

.duplicate-header .header-user .user-menu>li {
    margin-left: 10px;
    margin-inline-end: 0;
}

@media(max-width: 1199.98px){
        .header .header-user .user-menu>li {
        margin-left: 8px;
    }
}

.duplicate-header .header-user .user-menu .nav-list .nav li .btn-header-list{
    background:#fda700 !important;
    border:1px solid #fda700 !important;
    color: #fff !important;
    width:100% !important;
}
.duplicate-header .menus-info .menu-list li a {
    display: block;
    padding: 8px;
    background: #fff;
    border-radius: 5px;
}

.duplicate-header .menus-info .menu-list li a .menu-details .menu-list-icon {
    font-size: 18px;
    color: #fff;
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 5px;
    margin-right: 8px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.duplicate-header .menus-info {
    min-width: 150px!important;
    border-radius: 5px;
    padding: 8px;
}

.duplicate-header .menus-info .menu-list li a .menu-details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.duplicate-header .menus-info .menu-list li a .menu-details .menu-details-content p{
    margin:0px;
    padding:0px;
}
.duplicate-header .menus-info .menu-list li .menu-details .fyear-btn{
    font-size:13px;
    /*width:100%;*/
    width:100% !important;
    max-height:100%;
    height:25px !important;
}

.dropify-wrapper{
    height: 100px!important;
}

/*Financial Year Radio btn*/

.radio-container {
  margin: 0 auto;
  max-width: 300px;
  color: #000;
}

.radio-wrapper {
  margin-bottom: 5px;
}

.radio-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.radio-button:hover {
  transform: translateY(-2px);
}

.radio-button input[type="radio"] {
  display: none;
}

.radio-checkmark {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 2px solid #333;
  border-radius: 50%;
}

.radio-checkmark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
  transition: all 0.2s ease-in-out;
}

.radio-button input[type="radio"]:checked ~ .radio-checkmark:before {
  transform: translate(-50%, -50%) scale(1);
}

.radio-label {
  font-size: 16px;
  font-weight: 600;
}

/*tag*/
.tag-success {
  background: #4CAF50;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 25px 0 10px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  cursor: default;
  transform: rotate(330deg);
  animation: swing 2s ease-in-out infinite;
}

.tag-danger {
  background: #FF0000;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 25px 0 10px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  cursor: default;
  transform: rotate(330deg);
  animation: swing 2s ease-in-out infinite;
}

.tag-success::before, .tag-danger::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 8px;
  right: 10px;
  position: absolute;
  width: 8px;
  top: 9px;
}

.tag-success::after {
  background: #fff;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #4CAF50;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag-danger::after {
  background: #fff;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #FF0000;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes swing {
  0% {
    transform: rotate(330deg) translateX(0) rotate(0deg);
  }
  25% {
    transform: rotate(330deg) translateX(-5px) rotate(-5deg);
  }
  50% {
    transform: rotate(330deg) translateX(0) rotate(0deg);
  }
  75% {
    transform: rotate(330deg) translateX(5px) rotate(5deg);
  }
  100% {
    transform: rotate(330deg) translateX(0) rotate(0deg);
  }
}

/*index Calender Buttons*/
.fc-button{
    padding:5px!important;
    font-size:0.7rem !important;
}
#calendar .fc-view-container {
    border: 1px solid #afafaf;
    padding: 5px;
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 19.999%;
    }
}

@media (max-width:575px){
    .page-header .head-icons{
        display:block;
    }
    .title-head{
        align-items:end;
    }
    .page-header .page-title{
        margin-bottom:0px;
    }
    .page-header .head-icons a:last-child{
        display:none;
    }
    .fc-scroller {
        height: 275px !important;
        max-height: 100%;
    }
}
@media(max-width: 991.98px){
    .page-header .head-icons {
         display: block; 
    }
    .page-header .head-icons a:last-child{
        display:none;
    }
    .right-side-views{
        display: block; 
    }
}

/*Client Registration button PDF , COPY, EXCEL, CSV All*/

div.dt-buttons>.dt-button{
    padding:5px 10px !important;
    border:none !important; 
    color: #ffffff !important;
    border-radius:5px !important;
}

div.dt-buttons>.dt-button:hover:not(.disabled){
    background-color:rgb(250 197 44) !important;
}

div.dt-buttons>.dt-button.buttons-copy {
    background-color: #1ecbe2; 
}

div.dt-buttons>.dt-button.buttons-excel {
    background-color: #217346; 
}

div.dt-buttons>.dt-button.buttons-csv {
    background-color: #4CAF50; 
}

div.dt-buttons>.dt-button.buttons-pdf {
    background-color: #FF0000; 
}

div.dt-buttons>.dt-button.buttons-print {
    background-color: #ECA126; 
}

div.dt-buttons>.dt-button.btn-custom {
    background-color: #007BFF; 
}

div.dt-buttons>.dt-button.btn-update-log {
    background-color: #ff0000;
}

.nav-tabs.nav-tabs-bottom li a {
    background-color:#ccc !important;
    color: var(--bs-nav-tabs-link-active-color) !important;
    border-radius: 12px 0px 12px 0;
    font-weight:500;
    
}
.nav-tabs.nav-tabs-bottom li a:hover{
    border-radius: 5px;
    border-bottom-color:#ccc !important;
}

.nav-tabs.nav-tabs-bottom li a.active {
    background-color:#fff !important;
    /*border: 2px solid #ccc;*/
    border: 1px solid #1ecbe2;
    border-radius: 12px 0px 12px 0;
    color:var(--bs-nav-tabs-link-active-color) !important;
    font-weight:bold;
}

.tab-container {
  position: relative;

  display: flex;
  flex-direction: row;
  align-items: flex-start;

  padding: 2px;

  background-color: #f5f5f5;
  border-radius: 9px;
}


.tab-container .nav-item a{
    margin:2px;
    padding:5px 10px;
    
}
.tab-container .nav-item a.active{
    border:1px solid #1ecbe2 !important;
}



/*Header.php */
.dropdown-menu{
    width:max-content;
}

/*Datatable CSS*/
div.dt-container .dt-paging .dt-paging-button.current {
    background-color: #fda700 !important;
    border-radius: 50%;
    color: #fff !important;
    border: 1px solid #fda700 !important;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    border: 1px solid #fda700 !important;
    background: linear-gradient(to bottom, #fda700 0%, #fda700 100%) !important;
    border-radius: 50%;
}

table.dataTable>thead>tr>th {
    padding: 5px 10px !important;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
}


.dataTable .select2-container--default .select2-selection--single .select2-selection__rendered,
.dataTable .select2-container--default .select2-selection--single .select2-selection__arrow,
.dataTable .select2-container--default .select2-selection--single{
    height:30px !important;
    line-height:30px !important;
    /*border:none !important;*/
}

/*.offcanvas .datepicker{*/
/*    z-index:999999 !important;*/
/*}*/


/*Footer Assign Task*/

/* Utility classes */

.assign-div {
    z-index: 999;
    right: 30px;
    bottom: 40px;
    position: fixed;
}
.custom-header .nav-list{
    padding:0px;
}
.custom-header .user-menu .nav-list::before{
    display:none;
}
.custom-header .menus-info .menu-list li {
    margin-bottom: 0;
    margin-right: 0;
}
.custom-header .menus-info .menu-list li a {
    display: block;
    padding: 8px;
    background: #fff;
    border-radius: 5px;
}
.custom-header .menus-info .menu-list li a .menu-details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.custom-header .menus-info .menu-list li a .menu-details .menu-list-icon {
    font-size: 18px;
    color: #fff;
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 5px;
    margin-right: 8px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.custom-header .menus-info .menu-list li a .menu-details .menu-details-content p {
    font-weight: 600;
    color: #262a2a;
    margin-bottom: 0;
}
.custom-header .menus-info .menu-list li a .menu-details .menu-details-content span {
    font-weight: 400;
    color: #6f6f6f;
}

/*file upload*/
.containers {
    width: 100%;
    /*max-width: 400px;*/
    margin: 10px auto;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    text-align: center;
}

.progress-bar-div {
    line-height:3;
}
/*.progress-bar-div .progress{*/
/*    height:1.2rem !important;*/
/*}*/
.progress-bar {
    color: #000;
    padding:0 2px;
    /* background-color: white; */
    border-radius: 0px 4px 4px 0px;
    /*width:100%;*/
}


/* Span styling */
.progress-bar-div .span {
    margin: 1px;
    background: #cccccc40;
    padding: 5px;
}

/* Cancel button styling */
button#cancel {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #d9534f;
    color: white;
    cursor: not-allowed; /* Indicates disabled state */
    transition: background-color 0.3s ease;
}

button#cancel:enabled {
    cursor: pointer;
    background-color: #d9534f;
}

button#cancel:enabled:hover {
    background-color: #c9302c;
}
/*.progress-bar-div .span{*/
/*    width: 100px;*/
/*    line-height: 38px;*/
/*    border-radius: 3px;*/
/*    position: relative;*/
/*    top: 1px;*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    background-color: white;*/
/*    color: #333;*/
/*}*/


/* Custom file input styling */
.custom-file {
    position: relative;
    display: inline-block;
    //width: 100%;
    //height: 100px;
   // margin: 10px 0;
    border: 2px dashed #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.custom-file:hover {
    border-color: #007bff;
    background-color: #e9f5ff;
}

.custom-file input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.custom-file::before {
    content: 'Click or Drag & Drop your file here';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
    pointer-events: none;
}

/* Styling for the uploaded file name */
.custom-file .dropify-filename {
    display: none;
}

.dropify-wrapper .dropify-message p {
    font-size: 16px;
    color: #666;
    margin: 0;
}
/*file upload end*/

/* OffCanvas*/

/*.offcanvas.offcanvas-end {*/
/*    width: auto ;*/
/*}*/

/*.offcanvas.offcanvas-end{*/
/*    width:700px !important;*/
/*}*/

.badge{
    cursor: pointer;
}

/*Common Field Set Label*/

.field-set {
    border: 1px solid #ccc;
    position: relative;
    border-radius: 5px;
    padding: 15px;
    margin: 25px 0;
}

.field-set label {
    position: absolute;
    top: -19px;
    left: 10px;
    padding: 5px 10px;

    background-color: #ffffff;
    border-radius: 5px;
}

/*Header Staff's under Licence Login*/
.scroll-div{
    overflow-y:scroll;
    /*width:100%;*/
    max-height:300px;
}


/*index.php- Calendar Event Modal*/

  .custom-modall {
    position: absolute;
    display: none;
    z-index: 1050;
    max-width: 100%;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: scale(0.95);
  }

  .custom-modal.show {
    display: block;
    opacity: 1;
    transform: scale(1);
  }

  .modal-header span > i {
    font-size: 18px;
    padding: 5px 8px;
    border-radius: 50%;
    margin: 0 5px;
    font-weight: 600;
  }
  .modal-header span > i:hover {
    background-color: #efecec;
  }

/*Accordian TO DO*/

    .fixed-div {
        position: fixed;
        z-index: 9999;
        width: 280px;
        bottom: 0px;
        left: 10px;
        border-radius: 5px;
    }
    
    .accordion-button:not(.collapsed) {
        background-color: #fac52c;
    }
    .accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
        border-radius: 5px 5px 0 0;
    }

    .accordion-flush {
        
        /*cursor: none;*/
        /*cursor: move;*/
        /*z-index: 12;*/
        /*background: #fac52c;*/
    }

    .accordion-button:focus {
      box-shadow: none;
    }
  
  
  
  
@media (max-width: 575.98px)  {
    .accordion-button {
        padding:0.3rem 0.5rem !important;
    }
}
 /*custom colors*/
.bg-primary-custom{
	background-color: #3B71CA;
	color: #fff;
}
.bg-secondary-custom{
	background-color: #9FA6B2;
}
.bg-success-custom{
	background-color: #14A44D;
}
.bg-danger-custom{
	background-color: #DC4C64;
	color: #fff;
}
.bg-warning-custom{
	background-color: #E4A11B;
}
.bg-info-custom{
	background-color: #54B4D3;
}
.bg-dark-custom{
	background-color: #332D2D;
}

/*@media only screen and (min-width: 1140px){*/
/*    .fixed-div {*/
/*        top: 26rem;        */
/*    }*/
/*}*/



/*Dragable Div- Sticky Notes*/


#mydivheader {
  padding: 5px 10px;
  cursor: move;
  z-index: 10;
  /*background-color: #fda700;*/
  color: #fff;
  border-radius:5px 5px 0px 0px;
  width: 360px;
  min-width:20rem;
  z-index:9999;
  
}

.mydiv-inner {
    background-color: #fda700;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}

#divStickyNotes{
    max-height: 150px;
    overflow-y: scroll;
}

.sticky-text-area p{
    margin:0px !important;
    padding:0px !important;
    color:#262a2a;
}

#mydivheader .sticky-icon {
    max-width: 100%;
    width: 35px;
    position: absolute;
    top: -20px;
    right:170px;
    filter: drop-shadow(-2px 9px 17px #fda700);
}

/*SalesReport.php   UPI Payment Design*/

.payment-div input>#rdoGPay {
  display: none !important;
}

.payment-div .category {
  margin-top: 10px;
  padding-top: 20px;
  display: grid;
  /*grid-template-columns: repeat(2, 1fr);*/
  grid-gap: 15px;
}

.payment-div .category label {
    width: 100%;
    height: 45px;
    padding: 10px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    margin: 0 5px;
}
.payment-div #rdoGPay:checked ~ .category .visaMethod,
.payment-div #rdoPhonePay:checked ~ .category .mastercardMethod {
  box-shadow: 0px 0px 0px 1px #6064b6;
}

.payment-div #rdoGPay:checked ~ .category .visaMethod .check,
.payment-div #rdoPhonePay:checked ~ .category .mastercardMethod .check {
  display: block;
}

.payment-div .imgName span {
  position: absolute;
  top: 72%;
  transform: translateY(-72%);
}

.payment-div .imgName .imgContainer {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 35%;
  transform: translateY(-35%);
}

.payment-div img {
  width: 100px;
  height: auto;
}

.payment-div.visa img {
  width: 100px;
  /* margin-left: 5px; */
}

.payment-div .mastercard img {
  width: 100px;
}

.payment-div .check {
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
}

.payment-div .check i {
  font-size: 18px;
}


@media (max-width: 575.98px)  {
 .payment-div .imgName .imgContainer{
     width:140px;
     top:40%;
 }
}

