* {
    text-decoration: none !important;
    outline: 0 !important;
    list-style: none !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'NunitoSans-Regular';
}

body {
    color: #2b2a2a;
    background: #ffffff;
    font-family: 'NunitoSans-Regular';
    background-color: #fff;
}

body,
html {
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}

.page-container-in {
    overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {font-family: 'NunitoSans-Bold';}

a,
a:hover {
    transition: 0.6s all !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #F8F8F8;
    background-color: #F8F8F8;
}

*,
 :before,
 :after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity));
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

@font-face {
    font-family: 'NunitoSans-Regular';
    src: url('../fonts/NunitoSans-Regular.ttf'), 
    url('../fonts/NunitoSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NunitoSans-Bold';
    src: url('../fonts/NunitoSans-Bold.ttf'), 
    url('../fonts/NunitoSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NunitoSans-SemiBold';
    src: url('../fonts/NunitoSans-SemiBold.ttf'), 
    url('../fonts/NunitoSans-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}


/*@font-face {
    font-family: 'Nunito-Regular';
    src: url('../fonts/Nunito-Regular.ttf'), 
    url('../fonts/Nunito-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-Bold';
    src: url('../fonts/Nunito-Bold.ttf'), 
    url('../fonts/Nunito-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-Medium';
    src: url('../fonts/Nunito-Medium.ttf'), 
    url('../fonts/Nunito-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'Rubik-Medium';
    src: url('../fonts/Rubik-Medium.ttf'), url('../fonts/Rubik-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url('../fonts/Rubik-Bold.ttf'), url('../fonts/Rubik-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('../fonts/Rubik-Regular.ttf'), url('../fonts/Rubik-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf'), url('../fonts/Poppins-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf'), url('../fonts/Poppins-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('../fonts/PlayfairDisplay-Bold.ttf'), url('../fonts/PlayfairDisplay-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-SemiBold';
    src: url('../fonts/PlayfairDisplay-SemiBold.ttf'), url('../fonts/PlayfairDisplay-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'PTSans-Regular';
    src: url('../fonts/PTSans-Regular.ttf'), url('../fonts/PTSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans-Bold';
    src: url('../fonts/PTSans-Bold.ttf'), url('../fonts/PTSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
*/

/******************
 * HOME3
 *****************/

.topbar_leftlogo img {
    width: 190px;
}

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

.navbar-nav>li {
    font-family: 'NunitoSans-Regular';
    margin-right: 30px;
}

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

.navbar-collapse {
    display: flex;
    justify-content: flex-end;
}

.navbar-nav {
    list-style: none;
    display: flex;
    padding-left: 0;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding: 10px 15px;
    display: block;
    transition: all 0.3s ease;
}

.nav-item.active .nav-link {
    color: #fff;
    background-color: #0056b3;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #13BFB7;
}

@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
        align-items: center;
        background-color: #f8f9fa;
        width: 100%;
        padding-top: 10px;
    }
    .nav-item {
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .nav-link {
        font-size: 14px;
        /* Smaller font for smaller screens */
        padding: 8px 12px;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #003567;
    font-size: 16px;
    font-family: 'NunitoSans-SemiBold';
    padding: 2px 0px;
}

.topbar_rightbtn>a {
    padding: 0px 0px;
    background-color: #fff;
    border-radius: 30px;
    font-family: 'NunitoSans-SemiBold';
    color: #000;
    font-size: 16px;
    transition: all 500ms ease;
    margin-left: 20px;
}

.topbar_rightbtn>a:hover {
    background-color: #fff;
}

.topbar_out {
    padding: 17px 0px;
}

.navigation {
    margin-left: -150px;
}

.subbanner_section {
   padding: 35px 0px;
    /* background-image: url(../images/subbanner.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EBF6F6;
    opacity: 100%;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 80px;
    padding: 14px 20px;
    padding-right: 46px;
}

.search-bar input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    margin-left: 10px;
    width: 150px;
}

.language {
    margin-right: 30px;
    color: #13BFB7;
}

.topbar_rightbtn {
    display: flex;
    align-items: center;
}

.topbar_rightbtn select {
    color: #13BFB7;
    border: 0;
    padding: 0 !important;
    margin-left: 0px !important;
    margin-right: 10px;
    font-family: 'NunitoSans-SemiBold';
    cursor: pointer;
    font-size: 16px;
}

td.inn {
    color: #1921FA;
}

.sub_banner>h2 {
    color: #000;
    font-size: 50px;
    text-align: left;
    font-family: 'NunitoSans-Bold';
    padding: 0px 80px;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

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

.dashboard-container {
    display: flex;
    min-height: 100vh;
    padding: 60px 50px;
}

.inn {
    color: #003567;
}
.total_box_one{
    color: #003567;
}

.sidebar {
    width: 300px;
    background-color: #EBF6F6;
    color: #fff;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    /*    height: 100vh;*/
    transition: all 0.3s ease;
}

.sidebar_in {
    height: inherit !important;
}

.sidebar-title {
    font-size: 32px;
    color: #fff;
    font-family: 'NunitoSans-Bold';
    margin-bottom: 1em;
}

.sidebar-title_out {
    font-size: 32px;
    color: #fff;
    margin-bottom: 1em;
    font-family: 'NunitoSans-Bold' !important;
}

.sidebar-menu {
    list-style: none;
    flex-grow: 1;
}

.sidebar-menu_out>li>a {
    color: #fff;
    font-size: 18px;
    font-family: 'NunitoSans-Bold' !important;
}

.sidebar-menu_out>a {
    font-family: 'NunitoSans-Bold' !important;
    font-size: 17px !important;
}

.sidebar-menu li {
    margin: 25px 0;
}

.sidebar-menu a {
    color: #ccc;
    text-decoration: none;
    font-size: 1em;
    display: block;
    border-radius: 5px;
    transition: background 0.3s;
}

.sidebar-menu a:hover {
    color: #13BFB7;
}

.dash_box_in {
    background-color: #13BFB7 !important;
}

.dashboard-content {
    margin-left: 0px;
    padding: 40px 40px;
    flex-grow: 1;
    transition: margin-left 0.3s ease;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dashboard-header h1 {
    font-size: 2em;
    margin-bottom: 20px;
}

.dashboard-main {
    display: grid;
    gap: 107px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.sidebar>ul {
    padding: 0px;
}


/* Responsive Sidebar */

@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }
    .sidebar-menu {
        display: flex;
        justify-content: space-around;
    }
}

@media (max-width: 480px) {
    .sidebar-menu {
        flex-direction: column;
        align-items: center;
    }
    .sidebar-menu li {
        margin: 10px 0;
    }
    .dashboard-header h1 {
        font-size: 1.5em;
    }
}

.sidebar>h2 {
    font-size: 30px;
    color: #000;
    font-family: 'NunitoSans-Bold';
}

.sidebar-menu>li>a {
    color: #000;
    font-size: 18px;
    font-family: 'NunitoSans-Bold';
}

.sidebar-menu>a {
    border: 0px solid #000;
    color: #000;
    padding: 0px 0px;
    font-size: 17px;
    margin-top: 25px;
    width: 185px;
    border-radius: inherit;
    text-align: left;
    font-family: 'NunitoSans-Bold';
}
.sidebar-menu .active{
    border-bottom: 2px solid #13BFB7 !important;
    color: #13BFB7 !important;
}

.dashboard-header>h1 {
    color: #051620;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'NunitoSans-Bold';
}

.dash_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #003567;
    padding: 25px 25px;
    width: 300px;
    border-radius: 15px;
}

.dash_box_inner>h3 {
    font-size: 14px;
    color: #fff;
    font-family: 'NunitoSans-Regular';
}

.dash_box_inner>span {
    font-size: 30px;
    color: #fff;
    font-family: 'NunitoSans-Regular';
}

.active {
    color: #13BFB7;
    border-bottom: 2px solid #13BFB7;
    /*    width: 90px;*/
    position: relative;
}

.sidebar-menu .active a {
    color: #13BFB7;
}

.sidebar-menu a:hover {
    color: #13BFB7;
}

.order-table {
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 9px;
}

.main_task {
    display: flex;
    margin-bottom: 15px;
}

.task_content {
    display: grid;
    margin-left: 15px;
    align-items: center;
}

.task_content_one>span {
    font-size: 16px;
    color: #393939;
    font-family: 'NunitoSans-Regular';
}

.task_data>span {
    font-size: 16px;
    color: #393939;    
}

.order-table tbody tr .main_date {
    font-size: 16px;
    color: #393939;
    font-family: 'NunitoSans-Regular';
}

.table_in {
    border-bottom: 1px solid #ddd;
    height: 72px;
    text-align: left;
}

.dashboard-div>h1 {
    color: #051620;
    font-size: 27px;
    margin-bottom: 20px;
    font-family: 'NunitoSans-Bold';
}

.in {
    border-bottom: 1px solid #ddd;
}

.order-table thead td {
    color: #393939;
    padding: 12px 16px;
    text-align: left;
    font-size: 17px;
    /* border-bottom: 2px solid #ddd; */
    font-family: 'NunitoSans-Regular';
}

#cvc-number::placeholder {
    color: #707070;
    font-size: 30px;
}

.order-table tbody td {
    padding: 10px 16px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
    font-family: 'NunitoSans-Regular';
}

.dashboard-in {
    margin-bottom: 30px;
}

.order-id-container {
    font-size: 16px;
    color: #003567;
    font-family: 'NunitoSans-Regular';
}

.data_two {
    border: 2px solid #003567;
    border-radius: 20px;
    padding: 10px 10px;
    font-size: 14px;
    color: #003567;
    font-family: 'NunitoSans-Regular';
}


/***************
 * FOOTER
 ****************/

.footer {
    background-color: #F3F3F3;
    padding-top: 70px;
    margin-top: 0px;
}

.footer_box>a>img {
    margin-bottom: 20px;
    width: 235px;
}

.footer_box>p {
    color: #000;
    font-size: 17px;
    font-family: 'NunitoSans-Regular';
}

.footer_box_inner>h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'NunitoSans-Bold';
}

.footer_box_inner>ul {
    padding: 0px;
}

.footer_box_inner>ul>li {
    margin-bottom: 10px;
}

.footer_box_inner>ul>li>a {
    font-size: 16px;
    color: #000;
    font-family: 'NunitoSans-Regular';
    transition: all 500ms ease;
}

.footer_box_inner>ul>li>a:hover {
    color: #13BFB7;
}

.footer_contactbox>h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'NunitoSans-Bold';
}

