/*-- styling by Seema --*/
@import 'node_modules/@tabler/icons-webfont/dist/tabler-icons.scss';

/*--form stying starts--*/
form h5.heading-space {
    background-color: #e6edfd;
    padding: 10px 20px;
    border-radius: 25px;
    /* height: 50px; */
    margin-bottom: 20px;
    border: 1px solid #e6edfd;
    line-height: 27px;
    text-align:center;
}
form h5.heading-space-orange {
    background-color: #ffeae1;
    border: 1px solid #ffeae1;
    padding: 10px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
    line-height: 27px;
}
form .col-12:has(> .heading-space-orange) {
    width:calc(100% - 140px);
    display:inline-block;
}
form .form-group:has(> .devide-two) {
    width: 50%;
}
form .form-group:has(> .devide-three) {
    width: 33.33333%;
}
.row.form-group.col-12.step-0:has(.signature-pad-body) {
    width: calc(50% + 1.5rem)!important;
}
form .form-btn {
    background-color: #f07a4c;
    color: #fff;
    font-size: 1rem;
    padding: 10px;
    line-height: 1.2rem;
    padding-top: 9px;
    
}
form .form-btn:hover {
    color: #efefef;
    
}
form .form-plus {
    background-color: #f07a4c;
    color: #fff;
    font-size: 1rem;
    padding: 10px;
    line-height: 1.2rem;
    padding-top: 9px;
}
form .form-plus:hover {
    color: #efefef;
}
form .form-plus:first-letter {
    font-weight:bold;
    margin-right:4px;
    font-size: 1.1rem;
}
form .form-group:has(> .form-plus.goal-btn) {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    margin-top: 0.3rem;
}

[class$="-ref-block"] {
    column-gap: 20px;
    -bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(0 * var(--bs-gutter-y));
    margin-right: calc(0 * var(--bs-gutter-x));
    margin-left: calc(0 * var(--bs-gutter-x));
}
[class$="-ref-block"] h5 {
    width:calc(100% - 50px);
        background-color: #ffeae1;
    padding: 10px 30px;
    border-radius: 25px;
    margin-bottom: 20px;
    border: 1px solid #ffeae1;
    line-height: 27px;
}
[class$="-ref-block"] .form-group {
    width: calc(50% - 10px)!important;
}
.job-ref-block .form-group:last-child:nth-child(odd), .assigned-ref-block .form-group:last-child:nth-child(even), .training-ref-block .form-group:last-child:nth-child(even), .emergency-ref-block .form-group:last-child:nth-child(odd), .orders-ref-block .form-group:last-child:nth-child(odd) {
  width:100%!important;
}
.assigned-ref-block .form-group:nth-child(3), 
.training-ref-block .form-group:nth-child(3), 
.medication-ref-block .form-group:nth-child(7), 
.goals-ref-block .form-group:nth-child(5), 
.staff-ref-block .form-group:nth-child(3) {
    width:100%!important;
}
.staff-ref-block .form-group:nth-child(4), .staff-ref-block .form-group:nth-child(5), .staff-ref-block .form-group:nth-child(6),
.appraisal-ref-block .form-group:nth-child(3), .appraisal-ref-block .form-group:nth-child(4), .appraisal-ref-block .form-group:nth-child(5) {
    width: calc(100% / 3 - 14px) !important;
}
.medication-ref-block .row.form-group.col-12.step-0:has(.signature-pad-body) {
    width: calc(50% + 0.5rem)!important;
}
.remove-btn {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    background-color: #f07a4c;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    line-height: 15px;
    text-align: center;
    padding: 10px;
}
.remove-btn:hover {
    color: #efefef;
}
[class$="-ref-block"] select.form-select {
    border: 1px solid #ced4da;
    padding: 0.575rem 1rem;
}
#openEmailModal {
    max-width: max-content;
}
.card:not(.table-card) .dataTable-bottom, 
.card:not(.table-card) .dataTable-top {
    padding: 25px 15px;
}
.legends {
    list-style:none;
    flex-wrap: wrap;
}
.legends li a {
    white-space: nowrap;
    cursor: default;
}
body.theme-2 .btn-primary[data-bs-original-title="Fill Form"] {
    --bs-btn-bg: #f07a4c!important;
    --bs-btn-bg: #f07a4c;
    --bs-btn-disabled-bg: #f07a4c;
    --bs-btn-disabled-border-color: #f07a4c;
    
    --bs-btn-hover-bg: #eb6430;
    --bs-btn-hover-border-color: #eb6430;
    --bs-btn-active-bg: #eb6430;
    --bs-btn-active-border-color: #eb6430;
    
    background-color: #f07a4c;
    border-color: #f07a4c;
}
body.theme-2 .btn-primary[data-bs-original-title="Fill Form"]:hover {
    background-color: #eb6430;
    border-color: #eb6430;
}
body.theme-2 .btn-secondary[data-bs-original-title="View Submitted Forms"] {
    --bs-btn-bg: #2D9F4C!important;
    --bs-btn-bg: #2D9F4C;
    --bs-btn-disabled-bg: #2D9F4C;
    --bs-btn-disabled-border-color: #2D9F4C;
    
    --bs-btn-hover-bg: #239342;
    --bs-btn-hover-border-color: #239342;
    --bs-btn-active-bg: #239342;
    --bs-btn-active-border-color: #239342;
    
    background-color: #2D9F4C;
    border-color: #2D9F4C;
}
body.theme-2 .btn-secondary[data-bs-original-title="View Submitted Forms"]:hover {
    background-color: #239342;
    border-color: #239342;
}
.legends li a.btn:focus, .legends li a.btn::hover, .legends li a.btn:active, .legends li a.btn:focus-visible, .legends li a.btn {
    border: none!important;
    box-shadow: none!important;
    --bs-btn-focus-box-shadow:none!important;
}
@media (max-width: 1259px) {
.card-header.table-top {
    padding:25px 15px;
}
}
@media (max-width: 991px) {
    .legends {
        margin-top:10px;
    }
}
/*form.d-inline:has([value="DELETE"]) {*/
/*    display:none!important;*/
/*}*/
/*--form stying ends--*/

