





html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 1.5;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    display: block;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

@media (max-width : 992px) {
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br,
    p br {
        display: none;
    }
}

button {
    border: none;
}

.container-fluid{
  padding: 0 60px;
}

@media (max-width : 992px){
  .container-fluid{
    padding: 0 12px;
  }
}

/*========================================
       Color Variable Start Here
=========================================*/

/* Root Level Gobal Css Variables */
:root{
    --dark-rgba-1: rgba(0, 0, 0, 0.8);
    --dark-rgba-2: rgba(0, 0, 0, 0.5);
    --dark-rgba-3: rgba(0, 0, 0, 0.3);
    --dark-rgba-4: rgba(0, 0, 0, 0.2);
    --dark-rgba-5: rgba(0, 0, 0, 0.1);

    --light-rgba-1: rgba(255, 255, 255, 0.8);
    --light-rgba-2: rgba(255, 255, 255, 0.5);
    --light-rgba-3: rgba(255, 255, 255, 0.3);
    --light-rgba-4: rgba(255, 255, 255, 0.2);
    --light-rgba-5: rgba(255, 255, 255, 0.1);

    --light: #ffffff;
    --dark: #000000;
    --theme-lightShade-bgcolor1: #f8f4f4;
    --theme-lightShade-bgcolor2: #f0f0f0;
    --theme-lightShade-bgcolor3: #e6e6e6;
    --theme-DarkShade-bgcolor1: #393939;
    --theme-DarkShade-bgcolor2: #282828;
    --theme-DarkShade-bgcolor3: #181818;
    --theme-primary-color: #0A4396;
    --theme-secondary-color: #02B9E5;
    --theme-tertiary-color: #54687D;

    --btn-font-size: 16px;
    --btn-line-height: 24px;
    --btn-font-family: "Heebo-Regular";
    --btn-border-radius: 8px;
    --btn-vertical-padding: 8px;
    --btn-horizontal-padding: 20px;

    --input-font-size: 16px;
    --input-line-height: 24px;
    --input-font-family: "Heebo-Regular";
    --input-border-radius: 8px;
    --input-vertical-padding: 8px;
    --input-horizontal-padding: 12px;
    --input-text-color: #000;
    --input-text-focus-color: #000;
    --input-text-placeholder-color: #cdcdcd;
    --input-primary-bg: #fff;
    --input-border-color: #cdcdcd;
    --input-border-focus-color: #000;

    --btn-primary-bg: #0A4396;
    --btn-primary-text: #ffffff;
    --btn-primary-hover-bg: #02B9E5;
    --btn-primary-hover-border: #0A4396;
    --btn-primary-hover-text: #ffffff;

    --btn-secondary-bg: #3498db;
    --btn-secondary-text: #ffffff;
    --btn-secondary-hover-bg: #0A4396;
    --btn-secondary-hover-border: #3498db;
    --btn-secondary-hover-text: #ffffff;

    --btn-dark-bg: #000000;
    --btn-dark-text: #ffffff;
    --btn-dark-hover-bg: #000000;
    --btn-dark-hover-border: #cdcdcd;
    --btn-dark-hover-text: #ffffff;

    --btn-light-bg: #ffffff;
    --btn-light-text: #000000;
    --btn-light-hover-bg: #000000;
    --btn-light-hover-border: #cdcdcd;
    --btn-light-hover-text: #ffffff;

    --theme-border-color: #cdcdcd;

    --text-primary: #0A4396;
    --text-secondary: #02B9E5;
    --text-tertiary: #54687D;
}

/*========================================
       Color Variable End Here
=========================================*/

/*========================================
       Font Family Variable Start Here
=========================================*/

:root {
  --font-family-light: "Heebo-Light";
  --font-family-black: "Heebo-Black";
  --font-family-medium: "Heebo-Medium";
  --font-family-regular: "Heebo-Regular";
  --font-family-extralight: "Heebo-ExtraLight";
  --font-family-extrabold: "Heebo-ExtraBold";
  --font-family-semibold: "Heebo-SemiBold";
  --font-family-bold: "Heebo-Bold";
  --font-family-thin: "Heebo-Thin";
}

/*========================================
       Font Family Variable End Here
=========================================*/

:root {
    --box-shadow1: 0px 4px 27px -2px rgba(10, 67, 150, 0.15);
}

/*========================================
       Common Styles Start Here
=========================================*/

/*========================================
       Common Styles End Here
=========================================*/

:root{
    --h1-font-size: 36px;
    --h1-line-height: 44px;
    --h1-font-family: "Heebo-SemiBold";
    --h1-text-color: #0A4396;
    --h1-text-color-light: #ffffff;
    --h1-line-bg-color: #0A4396;
    --h1-line-light-bg-color: #ffffff;

    --h2-font-size: 30px;
    --h2-line-height: 38px;
    --h2-font-family: "Heebo-SemiBold";
    --h2-text-color: #0A4396;
    --h2-text-color-light: #ffffff;
    --h2-line-bg-color: #0A4396;
    --h2-line-light-bg-color: #ffffff;

    --h3-font-size: 24px;
    --h3-line-height: 32px;
    --h3-font-family: "Heebo-SemiBold";
    --h3-text-color: #54687D;
    --h3-text-color-light: #ffffff;
    --h3-line-bg-color: #54687D;

    --h4-font-size: 22px;
    --h4-line-height: 30px;
    --h4-font-family: "Heebo-Medium";
    --h4-text-color: #54687D;
    --h4-line-bg-color: #54687D;

    --h5-font-size: 20px;
    --h5-line-height: 28px;
    --h5-font-family: "Heebo-Medium";
    --h5-text-color: #54687D;
    --h5-line-bg-color: #54687D;

    --h6-font-size: 20px;
    --h6-line-height: 26px;
    --h6-font-family: "Heebo-Medium";
    --h6-text-color: #54687D;
    --h6-line-bg-color: #54687D;

    --small-heading-color: #54687D;
    --text-color: #54687D;
    --text-color-light: #ffffff;
}