.footer_contactbox>ul {
    padding: 0px;
}

.footer_contactbox>ul>li {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'NunitoSans-Regular';
}

.footer_contactbox>ul>li>a {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'NunitoSans-Regular';
}

.footer_box_social>h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'NunitoSans-Bold';
}

.footer_box_social>ul {
    padding: 0px;
    display: flex;
}

.footer_box_social>ul>li {
    padding-right: 27px;
}

.footer_line {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 25px;
}

.copyright_box {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    align-items: center;
}

.copyright_list>p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'NunitoSans-Regular';
}

.copyright_list>ul {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.copyright_list>ul>li {
    margin-right: 0px;
}

.copyright_list>ul>li>a {
    font-size: 16px;
    color: #000;
    font-family: 'NunitoSans-Regular';
}

#buttontop {
  display: inline-block;
  background-color: #13BFB7;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 9px;
  position: fixed;
  bottom: 40px;
  right: 0;
    left: 0;
    margin: 0 auto;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#buttontop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 45px;
  color: #fff;
}
#buttontop:hover {
  cursor: pointer;
  background-color: #333;
}
#buttontop:active {
  background-color: #555;
}
#buttontop.show {
  opacity: 1;
  visibility: visible;
}


/*******************
 * PROFILE
 *******************/

form .form-label {
    font-size: 16px;
    color: #131313;
    margin-bottom: 5px;
    font-family: 'NunitoSans-Regular';
}

