@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root{
   /* Global Colors */
    --background-color:#1F1F30;
    --background-secondary-color:#F2F3F8;
    --background-tertiary-color:#E9EBF3;
    --primary-color:#000014;
    --primary-hover-color:#00001469;
    --secondary-color:#CA970B;
    --body-color:#515151;
    --body-light-accent:#A39F9F;    
    --white-color:#FFFEFE;
    --border-color:#d9d9d9;
    --red-color:#F93030;
    --green-background-color:#F2FAF5;
    --green-text-color:#45C276;
    --red-background-color:#FFD7D7;
    --red-text-color:#EA4B4B;
    --yellow-background-color:#FFF2DE;
    --yellow-text-color:#A56502;
    --blue-background-color:#C5DFF5;
    --blue-text-color:#005194;
    --button-green-background-color:#92E3A9;
    --details-button-color:#B39CFF;
    --details-button-hover-color:#b39cff7c;
    --progress-button-color:#EA8557;
    --upload-border-color:#C8C7C7;
    --upload-background-color:#FBFBFB;
    --upload-text-color: #535151;  
    --remove-button-color:#b8bbc2;
    --chatbot-background-color:#D1D4E2;
    --chatbot-timestamp-color:#494949;

    /* Font-Family */
    --heading-font:'Roboto', sans-serif;
    --body-font:'Roboto', sans-serif;
    --seondary-font:"DM Sans", sans-serif;
    --tertiary-font:"Source Sans 3", sans-serif;

    /* Font Weight */
    --font-weight-400:400;
    --font-weight-500:500; 
    --font-weight-600:600; 
    --font-weight-700:700;

    /* font-size */
    /* Heading1 Font Size */
    --h1-xl: 48px;
    --h1-lg: 36px;
    --h1-md: 28px;

    /* Heading2 font size */

    --h2-xl:20px;
    --h2-lg:18px;
    --h2-md:16px;

    /* Heading3 font-size */
    --h3-xl:16px;
    --h3-lg:14px;
    --h3-md:12px;

    /* Heading4 font-size */
    --h4-xl:14px;
    --h4-lg:12px;
    --h4-md:10px;


    /* body font size */
    --text-xl: 24px;
    --text-lg: 20px;
    --text-md: 18px;
    --text-base:16px;
    --text-sm: 14px;
    --text-xs: 12px;
    --text-xxs: 10px;
    
    
    /* line-height */
    --h1-line-height: 54px;
    --h2-line-height: 24px;
    --body-line-height: 20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    height: 100%;
    width: 100%;
    font-family: var(--body-font);
    
    
}
a{
    text-decoration: none;
}

ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

li{
    list-style: none;
}

/* Status Color */
.bg-success-status p,.bg-pending-status p,.bg-progress-status p,.bg-danger-status p{
    margin-bottom: 0;
}

.bg-success-status{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--green-text-color);
    background-color: var(--green-background-color);
    border-radius: 6px;
    padding: 5px 20px;
    max-width: fit-content;
    margin: 0px auto;

}

.bg-pending-status{
    display: flex;
    justify-content: center;
    align-items: center;    
    color: var(--yellow-text-color);
    background-color: var(--yellow-background-color);
    border-radius: 6px;
    padding: 5px 4px;
    padding: 5px 20px;
    max-width: fit-content;
    margin: 0px auto;
}
.bg-progress-status{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue-text-color);
    background-color: var(--blue-background-color);
    border-radius: 6px;
    padding: 5px 4px;
    padding: 5px 20px;
    max-width: fit-content;
    margin: 0px auto;
}

.bg-danger-status{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--red-text-color);
    background-color: var(--red-background-color);
    border-radius: 6px;
    padding: 5px 4px;
    padding: 5px 20px;
    max-width: fit-content;
    margin: 0px auto;
}
/* End of Status Color */
/* Start of register Page */

.register,.login{
    background-color: var(--background-color);

}
.register .form-container{
    height: 100%;
    width: 100%;
    max-width: 450px;
    background-color: var(--white-color);
    border-radius: 42px;
    padding: 1.75rem 1.5rem;
    border: 1px solid var(--border-color);
    

}

.register .form-container h1{
    font-family: var(--heading-font);
    font-size: var(--h1-xl);
    font-weight: var(--font-weight-700);
    line-height: var(--heading-one-line-height);
    color: var(--primary-color);
    margin-bottom: 20px;
}

.register .form-container .input-group {
    background-color: #F8F8F8;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0.4rem 0.7rem;
    color: var(--body-color);
    
}

.register .form-container .input-group input,.login .form-container .input-group input{
    border: none;
    background-color: transparent;}

.register .form-container img{
    width: 30px;
   
}

.register .form-container .input-group input,.login .form-container .input-group input{
    font-family: var(--body-font);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-500);
    line-height: var(--body-line-height);
    color: var(--body-color);
}

.register .form-container .input-group input::placeholder,.login .form-container .input-group input::placeholder{
    font-family: var(--body-font);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-500);
    line-height: var(--body-line-height);
    color: var(--body-color);
    
}

.register .form-container .form-control:focus,.login .form-container .form-control:focus{
    box-shadow: none;
}

#name-input-group:focus-within,#email-input-group:focus-within,#phone-input-group:focus-within,
#company-name-input-group:focus-within,#password-input-group:focus-within,#confirm-password-input-group:focus-within,#login-email-input-group:focus-within,#login-password-input-group:focus-within{
    border: 1px solid var(--primary-color);
    
}




.register .form-container .btn,.login .form-container .btn{
    background-color: var(--primary-color);
    color: var(--white-color);
    width: 100%;
    margin-top:20px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem 1rem;
    font-family: var(--body-font);
    font-size: var(--text-xl);
    font-weight: var(--font-weight-500);
    line-height: var(--body-line-height);
    cursor: pointer;
}

.register .form-container .btn:hover,.login .form-container .btn:hover{
    background-color: var(--secondary-color);
}

.register .form-container p,.login .form-container p{
    font-family: var(--body-font);
    font-size: var(--text-md);
    font-weight: var(--font-weight-500);
    line-height: var(--body-line-height);
    color: var(--body-color);
    margin-top: 10px;
}

.register .form-container p a,.login .form-container p a{
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: var(--font-weight-600);
    line-height: 26px;
    
}

.register #password-input-group .toggle-password,.register #confirm-password-input-group .toggle-password{

    width: 20px;
    position: absolute;
    top: 36%;
    right: 21px;
}
.register small{
    font-size: var(--text-xs);
    color: var(--body-color);
}

/* End Of register Page */

/* Start Of Login Page */
.login .form-container{
    height: 100%;
    width: 100%;
    max-width: 635px;
    background-color: var(--white-color);
    border-radius: 64px;
    padding: 5rem 2.5rem;
    border: 1px solid var(--border-color);
    

}

.login .form-container h1{
    font-family: var(--heading-font);
    font-size: var(--h1-xl);
    font-weight: var(--font-weight-700);
    line-height: var(--h1-line-height);
    color: var(--primary-color);
    margin-bottom: 50px;
}

.login .form-container  .input-group {
    background-color: #F8F8F8;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 1.2rem 1rem;
    color: var(--body-color);
    
}

.login .form-container img{
    width: 38px;
   
}

.login .form-container .register-link{
    margin-top: 20px;
}


/* Sidebar  */


.wrapper{
    display: flex;
    min-height: 100vh;
    width: 100%;
    background-color: var(--background-secondary-color);
}

.sidebar{
    background-color: var(--primary-color);
    padding: 3rem 1.5rem;
    width: 100%;
    max-width: 310px;
    transition: all 0.3s ease;
}



/* sidebar mobile */

.sidebar.mobile{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1000;
}



