
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Jarallax
  7. Pattern
  8. Border Radius
  9. Banner
  10. Countdown
  11. Terms and Conditions
  12. Privacy Policy
  13. Contact
  14. About Us
  15. Video
  16. Side Background
  17. Popup
  18. Menu Price List
  19. List Icon
  20. Nice Select


/* ------------------------
    General
------------------------*/
@font-face {
    font-family: FontHeavy;
    src: url("../fonts/Avenir-Heavy-05.ttf")format('truetype');
}

@font-face {
    font-family: FontBlack;
    src: url(../fonts/Avenir-Black-03.ttf) format('truetype');
}

@font-face {
    font-family: FontBook;
    src: url("../fonts/Avenir-Book-01.ttf")format('truetype');
}

@font-face {
    font-family: FontMedium;
    src: url("../fonts/Avenir-Medium-09.ttf")format('truetype');
}

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,500,600,700,800,900');

body {
    font-family: FontMedium;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #565857;
    overflow-x: hidden;
}



/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6{font-family: myFirstFont-heavy; font-weight:normal; margin-top: 0px; margin-bottom: 0px; text-transform: capitalize;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 70px; font-style: normal; line-height: 75px; font-weight: 500; text-transform: capitalize; color: #4ab242;}
h2 { font-size: 40px; font-style: normal; line-height: 46px; font-weight: 500; color: #202125; text-transform: capitalize; margin-bottom: 10px; position: relative;}
h3 { font-size: 30px; font-style: normal; line-height: 36px; }
h4 { font-size: 20px; font-style: normal; text-transform: capitalize; margin-bottom: 10px; font-weight: 500; line-height: 30px; color: #202125;}
h5 { font-size: 18px; font-style: normal; text-transform: capitalize; margin-bottom: 10px; font-weight: 500; line-height: 26px; color: #202125;}
h7 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 30px;
    color: #202125;
}
h6 { font-size: 12px; font-style: normal; line-height: 24px; margin-bottom: 10px; color: #000;}
ul { margin: 0px; padding: 0px; }


/* ------------------------
    Helper class
------------------------*/
p{line-height: 1.7;}
.grey-bg p{color: #202125}
.lead{font-weight: normal; font-size: 16px; line-height: 30px;}
.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
h1 span{color: #4ab242;}
section{padding: 0px 0;}
.section-title{margin-bottom:50px;}
.section-title p{font-size: 16px;}


.font-w-3{font-weight: 300;}
.font-w-4{font-weight: 400;}
.font-w-5{font-weight: 500;}
.font-w-6{font-weight: 600;}
.font-w-7{font-weight: 700;}
.font-w-8{font-weight: 800;}
.font-w-9{font-weight: 900;}


.line-h-2{line-height: 1.6;}
.line-h-3{line-height: 1.7;}
.line-h-4{line-height: 1.8;}
.line-h-5{line-height: 1.9;}

.letter-space-1{letter-spacing: 5px;}
.letter-space-2{letter-spacing: 10px;}
.letter-space-3{letter-spacing: 15px;}
	

 td:nth-child(1) {

  
  color: #1e386b;
}
/*th:nth-child(1) {
  position: sticky;
  left: 0px;
  background-color: #1e386b;
  color: #fff;
}

th:nth-child(2) {
  position: sticky;
  left: 60px;
  background-color: #1e386b;
  color: #fff;
}

th:nth-child(3) {
  position: sticky;
  left: 148px;
  background-color: #1e386b;
  color: #fff;
}

th:nth-child(4) {
  position: sticky;
  left: 239px;
  background-color: #1e386b;
  color: #fff;
}*/



/* ------------------------
    Text color
------------------------*/
.text-theme{color:#4ab242;}
.text-black{color:#202125 !important;}
.text-grey{color:#565857 !important;}
.text-yellow{color:#4ab242;}
.text-rgba{color: rgba(255,255,255,0.8);}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color:#ffffff !important;}
.dark-bg{background-color:#1b1b1b;}
.grey-bg{background-color:#f9f9f9;}
.theme-bg{background-color:#4ab242;}
.transparent-bg{background-color: inherit !important;}


/* ------------------------
    Jarallax
------------------------*/
.jarallax {position: relative; z-index: 0;}
.jarallax > .jarallax-img {position: absolute;  object-fit: cover; font-family: 'object-fit: cover;'; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;}


/* ------------------------
    Border Radius
------------------------*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.radius-0{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.radius-1{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.radius-2{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.radius-3{-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.radius-4{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner{position: relative; min-height: 800px;}
[data-bg-img]{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.align-center{position: absolute; top: 50%; width: 100%; z-index: 9;}
.align-end{position: absolute; bottom: 0; width: 100%; z-index: 9;}
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item { height: 100%; }
.banner-slider h1 { letter-spacing: 8px; text-transform: capitalize; font-weight: 800; }
.banner-slider h5{position: relative; padding-left: 40px; display: inline-block; background: #4ab242;}
.banner-slider h5:before{content: ""; position: absolute; background: #ffffff; left: 0; top: 50%; margin-top: -1px; width: 30px; height: 2px; }
.banner-slider.owl-carousel .owl-dots{bottom: 4%;}


/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover { background-size: cover; }
.bg-contain { background-size: contain; }
.bg-pos-l { background-position: left; }
.bg-pos-r { background-position: right; }
.bg-pos-rt { background-position: right top; }
.bg-pos-lt { background-position: left top; }
.bg-pos-rb { background-position: right bottom; }
.bg-pos-lb { background-position: left bottom; }
.bg-repeat { background-repeat: repeat; }


/* ------------------------
    About Us
------------------------*/
.about-2{display: inline-block; text-align: center; border:8px solid #4ab242; width: 100%;}
.about-2 h3{background: #4ab242; color: #ffffff; padding: 15px; margin-bottom: 0; text-transform: capitalize;}
.about-2 .working-hours {padding: 30px; display: inline-block; width: 100%;}
.about-2 .working-hours li{border-color: #ffffff; font-size: 16px; font-weight: bold;}
.about-2:before{z-index: 0;}
.appoinment-img {bottom: 0; position: absolute;}


/* ------------------------
    Countdown
------------------------*/
.countdown{margin:50px 0; display: table; width: 100%;}
.countdown > li{padding: 0 30px; font-weight: 700; text-align: center; border-right: 1px dashed rgba(0,0,0,0.1); list-style-type: none; display: table-cell; width: auto;}
.countdown > li:last-child{border-right: none;}
.countdown > li span{font-size:70px; font-weight:300; line-height:60px; margin-bottom: 20px; display: inline-block;}
.countdown > li p{font-size:20px; text-transform: uppercase; line-height:30px; margin-bottom: 0; color: #4ab242;}
.dark-bg .countdown > li{border-color:rgba(255,255,255,0.2) }

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p{margin-bottom:25px;}
.terms-and-conditions ul.list{margin-bottom:20px; display:block;}
.terms-and-conditions ul.list li i{padding-right:12px; font-size:15px;}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p{margin-bottom:25px;}
.privacy-policy ul.list{margin-bottom:20px; display:block;}
.privacy-policy ul.list li i{padding-right:12px; font-size:15px;}

/* ------------------------
    Contact
------------------------*/
.contact-info li {padding-left: 50px; position: relative;}
.contact-info li i{position: absolute; left: 0; top: 0; line-height: 24px; font-size: 30px; color: #4ab242; text-align: center;}
.contact-info li span{font-size: 16px; color: #202125; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 8px;}
.contact-info li p{margin-bottom: 0; line-height: 24px;}
.contact-info li a{color: #202125;}
.dark-bg .contact-info li a{color: #ffffff;}
.contact-info li a:hover{color: #4ab242;}
.theme-bg .contact-info span, .dark-bg .contact-info span{color: #ffffff}
.theme-bg .contact-info li i{color: #ffffff;}
.theme-bg .contact-info li a{color: #ffffff;}
.theme-bg .contact-info li a:hover{color: #202125;}
.contact-1 .contact-box {position: absolute; top: 50%; z-index: 99; transform: translateY(-50%); width: 100%;}

.form-group{margin-bottom: 20px; position: relative;}
 label{font-size: 14px; color: #333;padding-left: 9px;}
.form-control{height: 36px;font-size: 14px; color: #000000; background: none; border: 2px solid #E2E2E2; box-shadow: none;border-radius: 5px;background-color:#fff;}
.dark-bg .form-control, .theme-bg .form-control{color: #ffffff;}
.dark-bg select.form-select option, .theme-bg select.form-select option { color: black; }
.grey-bg .form-control{background: #ffffff}
textarea.form-control{height: 150px;}
.form-control:focus{box-shadow: none; border-color: #4ab242;}
.theme-bg .form-control:focus{border-color: #202125;}
select.form-control {-moz-appearance: none; -webkit-appearance: none; appearance: none; height: 40px !important;}
iframe{width: 100%; border: none; pointer-events: auto;}
.iframe-h{height: 500px !important;}
.iframe-h-2{height: 600px !important;}
.map iframe {border: 0px; width: 100%; height: 100%; z-index: 1;}
.help-block.with-errors {position: absolute; color: red; right: 15px; font-size: 10px; line-height: 14px;}

.form-control::-webkit-input-placeholder {color: #202125;}
.form-control::-moz-placeholder {color: #202125;}
.form-control:-ms-input-placeholder {color: #202125;}
.form-control:-moz-placeholder {color: #202125;}
.dark-bg .form-control::-webkit-input-placeholder, .theme-bg .form-control::-webkit-input-placeholder {color: #ffffff;}
.dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder {color: #ffffff;}
.dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder {color: #ffffff;}
.dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder {color: #ffffff;}


/* ------------------------
    Video
------------------------*/
.video-btn {position: relative; display: inline-block; min-height: 50px; min-width: 60px;}
.video-btn .btn-play {font-size: 30px; background: #4ab242; color: #fff; line-height: 50px; width: 70px; height: 70px; border: 10px solid rgba(0,0,0,0.1); -webkit-border-radius: 100%;
 border-radius: 100%; text-align: center; cursor: pointer; display: inline-block; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transition-property: color, background, border-color; transition-property: color, background, border-color; }
.video-btn .btn-play {position: absolute; top: 50%; left: 0; margin-top: -30px; z-index: 5;}
.video-btn .btn-play:after, .video-btn .btn-play:before {content: ''; border: 10px solid; border-color: inherit; width: 270%; height: 270%; -webkit-border-radius: 100%; border-radius: 100%;
 position: absolute; left: -85%; top: -85%; opacity: 1; -webkit-animation: 1s videomodule-anim linear infinite; animation: 1s videomodule-anim linear infinite; }
.video-btn .btn-play:before {-webkit-animation-delay: .5s; animation-delay: .5s; }
.video-btn-pos{position: absolute; position: absolute; left: 50%; top: 50%; width: auto !important;}
.theme-bg .video-btn .btn-play, .dark-bg .video-btn .btn-play{background: #ffffff; border-color: #ddd; color: #4ab242;}
.html5-video {height: 100%; left: 0; opacity: 1; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -2;}
.html5-video video {width: 100%;}

/* ------------------------
    Side Background
------------------------*/
.image-column {
  position: absolute;
  left: 0px;
  top: 0;
}

.image-column.right {
  left: inherit;
  right: 0;
}

/* ------------------------
    Popup
------------------------*/
.modal {
    /*z-index: 99999;*/
    top: 35px;
}

.modal-backdrop {
    /*z-index: 9999;*/
}
.modal-dialog{margin: 0 auto;}

/* ------------------------
    Menu Price List
------------------------*/
.pricing-list li{border-top: 1px dashed #ddd; color: #4ab242; font-weight: 500; float: left; padding: 11px 0 12px; position: relative; text-align: right; width: 100%;}
.pricing-list li:first-child {border-top: none;}
.pricing-list li span {float: left; font-size: 16px; font-weight: 600; color: #202125; position: relative; text-align: left; text-transform: capitalize; width: auto;}


/* ------------------------
    List Icon
------------------------*/
.list-icon li{position: relative; padding-left: 20px;}
.list-icon li i{position: absolute; left: 0; top: 5px; color: #4ab242}


/* ------------------------
    Nice Select
------------------------*/
.nice-select{-webkit-tap-highlight-color:transparent;border: none; padding-top: 0; padding-bottom: 0; padding-left: 0.75rem; border-bottom: 2px solid #f5f5f5;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-size:14px;font-weight:normal;height:50px;line-height:50px;outline:none;padding-right:30px;position:relative;text-align:left !important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%;}
.dark-bg .nice-select span, .theme-bg .nice-select span{color: #ffffff;}
.nice-select:active, .nice-select.open, .nice-select:focus{border-color:#4ab242;}
.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;width:5px;}
.theme-bg .nice-select:after{border-bottom:2px solid #ffffff;border-right:2px solid #ffffff;}
.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}
.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}
.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none;}
.nice-select.disabled:after{border-color:#cccccc;}
.nice-select.wide{width:100%;}
.nice-select.wide .list{left:0 !important;right:0 !important;}
.nice-select.right{float:right;}
.nice-select.right .list{left:auto;right:0;}
.nice-select.small{font-size:12px;height:36px;line-height:34px;}
.nice-select.small:after{height:4px;width:4px;}
.nice-select.small .option{line-height:34px;min-height:34px;}
.nice-select .list{background-color:#fff;width:100%;border-radius:5px;box-shadow:0 0 0 1px rgba(68, 68, 68, 0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;z-index:99;}
.nice-select .list:hover .option:not(:hover){background-color:transparent !important;}
.nice-select .option{color: #202125; width: 100%; cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all 0.2s;transition:all 0.2s;}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{background-color:#f6f6f6;}
.nice-select .option.selected{font-weight:bold;}
.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default;}
.no-csspointerevents .nice-select .list{display:none;}
.no-csspointerevents .nice-select.open .list{display:block;}

.float-left {
    float:left;
}
.appliedfiltersSpan {
    float: left;
    width: auto;
    border: 1px solid gray;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
    padding:0px 5px;
}

    .appliedfiltersSpan .dx-icon-clear {
        margin: 5px 0px 0px 10px;
        font-size: 12px;
        cursor:pointer;
    }


/*ParticipantProfile*/
/* Side Bar */
.wrapper {
    display: flex;
    text-decoration: none;
    transition: all 0.4s;
}

.accordion {
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.accordion__label,
.accordion__content {
    padding: 20px 19px;
}

.dataTables_filter {
    display: none;
}

.accordion__label {
    display: block;
    color: #213d78;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: background 0.1s;
}

    .accordion__label:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .accordion__label::after {
        content: "\2b";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        width: 12px;
        height: 45px;
        font-size: 29px;
    }

    .accordion__label.active::after {
        content: "-";
    }

.accordion__content {
    background: #fff;
    line-height: 3;
    font-size: 12px;
    display: none;
}

.accordion__input {
    display: none;
}

    .accordion__input:checked ~ .accordion__content {
        display: block;
    }

    .accordion__input:checked ~ .accordion__label::after {
        transform: translateY(-50%) rotate(0.5turn);
        content: "-";
    }


#sidebar {
    min-width: 225px;
    max-width: 250px;
    background: #fff;
    color: #979393cc;
    transition: all 0.4s;
    height: 100%;
    margin-top: -10px;
    box-shadow: 5px 0px 5px 0 rgb(31 35 37 / 8%);
}

    #sidebar.active {
        margin-left: -208px;
    }

    #sidebar .sidebar-header {
        padding: 30px;
        padding-top: 0px;
    }

    #sidebar ul.components {
        padding: 20px 0;
        /* border-bottom: 1px solid #47748b; */
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }





a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

.suresh {
    margin-left: -50px;
    background: #fff;
    border-radius: 100%;
    color: #41c4dd;
    border: 1px solid #41c4dd;
}

.line {
    border-bottom: 7px solid #41c4dd;
    width: 20%;
    text-align: center;
}

#content {
    width: 100%;
    padding: 20px;
    min-width: height 100vh;
    transition: all 0.4s;
    margin-top: -41px;
}

    #content h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    #content p {
        text-align: justify;
    }

@media (max-width: 768px) {
    #sidebar {
        margin-left: -227px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}

.float-right {
    float: right;
}

.pt-20 {
    padding-right: 20px
}

.bg-g {
    background-color: #00000029
}


.page-wrapper{
    min-height:100vh;
}

.page-content{
    min-height:100vh;
    /*display:flex;*/
    align-items:center;
}

/*.image-column-h{
    min-height:100vh;
    background-size:cover;
    background-position:center;
}*/



.modal-dialog-scrollable .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

/* 🔥 STICKY HEADER */
.custom-sticky-header {
    position: sticky;
    top: 0;
    z-index: 1055;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

/* optional shadow */
.custom-sticky-header {
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.filter-box {
    position: relative;
}

.filter-box input {
    width: 100%;
    padding-left: 25px;
    height: 28px;
    font-size: 12px;
}

.icon {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: pointer;
    z-index: 2;
}

/* DROPDOWN */
.operator-dropdown {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    width: 180px;
    z-index: 9999;
}

.operator-dropdown div {
    padding: 6px 10px;
    cursor: pointer;
}

.operator-dropdown div:hover {
    background: #eee;
}

.btn-success {
    color: #fff;
    background: #19C16C;
    border-color: #19C16C;
}

.btn-info {
    color: #fff;
    background-color: #B0284B;
    border-color: #B0284B;
}




.main-wrapper {
    min-height: 100vh;
}

.left-panel {
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
    width: 120px;
    margin-bottom: 20px;
}

.title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.subtitle {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

.form-control {
    height: 48px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.btn-primary {
    background-color: #2d3e73;
    border: none;
    border-radius: 4px;
    height: 33px;
}

.btn-primary:hover {
    background-color: #1f2d5a;
}

.btn-secondary {
    border-radius: 10px;
    height: 45px;
}

.forgot {
    font-size: 13px;
    margin-top: 10px;
    display: block;
    text-align: center;
    color: #777;
}

.right-panel {
    background: url('../img/doctor.jpg') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
}

/* Checkbox styling */
.form-check-label {
    font-size: 13px;
    color: #555;
}

/* Buttons spacing */
.btn-group-custom {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .left-panel {
        padding: 30px 20px;
        order: 1;
    }

    .right-panel {
        display: block;
        min-height: 250px;
        order: 2;
    }
}

@media (max-width: 768px) {
    .right-panel {
        display: none;
    }

    .left-panel {
        width: 100%;
        padding: 30px 20px;
    }
}

button#exportBtn {
    margin-bottom: 10px;
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
	border-radius: 5px;
}
.btn.btn-circle {
    border-radius: 5px;
}
a.btn.btn-theme.btn-circle {
    margin-bottom: 10px;
}

/* HEADER */
.header {
    background:#fff;
    padding:15px;
    border-bottom:1px solid #ddd;
}

/* GRID */
#gridContainer {
    height:550px;
    background:#fff;
    margin:20px;
}

/* HEADER COLOR */
.dx-datagrid-headers td {
    background:#1e386b;
    color:#fff !important;
}

/* BUTTON */
.btn-theme {
    background:#1e386b;
    color:#fff;
    border-radius:5px;
}

.header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}

/* LOGO */
.logo img {
    height: 40px;
}

/* CENTER MENU */
.nav-center {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.nav-center a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    position: relative;
}

/* ACTIVE TAB */
.nav-center a.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #2d3e73;
}

/* USER SECTION */
.user-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-icon {
    width: 35px;
    height: 35px;
    border: 2px solid #2d3e73;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d3e73;
}

/* DROPDOWN */
.dropdown-menu {
    font-size: 13px;
}

/* MOBILE */
.menu-toggle {
    display: none;
    font-size: 20px;
    cursor: pointer;
	margin-right: 18px;
}

@media (max-width: 768px) {

    .nav-center {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
		z-index: 999;
        background: #fff;
        padding: 15px;
        border-top: 1px solid #ddd;
    }

    .nav-center.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
}

.dropdown-toggle::after{
display:none}

#myTable th {
    white-space: nowrap;
}

#myTable td {
    white-space: nowrap;
}

/* =========================
   CALL LOG MODALS – responsive size
========================= */
#addinitial-modal .modal-dialog,
#addfollowup-modal .modal-dialog {
    max-width: min(96vw, 1200px);
    width: 96vw;
    height: 92vh;
    margin: 2vh auto;
}

#addinitial-modal .modal-content,
#addfollowup-modal .modal-content {
    height: 100%;
    max-height: 92vh;
    display: flex;
    flex-direction: column;
}

#addinitial-modal .modal-header,
#addfollowup-modal .modal-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
}

#addinitial-modal .modal-body,
#addfollowup-modal .modal-body {
    overflow-y: auto;
    flex: 1 1 auto;
    max-height: none;
    padding: 15px;
}

@media (min-width: 1366px) {
    #addinitial-modal .modal-dialog,
    #addfollowup-modal .modal-dialog {
        max-width: min(94vw, 1400px);
        width: 94vw;
        height: 90vh;
    }

    #addinitial-modal .modal-content,
    #addfollowup-modal .modal-content {
        max-height: 90vh;
    }
}

@media (min-width: 1920px) {
    #addinitial-modal .modal-dialog,
    #addfollowup-modal .modal-dialog {
        max-width: min(90vw, 1700px);
        width: 90vw;
        height: 88vh;
        margin: 3vh auto;
    }

    #addinitial-modal .modal-content,
    #addfollowup-modal .modal-content {
        max-height: 88vh;
    }
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 768px) {

    #addinitial-modal .modal-dialog,
    #addfollowup-modal .modal-dialog {
        max-width: 100%;
        width: 100%;
        height: 100vh;
        margin: 0;
    }

    #addinitial-modal .modal-content,
    #addfollowup-modal .modal-content {
        border-radius: 0;
        max-height: 100vh;
    }

    /* Stack form fields */
    #addinitial-modal .form-group[class*="col-"],
    #addfollowup-modal .form-group[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Reduce padding */
    #addinitial-modal .modal-body,
    #addfollowup-modal .modal-body {
        padding: 10px;
    }

    /* Fix buttons alignment */
    #btnInitialSave,
    #btnFollowupSave {
        position: static !important;
        display: inline-block !important;
        margin-left: 5px;
    }

    .modal-header {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        align-items: center;
    }
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .modal-header .title {
        flex: 1;
    }

#btnInitialEdit,
#btnFollowupEdit {
    display: none !important;
}

#btnInitialSave,
#btnInitialCancel,
#btnFollowupSave,
#btnFollowupCancel {
    position: static !important;
    left: auto !important;
    margin-left: 10px;
    flex-shrink: 0;
}

.modal-header .btn-sm {
    display: inline-block;
}

.modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}