form .form-control {
    border: inherit;
    border-radius: inherit;
    padding: 18px;
    color: #131313;
    background-color: #F8F8F8;
    font-size: 16px;
    font-family: 'NunitoSans-Regular';
}

form .btn-primary {
    background-color: #13BFB7;
    border: none;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-family: 'NunitoSans-Bold';
    transition: background-color 0.3s, transform 0.2s;
}

form .row.g-3 .col-md-6 {
    margin-bottom: 15px;
}

form button[type="submit"] {
    margin-top: 10px;
    width: 170px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #13BFB7;
    border-color: #13BFB7;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #13BFB7;
    border-color: #13BFB7;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #13BFB7;
    border-color: #13BFB7;
    box-shadow: inherit;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: inherit;
}

.btn {
    background-color: #003567;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


/**********************
 * LAWYERS_PORTAL   
 *********************/

.lawyers_box {
    background-color: #003567;
    padding: 330px 0px;
    height: 100%;
}

.lawyers_card>h2 {
    font-size: 47px;
    color: #F8F8F8;    
}


/***************
 * TABS
 **************/

.inner {
    background-color: #747474;
    display: inline-block;
}


*:focus {
    outline: 1px dotted blue;
}

.tabs {
    padding-top: 50px;
}
.main_pagination_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-top: 15px;
}
.pagination-container {
    text-align: center;
    margin: 0px 0;
}
li.page {
    padding: 9px 17px;
    border: 1px solid #003567;
    border-radius: 10px;
    width: auto;
}

.main {
    width: 40px;
    color: #393939 !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 500ms ease;
}

.outside_one {
    background-color: #003567;
}

.pagination > li > a {
    color: #003567;
    padding: 0px 10px;
}
.tabs {
    &>ul {
        position: relative;
        margin: 0;
        padding: 5px 5px;
        list-style: none;
        border-bottom: 1px solid #ccc;
        font-size: 0;
        .indicator {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            width: $width;
            background: $blue;
            transform: translateZ(0) translateX(0);
            transition: all 0.3s ease;
        }
        li {
            display: inline-block;
            font-size: 14px;
            width: $width;
            a {
                display: block;
                position: relative;
                overflow: hidden;
                padding: 10px 15px;
                text-decoration: none;
                text-align: center;
                font-size: 16px;
                color: white;
                transition: all 0.3s ease 0.4s;
                &:before {
                    content: '';
                    display: block;
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    top: 0;
                    background: $blue;
                    transform: translateZ(0) translateY(100%);
                    transition: all 0.3s ease 0.3s;                    
                    z-index: -1;
                }
                &[aria-selected] {
                    color: white;
                    &:before {
                        transform: translateZ(0) translateY(0);
                    }
                }
            }
        }
    }
    &>section {
        &[aria-hidden="true"] {
            display: none;
        }
    }
}

.order-id-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-id-box {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 200px;
    transition: border-color 0.3s ease;
}

.order-id-box:focus {
    border-color: #4CAF50;
    outline: none;
}

.total_box>span {
    padding: 10px 10px;
}

.order-table {
    width: 100%;
    border-collapse: collapse;
}

.order-table thead th {
    color: #393939;
    padding: 12px 16px;
    text-align: left;
    font-size: 17px;
    font-family: 'NunitoSans-Regular';
}

.accordion-button thead th {
    color: #393939;
    padding: 12px 0px;
    text-align: left;
    font-size: 18px;
}

.order-table tbody td {
    padding: 10px 16px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
    font-family: 'NunitoSans-Regular';
}

.order-id-container {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
}

.order-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 10px;
    accent-color: #003567;
}


/*.order-table tbody tr:hover {
    background-color: #f1f1f1;
}*/

.inner>li {
    padding: 0px 30px;
    color: #fff;
}

.inner {
    border-radius: 50px;
}

.tabs>ul>li>a {
    transition: all 500ms ease;
}

.tabs>ul>li>a:hover {
    background-color: #fff;
    color: #262626;
    border-radius: 20px;
}

.inner {
    display: flex;
    border-radius: 20px;
}

.inner>li {
    padding: 15px 0px;
    color: #fff;
}

.tabs>ul>li>a {
    transition: all 500ms ease;
}

.inner_one {
    background-color: #D5E8EC;
    margin-bottom: 25px;
}

.inner_one>li>a {
    color: #262626;
    font-size: 15px;
    font-family: 'NunitoSans-Regular';
    padding: 15px 30px;
}

.main_data>a {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 35px;
}

.change-password-form>h2 {
    font-size: 20px;
    color: #13BFB7;
    font-family: 'NunitoSans-Bold';
}

.data_one {
    color: #1921FA;
}