h1,
h1 span{
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    font-family: var(--h1-font-family);
    color: var(--h1-text-color);
}

h2,
h2 span{
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-family: var(--h2-font-family);
    color: var(--h2-text-color);
}

h3{
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-family: var(--h3-font-family);
    color: var(--h3-text-color);
}

h4{
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-family: var(--h4-font-family);
    color: var(--h5-text-color);
}

h5{
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
    font-family: var(--h5-font-family);
    color: var(--h5-text-color);
}

h6{
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    font-family: var(--h6-font-family);
    color: var(--h6-text-color);
}

p,
span,
strong,
label,
b,
ul,
li,
a,
summary,
details,
table,
tr,
td,
th {
    font-size: 18px;
    line-height: 24px;
    color: var(--text-color);
    font-family: var(--font-family-regular);
}

.primary-bg{
    background-color: var(--theme-primary-color);
}

.secondary-bg{
    background-color: var(--theme-secondary-color);
}

.tertiary-bg{
    background-color: var(--theme-tertiary-color);
}

.bg-transparent{
    background-color: transparent;
}

.theme-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: var(--btn-vertical-padding) var(--btn-horizontal-padding);
    font-size: var(--btn-font-size);
    line-height: var(--btn-line-height);
    border-radius: var(--btn-border-radius);
    background-color: var(--btn-primary-bg);
    font-family: var(--btn-font-family);
    color: var(--btn-primary-text);
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.theme-btn span{
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  color: var(--btn-primary-text);
}

.theme-btn:hover{
    color: var(--btn-primary-hover-text);
    background-color: var(--btn-primary-hover-bg);
}

.theme-btn .icon{
    color: var(--light);
    font-size: 18px;
    transition: .3s;
}

.theme-btn-outline{
    background-color: transparent;
    color: var(--theme-secondary-color);
    border: 2px solid var(--theme-secondary-color);
}

.theme-btn-outline .icon{
    color: var(--theme-secondary-color);
}

.theme-btn-outline:hover .icon{
    color: var(--light);
}

.theme-btn-primary{
    background-color: var(--theme-primary-color);
}

.theme-btn-primary:hover{
    background-color: var(--theme-secondary-color);
}

.theme-btn-md{
  padding: 8px 14px;
}

.theme-btn-sm{
  padding: 4px 12px;
}

.theme-input,
.form-control{
    padding: var(--input-vertical-padding) var(--input-horizontal-padding);
    color: var(--input-text-color);
    font-size: var(--input-font-size);
    line-height: var(--input-line-height);
    border-radius: var(--input-border-radius);
    background-color: var(--input-primary-bg);
    font-family: var(--input-font-family);
    border: 1px solid var(--input-border-color);
    text-align: start;
    outline: none;
    appearance: none;
    transition: .3s;
}

.theme-input:focus,
.form-control:focus{
    border: 1px solid var(--input-border-focus-color);
    color: var(--input-text-focus-color);
}

.theme-input:focus::placeholder,
.form-control:focus::placeholder{
    color: var(--input-text-focus-color);
}

.theme-input::placeholder,
.form-control::placeholder{
    color: var(--input-text-placeholder-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.select-main .theme-select-small {
  width: 100%;
  padding: 6px 28px 6px 12px;
  border: 1px solid var(--theme-border-color);
  border-radius: 6px;
  background-color: var(--light);
  color: var(--text-color);
  font-family: var(--font-family-medium);
  font-size: 14px;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.select-main .theme-select-small:hover {
  border-color: var(--theme-primary-color);
}

.select-main .theme-select-small:focus {
  border-color: var(--theme-primary-color);
  box-shadow: 0 0 0 2px rgba(10, 67, 150, 0.1);
}

.select-main .icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-tertiary);
  font-size: 12px;
  pointer-events: none;
  transition: color 0.3s ease;
}

.select-main:hover .icon {
  color: var(--theme-primary-color);
}

:root{
    --text-btn-color: #02B9E5;
    --text-btn-line-bg-color: #0A4396;
    --text-btn-hover-color: #0A4396;
    --text-btn-font-size: 18px;
    --text-btn-line-height: 28px;
    --text-btn-font-family: "Heebo-Medium";
    --text-btn-border-radius: 12px;
    --text-btn--vertical-padding: 10px;
    --text-btn-horizontal-padding: 20px;
}

.text-btn{
    padding-bottom: 6px;
    display: inline-flex;
    gap: 12px;
    position: relative;
    font-size: var(--text-btn-font-size);
    line-height: var(text-btn-line-height);
    font-family: var(--text-btn-font-family);
    color: var(--text-btn-color);
    transition: .3s;
}

.text-btn .icon{
    color: var(--text-btn-color);
    font-size: 20px;
    position: relative;
    top: 2px;
    transition: .3s;
}

.text-btn:hover,
.text-btn:hover .icon{
    color: var(--text-btn-hover-color);
}

.text-btn:hover::after{
    width: 100%;
}

.text-btn::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--text-btn-line-bg-color);
    transition: .3s;
}

.title-start h1::after,
.title-start h2::after{
    left: inherit;
    right: 0;
    transform: translate(0);
    bottom: -8;
}

.input-with-btn-group{
  position: relative;
  max-width: 400px;
  width: 100%;
}

.input-with-btn-group .input-otr,
.input-with-btn-group .theme-input{
  width: 100%;
}

.input-with-btn-group .theme-input{
  padding-right: 74px;
}

.input-with-btn-group .action{
  display: flex;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  z-index: 1;
}

.input-with-btn-group .theme-btn{
  padding: 5px 12px;
  border-radius: 4px;
}