.sidebar .sidebar-header{
    margin-bottom: 30px;
}
.sidebar .sidebar-header .sidebar-logo{
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.sidebar .sidebar-toggle{
    background-color: var(--white-color);
    padding: 5px;
    border-radius: 50%;
    border: none;
    margin-right: -45px;
    box-shadow: 0 2px 6px 2px rgba(0,0,0,0.2);
    z-index: 10;
}
.sidebar .sidebar-toggle img{
    width: 35px;
    filter: invert(1);
}

.sidebar .partition{
     width :auto;
     max-width: 350px;
     margin-left:-40px;
     margin-right: -27px; 
     overflow: hidden;
}


.sidebar  hr{
    width: 100vw;
    color: var(--white-color);  
    margin-left: -50px; 
    opacity: 1;
   
}
.sidebar .sidebar-tabs .sidebar-tab{
    margin-top: 15px;
    overflow: hidden;
}
.sidebar .sidebar-tabs .sidebar-tab .sidebar-item{
    border-radius: 6px;

}

.sidebar .sidebar-tabs .sidebar-tab .sidebar-link {
    padding: 1rem 0.5rem;
    margin-bottom: 10px;
    
}

.sidebar .sidebar-tabs .sidebar-tab .sidebar-item-active .sidebar-link{
    background-color: var(--white-color) !important;
    color: var(--primary-color) !important;
    border-radius: 6px !important;
}
 
.sidebar .sidebar-tabs .sidebar-tab .sidebar-item-active span{
    color: var(--primary-color) !important;
    font-size: var(--text-md);
    font-weight: var(--font-weight-500);
    line-height: var(--body-line-height);
    color: var(--white-color);
    margin-bottom: 0;
}
 
.sidebar .sidebar-tabs .sidebar-tab .sidebar-item-active img{
    filter: invert(1);
}
.sidebar .sidebar-tabs .sidebar-tab .sidebar-link:hover,.sidebar .sidebar-tabs .sidebar-tab .sidebar-link:active,.sidebar .sidebar-tabs .sidebar-tab .sidebar-link:focus{
    background-color: var(--white-color) !important;
    color: var(--primary-color) !important;
    border-radius: 6px;

    
}

.sidebar .sidebar-tabs .sidebar-tab .sidebar-link:hover span,.sidebar .sidebar-tabs .sidebar-tab .sidebar-link:active span,.sidebar .sidebar-tabs .sidebar-tab .sidebar-itemlinkfocus span{
    color: var(--primary-color) !important;
}

.sidebar .sidebar-tabs .sidebar-tab .sidebar-link:hover img,.sidebar .sidebar-tabs .sidebar-tab .sidebar-link:active img,.sidebar .sidebar-tabs .sidebar-tab .sidebar-link:focus img{
    filter: invert(1);
}

.sidebar .sidebar-tabs .sidebar-tab .sidebar-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.sidebar .sidebar-tabs .sidebar-tab .sidebar-item span{
    font-size: var(--text-md);
    font-weight: var(--font-weight-500);
    line-height: var(--body-line-height);
    color: var(--white-color);
    margin-bottom: 0;
}


.expand{
    width: 100%;
    max-width: 90px;
}

/* End of Sidebar */


/* Main Content Layout */

.main-content{
    width: 100%;
    max-width: calc(100% - 310px);
    padding: 2rem 1.5rem;
    background-color: var(--background-secondary-color);
    transition: all 0.3s ease;
}

.main-content .topbar{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
    background-color: var(--white-color);
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    height: 100%;
    min-height: 85px;
    max-height: 90px;
    
}
.main-content .topbar .topbar-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 300px;
    background-color: var(--background-secondary-color);
    margin: .5rem 1rem;
    padding: 0.7rem 1rem;
    border-radius: 6px;
    
   
}

.main-content .topbar .topbar-content .profile-partition {
    max-height: 80%;
}

.main-content .topbar .topbar-content .profile-partition .vr{
    background-color: #878DAB;
    
}

.main-content .topbar .notification-button{
   position: relative;
   
}

.main-content .topbar .notification-button .notification-count{
    padding: 3px 7px;
    background-color: var(--red-color);
    color: var(--white-color);
    position: absolute;
    top: -6px;
    left: 13px;
    border-radius: 5rem;
    font-size: 10px;
    
    
}

.main-content .topbar .topbar-content .admin-profile{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.main-content .topbar .topbar-content .admin-profile .admin-name p{
    font-size: var(--text-base);
    font-weight: var(--font-weight-700);
    color: var(--body-color);
    margin-bottom:0;

}

.main-content .topbar .topbar-content .admin-profile .admin-designation p{
    font-size: var(--text-xs);
    font-weight: var(--font-weight-400);
    color: var(--body-color);
    margin-bottom:0;

}

.main-content .topbar .topbar-content .logout .logout-button{
    padding: 0.7rem;
    border-radius:100%;
    background-color: var(--background-color);
}

.main-content .main {
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    height: 100%;
    padding:2rem 1rem;
}
.main-content .main  h1{
    font-size: var(--h2-xl) ;
    color: var(--primary-color);
    margin-bottom: 20px;
}
/* End of Main Content Layout */

/* Dashboard */

.heading-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom:20px
}

.heading-content h1{
    margin-bottom:0px !important;
    font-weight: var(--font-weight-700);
}


.dashboard{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 15px;
}

.dashboard .banner-wrapper{
    background-color: var(--primary-color);
    border-radius: 6px;
    overflow: hidden;
    padding: 0px 0px 0px 0.7rem;
}

.dashboard .banner-wrapper .banner-right-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient( #DEB850, #CA970B);
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
    min-height: 165px;
    padding: 1.5rem 1.5rem 0rem 8rem;
    color: var(--primary-color);

    
}

.dashboard .banner-wrapper .banner-right-content .cta-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.dashboard .banner-wrapper .banner-right-content .cta-content .call-an-expert-content h3{
    font-size: var(--h4-xl);
    font-weight: var(--font-weight-700);
    text-transform: capitalize;
}

.dashboard .banner-wrapper .banner-right-content .cta-content .call-an-expert-content p{
    font-size: var(--text-xs);
    font-weight: var(--font-weight-400);
    text-transform: capitalize;
    
}

.dashboard .banner-wrapper .banner-right-content .cta-content .call-an-expert-button a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.dashboard .banner-wrapper .banner-right-content .cta-content .call-an-expert-button a h2{
    font-size: var(--h2-xl);
    font-weight: var(--font-weight-700);
    margin-bottom: 0;
}

.dashboard .banner-wrapper .banner-right-content .cta-content .call-an-expert-button a img{
    background-color: var(--primary-color);
    padding: 8px;
    border-radius: 100%;
}




.dashboard .banner-wrapper .banner-left-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 0px;
}

.dashboard .banner-wrapper .banner-left-content .legal-solutions-content p{
    font-size: var(--text-base);
    color: var(--white-color);
    line-height: var(--body-line-height);
    margin-bottom: 10px;
    text-transform: capitalize;
}

.dashboard .banner-wrapper .banner-left-content .legal-solutions-content h2{
    color: var(--white-color);
    font-size: var(--h2-xl);
    line-height: var(--h2-line-height);
    text-transform: capitalize;

}