.d-inline {
    display: flex;
}
.home-banner-sec .banner-image {
    /*top: 20%;*/
    max-width: 100%;
    box-shadow: none;
}
.home-banner-sec .banner-image img {
    width: auto;
    margin: auto;
}
.site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding-block: 0!important;
    border-top: 1px solid #ddd;
}
.login-media-inner {
    text-align:center;
}
.site-footer .footer-bottom {
    padding-block: 20px;
    margin-top:0;
    border-top: none;
}
.site-footer p {
    text-align: center;
}
.login-media-col {
    background: #97E0F8!important;
}
body .newform-3.circle textarea.form-control {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    resize: none;
    line-height: 1.1rem;
}
a.hidden-act {
    display:none;
}
.btn-primary:hover {
    background-color: #0f2c69;
    border-color: #0f2c69;
}





/* Override hidden scrollbar for Firefox */
html, body {
    scrollbar-width: auto !important;
}

/* Override hidden scrollbar for WebKit browsers (Chrome, Edge, Safari) */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: block !important;   /* force it to show */
    width: 8px !important;       /* or any width you prefer */
}

/* Optional: style the scrollbar */
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: #888 !important;
}

.margin-b-5 {
    margin-bottom:20px;
} 




/*---- home page ----*/

.client-logo-section, .client-testimonials-section {
    margin-bottom: 100px;
    background: linear-gradient(to right, #071E50 20%, #ffffff 20%);
    padding-block: 40px;
    position:relative;
}
.client-testimonials-section .container {
  max-width: calc((100% - 1320px)/2 + 1320px);
  margin-left:auto;
  margin-right:0;
  padding-right:0;
}
.client-testimonials-section h2 {
    color: #071E50;
    margin-left: calc(20% + 20px);
}
.slick-slide img {
    width: 30px;
    height: auto;
    margin-bottom: 15px;
}
.client-logo-wrap {
    background-color: #eaf1ff;
    padding-block: 40px 60px;
}
section.features .container .card {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
    min-height:240px;
    width:100%;
    display:block;
}

section.features .row {
    row-gap: 20px;
}
.section-title .subhead {
    margin-top:20px;
}

.home-banner-sec .row {
    align-items:center;
}
.banner-new {
    overflow: hidden;
    margin-bottom: 40px;
}
.banner-new .img-wrapper {
    display: flex;
  justify-content: center; /* horizontal */
  align-items: flex-start;     /* vertical */
  max-height: 640px;   
    width:100%;
}
.banner-new .img-wrapper .banner-image {
    width:100%;
}

.features .card i {
    color: #FC764D;
    font-size: 40px;
}
.features .card h4 {
    margin-block:20px;
    font-size:20px;
}
.client-testimony-item {
    opacity:1;
    display: flex !important;
    justify-content: center;
    padding: 0 20px;
}

.client-testimony-item h4 {
    font-size:20px;
    margin-top:20px;
}
.client-testimony-item p.designation {
    font-weight:600;
}
.mt-5 {
    margin-top:20px;
}
.m-inline-auto {
    margin-inline:auto;
}
.services-page .service-list {
    margin-bottom:20px;
}
.services-page .service-list li {
    margin-block:10px;
    list-style-type: disc;
    margin-left: 20px;
}
.services-page .right-content .section-title {
    margin-inline: 0px;
    max-width:100%;
    padding-left:50px;
}
.services-page .left-content .section-title {
    margin-inline: 0px;
    max-width:100%;
    padding-right:100px;
}
.services-page .right-content, .services-page .left-content {
    padding-block:50px;
    border-bottom:1px solid #ddd;
}
.services-page .right-content .row , .services-page .left-content .row {
    align-items:start;
}
.blank-sec {
    background-color: #fff;
    padding-block:50px;
}
.cta-sec * {
    color:#fff;
}
.no-border {
    border-width:0!important;
}
.contact-form {
    background-color: #071E50;
    padding:30px!important;
    position: relative;
}
.contact-form * {
    color: #fff;
}
.contact-page .alert-success {
    color: #FC764D;
    position: absolute;
    top: 30px;
    background-color: #071E50;
}
.contact-page .right-content i {
    font-size:30px;
    margin-right:20px;
    color:#FC764D;
}
.contact-page .right-content form a.btn,.contact-page .right-content form a.btn:hover, .contact-page .right-content form a.btn:focus {
    background: #fff!important;
    padding: 10px 25px;
    color: #071E50;
}
.contact-page .form-control, .contact-page input:not([type="submit"]), .contact-page input:not([type="checkbox"]), .contact-page input:not([type="radio"]), .contact-page select, .contact-page textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    line-height: 1rem;
    padding: 15px;
}
.contact-page .form-control::placeholder {
    color:#fff;
}
.contact-page button[type="submit"], .contact-page button[type="submit"]:focus {
    border-color: #fff;
}
.contact-page button[type="submit"]:hover {
    color:#071E50;
}
.d-none {
    display:none;
}
.d-block {
    display:block;
}
.sidebar-logo {
    max-width: 157px;
    margin-right: 15px;
    padding: 20px;
    box-sizing: content-box;
}
.sidebar-logo a {
    display:block;
}
.sidebar-logo img {
    max-width:100%;
}
.footer-menu {
    text-align:center;
    padding-block:20px 0;
}
.footer-menu li {
    display:inline;
    margin-inline:20px;
}
.footer-row .footer-col{
    display:none;
}
.footer-row .footer-col:first-child {
    display:block;
    padding-left: 0;
}
.dashboard-forms-list tr th:first-child, .dashboard-forms-list tr td:first-child {
    display:none;
}
.dashboard-forms-list tr th:nth-child(2), .dashboard-forms-list tr td:nth-child(2) {
    padding-left:30px;
}
.btn-.bg-warning {
    color:#fff;
}
.table tr td,
.formviewtable tr td {
    white-space: normal;
    word-wrap: normal;
    word-break: break-all;
}
.formviewtable tr td label, .formviewtable tr td p {
    margin-bottom:0;
}
.card:not(.table-card) .table tr td:last-child span {
    display:flex;
    gap:5px;
}
.dash-sidebar.light-sidebar .dash-link {
    font-size: 13px!important;
}
.text-end a.btn-danger:first-child {
    display:none;
}
.client-testimonials-section .slick-arrow.slick-next {
    right: 0px;
    top: -75px;
}
.client-testimonials-section .slick-arrow.slick-prev {
    right: 50px;
    left: auto;
    top: -75px;
}
.client-testimonials-section .slide-arrow svg {
    fill:#fff;
}
.terms-page .terms-text {
    padding-block: 150px 100px;
}
.terms-page h3, .terms-page h4, .terms-page p {
    margin-block:1em!important;
}
.terms-page .terms-text a {
    color: #FC764D;
    fon-weight:600;
}
body.terms-page .terms-text ul.listing {
    margin-left: 20px;
    list-style: disc!important;
}
.terms-page .terms-text ul.listing li {
    margin-block:10px;
    list-style: disc!important;
}