.data_three {
    color: #161B77;
}

.data_four {
    border: 1px solid #1921FA;
    border-radius: 20px;
    padding: 10px 10px;
    width: 130px;
    text-align: center;
}

.popup-contentin {
    text-align: left !important;
}

.sidebar_one {
    width: 300px;
    background-color: #003567;
    color: #fff;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.sidebar-menu_one {
    padding: 0px;
}

#review {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border: inherit;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    resize: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup-content-ten>img {
    margin-bottom: 30px;
}

.popup-content-ten label {
    font-size: 18px;
    color: #393939;
    margin-bottom: 10px;
}

#review::placeholder {
    color: #BEBEBE;
    font-size: 18px;
    font-family: Arial, sans-serif;
    opacity: 1;
}

.password-input-container>img {
    padding: 10px 10px;
}

#current-password::placeholder {
    color: #707070;
    font-size: 30px;
}

#new-password::placeholder {
    color: #707070;
    font-size: 30px;
}


/********************
 * POPUP-DOTS
 *********************/


/*.three-dots-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}*/

.three-dots-icon-one {
    height: 24px;
    cursor: inherit;
}

.popup-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    width: 700px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    text-align: center;
}

.popup-content-one {
    width: 60%;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    text-align: center;
}

.popup-content-three {
    padding: 40px 40px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    cursor: pointer;
}

.popup-content>h3 {
    text-align: left;
    font-size: 23px;
    color: #262626;
    margin-bottom: 30px;    
}

.order-table.review_box_one {
    border: none;
    border-collapse: collapse;
}

.order-table.review_box_one th,
.order-table.review_box_one td {
    border: none;
}

.order-table.review_box_one .order-id-container,
.order-table.review_box_one .main_task,
.order-table.review_box_one .data_two,
.order-table.review_box_one .total_box_one {
    border: none;
}

.list_types_one>h3 {    
    font-size: 18px;
    color: #393939;
}

span.inn {
    color: #1921FA;
    font-size: 14px;
    margin-top: 5px;    
}

.list_outer {
    display: flex;
    margin-right: 105px;
}

.main_details>ul {
    padding-left: 15px;
    margin-bottom: 0px;
    text-align: left;
}

.main_details>ul>li>h5 {    
    margin-bottom: 0px;
    font-size: 18px;
    color: #959595;
}

.list_types>h3 {    
    font-size: 18px;
    color: #393939;
}

.list_types>p {    
    font-size: 18px;
    color: #959595;
}

.list_types_data {
    margin-right: -70px !important;
}

.list_types_outer>h3 {    
    font-size: 18px;
    color: #393939;
}

.list_types_outer>p {    
    font-size: 18px;
    color: #959595;
}

.list_bix_inner {
    display: flex;
    text-align: left;
    margin-bottom: 30px;
}

.list_bix_outer {
    display: flex;
    text-align: left;
    justify-content: space-between;
    margin-bottom: 30px;
}

.list_types {
    margin-right: 50px;
}

#All>ul {
    padding-left: 0px !important;
}

.inner_outer {
    display: flex;
    justify-content: space-between;
}

.star_img {
    text-align: left;
}

.custom_form {
    display: grid;
    width: 100%;
    text-align: left;
    margin-top: 40px;
}