.dashboard .banner-wrapper .banner-left-content .legal-solutions-button button{
    background-color: transparent;
    padding: 0.5rem 1rem;
    border: 1px solid var(--secondary-color);
    font-weight: var(--font-weight-400);
    outline:none;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.dashboard .banner-wrapper .banner-left-content .legal-solutions-button span{
    color:var(--secondary-color);
    font-size: var(--text-sm);
}

.dashboard .banner-wrapper .banner-right-content .cta-image{
    align-self: flex-end;
}

.dashboard .popular-services{
    background-color: var(--background-secondary-color);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding:1.5rem 1rem 1.5rem 1rem;
    width: 100%;
    max-width: 100%;
}

.dashboard .popular-services .popular-services-content{
    width: 100%;
    max-width: 15%;
    margin-right: 5px;
}


.dashboard .popular-services .popular-services-content h2{
    font-size: var(--h2-xl);
    font-weight: var(--font-weight-700);
    margin-bottom: 15px;
}

.dashboard .popular-services .popular-services-content p{
    font-size: var(--text-sm);
    font-weight: var(--font-weight-400);
    line-height: var(--body-line-height);
    color: var(--body-color);
}


/* Service Card */
.swiper{
    max-width: 100%;
    padding: 30px 0px 35px 0px;
}



.service-card{
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    border-radius: 20px;
    padding: .8rem 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
    position: relative;
    height: auto;
}
.service-card .content-wraper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-carousel{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    /* gap: 20px; */
    overflow-x: auto;
    position: relative;
    overflow: visible;
    margin-right: 10px;
}

.service-card  .image-icon{
    background-color: var(--primary-color);
    border-radius: 100%;
    padding: 20px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-card-content h3{
    margin-top: 35px;
    font-size: var(--h3-xl);
    font-weight: var(--font-weight-700);
    color: var(--primary-color);
    word-break: break-all;
}

.service-card-content p{
    color: var(--body-color);
    font-size: var(--text-sm);
    text-align: center;
    max-height: 80px;
    overflow-y: hidden;
    word-break: break-all;

}

.service-card-action{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.service-card-action  button{
    color: var(--secondary-color);
    font-size: var(--text-xs);
    font-weight: var(--font-weight-700);
    text-decoration: underline;
    border: none;
    background-color: transparent;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom:0px
}

/* Card Design End */

.dashboard .popular-services .all-services-button{
    width: 100%;
    max-width: 15%;
    padding: 1.5rem 3rem;
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-left: 10px !important;
    gap: 5px;
    cursor: pointer;
     transition: all 0.3s ease;
     height: calc(100% - 66px);
    margin-top: -5px;
}
.slider-box .swiper-backface-hidden {
    overflow: unset !important;
    padding-top: 30px;
    margin-left: 5px;
    padding-bottom: 30px;
}
.slider-box {
    max-width: 70%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: unset !important;
}

.dashboard .popular-services .all-services-button:hover ,.dashboard .popular-services .all-services-button:active,.dashboard .popular-services .all-services-button:focus{
    background-color: var(--secondary-color);
}
.dashboard .popular-services .all-services-button span{
    color: var(--white-color);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-700);
    text-align: center;
}

.dashboard .popular-services .all-services-button img{
    padding :10px 12px;
    background-color: var(--white-color);
    border-radius: 100%;
}


/* Dashboard Table Design */



.dashboard .purchased-services .services-listing .table-listing .table-responsive{
    border-radius: 6px;
    max-height: 500px;
}
.dashboard .purchased-services .services-listing h2{
    
    font-size: var(--h2-xl) ;
    color: var(--primary-color);
    font-weight: var(--font-weight-700);

}

.dashboard .purchased-services .services-listing .table-listing .table{
    margin-bottom: 0px;
    background-color: #E2E4EE ;
    --bs-table-bg :none;
    border: none;
    border-style: none;
    overflow-x: scroll;
}
.dashboard .purchased-services .services-listing .table-listing .table thead{
    position:sticky;
    top: 0;
}

.dashboard .purchased-services .services-listing .table-listing .table thead tr{
    background-color: var(--background-tertiary-color);
}


.dashboard .purchased-services .services-listing .table-listing .table tr th,.dashboard .purchased-services .services-listing .table-listing .table tr td{
    padding: 5px 10px;
    border: none;
    border-style: none; 
}

.dashboard .purchased-services .services-listing .table-listing .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type :var(--background-secondary-color);
}

.dashboard .purchased-services .services-listing .table-listing .table-striped>tbody>tr:nth-of-type(even)>* {
    background: var(--background-tertiary-color);
}

.dashboard .purchased-services .services-listing .table-listing .table thead tr th{
    color:var(--primary-color);
    font-size: var(--text-base);
    font-weight: var(--font-weight-600);
}

.dashboard .purchased-services .services-listing .table-listing .table tbody tr td{
    color: var(--body-color);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-400);

}

.dashboard .purchased-services .services-listing .table-listing .table tbody tr td:nth-last-child(3) div p,.dashboard .purchased-services .services-listing .table-listing .table tbody tr td:nth-last-child(2) div p{
    margin-bottom:0;
}

.dashboard .purchased-services .services-listing .table-listing .table tbody tr td .service-charge{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    padding: 5px 10px;
    border-radius: 6px;
    max-width: 100%;
    min-width: fit-content;
    
}


.dashboard .purchased-services .services-listing .table-listing .table tbody tr .actions{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* width: 100%; */
    gap: 20px;
    flex-wrap: nowrap;

}


.dashboard .purchased-services .services-listing .table-listing .table tbody tr .actions .view-button{
    border: none;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
}

.dashboard .purchased-services .services-listing .table-listing .table tbody tr .actions .view-button p{
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: var(--text-base);
    font-weight: var(--font-weight-500);
}

/* popup backdrop change */
.modal-backdrop {
  background-color: var(--primary-color);  ;
  opacity: .88 !important;
  transition: all 0.1s ease !important;
}

.modal .modal-header .btn-close {
  background-color: transparent !important;
  border:none !important;
  margin-right: 10px !important;
}



/* End of popup backdrop change */
.dashboard  .modal{
    border: none;
    background-color: transparent;
    padding: 0;
    --bs-modal-width:800px ;
    padding: 1.5rem 1rem;
   
}
.dashboard  .modal .modal-content{
    border: none;
    background-color: var(--white-color);
    padding: 0;
    border-radius: 32px;
    overflow: hidden;
}
.dashboard  .modal .modal-header{
    background-color: var(--background-secondary-color);
    padding: 1rem 1rem;

}


.dashboard  .modal .modal-body{
    padding: 1.5rem 1rem;
    text-align: center;
    
}

.dashboard  .modal .modal-body p{
    padding: 1rem;
    margin-bottom: 0px;
}



.dashboard  .modal .modal-header .modal-header-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.dashboard  .modal .modal-header img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 100%;
    background-color: var(--primary-color);
}

.dashboard  .modal .modal-header h2{
    font-size: var(--h2-xl);
    line-height: var(--h2-line-height);
    margin-bottom: 0;
    color: var(--primary-color);
}

.dashboard  .modal .modal-body h4{
    font-size: var(--h3-xl);
    margin-bottom: 0;
    color: var(--primary-color);
    text-transform: capitalize;
    font-weight: var(--font-weight-700);
    margin-bottom: 15px;
}
.service-summary .modal .modal-body .service-details .sub-service-title{
    padding: 1rem .5rem;
    font-weight: var(--font-weight-700);
}
.service-summary .modal .modal-body .service-details .sub-service{
    padding: 1rem .5rem;
    /* display: flex;
    justify-content: space-between; */
}
.dashboard  .modal .modal-body .popup-content{
    max-height: 450px;
    overflow-y: auto;
}

.dashboard  .modal .modal-body .popup-content{
    max-height: 450px;
    overflow-y: auto;
}

.dashboard  .modal .modal-body p{
    font-size: var(--text-base);
    line-height: var(--body-line-height);
    color: var(--body-color);
    word-break: break-all;
}
.dashboard .modal .modal-footer{
    border:none;
    padding: 1rem;
}

.dashboard  .modal .modal-footer .popup-action{
    width: 100%;
}
.dashboard  .modal .modal-footer .popup-action .popup-action-content {
    display: flex;
    align-items: center;
}
.dashboard  .modal .modal-footer .popup-action .popup-action-content span{
    font-size: var(--text-base);
    font-weight: var(--font-weight-700);
    color: var(--primary-color);
    
}
.dashboard  .modal .modal-footer .popup-action .popup-action-content .price{
    font-size: var(--text-xl);
    border: 3px solid var(--primary-color);
    border-radius: 6px;
    padding: 0.2rem 0.5rem;
    margin: 0px 5px;
}

.dashboard  .modal .modal-footer .popup-action .popup-button button{
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    padding: 0.8rem 2rem;
    font-size: var(--text-lg);
    font-weight: var(--font-weight-500);
    outline:none;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    gap: 10px;
}

.dashboard .modal .modal-body #subServiceContainer{
    /* border-top: 1px solid #00000020; */
    padding-top: 10px;
}