/*========================================
       Opening Section Start Here
=========================================*/

.breadcrumb-main{
  border-top: 1px solid var(--theme-border-color);
  border-bottom: 1px solid var(--theme-border-color);
	overflow: hidden;
}

.breadcrumb-main .breadcrumb{
  padding: 2px 0;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
}

.breadcrumb .breadcrumb-item{
  display: flex;
  position: relative;
}

.breadcrumb .breadcrumb-item:first-child::after{
  display: none;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a{
  padding: 0;
  color: var(--theme-primary-color);
}

.breadcrumb .active,
.breadcrumb .breadcrumb-item .active{
  position: relative;
  color: var(--theme-tertiary-color) !important;
}

.breadcrumb .breadcrumb-item::before,
.breadcrumb .active::before{
  display: none;
}

.breadcrumb .breadcrumb-item::after,
.breadcrumb .active::after{
    content: "/";
    position: absolute;
    left: -16px;
    top: 1px;
    font-size: var(--font-size-20px);
    line-height: var(--line-heights-20px);
    font-family: var(--font-family-regular);
    color: var(--theme-tertiary-color);
}

.openingContent-sec{
    position: relative;
    margin: 30px 0;
}

@media (max-width : 992px){
    .breadcrumb{
        flex-wrap: wrap;
        gap: 4px 14px;
        padding: 4px 0;
    }
    .breadcrumb .breadcrumb-item::after,
    .breadcrumb .active::after{
        left: -16px;
    }
}

/*========================================
       Opening Section End Here
=========================================*/

/*========================================
        Table Css Start Here
=========================================*/

.mainBody-main{
  position: relative;
  margin: 12px 0;
}

.mainBody-main-inr{
  margin: 0;
}

.mainBody-main .table-wrapper{
  padding: 0 12px 0 12px;
  border-radius: 12px;
  background-color: var(--light);
  box-shadow: var(--box-shadow1);
}


.mainBody-main .table-tabs-stripe{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--theme-border-color);
  position: relative;
}

.mainBody-main .table-tabs-stripe .table-tabs-container{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  position: relative;
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
}

.mainBody-main .table-tabs-stripe .theme-btn{
  padding: 0.5rem 1rem;
  margin-bottom: -1px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  color: var(--theme-primary-color);
  font-size: 15px;
  font-family: var(--font-family-medium);
  font-weight: 400;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.mainBody-main .table-tabs-stripe .theme-btn:hover{
  isolation: isolate;
  color: var(--theme-primary-color);
  background-color: transparent;
}

.mainBody-main .table-tabs-stripe .theme-btn.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: 500;
}

.mainBody-main .table-tabs-stripe .theme-btn.active:hover{
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.mainBody-main .table-tabs-stripe .theme-btn:hover:not(.active) {
  color: var(--theme-primary-color);
  background-color: transparent;
}

.mainBody-main .table-textstripe{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--theme-border-color);
}

.mainBody-main .table-textstripe .table-textstripe-info{
  text-align: start;
}

.mainBody-main .table-textstripe .table-textstripe-text{
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.mainBody-main .table-header-stripe{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--theme-border-color);
}

.mainBody-main .table-title-otr{
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  top: 2px;
}

.mainBody-main .table-title-otr h3{
  margin: 0;
}

.mainBody-main .status-badge{
  display: flex;
  align-items: center;
  gap: 12px;
}

.mainBody-main .status-badge .table-tag{
  display: inline-flex;
  align-items: center;
  padding: 0px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-family: var(--font-family-regular);
  white-space: nowrap;
}

.mainBody-main .table-tag.tag-active{
  background-color: var(--theme-primary-color);
  color: var(--light);
}

.mainBody-main .table-tag.tag-inactive{
  background-color: var(--theme-secondary-color);
  color: var(--light);
}

.mainBody-main .table-tag.tag-pending{
  background-color: var(--theme-tertiary-color);
  color: var(--light);
}

.mainBody-main .table-actions-otr{
  display: flex;
  align-items: center;
  gap: 6px;
}

.mainBody-main .table-actions-otr .theme-btn-with-single-icon,
.mainBody-main .action .theme-btn-with-single-icon{
  padding: 13px 12px;
}

.mainBody-main .grid-list-main{
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 8px;
  background-color: var(--light);
  border: 1px solid var(--theme-border-color);
}

.mainBody-main .grid-list-main .theme-btn{
  gap: 4px;
  padding: 6px 16px;
  font-size: 14px;
  color: var(--dark);
  background-color: var(--theme-lightShade-bgcolor2);
}

.mainBody-main .grid-list-main .theme-btn .icon{
  color: var(--dark);
  font-size: 14px;
}

.mainBody-main .grid-list-main .theme-btn:hover,
.mainBody-main .grid-list-main .theme-btn.active{
  background-color: var(--theme-primary-color);
  color: var(--light);
}

.mainBody-main .grid-list-main .theme-btn:hover *,
.mainBody-main .grid-list-main .theme-btn.active .icon{
  color: var(--light);
}








.mainBody-main .table-filter-stripe{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid var(--theme-border-color);
}

.mainBody-main .search-otr{
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  max-width: 400px;
}

.mainBody-main .search-input-otr{
  position: relative;
  flex: 1;
}

.mainBody-main .search-input-otr .theme-input{
  width: 100%;
  padding-right: 40px;
}

.mainBody-main .search-input-otr .icon{
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-tertiary);
  font-size: 16px;
  z-index: 1;
}

.mainBody-main .filter-otr{
  position: relative;
  min-width: 200px;
}

.mainBody-main .filter-select{
  width: 100%;
  padding-right: 40px;
  appearance: none;
}

.mainBody-main .filter-otr .icon{
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-tertiary);
  font-size: 16px;
  z-index: 1;
  pointer-events: none;
}