input[type="submit"] {
    display: inline-block;
    padding: 12px 20px;
    width: 280px;
    font-size: 16px;
    color: #fff;
    background-color: #003567;
    border: none;
    margin-top: 40px;
    border-radius: 20px;
    cursor: pointer;    
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.main_submit input[type="submit"] {
    display: inline-block;
    padding: 15px 20px;
    font-size: 16px;
    width: 200px;
    color: #fff;
    background-color: #13BFB7;
    border: none;
    margin-top: 0px;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'NunitoSans-Bold';
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 15px;
}

.category_inner_in input[type="submit"] {
    display: inline-block;
    padding: 20px 20px;
    font-size: 16px;
    width: 200px;
    color: #fff;
    background-color: #13BFB7;
    border: none;
    margin-top: 0px;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'NunitoSans-Bold';
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.category_inner_in label {
    margin-bottom: 10px;
    margin-left: 0px;
}

label.into {
    font-size: 18px;
    color: #393939;    
}


/* Password input container with eye icon */

.password-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar_data {
    width: 340px;
    height: inherit;
}

.sidebar-menu_data>a {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 4px;
    /* padding: 10px 10px; */
    font-size: 17px;
    margin-top: 40px;
    border-radius: inherit;
    text-align: center;
    font-family: 'NunitoSans-Bold';
}

.password-input-container input[type="password"] {
    width: 100%;
    padding-right: 40px;
    /* Space for the eye icon */
    padding: 18px;
    border: inherit;
    border-radius: 0px;
}

.password-form {
    margin-bottom: 40px;
}

.password-form>label {
    color: #131313;
}

.password-input-container img.toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.password-input-container img.toggle-password:hover {
    opacity: 1;
}

.contact_title>h4 {
    font-size: 20px;
    color: #13BFB7;
    font-family: 'NunitoSans-Bold';
}

.password-form label {
    font-size: 16px;
    color: #131313;
    font-family: 'NunitoSans-Regular';
}

.contact_title {
    margin-bottom: 30px;
}

.password-input-container>input {
    width: 100%;
    padding-right: 40px;
    padding: 12px;
    border: inherit;
    border-radius: inherit;
    background-color: #F8F8F8;
}

.password-form label {
    margin-bottom: 5px;
}

td.main_data {
    color: #131313;
}

td.main_data_one {
    color: #13BFB7;
}

input.sub.add-new {
    display: inline-block;
    padding: 20px 20px;
    width: 200px;
    font-size: 16px;
    color: #fff;
    background-color: #13BFB7;
    border: none;
    margin-top: 10px;
    border-radius: 35px;
    cursor: pointer;    
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.card_box>ul {
    padding: 0px;
    display: flex;
    align-items: center;
}

.card_box>ul>li {
    font-size: 17px;
    color: #131313;
    margin-right: 20px;
   font-family: 'NunitoSans-Regular';
}

li.pri_box {
    background-color: #13BFB7;
    color: #fff !important;
    border-radius: 15px !important;
    font-size: 10px !important;
    padding: 2px 14px !important;
    font-family: 'Nunito-Regular' !important;
}

.order-table_in {
    border-radius: inherit !important;
    background-color: inherit !important;
}

.table_in_one {
    border-top: 1px solid #ddd;
}

.data {
    margin-top: 60px;
}

.order-table_out {
    background-color: inherit !important;
    margin-top: 40px !important;
}

.payments_card {
    margin-top: 40px;
}

.payments_card>h1 {
    font-size: 30px;
    color: #051620;
    margin-bottom: 0px;
}

.book_boxouter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 30px;
}

.book_out>h1 {
    font-family: 'NunitoSans-Bold' !important;
}

.bookbox_inner>ul {
    padding: 0px;
    display: flex;
    align-items: center;
}

.book_box>h1 {
    font-size: 28px;
    color: #051620;
    font-family: 'NunitoSans-Bold';
}

.bookbox_inner_out>ul>li {
    font-family: 'NunitoSans-Bold' !important;
}

.bookbox_inner_out>ul .current {
    font-family: 'NunitoSans-Bold' !important;
}

.bookbox_inner>ul .current {
    font-size: 20px;
    color: #003567;
    margin-right: 10px;
    font-family: 'NunitoSans-Bold';
}

.bookbox_inner>ul>li {
    font-size: 20px;
    color: #13BFB7;
    font-family: 'NunitoSans-Bold';
}

.radiocontainer {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 0;
    margin-left: 0;
    padding: 30px 7px;
}

.radiocontainer h5 {
    margin: 0;
    color: #393939;
    font-size: 17px;
    text-align: center;
    font-family: 'NunitoSans-Regular';
}


/* Hide the browser's default radio button */

.radiocontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 13px;
    right: 11px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */

.radiocontainer input:checked~.checkmark {
    background-color: #000;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radiocontainer input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radiocontainer .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category_list {
    margin-bottom: 80px;
    /*display: flex;
    justify-content: flex-start;*/
}

.catetype_list_out>h1 {
    font-family: 'Nunito-Regular' !important;
}

.catetype_list_out>p {
    font-family: 'Nunito-Regular' !important;
}

.category_list_two {
    display: flex;
    justify-content: space-around;
}

.category_box {
    margin-bottom: 30px;
}

.category_box>h1 {
    font-size: 26px;
    color: #13BFB7;
    font-family: 'NunitoSans-Regular';
}

.knowcover_mandiv {
    position: relative;
    display: inline-block;
}

.category_card {
    border: 1px solid #ccc;
    border-radius: 15px;
    text-align: center;
    width: 261px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    padding: 45px 25px;
    transition: all 500ms ease;
}

.category_card>h5 {
    color: #393939;
    font-family: 'NunitoSans-Regular';
    font-size: 20px;
    margin-bottom: 0px;
}

.category_card:hover {
    border: 1px solid #000;
}

.category-radio {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.main_button_out>a {
    
}

label {
    font-size: 16px;
    margin-left: 0px;
    cursor: pointer;
    margin-bottom: 4px;
}

.category-radio:checked+h5 {
    font-weight: bold;
}

.category-radio:checked~.category_card {
    background: #007BFF !important;
}

.category-radio {
    display: none;
}

.main {
    background-color: #13BFB7;
    color: #fff;
    font-size: 20px;
    font-family: 'NunitoSans-Bold';
    margin: 0px 10px;
}

.sidebar-menu_ten a:hover {
    color: #fff;
}
.category_card_type{
    margin-bottom: 20px;
}
.category_box_one {
    margin-bottom: 30px;
}

.category_box_one>h1 {
    font-size: 26px;
    color: #13BFB7;
    font-family: 'NunitoSans-Regular';
}

.category_list_one {
    display: flex;
    margin-bottom: 30px;
}
.category_list_one .category_card_one .checkmark{
    top: auto;
    bottom: 6px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.category_card>img {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    transition: all 500ms ease;
}

.category_card:hover img {
    display: block;
}

img.category_img {
    display: block;
}


/* .category_card_one > img{
    margin-bottom: 10px;
} */

.category_card_one>img {
    width: 100%;
    margin-bottom: 10px;
}

.category_card_one h4 {
    margin: 0px;
    color: #393939;
    font-size: 20px;
    margin-top: 12px;
}

.category_card_one>h4 {
    font-size: 20px;
    color: #393939;
    font-family: 'NunitoSans-Regular';
}

.category_card_one {
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 201px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    transition: all 500ms ease;
}
.newbtn_topset{
    display: inline-block;
    margin-left: 18px;
}
.category_button {
    text-align: end;
    border-top: 1px solid #EAEAEA;
    padding: 30px 0px;
}
.setfixed_btntag{
    padding: 0px;
   /* position: fixed;
    bottom: 140px;
    right: 410px;
    z-index: 111;*/
}

.custom-inline-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.category_button>a {
    background-color: #003567;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    padding: 10px 48px;
    border: 0px solid #0680F0;
    font-family: 'NunitoSans-Bold';
}

.category_button button {
    background-color: #003567;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    padding: 10px 48px;
    border: 1px solid #0680F0;
    font-family: 'NunitoSans-Bold';
    border: 0px;
}

.customer_card_inner {
    display: flex;
    justify-content: end;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.customer_card {
    background-color: #F1F5F5;
    width: 445px;
    padding: 35px 35px;
    text-align: center;
    border-radius: 15px;
}

.customer_card>p>span {
    border-bottom: 1px solid #393939;
    font-size: 16px;
    color: #393939;
    font-family: 'NunitoSans-Regular';
}

.customer_card>h4 {
    font-size: 18px;
    color: #393939;
    margin-bottom: 10px;
    font-family: 'NunitoSans-Regular';
}

.customer_card>p {
    font-size: 16px;
    color: #393939;
    font-family: 'NunitoSans-Regular';
}

.customer_card>ul {
    padding: 0;
    text-align: left;
}

.customer_card>ul>li {
    margin-bottom: 10px;
}

.customer_card>ul>li>a {
    color: #6AB9B9;
    font-family: 'NunitoSans-Bold';
    font-size: 17px;
}

.customer_card>ul>li>a>span {
    margin-right: 7px;
}

img.category_img_one {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all 500ms ease;
}

.category_card_one:hover img.category_img_one {
    display: block;
}

img.category_img_two {
    display: block;
}

.current_one {
    font-size: 20px;
    color: #003567;
    font-family: 'NunitoSans-Bold';
    text-align: right;
}

.dashboard-header_inner {
    margin-bottom: 15px;
}

.category_outer>p {
    font-size: 22px;
    color: #777777;
    font-family: 'NunitoSans-Regular';
}

.catetype_list_inner {
    display: flex;
    justify-content: space-between;
}

.catetype_list>h1 {
    font-size: 40px;
    color: #161B77;
    margin-bottom: 10px;
    font-family: 'NunitoSans-Regular';
}

.catetype_list>p {
    font-size: 20px;
    color: #777777;
    font-family: 'NunitoSans-Regular';
}

.form_div {
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
}

.form_div_one {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
}

.main_button_list {
    display: flex;
    align-items: center;
    justify-content: end;
}

.main_button {
    margin-top: 50px;
}

.main_button_type>a {
    background-color: #003567;
    color: #fff;
    padding: 10px 33px;
    margin-left: 0;
    border-radius: 8px;
    font-family: 'NunitoSans-Bold';
    width: 170px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}

.catetype_list_in>h1 {    
    color: #13BFB7;
}

.catetype_list_in>p {
   
}

.table-container {
    width: 90%;
    max-width: 800px;
    overflow-x: auto;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.styled-table.styled-table_one{
    padding: 0;
}
.styled-table.styled-table_one #time-slots ul{
    padding: 0px;
}
.styled-table.styled-table_one #time-slots ul li{
    display: inline-block;
}

.styled-table {
    width: 100%;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
    text-align: left;
}

.styled-table th {
    color: #000;
    font-weight: bold;
}

.styled-table tbody tr:hover {
    color: #000;
}

.styled-table tbody tr td {
    word-wrap: break-word;
    text-align: left;
    border-radius: 6px;
    font-family: 'NunitoSans-Regular';
}

.one {
    color: #8B8B8B;
}

.sidebar-title_in {
    font-size: 32px;
    color: #fff;
    margin-bottom: 1em;    
}

.sidebar-menu_in>li>a {
    color: #fff;
    font-size: 18px;    
}

.sidebar-menu_in>a {
    
}
.fc .fc-daygrid-day-number{
    color: #000;
}
.selected-date .fc .fc-daygrid-day-number{
    color: #fff;
}
.fc .fc-col-header-cell-cushion{
    color: #003567;
}

.book_box_in>h1 {
    font-size: 30px;
    color: #051620;
    margin-bottom: 0;
}

.bookbox_inner_in>ul .current {
    font-size: 20px;
    color: #003567;
    margin-right: 10px;    
}

.bookbox_inner_in>ul>li {
    font-size: 20px;
    color: #13BFB7;    
}

#note {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 16px;
    border: inherit;
    border-radius: 0px;
    resize: vertical;
    /* Allows vertical resizing only */
    font-family: 'NunitoSans-Regular';
    outline: none;
    background-color: #F8F8F8;
    transition: 0.3s ease;
    margin-bottom: 40px;
}

#note::placeholder {
    color: #707070;
    font-size: 17px;
    font-family: 'NunitoSans-Regular';
}

.data_out {
    height: 40px;
    width: 40px;
    padding: 8px;
    border-radius: 6px;
    transition: all 500ms ease;
}

.data_out:hover {
    background-color: #003567;
    color: #fff;
    border-radius: 6px;
}

div.data_in {
    height: 40px;
    width: 40px;
}

.main_active {
    background-color: #003567;
    color: #fff;
    border-radius: 6px;
}

.data_out_in {
    /* height: 36px; */
    width: 99px;
    padding: 8px;
    border-radius: 6px;
    transition: all 500ms ease;
}

.data_out_in:hover {
    background-color: #003567;
    color: #fff;
    border-radius: 6px;
}

.data_out_in_active {
    background-color: #003567;
    color: #fff;
    border-radius: 6px;
}

.catetype_inner {
    display: flex;
    align-items: center;
    justify-content: end;
}

.catetype_inner_list {
    height: 30px;
    width: 30px;
    margin-left: 10px;
    padding: 0px 10px;
    border: 2px solid #C4C4C5;
    border-radius: 10px;
}

.catetype_one {
    background-color: #13BFB7;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 7%);
    justify-content: center;
    align-items: center;
    z-index: 1111;
    overflow: hidden;
}
.lawyers_loginmodal.modal-content{
    padding: 0;
    text-align: left;
}
.lawyers_loginmodal .modal-header{
    padding: 22px;
    /*flex-direction: row-reverse;*/
}
.lawyers_loginmodal .modal-body{
    padding: 22px;
}
.haveaccount_text{
    color: #000;
    font-size: 16px;
}
.haveaccount_text a{
    color: #13bfb7;
}
.modal-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    max-width: 760px;
    position: relative;
    text-align: center;
}
.more_infomodal .modal-content{
    padding: 0px;
    width: 100%;
    max-width: 100%;
}
.more_infomodal .modal-dialog{
    max-width: 57%;
}
.modal_inputset {
    display: inline-block;
    width: 100%;
}
.modal_inputset .form-group {
    margin-bottom: 20px;
}
.modal_inputset p {
    margin-bottom: 7px;
    color: #393939;
    font-size: 15px;
    text-align: left;
}
.modal_inputset input {
    padding: 11px 15px;
    color: #131313;
    background-color: #EFEFEF !important;
    font-size: 15px;
    width: 100%;
    margin: 0;
    font-family: 'NunitoSans-Regular';
    border-radius: 11px;
    border: 0;
}

.modal_inputset select.form-control{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #EFEFEF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    padding: 0px 20px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-family: 'NunitoSans-Regular';
}
.modal_inputset .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #efefef;
    border-radius: 10px;
    height: 48px;
}
.modal_inputset .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 44px;
}
.modal_inputset .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 11px;
}
.custam_ploadbtn {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.custam_ploadbtn .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.custam_ploadbtn p {
    margin-bottom: 7px;
    color: #393939;
    font-size: 15px;
}
.custam_ploadbtn .upload-btn-wrapper input[type=file] {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 32px;
    opacity: 0;
    width: 222px;
    height: 50px;
    cursor: pointer;
}
.custam_ploadbtn .btn {
    border: 2px dotted #707070;
    color: #000;
    background-color: #EFEFEF;
    padding: 13px 60px;
    border-radius: 8px;
    font-size: 16px;
}
#imagePreview {
    width: 320px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.more_infomodal .modal{
    overflow: auto;
}
.more_infomodal .modal-footer .btn {
    background-color: #003567;
    border: 0px;
    color: #fff;
    padding: 8px 60px;
    border-radius: 40px;
    box-shadow: none;
}
.more_infomodal .btn-close{
    margin-left: 0;
}






#timezoneModal .modal-content {
    margin: 0 auto;
    margin-top: 70px;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    color: #000;
}