.dashboard .modal .modal-body #subServiceContainer .form-check{
    display: flex;
    justify-content: center;
}
.dashboard .modal .modal-body #subServiceContainer .form-check-input[type=checkbox]{
    border-radius: .25em;
    padding: 0.5rem;
    border: 1px solid black;
}
.dashboard .modal .modal-body #subServiceContainer .form-check-label{
    
    text-transform: uppercase;
    font-weight: 600;
}

/* Table inside Modal */
.dashboard .modal .table-responsive{
    border-radius: 6px;
    max-height: 500px;
}
.dashboard .purchased-services .services-listing h2{
    
    font-size: var(--h2-xl) ;
    color: var(--primary-color);
    font-weight: var(--font-weight-700);

}

.dashboard .modal .table{
    margin-bottom: 0px;
    background-color: #E2E4EE ;
    --bs-table-bg :none;
    border: none;
    border-style: none;
    overflow-x: scroll;
}
.dashboard .modal .table thead{
    position:sticky;
    top: 0;
}

.dashboard .modal .table thead tr{
    background-color: var(--background-tertiary-color);
}


.dashboard .modal .table tr th,.dashboard .modal .table tr td{
    padding: 5px 10px;
    border: none;
    border-style: none; 
}

.dashboard .modal .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type :var(--background-secondary-color);
}

.dashboard .modal .table-striped>tbody>tr:nth-of-type(even)>* {
    background: var(--background-tertiary-color);
}

.dashboard .modal .table thead tr th{
    color:var(--primary-color);
    font-size: var(--text-base);
    font-weight: var(--font-weight-600);
}

.dashboard .modal .table tbody tr td{
    color: var(--body-color);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-400);

}

.dashboard .modal .table tbody tr td:nth-last-child(3) div p,.dashboard .modal .table tbody tr td:nth-last-child(2) div p{
    margin-bottom:0;
}
/* End Dashboard Table Desgin */

/* Service Summary */

.service-summary .service-summary-listing .table-responsive{
    border-radius: 6px;
    max-height: 500px;
   
}

.service-summary .service-summary-listing .table{
    margin-bottom: 0px;
    background-color: #E2E4EE ;
    --bs-table-bg :none;
    border: none;
    border-style: none;
    overflow-x: scroll;
}
.service-summary .service-summary-listing .table thead{
    position:sticky;
    top: 0;
}

.service-summary .service-summary-listing .table thead tr{
    background-color: var(--background-tertiary-color);
}


.service-summary .service-summary-listing .table tr th,.service-summary .service-summary-listing .table tr td{
    padding: 15px;
    border: none;
    border-style: none; 
}

.service-summary .service-summary-listing .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type :var(--background-secondary-color);
}

.service-summary .service-summary-listing .table-striped>tbody>tr:nth-of-type(even)>* {
    background: var(--background-tertiary-color);
}

.service-summary .service-summary-listing .table thead tr th{
    color:var(--primary-color);
    font-size: var(--text-base);
    font-weight: var(--font-weight-600);
}

.service-summary .service-summary-listing .table tbody tr td{
    color: var(--body-color);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-400);
}

.service-summary .service-summary-listing .table tbody tr td:nth-last-child(2) div p{
    margin-bottom:0;
}
.service-summary .service-summary-listing .table tbody tr .actions{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* width: 100%; */
    gap: 20px;

}

.service-summary .service-summary-listing .table tbody tr .actions select{
     width: auto;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    color: var(--body-color);
    font-size: var(--text-base);
    font-weight: var(--font-weight-500);
    padding: 0.5rem 2rem 0.5rem 1rem;
    border-radius: 6px;
}

.service-summary .service-summary-listing .table tbody tr .actions .view-button{
    background-color: var(--button-green-background-color);
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.service-summary .service-summary-listing .table tbody tr .actions .continue-button{
    background-color: var(--primary-color);
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.service-summary .service-summary-listing .table tbody tr .actions .view-button p{
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: var(--text-base);
    font-weight: var(--font-weight-500);
}

.service-summary .service-summary-listing .table tbody tr .actions .continue-button p{
    margin-bottom: 0;
    color: var(--white-color);
    font-size: var(--text-base);
    font-weight: var(--font-weight-500);
}

.service-summary .modal{
    border: none;
    background-color: transparent;

    --bs-modal-width:750px;
    padding: 0;
}
.service-summary .modal .modal-content{
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    margin: 1rem;
}
.service-summary .modal .modal-header{
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-color: var(--primary-color);
}

.service-summary .modal .modal-header .btn-close{
        filter: invert(1);
}
.service-summary .modal .modal-body{
    background-color: var(--white-color);
    padding: 1rem 1.5rem; 
    
}

.service-summary .modal .modal-body .service-details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.service-summary .modal .modal-body .service-details p{
    color: var(--body-color);
    font-size: var(--text-sm);
}

/* .service-summary .modal .modal-body .service-details .service-content{
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 15px;
} */



.service-summary .modal .modal-body .service-details .service-content span{
    color: var(--body-color);
    font-size: var(--text-base);
}

.service-summary .modal .modal-body .service-details .service-content span:last-child{
    font-weight: var(--font-weight-600);
}

.service-summary .modal .modal-body img{
    max-width: 150px;
}

.service-summary .modal .modal-body .service-details .service-row .row>*{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.service-summary .modal .modal-body .service-details .sub-service{
    padding: 1rem 0.75rem;
    display: flex;
    justify-content: space-between;
}



.service-summary .modal .modal-body .service-details .service-row .row .col-12:nth-of-type(odd){
    background-color: var(--background-secondary-color);
}

.service-summary .modal .modal-body .service-details .service-row .row .col-12::nth-of-type(even){
    background-color: var(--background-tertiary-color);
    
}

.service-summary .modal .modal-body .service-details .total-price h3{
    color: var(--green-text-color);
}

.service-summary .modal .modal-body .service-details .continue-button{
    background-color: var(--primary-color);
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.service-summary .modal .modal-body .service-details .continue-button p{
    margin-bottom: 0;
    color: var(--white-color);
    font-size: var(--text-base);
    font-weight: var(--font-weight-500);

}
.service-summary .modal h2{
    font-size: var(--h2-lg);
    line-height: var(--h2-line-height);
    margin-bottom: 0;
    color: var(--white-color);
}

.service-summary .modal p{
    font-size: var(--text-base);
    line-height: var(--body-line-height);
    color: var(--body-color);
}

/* End of Service Summary */


/* Service Apply Form */

.service-apply{
    height: 100%;
    max-height: 100%;
    display: flex;
  flex-direction: column;

}


.service-apply .service-apply-form{
    height: 100%
    
}

/* .service-apply button{
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    padding: 0.8rem 2rem;
    font-size: var(--text-lg);
    font-weight: var(--font-weight-500);
    outline:none;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    gap: 10px;

} */

.service-apply .service-apply-form .form-label{
    margin-bottom: 2px;
  font-weight: 500;
    
}



/* .service-apply .service-apply-form .form-actions{
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  height: 100% !important;
  align-items: flex-end;
} */


.service-apply .service-apply-form form > .col-12:not(.form-actions),
.service-apply .service-apply-form form  > .col-md-6 {
    flex-shrink: 0;
}


.service-apply .service-apply-form form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}



.service-apply .service-apply-form .form-label{
    color: var(--body-color);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-600);
    margin-bottom: 10px;
}

.service-apply .service-apply-form input,.service-apply .service-apply-form select,.service-apply .service-apply-form textarea{
    background-color: var(--white-color);
    color: var(--body-color);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-400);
    margin-bottom: 10px;
    padding: 15px 10px;
    border-radius: 6px;
    border: 1px solid var(--body-color);


}

.service-apply .service-apply-form input:hover,.service-apply .service-apply-form select:hover,.service-apply .service-apply-form textarea:hover{
    background-color: #FAF9F6;
}

.service-apply .service-apply-form input:active,.service-apply .service-apply-form select:active,.service-apply .service-apply-form textarea:active{
    background-color: #FAF9F6;
}

.service-apply .service-apply-form input:focus,.service-apply .service-apply-form select:focus,.service-apply .service-apply-form textarea:focus{
    background-color: #FAF9F6;
}

.service-apply .service-apply-form input:disabled,.service-apply .service-apply-form select:disabled,.service-apply .service-apply-form textarea:disabled{
    background-color: var(--background-secondary-color);
}

.service-apply .service-apply-form input:read-only,.service-apply .service-apply-form select:read-only,.service-apply .service-apply-form textarea:read-only{
    background-color: var(--background-secondary-color);
}

.service-apply .service-apply-form .form-control:focus{
    border: 1px solid var(--body-color) ;
    box-shadow: none;
}

.service-apply .service-apply-form input:placeholder{
    color: var(--body-color);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-400);
}
.service-apply .service-apply-form .form-actions{
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: flex-end;
    /* height: 30vh; */
    margin-top: 10px;
}