/*========== Blog ===========*/

.blog .container .card {
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    min-height: 240px;
    width: 100%;
    display: block;
   overflow:hidden;
}
.blog .container .card .blog-img {
       overflow:hidden;  
}
.blog .container .card img {
    transition: transform 0.35s ease-in-out;   
}

.blog .container .card:hover img {
  transform: scale(1.09);
}
.blog {
    padding-bottom:50px;
}

.blog .container .card .blog-description {
  padding: 20px 15px;    
}

.blog .container .card .blog-description h4 {
    margin-bottom:15px;
}
.blog-sec .readmore,
.blog .container .card .blog-description .readmore {
        font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    margin-top: 15px;
}

.blog-details-sec .section-title ul {
  padding-left: 18px;
}

.blog-details-sec .section-title ul li {
  margin-bottom: 8px;
}
.button-forClass .btn.buttons-reload {
    display:none;
}
/*========== Newsletter Sections ===========*/

.newsletter-section {
  background: linear-gradient(180deg, #000 0%, #000 100%);
  padding: 65px 0;
  display: flex;
  align-items: center;
  margin-bottom:140px;
}


.newsletter-content h2 {
  color: #fff;
  font-size:38px;
}

.newsletter-form label {
  display: block;
  color: #f6c453;
  margin-bottom: 8px;
  font-weight: 600;
}

.newsletter-form input,
.newsletter-form select {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
}

.newsletter-form input:focus,
.newsletter-form select:focus {
  outline: none;
  box-shadow: 0 0 0 2px #f6c453;
}

.btn-signup {
  background: #f6c453;
  color: #000;
  border: none;
  border-radius: 30px;
  padding: 14px 40px;
  font-weight: 600;
  cursor: pointer;
}

.btn-signup:hover {
  background: #e5b844;
}
.newsletter-form  .margin2 {
    margin:2px;
}
.objective-ref-block label {
 width:100%;    
}
.objective-ref-block label br {
 display:none;    
}
.intervention-plusbutton {
    /*margin-top: 28px;*/
    border: 1px solid #ced4da;
    background:#f07a4c;
    color:#fff;
}

.invention-header {
  display: flex;
  justify-content: space-between;
    align-items: center;
}

.invention-title {
    font-weight: 600;
    font-size: 16px;
    background: #fde8df;
    border-radius: 30px;
   padding:10px 30px;
       width: calc(100% - 50px);
       display: inline-block;
}

.invention-remove {
    background: #f46a3a;
    color: #fff;
      width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Open Sans';
}

/*========== Chat Page Style Here ===========*/
.chatRightMessage nav {
    display: flex;
    justify-content: space-between;
}
.chatmessagroundbox {
  display: flex;
    align-items: center;
    gap:10px;
}
.listOfGroupsCustome {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
}
.listOfGroupsCustome .messenger-list-item {
   display: flex;
       align-items: center;
    gap: 10px;
}
.listOfGroupsCustome .messenger-list-item .info,
.listOfGroupsCustome .messenger-list-item .avatar {
    display: flex;
    justify-content: center;
    align-items: center;
}
.listOfGroupsCustome .messenger-list-item .info p {
    margin:0;
}

.message-card.message-card-custome p {
    max-width:100%;
}
.message-card.message-card-custome p sub {
     width: 100%;
}
@media (max-width: 1199px) {
    .sidebar-logo {
        max-width: 145px;
        margin-right: 15px;
    }
}
@media (max-width: 991px) {
    .about-page .home-banner-sec,
    .home-page .home-banner-sec {
        padding-top: 20px;
    }
    .section-title .subhead {
        margin-top: 15px;
    }
    .services-page .left-content .section-title {
        padding-right: 40px;
    }
    .services-page .right-content .section-title {
            padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .services-page .left-content .content {
        order:2;
    }
    .services-page .left-content .image {
        order:1;
    }
    .services-page .left-content .image, .services-page .right-content .image {
        margin-bottom:20px;
    }
    .services-page .left-content .section-title {
        padding-right: 0px;
    }
    .services-page .right-content .section-title {
            padding-left: 0px;
    }
    .contact-form {
        margin-top:30px;
    }
    .card-body .row div.form-group.col-12,
    .card-body .row .form-group.col-6 {
        width:100%!important;
    }
    div.banner-container {
        height:auto;
    }
}

@media (max-width: 575px) {
    section.features .container .card {
        min-height: auto;
    }
    .about-page .helping-order .text {
        order:2;
    }
    .about-page .helping-order .image {
        order:1;
        margin-bottom:20px;
    }
    .d-sm-none {
        display:none!important;
    }
    .d-sm-block {
        display:block!important;
    }
    .section-title .subhead {
        margin-top: 10px;
    }
    [data-name^="checkbox-group-1763399263171-0"] .form-check.form-check-inline.col-4,
    [data-name^="checkbox-group-1764150330294-0"] .form-check.form-check-inline.col-4,
    [data-name^="checkbox-group-1762258202849-0"] .form-check.form-check-inline.col-4,
    [data-name^="custom-width-checkbox-group-1762318794673-0"] .form-check.form-check-inline.col-4 {
    width: 100%;
   }
   [class$="-ref-block"] h5 {
     padding: 10px 20px;
   }
   .card-body {
       padding-left:10px;
       padding-right:10px;
   }
   .client-testimonials-section .slick-arrow.slick-prev,
   .client-testimonials-section .slick-arrow.slick-next {
    top: -155px;
   }

}