.edit_profilediv {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.edit_profilediv h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 4px;
}

.edit_profilediv img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 17px;
}

.edit_profilediv button {
    background-color: #13bfb7;
    color: #fff !important;
    padding: 9px 17px;
    font-size: 16px;
    display: block;
}

h2 {
    margin-bottom: 10px;
    font-size: 24px;
}

.search-container {
    position: relative;
    margin: 15px 0;
}

.search-container>img {
    position: absolute;
    left: 10px;
    top: 16px;
    z-index: 1;
}

#timezoneSearch::placeholder {
    color: #BEBEBE;
    font-style: normal;
    font-size: 20px;
    font-family: 'NunitoSans-Regular';
}

.search-container>span>img {
    position: absolute;
    right: 10px;
    top: 13px;
}

#timezoneSearch {
    width: 100%;
    padding: 16px 40px;
    font-size: 16px;
    border: inherit;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
}

.timezone-list {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: left;
    border-radius: 10px;
    /*    border: 1px solid #ccc;*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.timezone-list li {
    padding: 16px 20px;
    border-radius: 0px !important;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    border-bottom: 1px solid #E8E8E8;
    font-family: 'NunitoSans-Regular';
    color: #000 !important;
}

.set-timezone-btn {
    background-color: #003567;
    color: #fff;
    padding: 12px 20px;
    border: none;
    width: 290px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'NunitoSans-Regular';
}

.set-timezone-btn:hover {
    background-color: #003366;
}

.modal-content>h2 {
    text-align: left;
    margin-bottom: 50px;
    color: #262626;
}

.modal-content>p {
    text-align: left;
    margin-bottom: 0px;
    text-align: left;
    margin-bottom: 0px;
    color: #393939;
    font-size: 20px;
    font-family: 'NunitoSans-Regular';
}

li.di {
    border-bottom: none;
}

div.data_our {
    border: 1px solid #003567 !important;
    width: 125px;
    text-align: center;
}

.bookbox_inner_in {
    text-align: right;
    margin-bottom: 20px;
}

.bookbox_inner_in>span {
    font-size: 20px;
    color: #003567;    
}

.payments_inner>ul {
    padding: 0;
    display: flex;
    align-items: center;
}

.payments_inner>ul>li {
    margin-right: 25px;
    color: #1921FA;
    position: relative;
}

.payments_inner>ul .thousand:after {
    content: '';
    position: absolute;
    border: 1px solid;
    height: 20px;
    right: -13px;
    color: #707070;
}

.accordion-button:focus {
    border-color: inherit !important;
    box-shadow: inherit !important;
}

.accordion-button:not(.collapsed) {
    color: inherit !important;
    background-color: inherit !important;
}

button.accordion-button {
    position: relative;
    display: flex;
    align-items: baseline;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.accordion-item_out {
    /*margin-bottom: 50px;
    border: 1px solid #ccc;
    border-radius: 9px;*/
}