.service-apply .service-apply-form .form-actions .action-button{
    background-color: var(--primary-color);
    padding: 0.8rem 5rem;
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-500);
    outline:none;
    border-radius: 6px;
    transition: all 0.3s ease;

}

.service-apply .service-apply-form .form-actions .action-button:hover{
    background-color: transparent;
    color:var(--primary-color);
    border: 1px solid var(--primary-color);

}

.service-apply .service-apply-form .form-actions .action-button:active{
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color:var(--primary-color)
}

.service-apply .service-apply-form .form-actions .cancel-button{
    background-color: var(--background-secondary-color);
    padding: 0.8rem 5rem;
    color: var(--primary-color);
    border: 1px solid var(--background-secondary-color);
    font-weight: var(--font-weight-500);
    font-size: var(--text-lg);
    outline:none;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.08);

}

.service-apply .service-apply-form .form-actions .cancel-button:hover{
    background-color: var(--primary-color);
    color:var(--white-color);
    border: 1px solid var(--primary-color);

}

.service-apply .service-apply-form .form-actions .cancel-button:active{
    background-color: var(--primary-color);
    color:var(--white-color);
    border: 1px solid var(--primary-color);
}

.service-apply .service-apply-form .field-add-button {
    display: flex;
    align-items: center;
    border:none;
    background-color: transparent;

}


.service-apply .service-apply-form .field-add-button:hover,.service-apply .service-apply-form .field-add-button:active,.service-apply .service-apply-form .field-add-button:focus{
    background-color: var(--primary-color);
    border-radius: 100%;
}

.service-apply .service-apply-form .field-add-button:hover img,.service-apply .service-apply-form .field-add-button:active img,.service-apply .service-apply-form .field-add-button:focus img{
    filter: invert(1);
}

.service-apply .service-apply-form .upload-box{
    border:2px dashed var(--upload-border-color);
    border-radius:12px;

    padding:30px 0px;

    text-align:center;

    background:var(--upload-background-color);

    transition:all .3s ease;
}

.service-apply .service-apply-form .upload-box:hover{
    background-color: var(--background-secondary-color);
}

.service-apply .service-apply-form .sub-service{
    max-height: 200px;
    overflow-y: auto;
    width: auto;
}
.service-apply .service-apply-form .sub-service .sub-service-ul{
    display: flex;
    flex-wrap: wrap;

    gap: 2rem;
}
.service-apply .service-apply-form .sub-service .sub-services-li{
    color: var(--body-color);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-400);
    background-color: var(--background-tertiary-color);
    padding: 15px 10px; 
    /* border: .px solid var(--primary-color); */
    border-radius: 6px;
    margin-bottom :10px
}



.service-apply .service-apply-form .upload-icon{
    margin-bottom:15px
}

.service-apply .service-apply-form .upload-text{
    font-size: var(--text-base);
    font-weight: var(--font-weight-700);
    color: var(--upload-text-color);
    line-height: 1;
}

.service-apply .service-apply-form .browse-link{
    font-family: var(--seondary-font);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-700);
    color: var(--upload-text-color);
    text-decoration: underline;
    line-height: 10px;


}

.service-apply .service-apply-form .browse-link:hover{
    color:var(--primary-color)
}

.service-apply .service-apply-form .upload-button{
    background-color: var(--primary-color);
    padding: 0.5rem 1.5rem;
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-500);
    outline: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    margin-top: 10px;
    margin-right:auto;
    margin-left:auto;

}

.service-apply .service-apply-form .file-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    background-color: var(--background-secondary-color);
    border-radius: 6px;
    padding: 0.5rem 1.2rem;
    gap: 10px;

}

.service-apply .service-apply-form .file-left{
    display:flex;
    align-items:center;
    gap:15px;
}
.service-apply .service-apply-form .file-center{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}


.service-apply .service-apply-form .file-center .file-status span{
    font-family: var(--seondary-font);
    font-size: var(--text-xxs);
}

.service-apply .service-apply-form .file-center .success-icon{
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--white-color);
    font-size:16px;
    font-weight:bold;
}

.service-apply .service-apply-form .file-right .remove-icon{
    width: 25px;
    height: 25px;
    border:2px solid var(--remove-button-color);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--remove-button-color);
    cursor:pointer;
}
.service-apply .service-apply-form .file-right .remove-icon:hover{
    background:#e9eaee;
}

.service-apply .service-apply-form .file-center .file-status span{
    font-family: var(--seondary-font);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-400);
    color: var(--upload-text-color);
    margin-bottom: 2px;
}

.service-apply .service-apply-form .file-right a{
    background-color: var(--primary-color);
    border-radius: 6px;
    color: var(--white-color);
    padding: 10px 15px;
    
}
.service-apply .service-apply-form .file-right a:hover{
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}


/* End of Service Apply Form */

/* Task Lising - Tabular Desgin */

.tabulator-cell {
    white-space: nowrap;

}
.task-listing-wrapper .row .col-12 .card{
    --bs-card-border-width :none;

}


.task-listing-wrapper .row .card-header{
    background-color: transparent;
}

.task-listing-wrapper .row .col-12 .card .card-header h1{
    font-size: var(--h2-xl) ;
    color: var(--primary-color);
}

.task-listing-wrapper .row .col-12 .card .card-header a{
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    padding: 0.8rem 2rem;
    font-size: var(--text-lg);
    font-weight: var(--font-weight-500);
    outline:none;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    gap: 10px;
}
.table-new .tabulator .tabulator-header .tabulator-header-contents {
    border-radius: 6px 6px 0px 0px;
}




.table-new .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers .tabulator-col .tabulator-col-content{
    background-color: var(--background-tertiary-color);
    padding: 15px;

}
/* .table-new .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers .tabulator-col{
    min-width: max-content !important;
} */
 .table-new .tabulator .tabulator-header .tabulator-header-contents .tabulator-col-resize-handle{
	background-color:var(--background-tertiary-color)
}
.table-new .tabulator .tabulator-tableholder .tabulator-row-odd .tabulator-col-resize-handle{
    background-color: var(--background-secondary-color);
}
 
.table-new .tabulator .tabulator-tableholder .tabulator-row-even .tabulator-col-resize-handle{
    background-color: var(--background-tertiary-color);
}

.table-new .tabulator .tabulator-tableholder .tabulator-row {
    border: none;
    border-style: none;
    
}
.table-new .tabulator .tabulator-tableholder{
    border-radius: 0px 0px 6px 6px;
}



.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell{
    color: var(--body-color);
    font-size: var(--text-sm);
    /* padding:20px; */
    place-content:center;
    

}

/* .table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell[tabulator-field="status"]{
    width: fit-content !important;
} */


.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell select{
    margin: 0 auto !important;
    
}

.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell a[data-action="delete"]{
    color: var(--red-text-color) !important;
}

.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell a[data-action="edit"]{
    color: var(--blue-text-color) !important;
}

.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell a[data-action="view"]{
    color: var(--green-text-color) !important;
}

.tab le-new .tabulator .tabulator-tableholder  .tabulator-row-odd