.mainBody-main .table-filter-stripe-v2 .search-otr,
.mainBody-main .table-filter-stripe-v2 .input-with-btn-group{
  max-width: 600px;
  width: 100%;
  flex: 1;
}

.mainBody-main .table-filter-stripe-v2 .filter-otr{
  max-width: 200px;
}

.mainBody-main .table-filter-stripe-v2 .search-input-otr{
  width: 100%;
}






.table-main{
  position: relative;
  padding: 10px 0;
}

.table-main .table-container{
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid var(--theme-border-color);
}

.table-main .custom-table{
  width: 100%;
  border-collapse: collapse;
  background-color: var(--light);
}

.table-main .table-head{
  background-color: var(--theme-lightShade-bgcolor1);
}

.table-main .table-head-row{
  border-bottom: 1px solid var(--theme-border-color);
}

.table-main .table-head-cell{
  padding: 12px;
  text-align: start;
  font-size: 16px;
  color: var(--text-tertiary);
  font-family: var(--font-family-medium);
  border-bottom: 1px solid var(--theme-border-color);
}

.table-main .table-body-row{
  position: relative;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.table-main .table-body-row:hover{
  background-color: var(--theme-lightShade-bgcolor1);
}

.table-main .table-body-cell{
  padding: 8px 12px;
  border-bottom: 1px solid var(--theme-lightShade-bgcolor2);
  vertical-align: middle;
}

.table-main .table-text{
  color: var(--text-color);
  font-family: var(--font-family-medium);
  font-size: 16px;
}

/* Table Icons */
.table-main .table-icons-otr{
  display: flex;
  align-items: center;
}

.table-main .icons-list{
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.table-main .icon-item{
  display: flex;
}

.table-main .icon-circle{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--theme-lightShade-bgcolor2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.table-main .icon-circle:hover{
  background-color: var(--theme-primary-color);
}

.table-main .icon-circle .icon{
  color: var(--text-tertiary);
  font-size: 16px;
  transition: color 0.3s ease;
}

.table-main .icon-circle:hover .icon{
  color: var(--light);
}

/* Table Select */
.table-main .table-select-otr{
  position: relative;
  min-width: 120px;
}

.table-main .table-select{
  width: 100%;
  padding: 4px 20px 4px 12px;
  border: 1px solid var(--theme-border-color);
  border-radius: 6px;
  background-color: var(--light);
  color: var(--text-color);
  font-family: var(--font-family-medium);
  font-size: 14px;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.table-main .table-select:hover{
  border-color: var(--theme-primary-color);
}

.table-main .table-select:focus{
  outline: none;
  border-color: var(--theme-primary-color);
  box-shadow: 0 0 0 2px rgba(10, 67, 150, 0.1);
}

.table-main .select-icon{
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-tertiary);
  font-size: 12px;
  pointer-events: none;
}









.table-form-main{
  position: relative;
  padding: 10px 0;
}

.table-form-main .table-form-inr{
  position: relative;
}

.table-form-main .table-footer-main .action,
.table-footer-main .action{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.table-form-main .footer-inr,
.footer-inr{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-form-main .table-form-box{
  border: 1px solid var(--theme-border-color);
  border-radius: 8px;
  background-color: var(--light);
  overflow: hidden;
  margin-bottom: 10px;
}

.table-form-main .table-form-box .table-header{
  padding: 12px 16px;
  background-color: var(--theme-lightShade-bgcolor1);
  border-bottom: 1px solid var(--theme-border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-form-main .table-header h4{
  color: var(--h4-text-color);
  font-family: var(--h4-font-family);
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
  margin: 0;
}

.table-form-main .table-box-content{
  padding: 12px;
}

.table-form-main .table-box-content .row{
  gap: 24px 0;
}

.table-form-main .table-box-content .row:not(:first-child){
  margin-top: 24px;
  border-top: 1px solid var(--theme-border-color);
  padding: 12px 0;
}

.table-form-main .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
}

.table-form-main .form-label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  color: var(--text-color);
  font-family: var(--font-family-regular);
}

.table-form-main .form-select-otr {
  position: relative;
}

.table-form-main .form-select-otr .theme-input {
  width: 100%;
  appearance: none;
  padding-right: 40px;
}

.table-form-main .form-select-otr .icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-tertiary);
  font-size: 16px;
  z-index: 1;
  pointer-events: none;
}

.mainBody-main .form-help {
  padding: 10px;
  background-color: var(--theme-lightShade-bgcolor1);
  border-radius: 8px;
  border: 1px solid var(--theme-border-color);
  border-left: 3px solid var(--theme-primary-color);
  margin-top: 10px;

}

.mainBody-main .help-text {
  margin: 0;
  color: var(--text-color);
  font-family: var(--font-family-regular);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mainBody-main .help-text .icon {
  color: var(--theme-secondary-color);
  font-size: 16px;
}

.mainBody-main .theme-btn.primary {
  background-color: var(--btn-primary-bg);
  color: var(--btn-primary-text);
}

.mainBody-main .theme-btn.primary:hover {
  background-color: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-text);
}

.mainBody-main .theme-btn.secondary {
  background-color: var(--btn-light-bg);
  color: var(--btn-light-text);
  border: 1px solid var(--theme-border-color);
}

.mainBody-main .theme-btn.secondary:hover {
  background-color: var(--btn-light-hover-bg);
  color: var(--btn-light-hover-text);
}








.table-tab-content {
  padding: 1rem 0;
  background-color: #fff;
  border-top: none;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.table-tab-content .table-tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.table-tab-content .table-tab-pane.active {
  display: block;
  opacity: 1;
}

.row-cards-v1 {
  gap: 12px 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.row-cards-v1 .col-card-otr{
  position: relative;
}

.row-cards-v1 .col-card-inr {
  border: 1px solid var(--theme-border-color);
  border-radius: 8px;
  background-color: var(--light);
  height: 100%;
  overflow: hidden;
}

.row-cards-v1 .col-card-inr .card-title {
  background-color: var(--theme-lightShade-bgcolor1);
  padding: 12px 16px;
  margin: 0;
  color: var(--h4-text-color);
  font-family: var(--h4-font-family);
  font-size: var(--h4-font-size);
  border-bottom: 1px solid var(--theme-border-color);
}

.row-cards-v1 .col-card-inr .card-info {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 53px;
}

.row-cards-v1 .col-card-inr .card-info:not(:last-child) {
  border-bottom: 1px solid var(--theme-lightShade-bgcolor2);
}

.row-cards-v1 .col-card-inr .card-info-label {
  font-family: var(--font-family-medium);
}

.row-cards-v1 .col-card-inr .card-info-value {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-family-regular);
  flex: 1;
}

.row-cards-v1 .col-card-inr .card-info-select {
  flex: 1;
  position: relative;
  min-width: 120px;
}



.table-col-link {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: var(--theme-primary-color);
  font-family: var(--font-family-medium);
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 4px 0;
}

.table-col-link:hover {
  color: var(--theme-secondary-color);
}

.table-col-link .icon {
  font-size: 12px;
  color: inherit;
  transition: all 0.3s ease;
}



.mainBody-main .table-pagination-stripe{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  border-top: 1px solid var(--theme-border-color);
}

.mainBody-main .pagination-otr{
  display: flex;
  align-items: center;
  gap: 8px;
}

.mainBody-main .pagination-btn{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid var(--theme-border-color);
  border-radius: 6px;
  background-color: var(--light);
  color: var(--text-color);
  font-family: var(--font-family-medium);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mainBody-main .pagination-btn:hover{
  background-color: var(--theme-primary-color);
  color: var(--light);
  border-color: var(--theme-primary-color);
}

.mainBody-main .pagination-numbers{
  display: flex;
  gap: 4px;
}

.mainBody-main .pagination-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--theme-border-color);
  border-radius: 6px;
  background-color: var(--light);
  color: var(--text-color);
  font-family: var(--font-family-medium);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mainBody-main .pagination-number:hover{
  background-color: var(--theme-lightShade-bgcolor1);
}

.mainBody-main .pagination-number.active{
  background-color: var(--theme-primary-color);
  color: var(--light);
  border-color: var(--theme-primary-color);
}

.mainBody-main .records-info{
  display: flex;
  align-items: center;
}

.mainBody-main .records-text{
  color: var(--text-tertiary);
  font-family: var(--font-family-medium);
  font-size: 14px;
}

@media (max-width : 992px){
  .mainBody-main .container-fluid{
    overflow-x: auto;
  }
  .mainBody-main .table-wrapper{
    min-width: 1400px;
  }
  .mainBody-main .form-view-container{
    overflow: hidden;
  }
  .mainBody-main .form-view-wrapper{
    min-width: 100%;
  }
  .mainBody-main .preview-view-container{
    overflow: hidden;
  }
  .mainBody-main .preview-view-wrapper{
    min-width: 100%;
  }
  .mainBody-main .table-form-main .footer-inr .action:last-child{
    display: none;
  }
}

/*========================================
        Table Css End Here
=========================================*/

/*========================================
        Modal Components Start Here
=========================================*/

/* Modal Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: modalOverlayIn 0.3s ease-out;
  box-sizing: border-box;
}

@keyframes modalOverlayIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Modal V1 - Standard Modal */
.modal-v1 {
  background: var(--light);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow1);
  width: 100%;
  max-width: 700px;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  animation: modalSlideIn 0.3s ease-out;
  position: relative;
  display: flex;
  flex-direction: column;
}

.modal-v1.modal-sm {
  max-width: 500px;
}

.modal-v1.modal-lg {
  max-width: 900px;
}

.modal-v1.modal-xl {
  max-width: 1200px;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-v1-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--table-header-padding);
  border-bottom: 1px solid var(--theme-border-color);
  background: var(--theme-primary-color);
  padding: 10px;
}

.modal-v1-title {
  margin: 0;
  color: var(--light);
  font-size: var(--h4-font-size);
  font-family: var(--font-family-medium);
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal-v1 .form-input-group{
  padding: 10px;
}

.modal-v1-title .icon {
  color: var(--theme-primary-color);
  font-size: 18px;
}

.modal-v1-close {
  background: var(--light);
  border: 1px solid var(--theme-border-color);
  padding: 8px;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: var(--transition);
  color: var(--text-tertiary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.modal-v1-close:hover {
  background: var(--theme-lightShade-bgcolor2);
  border-color: var(--theme-primary-color);
  color: var(--text-color);
}

.modal-v1-body {
  padding: var(--table-content-padding);
  overflow-y: auto;
  flex: 1;
  background: var(--light);
}

.modal-v1-footer {
  padding: var(--table-footer-padding);
  border-top: 1px solid var(--theme-border-color);
  background: var(--theme-lightShade-bgcolor2);
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

/* Modal V2 - Drawer Style */
.modal-v2 {
  background: var(--light);
  width: 100%;
  max-width: 500px;
  height: 100vh;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: var(--box-shadow1);
  animation: drawerSlideIn 0.3s ease-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modal-v2.modal-drawer-sm {
  max-width: 400px;
}

.modal-v2.modal-drawer-lg {
  max-width: 600px;
}

.modal-v2.modal-drawer-xl {
  max-width: 800px;
}

@keyframes drawerSlideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.modal-v2-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid var(--theme-border-color);
  background: var(--theme-primary-color);
  color: var(--light);
}

.modal-v2-title {
  margin: 0;
  color: var(--light);
  font-size: var(--h4-font-size);
  font-weight: var(--font-family-bold);
  font-family: var(--h4-font-family);
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal-v2-title .icon {
  font-size: 18px;
}

.modal-v2-close {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: var(--transition);
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.modal-v2-close:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.modal-v2-body {
  padding: var(--table-content-padding);
  overflow-y: auto;
  flex: 1;
  background: var(--light);
}

.modal-v2-footer {
  padding: var(--table-footer-padding);
  border-top: 1px solid var(--theme-border-color);
  background: var(--theme-lightShade-bgcolor2);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
}

/* Form Section in Modals */
.modal-form-section {
  margin-bottom: 0;
}

.modal-form-section:last-child {
  margin: 0;
  padding: 12px;
}

.modal-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e5e7eb;
  padding: 10px;
}

.modal-section-title .icon {
  color: #0A4396;
  font-size: 14px;
}

/* Modal Cards */
.modal-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 12px;
  transition: all 0.2s;
}

.modal-card:hover {
  border-color: #d1d5db;
  background: #f3f4f6;
}

.modal-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.modal-card-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 6px;
}

.modal-card-actions {
  display: flex;
  gap: 6px;
}

.modal-card-btn {
  background: white;
  border: 1px solid #d1d5db;
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  color: #6b7280;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.modal-card-btn:hover {
  border-color: #0A4396;
  color: #0A4396;
  background: #f0f9ff;
}

.modal-card-btn.danger:hover {
  border-color: #dc2626;
  color: #dc2626;
  background: #fef2f2;
}

/* Empty State */
.modal-empty-state {
  text-align: center;
  padding: 40px 20px;
}

.modal-empty-icon {
  font-size: 48px;
  color: #9ca3af;
  margin-bottom: 16px;
}

.modal-empty-title {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #6b7280;
}

.modal-empty-text {
  margin: 0;
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.5;
}

/* Modal Content Styling */
.modal-v1 .search-input-otr,
.modal-v2 .search-input-otr {
  position: relative;
}

.modal-v1 .search-input-otr .icon,
.modal-v2 .search-input-otr .icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-tertiary);
  font-size: 16px;
  pointer-events: none;
}

.modal-v1 .filter-otr,
.modal-v2 .filter-otr {
  position: relative;
}

.modal-v1 .filter-otr .icon,
.modal-v2 .filter-otr .icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-tertiary);
  font-size: 14px;
  pointer-events: none;
}

.modal-v1 .filter-select,
.modal-v2 .filter-select {
  appearance: none;
}

/* Modal Table Styling */
.modal-v1 .table-filter-stripe,
.modal-v2 .table-filter-stripe {
  display: flex;
  gap: 12px;
  margin-bottom: 0;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}

.modal-v1 .search-otr,
.modal-v2 .search-otr {
  flex: 1;
  min-width: 200px;
}

.modal-v2 .search-otr .theme-input{
  width: 100%;
}

.modal-v1 .filter-otr,
.modal-v2 .filter-otr {
  min-width: 150px;
}

.modal-v2 .filter-otr .theme-input{
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .modal-overlay {
    padding: 10px;
  }

  .modal-v1 {
    max-height: calc(100vh - 20px);
  }

  .modal-v1-header,
  .modal-v1-body,
  .modal-v1-footer {
    padding: 16px;
  }

  .modal-v1-title {
    font-size: 16px;
  }

  .modal-v2 {
    max-width: 100%;
  }

  .modal-v2-header,
  .modal-v2-body,
  .modal-v2-footer {
    padding: 16px;
  }

  .modal-v2-title {
    font-size: 16px;
  }
}

/*========================================
        Modal Components End Here
=========================================*/

/*========================================
        Custom Checkbox Styles Start Here
=========================================*/

.checkbox-otr {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  margin-top: 8px;
}

.theme-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-label {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.checkbox-label:hover {
  border-color: #6b7280;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

.theme-checkbox:checked + .checkbox-label {
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.theme-checkbox:checked + .checkbox-label::after {
  content: "\f00c";
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

/* .theme-checkbox:focus + .checkbox-label {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
} */

.theme-checkbox:disabled + .checkbox-label {
  opacity: 0.5;
  cursor: not-allowed;
}

.theme-checkbox:disabled + .checkbox-label:hover {
  border-color: #d1d5db;
  box-shadow: none;
}

/* Alternative green style for success states */
.checkbox-otr.success .theme-checkbox:checked + .checkbox-label {
  background-color: #10b981;
  border-color: #10b981;
}

/* Alternative red style for danger states */
.checkbox-otr.danger .theme-checkbox:checked + .checkbox-label {
  background-color: #ef4444;
  border-color: #ef4444;
}

/* Small size variant */
.checkbox-otr.small .checkbox-label {
  width: 16px;
  height: 16px;
}

.checkbox-otr.small .theme-checkbox:checked + .checkbox-label::after {
  font-size: 10px;
}

/* Large size variant */
.checkbox-otr.large .checkbox-label {
  width: 24px;
  height: 24px;
}

.checkbox-otr.large .theme-checkbox:checked + .checkbox-label::after {
  font-size: 14px;
}

/* Checkbox text styling */
.checkbox-text {
  margin-left: 8px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: var(--font-family-regular);
  vertical-align: middle;
  cursor: pointer;
}

/* Checkbox container with text */
.checkbox-otr .checkbox-label {
  margin: 0;
  flex-shrink: 0;
}

.checkbox-otr .checkbox-text {
  margin: 0;
  flex: 1;
}

/*========================================
        Custom Checkbox Styles End Here
=========================================*/

.form-otr-with-plus-btn{
  display: flex;
  align-items: flex-end;
  gap: 0 24px;
}

.form-otr-with-plus-btn .row{
  width: 100%;
}

.form-otr-with-plus-btn .action-plus .theme-btn{
  padding: 12px;
}

.Screen-welcome-section{
  position: relative;
  margin: 30px 0;
}

.Screen-welcome-section .table-title-otr{
  display: flex;
  align-items: center;
  gap: 0 12px;
}

.Screen-welcome-section .table-title-otr .theme-btn{
  position: relative;
  top: -3px;
}

.Screen-welcome-section h1{
  margin-bottom: 6px;
}

.cards-layout-v1{
  position: relative;
  margin: 30px 0;
}

.cards-layout-v1 .row{
  gap: 24px 0;
}

.cards-layout-v1 .col-inr{
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--theme-border-color);
  text-align: start;
  overflow: hidden;
  height: 100%;
  transition: .3s;
}

.cards-layout-v1 .col-inr:hover{
  border: 1px solid var(--theme-primary-color);
  box-shadow: var(--box-shadow1);
}

.cards-layout-v1 .col-inr::after{
  content: "";
  position: absolute;
  bottom: -40px;
  right: -50px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: var(--theme-secondary-color);
  opacity: 30%;
  transition: .3s;
}

.cards-layout-v1 .col-inr::before{
  content: "";
  position: absolute;
  bottom: -110px;
  right: -40px;
  width: 130px;
  height: 150px;
  border-radius: 100%;
  background-color: var(--theme-primary-color);
  opacity: 30%;
  transition: .3s;
}

.cards-layout-v1 .card-header{
  padding: 10px 16px;
  border-radius: 8px 8px 0 0;
  background-color: var(--theme-lightShade-bgcolor1);
  text-align: start;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cards-layout-v1 .card-icon{
  width: 44px;
  height: 44px;
  border-radius: 4px;
  position: relative;
  background-color: var(--theme-secondary-color);
  transition: .3s;
}

.cards-layout-v1 .card-icon .icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: var(--light);
  transition: .3s;
}

.cards-layout-v1 .card-header h2{
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
  font-family: var(--h4-font-family);
  position: relative;
  top: 2px;
}

.cards-layout-v1 .card-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 60px);
  padding: 16px;
  text-align: start;
}

.cards-layout-v1 .card-content .card-description{
  font-size: 16px;
  line-height: 24px;
  color: var(--theme-tertiary-color);
}

.cards-layout-v1 .card-stats{
  position: relative;
  margin-top: 24px;
}

.cards-layout-v1 .card-stats .stats-number{
  font-size: 24px;
  line-height: 32px;
  font-family: var(--font-family-semibold);
  color: var(--theme-primary-color);
  margin-bottom: 6px;
}

.cards-layout-v1 .card-stats .stats-label{
  display: flex;
  font-family: var(--font-family-medium);
}


.login-signin-form{
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  margin: 0;
}

.login-signin-form .table-wrapper{
  padding: 24px;
}

.login-signin-form .row .row{
  padding: 0;
}

.login-signin-form .table-wrapper .signup-form{
  padding: 16px;
}

.login-signin-form .row{
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 12px 0;
  max-width: 620px;
  width: 100%;
  padding: 32px 24px;
  border-radius: 12px;
  gap: 16px 0;
  width: 100%;
  margin: 24px auto 0 auto;
}

.login-signin-form form .form-group-otr{
  padding: 0;
}

.signup-form .form-group-otr{
  padding: 0 8px !important;
}

.login-signin-form .form-group{
  display: flex;
  flex-direction: column;
  text-align: start;
  gap: 6px;
}

.login-signin-form .form-group .form-label{
  margin: 0;
}

.login-signin-form .form-group .theme-input{
  width: 100%;
  height: auto;
  transition: .3s;
}

.login-signin-form .action{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-signin-form .theme-btn{
  width: 100%;
}

.login-signin-form .contentDiv-v1{
  padding: 12px;
  background-color: var(--theme-lightShade-bgcolor1);
}

.forget-password .dots{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 12px;
}

.forget-password .dots .dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 0.3s;
}

.forget-password .theme-btn{
  width: 100%;
}

/*========================================
        RTL View Css Start Here
=========================================*/

html[dir="rtl"]  .header-main .menu-ul .menu-li:after {
  left: initial !important;
  right: -20px;
}

html[dir="rtl"] .header-main .action .language-selector .icon{
  right: initial !important;
  left: 12px;
}

html[dir="rtl"] .breadcrumb .breadcrumb-item::after,
html[dir="rtl"] .breadcrumb .active::after {
  left: inherit !important;
  right: -16px;
}

html[dir="rtl"] .cards-layout-v1 .col-inr::after{
  left: -50px;
  right: inherit !important;
}

html[dir="rtl"] .cards-layout-v1 .col-inr::before{
  left: -40px;
  right: inherit !important;
}

html[dir="rtl"] .mainBody-main .search-input-otr .theme-input{
  padding-right: 12px;
  padding-left: 40px;
}

html[dir="rtl"] .mainBody-main .search-input-otr .icon{
  right: initial !important;
  left: 12px;
}

html[dir="rtl"] .mainBody-main .filter-otr .icon{
  right: initial !important;
  left: 12px;
}

html[dir="rtl"] .search-icon{
  right: auto !important;
  left: 12px;
}

html[dir="rtl"] .filter-icon,
html[dir="rtl"] .select-icon{
  right: auto !important;
  left: 12px;
}

html[dir="rtl"] .search-input{
  padding-right: 12px;
  padding-left: 40px;
}

html[dir="rtl"] .filter-select,
html[dir="rtl"] .table-select{
  padding-right: 12px;
  padding-left: 32px;
}

html[dir="rtl"] .table-head-cell{
  text-align: right;
}

html[dir="rtl"] .mainBody-main .table-pagination-stripe i{
  transform: rotate(180deg);
}

html[dir="rtl"] .header-main .action .theme-btn .icon{
  transform: rotate(180deg);
}

html[dir="rtl"] .theme-input,
html[dir="rtl"] .form-control{
  text-align: right;
}

html[dir="rtl"] .table-form-main .form-select-otr .theme-input{
  padding-left: 40px;
  padding-right: 12px !important;
}

html[dir="rtl"] .table-form-main .form-select-otr .icon{
  right: inherit !important;
  left: 0.75rem;
}

html[dir="rtl"] .input-with-btn-group .theme-input{
  padding-right: 12px !important;
  padding-left: 74px;
}

html[dir="rtl"] .input-with-btn-group .action{
  left: 4px;
  right: initial !important;
}

html[dir="rtl"] .mainBody-main .form-help{
  border-left: none;
  border-right: 4px solid var(--theme-primary-color);
}

/*========================================
        RTL View Css End Here
=========================================*/

/*========================================
       Custom Tabs Styling Start Here
=========================================*/



/* Single tab styling - when there's only one tab, it should always look active */
.mainBody-main .table-tabs-container .theme-btn:only-child {
  cursor: default;
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: 500;
}

.mainBody-main .table-tabs-container .theme-btn:only-child:hover {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* Overview Cards Container */
.overview-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.overview-main-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.overview-main-card h4 {
  margin-bottom: 20px;
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
}

.overview-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.overview-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f3f4;
}

.overview-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.overview-section h5 {
  color: #495057;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--theme-primary-color);
  display: inline-block;
}

@media (max-width: 768px) {
  .table-tabs-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .table-tabs-container::-webkit-scrollbar {
    display: none;
  }

  .table-tabs-container .theme-btn {
    white-space: nowrap;
    min-width: fit-content;
    padding: 10px 16px;
    font-size: 14px;
  }

  .overview-sections {
    grid-template-columns: 1fr;
  }
}

/*========================================
       Custom Tabs Styling End Here
=========================================*/

/*========================================
       Reusable Popup Components
=========================================*/

/* Common Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-rgba-2);
  z-index: 99999;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}

.popup-overlay.show {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

/* Small Confirmation Popup (for delete, etc.) */
.popup-content-small {
  background: var(--light);
  border-radius: var(--btn-border-radius);
  box-shadow: var(--box-shadow1);
  width: 90%;
  max-width: 400px;
  min-width: 300px;
  transform: scale(0.7);
  transition: transform 0.3s ease;
  overflow: hidden;
}

.popup-overlay.show .popup-content-small {
  transform: scale(1);
}

/* Large Popup (for tables, forms, etc.) */
.popup-content-large {
  background: var(--light);
  border-radius: var(--input-border-radius);
  box-shadow: var(--box-shadow1);
  width: 80%;
  max-width: 95vw;
  max-height: 90vh;
  overflow: auto;
  transform: scale(0.7);
  transition: transform 0.3s ease;
}

.popup-overlay.show .popup-content-large {
  transform: scale(1);
}

/* Popup Header */
.popup-header {
  padding: 20px 24px 16px 24px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-header.center {
  justify-content: center;
}

.popup-overlay .search-otr{
  max-width: 350px;
  width: 100%;
  flex: auto;
}

.popup-overlay .search-input-otr{
  width: 100%;
}

.popup-title {
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  color: var(--h3-text-color);
  margin: 0;
  font-weight: 600;
}

.popup-close-btn {
  width: 38px;
  height: 38px;
  border-radius: var(--btn-border-radius);
  background-color: var(--theme-primary-color);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-close-btn .icon {
  font-size: var(--h5-font-size);
  color: var(--light);
  transition: .3s;
}

/* Popup Body */
.popup-body {
  padding: 0 24px 24px 24px;
  text-align: center;
}

.popup-body.no-padding {
  padding: 0;
}

.popup-text {
  font-size: var(--input-font-size);
  line-height: var(--input-line-height);
  color: var(--text-color);
  margin: 0;
}

/* Popup Footer */
.popup-footer {
  padding: 16px 24px 24px 24px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

/* Popup Buttons */
.popup-btn {
  padding: var(--btn-vertical-padding) var(--btn-horizontal-padding);
  border: none;
  border-radius: var(--btn-border-radius);
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  color: var(--btn-primary-text);
  font-family: var(--btn-font-family);
  cursor: pointer;
  min-width: 80px;
  transition: all 0.2s ease;
}

.popup-btn-primary {
  background-color: var(--btn-primary-bg);
  color: var(--btn-primary-text);
}

.popup-btn-primary:hover {
  background-color: var(--btn-primary-hover-bg);
}

.popup-btn-secondary {
  background-color: var(--btn-secondary-bg);
  color: var(--btn-secondary-text);
}

.popup-btn-secondary:hover {
  background-color: var(--btn-secondary-hover-bg);
}

.popup-btn-danger {
  background-color: #dc3545;
  color: var(--light);
}

.popup-btn-danger:hover {
  background-color: #c82333;
}

/* Large Popup Specific Styles */
.popup-content-large .popup-header .search-otr {
  max-width: 300px;
}

.popup-main {
  margin: 0;
  padding: 0;
}

.popup-main .table-wrapper {
  margin: 0;
  box-shadow: none;
}

/* Responsive Popup Styles */
@media (max-width: 768px) {
  .popup-content-large {
    max-width: 98vw;
    max-height: 95vh;
    width: 100%;
    margin: 0 12px;
  }
}

@media (max-width: 480px) {
  .popup-content-small {
    width: 95%;
    margin: 20px;
  }

  .popup-footer {
    flex-direction: column;
    gap: 8px;
  }

  .popup-btn {
    width: 100%;
  }
}

/*========================================
       Reusable Popup Components End
=========================================*/
.search-input-otr .fa-search.icon{
   display:none
}