.sidebar_outer {
    height: auto;
}

.accordion-item {
    border: inherit !important;
}

.accordion-out {
    /*    border: 1px solid #ccc;*/
    border-radius: 9px;
    margin-bottom: 20px;
}

.accordion-out .accordion-button {
    border: none;
    /* Default state - no border */
    transition: border 0.3s ease;
    /* Smooth transition for the border */
}

.accordion-out .accordion-button:not(.collapsed) {
    border: 2px solid #007BFF;
    /* Border appears when expanded */
    border-radius: 5px;
    /* Optional: adds rounded corners */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    /* Optional: adds a shadow effect */
}

.category_card,
.category_card_one {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 0px;
    cursor: pointer;
    transition: border-color 0.3s, background 0.3s;
    display: inline-block;
    margin: 0px;
    margin-right: 10px;
}

.category_card input[type="radio"]:checked+h5,
.category_card_one input[type="checkbox"]:checked+img+h4 {
    color: #007bff;
    font-weight: bold;
}
.category_card_one .radiocontainer img{
    width: 140px !important;
    height: 140px !important;
    border-radius: 11px;
}

/*.category_card input[type="radio"]:checked ~ *,
.category_card_one input[type="checkbox"]:checked ~ * {
    border-color: #000;
    background: #000;
}*/