/* span.tabulator-col-resize-handle{
    display: none !important;
} */
.table-new .tabulator .tabulator-tableholder  .tabulator-row-odd .tabulator-cell{
    background-color:var(--background-secondary-color);

}

.tabulator-placeholder-contents{overflow:hidden}
 

.table-new .tabulator .tabulator-footer{
    border: none;
}

.table-new .tabulator .tabulator-tableholder  .tabulator-row-even .tabulator-cell{
    background-color:var(--background-tertiary-color);

}

.table-new .tabulator .tabulator-footer .tabulator-page:first-of-type{
    background-color: var(--background-secondary-color);
}
.table-new .tabulator .tabulator-footer .tabulator-page.active{
    color: var(--secondary-color) ;
    font-weight: var(--font-weight-600);
}

/* popup backdrop change */
.modal-backdrop {
  background-color: var(--primary-color);  ;
  opacity: .88 !important;
  transition: all 0.1s ease !important;
}

.modal .modal-header .btn-close {
  background-color: transparent !important;
  border:none !important;
}



/* End of popup backdrop change */
.task-listing .modal{
    border: none;
    background-color: transparent;
    padding: 0;
}
.task-listing .modal .modal-content{
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}
.task-listing .modal .modal-header{
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-color: var(--primary-color);
}

.task-listing .modal .modal-header .btn-close{
        filter: invert(1);
}
.task-listing .modal .modal-body{
    padding: 0rem;
}

.task-listing .modal .modal-body p{
    padding: 1rem;
    margin-bottom: 0px;
}
.task-listing .modal .modal-body p:first-child{
    padding-top:1.5rem

}
.task-listing .modal .modal-body p:last-child{
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;

}
.task-listing .modal .modal-body p:nth-of-type(odd){
    background-color: var(--background-secondary-color);
}

.task-listing .modal .modal-body p:nth-of-type(even){
    background-color: var(--background-tertiary-color);
    
}

.task-listing .modal h2{
    font-size: var(--h2-lg);
    line-height: var(--h2-line-height);
    margin-bottom: 0;
    color: var(--white-color);
}

.task-listing .modal p{
    font-size: var(--text-base);
    line-height: var(--body-line-height);
    color: var(--body-color);
}



/* End of Task Lising - Tabular Desgin */

/* Messageing */

.chat-wrapper {
    background: var(--chatbot-background-color);
    border-radius: 10px;
    overflow: hidden;
}

.chat-wrapper p{
    margin-bottom: 0px;
}

/* Header */

.chat-header {
    background:  var(--background-secondary-color);
    padding: 15px 20px;
    border-bottom: 1px solid var(--background-secondary-color);
}

/* Chat area */

.chat-body {
    height: calc(100vh - 400px);
    overflow-y: auto;
    padding: 25px;
}

.day{
    font-family: var(--tertiary-font);
    color: var(--chatbot-timestamp-color);
    font-size: var(--text-sm);

}

/* Chat bubble */

.chat-bubble-left {
    max-width: 350px;
    padding: 10px 14px;
    border-radius: 0px 8px 8px 8px;
    font-size: var(--text-sm);
    box-shadow: 0px 0px 4px 0px rgba(0, 0,0, 0.08);
}

.chat-bubble-right {
    max-width: 350px;
    padding: 10px 14px;
    border-radius: 8px 8px 8px 0px;
    font-size: var(--text-sm);
    box-shadow: 0px 0px 4px 0px rgba(0, 0,0, 0.08);
    width: fit-content;
    margin: 0 0 0 auto;


}

.chat-bubble-left p,.chat-bubble-left strong{word-break: break-all;}

.chat-bubble-right p{
    text-align: left;
    word-break: break-all;
}

.chat-right-container{
    display: flex;
    flex-direction: column;
    width: fit-content;
    justify-content: flex-end;
}

/* Left bubble */

.chat-left {
    background: var(--white-color);
}

/* Right bubble */

.chat-right {
    background: var(--primary-color);
    color: var(--white-color);
}

/* Timestamp */

.chat-time {
    font-size: var(--text-sm);
    color: var(--body-color);
    margin-top: 4px;
}

/* Footer */

.chat-footer {
    background: var(--chatbot-background-color);
    padding: 12px;
}

.chat-input {
    border: none;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
}

.chat-input:focus {
    outline: none;
    box-shadow: none;
}

.send-btn {
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
}

.user-name {
    font-size: var(--text-lg);
    color: var(--primary-color);
    font-weight: var(--font-weight-700);
}

.user-status {
    font-size: var(--text-sm);
    color: var(--body-color);
    font-weight: var(--font-weight-400);
}

.tabulator-cell a[data-action="message"]{
     background-color: var(--primary-color);
    padding: 0.2rem 2rem;
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    font-size: var(--text-base);
    font-weight: var(--font-weight-500);
    outline:none;
    border-radius: 6px;
    transition: all 0.3s ease;
    color: var(--white-color) !important;
}

.tabulator-cell a[data-action="message"]:hover{
     background-color: var(--primary-hover-color);
        
    }

/* End of Message */

/* Tabular Design  My Subscription  */

.tabulator-cell {
    white-space: nowrap;
}
.my-subscription-wrapper .row .col-12 .card{
    --bs-card-border-width :none;

}
.my-subscription .subscrption-tabs {
    width: 100%;
}

.my-subscription .subscrption-tabs .nav .nav-item .nav-link{
    background-color: var(--background-secondary-color);
    color: var(--primary-color);
    font-size: var(--text-base);
    font-weight: var(--font-weight-700);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 1rem 2.5rem;
    border-radius: 6px;

}

.my-subscription .subscrption-tabs .nav .nav-item .nav-link:hover,.my-subscription .subscrption-tabs .nav .nav-item .nav-link:active,.my-subscription .subscrption-tabs .nav .nav-item .nav-link:focus {
    background-color: var(--primary-color);
    color: var(--white-color);
}



.my-subscription .subscrption-tabs .nav .nav-item #pills-completed-tab{
    margin-left: -12px;
}
.my-subscription .subscrption-tabs .nav .nav-item .nav-link div{
    background-color: var(--primary-color);
    padding: 0.125rem 1rem;
    color: var(--white-color);
    border-radius: 2rem;
}