.client_note_write {
    height: 210px;
    width: 100%;
    background-color: #F8F8F8;
    border: 0;
    padding: 15px 20px;
    border-radius: 9px;
    resize: none;
}

.login_inputset .select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #F8F8F8;
    border: 0px solid #aaa;
    border-radius: 0px;
    height: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #000 transparent transparent transparent;
    border-width: 7px 7px 0 7px;
    margin-left: -14px;
    margin-top: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    margin-right: 33px;
    height: 60px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000000 transparent;
    border-width: 0 7px 7px 7px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #13bfb7;
    color: white;
}

.dashboard-content .login_inputset .select2-container{
    width: 100% !important;
}
.dashboard-content .select2-container--default .select2-selection--single {
    background-color: #F8F8F8;
    border: 0px solid #aaa;
    border-radius: 0px;
    height: 60px;
}
.dashboard-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 60px;
    padding-left: 11px;
    padding-right: 11px;
}
.dashboard-content .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #000 transparent transparent transparent;
    border-width: 7px 7px 0 7px;
    margin-left: -14px;
    margin-top: 13px;
}
.dashboard-content .select2-container--default .select2-selection--single .select2-selection__clear{
    margin-right: 33px;
    height: 60px;
}
.dashboard-content .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000000 transparent;
    border-width: 0 7px 7px 7px;
}
.dashboard-content .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #13bfb7;
    color: white;
}
.login_inputset .select2-container--default .select2-selection--single .select2-selection__clear{
        display: none;
}
.login_inputset .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 11px;
    padding-right: 11px;
}

@media(max-width: 1400px) {
    .navigation {
        margin-left: 0;
    }
}


.language-dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Inter', sans-serif;
}

/* Main button */
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: #003567; /* adjust for dark/light header */
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  padding: 6px 8px;
  border-radius: 8px;
  transition: background 0.2s;
}

.lang-toggle:hover {
  background: rgba(0, 53, 103, 0.08);
}

.arrow-icon {
  transition: transform 0.2s ease;
}

.language-dropdown.open .arrow-icon {
  transform: rotate(180deg);
}

/* Dropdown card */
.lang-menu {
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  padding: 10px 0;
  z-index: 200;
}

.language-dropdown.open .lang-menu {
  display: block;
}

/* Dropdown arrow tip */
.lang-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 4px rgba(0,0,0,0.05);
}

/* List styling */
.lang-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lang-menu li {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 15px;
  color: #003567;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
}

.lang-menu li:hover {
  background: #f3f6fa;
}

.lang-menu li.active {
  background: #f0f5ff;
}

.checkmark-lang {
  color: #0066cc;
  opacity: 0;
}

.lang-menu li.active .checkmark-lang {
  opacity: 1;
}

/* 🌍 RTL Support */
[dir="rtl"] .lang-toggle {
  flex-direction: row-reverse;
  text-align: right;
}

[dir="rtl"] .lang-menu {
  left: auto;
  right: 0;
}

[dir="rtl"] .lang-menu::before {
  left: auto;
  right: 20px;
}

[dir="rtl"] .lang-menu li {
  flex-direction: row-reverse;
  text-align: right;
}

[dir="rtl"] .checkmark-lang {
  transform: rotateY(180deg);
}

[dir="rtl"] .menu-title {
  text-align: right;
}


/* media queries */

@media (max-width: 991px){
    .more_infomodal .modal-dialog {
        max-width: 100%;
    }
    .methodenter_textbox{
        height: auto;
    }
    .category_button>a {    
        display: inline-block;
    }
    .setfixed_btntag {
        padding: 0px;
        text-align: center;
        margin-top: 20px;
    }
    .newbtn_topset{        
        width: 100%;
        margin-left: 0px;
    }
}

.default-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}
.default-badge {
    background: #f1f3f5;   /* light gray */
    color: #333;
    transition: all 0.3s ease;
}

.default-badge:hover {
    background: #13BFB7;   /* your theme blue */
    color: #fff;
}

/* Delete badge */
.delete-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    background: #fdecec;   /* light red */
    color: #d93025;        /* danger red */
    transition: all 0.3s ease;
    margin-left: 8px;
}

/* Hover effect */
.delete-badge:hover {
    background: #fdecec;
    color: #fff;
}

/* media queries */