.nav-tab-link-active{
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.nav-tab-link-active div{
    background-color: var(--white-color) !important;
    color: var(--primary-color) !important;
}

.my-subscription .subscrption-tabs .nav .nav-item .nav-link:hover div,.my-subscription .subscrption-tabs .nav .nav-item .nav-link:active div,.my-subscription .subscrption-tabs .nav .nav-item .nav-link:focus div{
    background-color: var(--white-color);
    color: var(--primary-color);
}


.my-subscription .subscrption-tabs .nav .nav-item .nav-link p{
    margin-bottom: 0;
}

.my-subscription-wrapper .row .card-header{
    background-color: transparent !important;
}

.my-subscription-wrapper .row .col-12 .card .card-header h1{
    font-size: var(--h2-xl) ;
    color: var(--primary-color);
}

.my-subscription-wrapper .row .col-12 .card .card-header a{
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    padding: 0.8rem 2rem;
    font-size: var(--text-lg);
    font-weight: var(--font-weight-500);
    outline:none;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    gap: 10px;
}

.table-new .tabulator .tabulator-header .tabulator-header-contents {
    border-radius: 6px 6px 0px 0px;
}

.table-new .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers .tabulator-col .tabulator-col-content{
    background-color: var(--background-tertiary-color);
    padding: 15px;

}
/* .table-new .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers .tabulator-col{
    min-width: max-content !important;
} */

.table-new .tabulator .tabulator-tableholder .tabulator-row {
    border: none;
    border-style: none;
    
}
.table-new .tabulator .tabulator-tableholder{
    border-radius: 0px 0px 6px 6px;
}

.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell{
    color: var(--body-color);
    font-size: var(--text-sm);
    /* padding:20px; */
    place-content:center;
    

}

/* .table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell[tabulator-field="status"]{
    width: fit-content !important;
} */


.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell select{
    margin: 0 auto !important;
    
}

.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell a[data-action="delete"]{
    color: var(--red-text-color) !important;
}

.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell a[data-action="edit"]{
    color: var(--blue-text-color) !important;
}

.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell a[data-action="view"]{
    color: var(--green-text-color) !important;
}


.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell div a[data-action="details"]{
    background-color: var(--details-button-color);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    color: var(--primary-color) !important;
    font-size: var(--text-base);
    font-weight: var(--font-weight-500);
}

.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell div  .action-link{
    background-color: var(--primary-color);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    min-width: 150px;
    margin-bottom: 0;
    color: var(--white-color) !important;
    font-size: var(--text-base);
    font-weight: var(--font-weight-500);
}

.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell div .disabled-link{
    background-color: var(--border-color);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    min-width: 150px;
    margin-bottom: 0;
    color: var(--white-color) !important;
    font-size: var(--text-base);
    font-weight: var(--font-weight-500);
}

.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell div a[data-action="pay"]:hover,.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell div a[data-action="pay"]:active{
    background-color: var(--primary-hover-color);
}

.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell div a[data-action="details"]:hover,.table-new .tabulator .tabulator-tableholder .tabulator-row .tabulator-cell div a[data-action="details"]:active{
    background-color: var(--details-button-hover-color);
}

/* span.tabulator-col-resize-handle{
    display: none !important;
} */
.table-new .tabulator .tabulator-tableholder  .tabulator-row-odd .tabulator-cell{
    background-color:var(--background-secondary-color);

}

.table-new .tabulator .tabulator-footer{
    border: none;
}

.table-new .tabulator .tabulator-tableholder  .tabulator-row-even .tabulator-cell{
    background-color:var(--background-tertiary-color);

}

.table-new .tabulator .tabulator-footer .tabulator-page:first-of-type{
    background-color: var(--background-secondary-color);
}
.table-new .tabulator .tabulator-footer .tabulator-page.active{
    color: var(--secondary-color) ;
    font-weight: var(--font-weight-600);
}

#paynowModal{
    border: none;
    background-color: transparent;

    --bs-modal-width:750px;
    padding: 0;
}
#paynowModal .modal-content{
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    margin: 1rem;
}
#paynowModal .modal-header{
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-color: var(--primary-color);
}

#paynowModal .modal-header .btn-close{
        filter: invert(1);
}
#paynowModal .modal-body{
    background-color: var(--white-color);
    padding: 1rem 1.5rem; 
    
}

#paynowModal .modal-body .service-details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#paynowModal .modal-body .service-details p{
    color: var(--body-color);
    font-size: var(--text-sm);
}

#paynowModal .modal-body .service-details .service-content{
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 15px;
}



#paynowModal .modal-body .service-details .service-content span{
    color: var(--body-color);
    font-size: var(--text-base);
}

#paynowModal .modal-body .service-details .service-content span:last-child{
    font-weight: var(--font-weight-600);
}

#paynowModal .modal-body img{
    max-width: 150px;
}

#paynowModal .modal-body .service-details .service-row .row>*{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#paynowModal .modal-body .service-details .sub-service{
    padding: 1rem 0.75rem;
    display: flex;
    justify-content: space-between;
}



#paynowModal .modal-body .service-details .service-row .row .col-12:nth-of-type(odd){
    background-color: var(--background-secondary-color);
}

#paynowModal .modal-body .service-details .service-row .row .col-12::nth-of-type(even){
    background-color: var(--background-tertiary-color);
    
}

#paynowModal .modal-body .service-details .total-price h3{
    color: var(--green-text-color);
}

#paynowModal .modal-body .service-details .continue-button{
    background-color: var(--primary-color);
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
#paynowModal .modal-body .service-details .continue-button p{
    margin-bottom: 0;
    color: var(--white-color);
    font-size: var(--text-base);
    font-weight: var(--font-weight-500);

}
#paynowModal h2{
    font-size: var(--h2-lg);
    line-height: var(--h2-line-height);
    margin-bottom: 0;
    color: var(--white-color);
}

#paynowModal p{
    font-size: var(--text-base);
    line-height: var(--body-line-height);
    color: var(--body-color);
}
#paynowModal .thank-you-alert{
    padding: 1rem 1.5rem;
    background-color: var(--green-background-color);
    border: 1px solid var(--green-text-color);
    border-radius: 10px;
    margin-top: 10px;
}
#paynowModal .thank-you-alert p{
    margin-bottom: 0px;
    font-size: var(--text-base);
    font-weight: var(--font-weight-600);
}

.service-charge{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    padding: 5px 10px;
    border-radius: 6px;
    max-width: 100%;
    min-width: fit-content;
}

/* End of Tabular Design My Subscription  */

/* Details Table */

.sub-service .sub-service-listing .table-responsive{
    border-radius: 6px;
    max-height: 500px;
   
}

.sub-service .sub-service-listing .table{
    margin-bottom: 0px;
    background-color: #E2E4EE ;
    --bs-table-bg :none;
    border: none;
    border-style: none;
    overflow-x: scroll;
}
.sub-service .sub-service-listing .table thead{
    position:sticky;
    top: 0;
}

.sub-service .sub-service-listing .table thead tr{
    background-color: var(--background-tertiary-color);
}


.sub-service .sub-service-listing .table tr th,.sub-service .sub-service-listing .table tr td{
    padding: 15px;
    border: none;
    border-style: none; 
}

.sub-service .sub-service-listing .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type :var(--background-secondary-color);
}

.sub-service .sub-service-listing .table-striped>tbody>tr:nth-of-type(even)>* {
    background: var(--background-tertiary-color);
}

.sub-service .sub-service-listing .table thead tr th{
    color:var(--primary-color);
    font-size: var(--text-base);
    font-weight: var(--font-weight-600);
}

.sub-service .sub-service-listing .table tbody tr td{
    color: var(--body-color);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-400);
}

/* End of Details table */

/* All Service */

#all-service-table .tabulator-tableholder .tabulator-row .tabulator-cell .action-link img{
    filter: invert(1);
}

/* End of All service */

/* Staff Creation */

.select2-results__options--nested li:first-child .sub-check-box input{
    margin-left: 0px;
}

.select2-results__options--nested li .sub-check-box input{
    margin-left: 8px;
    margin-right: 0px !important;
    
}

.select2-selection{
    background-color: var(--white-color) !important;
    color: var(--body-color) !important;
    font-size: var(--text-sm) !important;
    font-weight: var(--font-weight-400) !important;
    margin-bottom: 10px !important;
    padding: 10px 10px !important;
    border-radius: 6px !important;
    border: 1px solid var(--body-color) !important;

}
.select2-selection::before{
    content: '';
    background-image: url('/images/dropdown-icon.svg');
    width: 12px;
    height: 24px;
    position: absolute;
    right:10px; top:14px; width:20px; cursor:pointer;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
   

}



.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 5px 20px;
    margin: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    padding: 6px;
}
.select2-selection__choice__display .sub-check-box input {
    margin-bottom: 0px;
}

.select2-selection__choice__display .sub-check-box{
    margin-left: 5px;
}

.select2-selection:hover,.select2-selection:active,.select2-selection:focus,.select2-selection.selected{
    background-color: #FAF9F6 !important;
}

.task-creation-form small{
    font-size: 12px;
    margin: 3px 0px;
}
/* End of Staff Creation */

/* Tooltip text */
.tooltip-wrapper::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -10px; /* above the element */
    left: 150%;
    transform: translateX(-40%);
    
    background: #000014;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 6px;
    white-space: nowrap;

    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;

    z-index: 1000;
}

/* Arrow */
.tooltip-wrapper::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 150%;
    transform: translateX(-50%);
    
    border-width: 5px;
    border-style: solid;
    border-color: #000014 transparent transparent transparent;

    opacity: 0;
    transition: all 0.2s ease;
}

/* Show on hover */
.tooltip-wrapper:hover::after,
.tooltip-wrapper:hover::before {
    opacity: 1;
}

/* End of Tooltip */


/* Message Listing */

.intial-icon{
    border: 1px solid var(--primary-color); font-size: 1rem; font-weight: 700; text-transform: uppercase; background-color: var(--primary-color); padding: 10px 12px; border-radius: 50px; color:var(--white-color);
}

.staff-name{
color:var(--primary-color); font-size:var(--text-md); font-weight:var(--font-weight-500)
}

.message-button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;

}

.message-button .message-link span img {
    width: 100%;
    height: auto;
}
.message-button .message-link span {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    border-radius: 40px;
    margin-right: 5px;
    padding: 4px;
}

.message-button .message-link{
    background-color: transparent;
    border: none;
    display: flex;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    min-width: 150px;
    margin-bottom: 0;
    color: var(--primary-color) ;
    font-size: var(--text-base);
    font-weight: var(--font-weight-500);
}

.message-button .message-link:hover,.message-button .message-link:focus,.message-button .message-link:active{text-decoration: underline;}



/* End of Message Listing */

/* Service Listing */


/* End of Service Lising */




/* Start of register Page - Media Queries */

@media (min-width:1361px) and (max-width: 1441px){
    .register .form-container{
        padding: .8rem 0.8rem;
    }
}

@media (min-width:576px) and (max-width: 1360px) {
    .register .form-container{
        max-width: 450px;
    }
    .register .form-container{
        padding: .8rem 0.8rem;
    }
    .register .form-container h1{
        font-size: var(--h1-md);
        line-height: var(--heading-one-line-height);
        margin-bottom: 10px;
    }
    .register .form-container .input-group input{
        font-size: var(--text-md);
    }
    .register .form-container .input-group input::placeholder{
        font-size: var(--text-md);
    }
    .register .form-container .input-group{
        padding: 0.3rem 0.5rem;
    }

    .register .form-container .btn{
        margin-top: 0;
    }
    
    
}

@media screen and (max-width: 575px) { 
    .register .form-container{
        max-width: 100%;
        padding: 1rem 0.8rem;
    }
    .register .form-container .input-group input,.register .form-container .input-group input::placeholder{
        font-size: var(--text-md);
    }
    .register .form-container h1{
        font-size: var(--h1-md);
        line-height: var(--heading-one-line-height);
        border-radius: 12px;
    }

 }

 /* End of register Page  - Media Queries*/

 /* Start of login Page - Media Queries */

@media (min-width:576px) and (max-width: 1360px) {
    .login .form-container{
        max-width: 635px;
    }
    .login .form-container{
        padding: 3rem 1.5rem;
    }
    .login .form-container h1{
        font-size: var(--h1-md);
        line-height: var(--h1-line-height);
        margin-bottom: 25px;
    }
    .login .form-container .input-group input{
        font-size: var(--text-md);
    }
    .login .form-container .input-group input::placeholder{
        font-size: var(--text-md);
    }
    .login .form-container .input-group{
        padding: 1rem 0.8rem;
    }
    
    
}

@media screen and (max-width: 575px) { 
    .login .form-container{
        max-width: 100%;
        padding: 1.2rem 0.8rem;
    }
    .login .form-container .input-group input,.login .form-container .input-group input::placeholder{
        font-size: var(--text-md);
    }
    .login .form-container h1{
        font-size: var(--h1-md);
        line-height: var(--h1-line-height);
        margin-bottom: 20px;
        border-radius: 20px;
    }

 }

 /* End of login Page  - Media Queries*/

 /* Side and Main Content - Media Queries */
 
 
 @media (max-width: 992px) {
    .wrapper{
        display: flex;
        justify-content: flex-end;
    }
  .main-content {
    display: flex;
    justify-content: end;
    margin-left: 0 ;
    padding-left: 0 ;
    width: 100% ;
    max-width: calc(100% - 110px) !important; 
  }
}

/* End of Sidebar and Main-Content - Media Queries */


/* Dashboard - Media Queries */
@media (min-width:1400px) and (max-width: 1600px) {
    .dashboard .banner-wrapper .banner-right-content{
        padding: 1.5rem 1.5rem 0rem 5rem;
        
    }
}


@media (min-width:1200px) and (max-width: 1400px) {
    .dashboard .banner-wrapper .banner-right-content{
        padding: 1rem 1rem 0rem 1.5rem;
         border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }
}

@media screen and (max-width: 1199px) { 
    .dashboard .banner-wrapper .row>* {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .dashboard .banner-wrapper .banner-left-content{
        padding: 1rem 1.5rem 1rem 1rem !important;
    }
    .slider-box {
    max-width: 100%;
}
    .dashboard .banner-wrapper .banner-right-content{
        padding: 1rem 1rem 0rem 1.5rem;
        border-top-left-radius: 0px;
        border-bottom-left-radius:0px;
    }
    .dashboard .banner-wrapper .banner-right-content .cta-image{
        margin-bottom: -20px;
    }
    .dashboard .popular-services{
        padding:1.5rem 1rem 1.5rem 1rem;
    }
    .dashboard .popular-services .popular-services-content{
        width: 100%;
        max-width: 100%;
        
    }

    
    .dashboard .popular-services .all-services-button{
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
        height: auto;
        flex-direction: row;
        gap: 10px;
        padding: 1rem 1.5rem;
    }
 }

 @media screen and (max-width:500px) {
    .dashboard .banner-wrapper .banner-right-content{
        padding: 1rem 1rem 1rem 1.5rem;
    }
    .dashboard .banner-wrapper .banner-right-content .cta-image{
        display: none;
    }
 }

/* End of Dashboard - Media Queries */

/* Service Summary - Media Queries */


@media screen and (max-width: 1299px){
    .service-summary .service-summary-listing .table-responsive{
        overflow-x: scroll;
    }
 }
 

 @media screen and (max-width: 500px){
    .service-summary .service-summary-listing .table-responsive{
        overflow-x: scroll;
    }
}

/* End of Service Summary  - Media Queries */


/* My Subscription - Media Queries */
@media screen and (max-width: 1540px){
    .my-subscription .subscrption-tabs .tab-content .my-subscription-listing .table-responsive{
        overflow-x: scroll !important;
    }
 }

@media (max-width:566px){
   .my-subscription .subscrption-tabs .nav .nav-item #pills-completed-tab{
        margin-left: 0px;
    }

    .my-subscription .subscrption-tabs .nav .nav-item .nav-link{
        padding: 0.5rem 3.5rem;
    }
}

/* End of My Subscription - Media Queries */

/* Service Apply Forms - Media Queries */

 @media (min-width:576px) and (max-width: 768px){
    .service-apply .service-apply-form .form-actions{
        margin-top: 15px;
        align-items: center;
        height: auto;
    }
 }


 @media screen and (max-width:600px) {

    .service-apply .service-apply-form .form-actions{
        flex-direction: column-reverse;
        margin-top: 10px;
        width: 100%;
        align-items: center;
        height: auto;
    }

    .service-apply .service-apply-form .form-actions .action-button{
        width: 100%;
    }
    .service-apply .service-apply-form .form-actions .cancel-button{
        width: 100%;
        text-align: center;
    }
    
 }

/* End of Service Apply Forms - Media Queries */

 /* Task Listing - Tabular Design : Media Quries */


 @media screen and (max-width: 1339px){

    /* .table-new .tabulator-paginator{
        text-align: start !important;
    } */
     .card-body .table-main-wraper {
        overflow-x: auto;
        width: 100%;
    }
    .tabulator-header,
    .tabulator-tableholder{min-width: 1300px;}

 }

  /* end - Tabular Design : Media Quries */

  /* Details Page - Media Query */

   @media screen and (max-width:670px) {
    .service-apply .service-apply-form .file-card{
        flex-direction: column;
   }
   }

  /* End of Details Page - media Query */

  /* Details Table - Media Queries */

@media screen and (max-width: 1299px){
    .sub-service .sub-service-listing .table-responsive{
        overflow: scroll;
    }
 }
 

 @media screen and (max-width: 500px){
    .sub-service .sub-service-listing .table-responsive{
        overflow: scroll;
    }
}


