@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");


html{
    font-size: 14px;
}


:root{
    --body-bg : #F6F6F6;
    --be-content-light : #333333;
    --be-content-dark : #203D73; 
    --be-primary-color:  #094e79;
    --be-secondary-color:  #E06F3A;
    --be-hvr-secondary:  #ef6220;
    --sidebar-icon:  #094e79;
    --be-border-color:  #ebeff2;
    --be-border-color-grey:  #e4e4e4;
    --be-content-box-color : #FCFCFC;
    --be-border-grey : #D8DEE3;
    --be-light-grey: #F6F6F7;
    --be-bg-light-blue : #EFF3FC;
    --be-text-color:  #333333;
    --be-common-radius:  7px;
    --be-bdr-radius: 7px;
    --be-box-shadow: 0px 3px 16px #c0d4fa4d;
    --tooltip-color:  #000;
    --sidebar-collapse-width: 80px;
    --sidebar-width: 17rem;
    --be-content-box:  #fff;
    --be-red:  #EF4C54;
    --be-green:  #51A451;
    --primary-bg-hover: #F16725;

    --be-btn-secondary-color:  #181818;
    --primary-bg-color: #094E79;

    /*hover*/
    --be-hover-red:  red;
}

body{
    background: var(--body-bg);
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    color: var(--be-content-light);
}


.bi.bi-apple {
    font-size: 22px;
    display: inline-flex;
}

.material-symbols-rounded { 
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.material-symbols-rounded.fill {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}


/*common css*/

a {
    color: var(--be-primary-color);
    /*text-decoration: none;*/
}

p{
        font-size: 14px;
        color: var(--be-content-light);
}

button:focus {
    box-shadow: none !important;
}

.form-control:focus,
.form-select:focus{
        box-shadow: none;
}

.form-control-color-box {
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
}

.h6, h6 {
    line-height: 1.5;
}

.text-underline {
    text-decoration: underline!important;
}

.f-mb{
    margin-bottom: 1rem;
}

.bg-light-blue{
    background-color: #EFF3FC;
}

.icon-info {
    font-size: 1.5rem;
    cursor: default;
    font-variation-settings: 'FILL' 1;
}

.icon-info-outline {
    font-size: 1.5rem;
    cursor: default;
    font-variation-settings: 'FILL' 0;
}

.info-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}

.info-label .icon-info {
    font-size: 1.3rem;
}

.icon-delete {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 2rem;
    height: 2rem;
    color: white;
    background: var(--be-red);
    line-height: 2rem;
    font-size: 1.3rem;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
}

.icon-delete:hover {
    background: var(--be-hover-red);
}


.section-title {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.divider-or {
    min-width: 60px;
    text-align: center;
    width: 80px;
    position: relative;
}

.divider-or:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #737373;
    left: 0;
    top: 50%;
    transform: translate(0, 0);
    z-index: 1;
}

.divider-or span {
    z-index: 2;
    background-color: white;
    position: relative;
    padding: 0 5px;
    text-transform: uppercase;
}


.text-primary{
    color: var(--be-primary-color);
}

.text-dark-content{
    color: var(--be-content-dark);

}

.badge {
    font-weight: 400;
}

.jumbotron-box {
    position: relative;
    padding: 30px;
    background-color: #EFF3FC;
    border-radius: 5px;
}

.jumbotron-border-grey {
    background: transparent;
    border: 1px solid var(--be-border-grey);
}

.progress-bar-thin {
    height: 8px;
}


.icon-apple {
   font-size: 24px;
    content: '\F8FF';
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;

}


.bg-primary{
    background-color: var(--be-primary-color) !important;
}

.bg-secondary{
    background-color: var(--be-secondary-color)  !important;
}

.border-primary{
    border-color: var(--be-primary-color) !important;;   
}


.btn.btn-sm .icon {
    font-size: 20px;
    vertical-align: middle;
}
/*.btn-group .btns {}*/

.btn-group .btn-outline-dark.active {
    background-color: black !important;
}

.btn-group, .btn-group-vertical{
    gap:  10px;
}

.btn-group-vertical .btn.btn-sm {
    padding: 6px 9px;
}

.btn-group-vertical .btn.btn-sm .icon {
    font-size: 16px;
    display: inline-flex;
}

.btns {
    padding: 0.8rem 1rem;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    border-radius: var(--be-common-radius);
    text-decoration: none;
    border: 2px solid;
    justify-content: center;
    text-transform: uppercase;
    transition: .3s;
    font-weight: 500;
    min-width: 120px;
}

.btns i {
    font-size: 18px;
    margin-right: 4px;
}

.text-primary {
    color: var(--be-primary-color) !important;
}

.text-success {
    color: var(--be-green) !important;
}

.bg-success{
    background-color: var(--be-green) !important;
}

.text-note {
    font-size: 13px;
    color: var(--be-content-light);
    display: inline-block;
}

.icon-text {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.icon-text.link-text {
    text-decoration: none;
    border-bottom: 1px solid var(--be-primary-color);
}


.check-green {
    color: var(--be-green);
}

.btn-light-blue:hover {
    background-color: var(--be-primary-color);
    color: #fff;
}
.btn-light-blue {
    background: #fff;
    border-color: var(--be-primary-color);
    color: var(--be-primary-color);
}


/*btn-primary*/

.btns-primary{
    background: var(--be-primary-color);
    color: #fff;
    border-color: var(--be-primary-color);
}

.btns-primary:hover {
    background: #023755;
    color: #fff;
    border-color: #023755;
}

/*btn-secondary*/

.btns-secondary{
    background: var(--be-secondary-color);
    color: #fff;
    border-color: var(--be-secondary-color);
}

.btns-secondary:hover {
    background: #ec5c18;
    color: #fff;
    border-color: #ec5c18;
}


.btns-bordered {
    border-color: RGBA(120, 120, 121, 1);
    color: #636363;
}

.btns-bordered:hover {
    border-color: RGBA(120, 120, 121, 1);
    color: #fff;
    background-color: RGBA(120, 120, 121, 1);
}

.btns-red{
    background: var(--be-red);
    color: #fff;
    border-color: var(--be-red);
}

.btns-red:hover {
    background: #cf3038;
    border-color: #cf3038;
    color: #fff;
}

.btn-icon {
    padding: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}

.btn-icon i {
    font-size: 20px;
}

.icon-btn-transparent {
    background-color: transparent !important;
    color: var(--be-content-dark);
    border-color: transparent;
    padding: 0 0.6rem;
}

.icon-btn-transparent i {
    font-size: 24px;
}

.icon-btn-grey {
    background-color: #EFF3FC;
    color: var(--be-content-dark);
    border-color: #EFF3FC;
}

.no-caret::before {
    display: none !important;
}

.icon-stamp {
    padding: 0.5rem;
    background: var(--be-primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0.25rem;
    border: 1px dashed #fff;
    font-size: 13px;
}

.icon-stamp:hover {
    background-color: #0865b7;
    color: #fff;
}

.icon-stamp i {
    font-size: 20px;
}
/*tabs*/
.nav-tabs-line {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs-line.nav-tabs .nav-link {
    margin-bottom: -2px;
    border: 0;
    padding-bottom: 10px;
    color: var(--be-content-light);
    border-bottom: 3px solid;
    border-color: transparent;
    background-color: transparent;
}

.nav-tabs-line.nav-tabs .nav-item.show .nav-link, 
.nav-tabs-line.nav-tabs .nav-link.active {
    border-bottom: 3px solid;
    border-color: var(--be-primary-color);
    color: var(--be-content-dark);
}

/*nav tabs box*/

.nav-tabs-box {
    background: #F5F7FB;
    padding: 8px;
    border-radius: 4px;
    border: 0;
    width: fit-content;
}

.nav-tabs-box .nav-link {
    border: 0;
    color: var(--be-content-light);
    font-size: 13px;
    margin-right: 5px;
}

.nav-tabs-box.nav-tabs .nav-item.show .nav-link, 
.nav-tabs-box.nav-tabs .nav-link.active  {
    background: var(--be-primary-color);
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
    border-radius: 7px;
}



/*alert*/
.alert-wrap {
    position: relative;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
    color: #fff;
}


.alert-wrap.icon-alert {
    position: relative;
    padding-left: 3.5rem;
}

.alert-wrap.icon-alert .icon {
    font-size: 22px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000001a;
}

.alert-success {
    background: var(--be-green);
}

.alert-danger p {
    color: inherit;
}

.alert-dismis {}

.alert-dismis .alert-close {
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 0;
    padding: 10px;
    cursor: pointer;
}

.alert-dismis {
    padding-right: 3rem;s
}

.alert-wrap.alert-fix {
    position: fixed;
    top: inherit;
    right: 30px;
    z-index: 9;
}

/*checkbox*/

.form-check {
    padding-left: 1.8em;
}

.form-check .form-check-input {
    margin-left: -1.8em;
}

.form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    transform: scale(1.1);
}

/*switch*/
.form-switch .form-check-input {
    transform: scale(1.2);
    margin-left: -2.8em;
}

.form-switch {
    padding-left: 3em;
}

.form-switch.fit-content {
    width: fit-content;
}

.form-switch .form-check-input:checked{
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' height='48' fill='%23fff' viewBox='0 96 960 960' width='48'%3e%3cpath d='m419 641-79-79q-13-13-32.111-13-19.111 0-33.889 14-13 14-13 33t14 32l110 111q14.455 14 33.727 14Q438 753 453 739l227-228q15-14 15-32.611 0-18.611-15-33.389-14-13-33.611-12.5Q626.778 433 613 446L419 641Zm61.138 360q-88.138 0-165.625-33.084-77.488-33.083-135.417-91.012T88.084 741.625Q55 664.276 55 576.138 55 487 88.084 409.513q33.083-77.488 90.855-134.969 57.772-57.482 135.195-91.013Q391.557 150 479.779 150q89.221 0 166.827 33.454 77.605 33.453 135.012 90.802 57.407 57.349 90.895 134.877Q906 486.66 906 576q0 88.276-33.531 165.747-33.531 77.471-91.013 135.278-57.481 57.808-134.831 90.891Q569.276 1001 480.138 1001Z'/%3e%3c/svg%3e");
    /*background-image: url(../images/check_circle.svg);*/
    background-size: 12px;
}

.form-switch-right {
    padding: 0;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.form-switch-right .form-check-input {
    margin: 0;
}

/*accordion*/
.accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,.125) !important;
}

.accordion-item:not(:first-of-type) {
}

.accordion-button {
    background-color: #F8F9FA;
    font-size: 1rem;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background-color: #F8F9FA;
    color: var(--be-content-dark);
}

/*common css end*/




.backend-wrapper {
    position: relative;
    padding-top: 4.5rem;
}


.be-sidebar{
      position: fixed;
    background:  var(--body-bg);
    width: var(--sidebar-width);
    top: 4rem;
    left: 0;
    height: calc(100vh - 4rem);
    transition: all .55s cubic-bezier(.66,0,.34,1);
    border-right: 1px solid var(--be-border-color-grey);
}

.sidebar-head {
    height: 4rem;
    background: #fff;
    /*border-bottom: 1px solid #e0e0e0;*/
    display: flex;
    align-items: center;
}


.sidebar-head a.sidebar-link,.sidebar-head a.sidebar-link i {
    color: var(--be-content-dark);
}

.sidebar-head i.material-symbols-rounded {
    /*padding: 0 10px;
    margin: 0 14px;*/
}



.be-sidebar [data-bs-toggle=collapse] {
    position: relative;
}


.be-sidebar [data-bs-toggle=collapse]:before {
    border: solid;
    border-width: 0 0.1rem 0.1rem 0;
    /* content: " "; */
    display: inline-block;
    padding: 2.5px;
    position: absolute;
    right: 1.25rem;
    top: 1rem;
    transform: rotate(-45deg);
    transition: all .2s ease-out;
}

.be-sidebar [aria-expanded=true]:before, .be-sidebar [data-bs-toggle=collapse]:not(.collapsed):before {
    transform: rotate(45deg);
}


.sidebar-item {
    margin-bottom: 10px;
    padding: 0 4px;
}

.sidebar-content, .sidebar-nav {
    background:  var(--body-bg);
    display: flex;
    flex-direction: column;
    padding: 5px;
    list-style-type: none;
}


.sidebar-content {
    height: calc(100% - 4.5rem);
    min-height: calc(100% - 4.5rem);
    transition: margin-left .3s ease-in-out,left .3s ease-in-out,margin-right .3s ease-in-out,right .3s ease-in-out;
    padding: 20px 0px;
    overflow-y: auto;
    padding-top: 20px;
    overflow-x: hidden;
}


.sidebar-link, a.sidebar-link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    text-decoration: none;
    transition: background .1s ease-in-out;
    color: var(--be-content-light);
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 0;
    font-weight: 500;
    position: relative;
}

.sidebar-link .badge {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0px, -50%);
}

.collapse-sidebar .sidebar-link .badge {
    right: 5px;
    top: 15px;
}

.sidebar-dropdown .sidebar-link {
    display: inline-block;
}

.sidebar-link .icon {
    color: var(--sidebar-icon);
    padding: 4px 10px;
    margin: 0px 6px;
}

.sidebar-link .caret {
    margin-left: auto;
}

.sidebar-footer {
    height: 4.5rem;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

.sidebar-footer .icon {
    transform: rotate(180deg);
    transition: .3s ease-in-out;
}

.sidebar-dropdown {
    margin-top: 6px;
    background: var(--be-primary-color);
    border-radius: var(--be-common-radius);
    /*padding: 5px 0;*/
}

.sidebar-dropdown .sidebar-item {
    margin-bottom: 0;
    padding: 0;
}

.sidebar-dropdown .sidebar-link {
    color: #fff;
    display: block;
    padding: 10px 12px;
    border-radius: 0;
}

.sidebar-dropdown .sidebar-link:hover {
    background: var(--be-secondary-color) !important;
    color: #fff !important;
}

.sidebar-dropdown .sidebar-item:nth-child(1) .sidebar-link {
    border-top-left-radius: var(--be-common-radius);
    border-top-right-radius: var(--be-common-radius);
}

.sidebar-dropdown .sidebar-item:last-child .sidebar-link {
    border-bottom-left-radius: var(--be-common-radius);
    border-bottom-right-radius: var(--be-common-radius);
}

.sidebar-link:hover, a.sidebar-link:hover, .sidebar-link.active, a.sidebar-link.active
{
    background: var(--be-primary-color);
    color: #fff;
}

.sidebar-link:hover, a.sidebar-link:hover .icon, 
.sidebar-link.active, a.sidebar-link.active  .icon{
     color: #fff;
}

.sidebar-dropdown .sidebar-link:hover, 
.sidebar-dropdown .sidebar-link:hover, 
.sidebar-dropdown .sidebar-link.active, 
.sidebar-dropdown a.sidebar-link.active,
.sidebar-head .sidebar-link:hover
{
    background: transparent;
    color: var(--be-content-dark);
}


.sidebar-head .sidebar-link.go-back-sidebar,
.sidebar-head .sidebar-link.go-back-sidebar .icon {
    color: var(--be-primary-color);
}


.sidebar-item.logout-option {
    width: 90%;
    margin: 10px auto;
}

.sidebar-item.logout-option .sidebar-link {
    background: #fff;
    border-color: var(--be-primary-color);
    color: var(--be-primary-color);
    padding: 0.6rem 1rem;
    border: 2px solid;
    text-align: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
}

.sidebar-item.logout-option .sidebar-link .icon {
    display: none;
}

.sidebar-item.logout-option .sidebar-link:hover {
    background-color: var(--be-primary-color);
    color: #fff;
    border-color: var(--be-primary-color);
}

.sidebar-item .sidebar-dropdown .sidebar-link.active {
    background-color: #dc4e00; /* Different background color for active submenu */
    color: #fff; /* Text color for active submenu */
}


/*collapse-sidebar*/

.collapse-sidebar .be-sidebar {
    width: var(--sidebar-collapse-width);
}

.collapse-sidebar .nav-name {
    display: none;
}

.collapse-sidebar .be-sidebar [data-bs-toggle=collapse]:before{
    display: none;
}

.collapse-sidebar .sidebar-footer .icon{
    transform: rotate(0deg);
}

.collapse-sidebar .sidebar-item.logout-option .sidebar-link .icon {
    display: block;
}

.collapse-sidebar .sidebar-item.logout-option .sidebar-link {
    padding: 0;
    border: 0;
}

/*.collapse-sidebar .sidebar-link {
    width: 70%;
    justify-content: center;
}*/

/*be-main-wrapper*/

.be-main-wrapper {
    /*background: #ebebeb;*/
    width: calc(100% - var(--sidebar-width));
    display: block;
    margin-left: var(--sidebar-width);
    min-height: 700px;
    padding: 30px;
    transition: all .55s cubic-bezier(.66,0,.34,1);
    /*transition: width .3s ease-in-out;*/
}

.collapse-sidebar .be-main-wrapper {
    width: calc(100% - var(--sidebar-collapse-width));
    margin-left: var(--sidebar-collapse-width);

}


/*end*/

.sec-title {
    font-size: 1.2rem;
}

.page-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.4rem;
}

.page-header .left{
    margin-bottom: 1rem;
}

.page-header .left p {
    margin-top: 0.5rem;
}

.page-header .right{
    margin-bottom: 1rem;
}

.page-header.sticky-header {
    background: #f5f7fb;
    padding: 1rem 0;
    display: inline-flex;
    width: 100%;
    padding-bottom: 0;
    position: sticky;
    top: 4rem;
    z-index: 4;
    gap:  10px;
}

.page-header.sticky-header:after {
    content: '';
    position: absolute;
    width: 30px;
    left: -30px;
    height: 100%;
    top: 0;
    background: #f5f7fb;
}

.page-header.sticky-header:before {
    content: '';
    position: absolute;
    width: 30px;
    right: -30px;
    height: 100%;
    top: 0;
    background: #f5f7fb;
    display: none;
}



.page-title {
    font-size: 1.5rem;
    margin: 0;
    color: var(--be-content-light);
    text-transform: uppercase;
    font-weight: 700;
    line-height: inherit;
}

.inner-title {
    font-size: 1.1rem;
}

/*table wrapper content*/

.form-group .text-note {
    margin-top: 5px;
}

.form-inline-wrap {
    display: flex;
    gap: 10px;
}
.form-inline-wrap .form-group {
    flex: 1;
}


.form-inline-wrap .form-control {
    flex: 1;
}

/* select 2 */
.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 45px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.5rem 1.5rem
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 50px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  /* overflow: hidden; */
  /*padding-left: 8px;*/
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #eaedf1;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
  border-top: 1px solid #eaedf1;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid RGBA(209, 209, 209, 1);
  border-radius: var(--be-common-radius);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text-color);
  line-height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--text-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 1px;
  right: 4px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e3e8f2;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid RGBA(209, 209, 209, 1);
  border-radius: 10px;
  cursor: text;
  padding: 0.5rem 1rem;
}

.select2-container--default .select2-selection--multiple[aria-activedescendant=""] {
  margin-bottom: 100px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 0px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: flex;
  height: 100%;
  font-size: 150%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  color: var(--primary-bg-color);
  position: relative;
  top: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff;
  border: 1px solid RGBA(209, 209, 209, 1);
  border-radius: 10px;
  cursor: default;
  float: left;
  margin-right: 15px;
  margin-top: 0px;
  padding: 5px 10px;
  height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #e3e8f2;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  width: 100% !important;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  /* background-color: #f2f3f9; */
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  /* background-color: var(--primary-bg-color); */
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #e3e8f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #e3e8f2 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #e3e8f2 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #e3e8f2 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.form-status .select2-container--default .select2-selection--single {
  border: 2px solid var(--primary-bg-color);
}

.form-status .select2-container--default .select2-selection--single .select2-selection__rendered {
  /* color: var(--primary-bg-color); */
  font-size: 100%;
  font-weight: 600;
}



/* File Uplode */
.ff_fileupload_head{

    text-align: center;
    padding: 28px;
}

.ff_fileupload_hidden {
    display: none;
}
  
  .ff_fileupload_wrap .ff_fileupload_dropzone_wrap {
    position: relative;
  }
  
  .ff_fileupload_wrap .ff_fileupload_dropzone {
    color: var(--primary-bg-color);
    background: #fff;
    border-color: var(--primary-bg-color);
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.5rem 3rem;
    font-size: 100%;
    line-height: 1.84615385;
    border-radius: 10px;
    transition: all ease-in-out 0.2s;
    min-width: 185px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
  }
  
  .ff_fileupload_wrap .ff_fileupload_dropzone[aria-label="Browse files here to attach"]::before {
    content: '+';
    font-size: 200%;
    line-height: 1;
  }
  
  .ff_fileupload_wrap .ff_fileupload_dropzone[aria-label="Browse files here to attach"]::after {
    content: attr(aria-label);
    z-index: 1;
  }
  
  .ff_fileupload_wrap .ff_fileupload_dropzone::-moz-focus-inner {
    border: 0;
  }
  
  .ff_fileupload_wrap .ff_fileupload_dropzone:hover,
  .ff_fileupload_wrap .ff_fileupload_dropzone:focus,
  .ff_fileupload_wrap .ff_fileupload_dropzone:active {
    opacity: 1;
    background-color: var(--primary-bg-color);
    color: #fff;
  }
  
  .ff_fileupload_wrap .ff_fileupload_dropzone_tools {
    position: absolute;
    right: 10px;
    top: 0;
  }
  
  .ff_fileupload_wrap .ff_fileupload_dropzone_tool {
    display: block;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #efecec;
    border-radius: 3px;
    padding: 0;
    background-color: #FDFDFD;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.85;
    cursor: pointer;
    outline: none;
  }
  
  .ff_fileupload_wrap .ff_fileupload_dropzone_tool::-moz-focus-inner {
    border: 0;
  }
  
  .ff_fileupload_wrap .ff_fileupload_dropzone_tool:hover,
  .ff_fileupload_wrap .ff_fileupload_dropzone_tool:focus,
  .ff_fileupload_wrap .ff_fileupload_dropzone_tool:active {
    opacity: 1;
    background-color: #FFFFFF;
    border-color: #4e4c73;
  }
  
  .ff_fileupload_wrap .ff_fileupload_recordaudio {
    background-image: url("../plugins/fancyuploder/fancy_microphone.png");
  }
  
  .ff_fileupload_wrap .ff_fileupload_recordvideo {
    background-image: url("../plugins/fancyuploder/fancy_webcam.png");
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads .ff_fileupload_preview {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    position: relative;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads .ff_fileupload_preview .ff_fileupload_actions_mobile {
    position: absolute;
    top: -2px;
    right: 0;
  }
  
  .ff_fileupload_preview_image.ff_fileupload_preview_image_has_preview {
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #eaedf1;
    transition: border 0.2s ease-in-out;
    border-radius: 7px;
    height: 200px;
    width: 100%;
    background-size: cover;
  }
  
  .ff_fileupload_wrap .ff_fileupload_recordvideo_preview {
    position: absolute;
    display: block;
    right: 60px;
    top: 10px;
    width: 320px;
    max-width: calc(100% - 70px);
    height: calc(100% - 20px);
    background-color: #222222;
  }
  
  .ff_fileupload_wrap .ff_fileupload_recordvideo_preview.ff_fileupload_hidden {
    display: none;
  }
  
  .ff_fileupload_wrap .ff_fileupload_recording {
    -webkit-animation: ff_fileupload_recording_animate 1.2s infinite alternate;
    animation: ff_fileupload_recording_animate 1.2s infinite alternate;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads {
    width: 100%;
    border-collapse: collapse !important;
    border: 0 none;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads tr {
    margin: 0;
    border: 0 none;
    padding: 0;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td {
    margin: 0;
    border: 0 none;
    padding: 0;
    vertical-align: top;
    padding: 1em 0;
    white-space: nowrap;
    line-height: normal;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads tr.ff_fileupload_bounce {
    -webkit-animation: ff_fileupload_bounce_animate 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: ff_fileupload_bounce_animate 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translateY(0);
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview {
    width: 1px;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image {
    display: block;
    box-sizing: border-box;
    border: 0 none;
    padding: 0;
    background-color: #f3f4f7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    opacity: 0.75;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    outline: none;
    cursor: default;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image::-moz-focus-inner {
    border: 0;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image_has_preview {
    cursor: pointer;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image:hover,
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image:focus,
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image:active {
    opacity: 1;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text {
    display: block;
    margin: 0 auto;
    width: 70%;
    overflow: hidden;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_actions button {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border: 1px solid #e9ebfa;
    border-radius: 3px;
    padding: 0;
    background-color: #eaeefa;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.85;
    cursor: pointer;
    outline: none;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_actions button::-moz-focus-inner {
    border: 0;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_actions button:hover,
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_actions button:focus,
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_actions button:active {
    opacity: 1;
    background-color: #FDFDFD;
    border-color: #e9ebfa;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_actions button.ff_fileupload_start_upload {
    margin-right: 0.5em;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile {
    display: none;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button {
    display: block;
    margin-top: 0.3em;
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #efecec;
    border-radius: 3px;
    padding: 0;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.85;
    cursor: pointer;
    outline: none;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button::-moz-focus-inner {
    border: 0;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button:hover,
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button:focus,
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button:active {
    opacity: 1;
    background-color: #FDFDFD;
    border-color: #4e4c73;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads button.ff_fileupload_remove_file {
    background-image: url(../images/svg/close.svg);
    background-color: var(--primary-bg-hover);
    background-size: 10px 12px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
    border-color: transparent;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_with_color {
    color: #FFFFFF;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_summary {
    padding: 1em;
    font-size: 0.9em;
    white-space: normal;
    color: #7f88a5;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename {
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input {
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em 0;
    margin-bottom: 0.1em;
    font-size: 1em;
    font-weight: normal;
    line-height: normal;
    border: 0px solid #e8ebf3;
    border-radius: 0;
    box-shadow: none;
    /* color: #080e1b; */
    font-weight: 600;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input:focus,
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input:hover {
    border: 0px solid #e8ebf3;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_errors {
    color: #A94442;
    font-weight: bold;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_progress_background {
    margin-top: 0.5em;
    background-color: #CCCCCC;
    height: 2px;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_progress_bar {
    background-color: #4e4c73;
    width: 0;
    height: 2px;
  }
  
  .ff_fileupload_wrap .ff_fileupload_uploads td.ff_fileupload_actions {
    width: 1px;
    text-align: right;
  }
  
/* Tab */
.tab-content{
    margin-top: 1.5rem;
  }
  .tabs-menu .tab-style-1{
    overflow: hidden;
  }
  .tabs-menu .tab-style-1 li{
    margin-left: -1px;
  }
  .tabs-menu .tab-style-1 li a {
    display: block;
    color: var(--text-color);
    font-size: 90%;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1rem 2rem;
    padding-right: 3rem;
    background-color: #E8E8E8;
    position: relative;
    min-width: 140px;
    text-align: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .tabs-menu .tab-style-1 li:first-child a{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .tabs-menu .tab-style-1 li:last-child a{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .tabs-menu .tab-style-1 li:nth-child(4n+2) a {
    background-color: #DADADA;
  }
  
  .tabs-menu .tab-style-1 li a.active {
    background-color: var(--primary-bg-hover) !important;
    color: #fff;
  }
  
  .tabs-menu .tab-style-1 li a::after {
    content: '';
    position: absolute;
    top: -5px;
    right: 1px;
    display: block;
    width: 0;
    height: 100%;
    background-color: transparent;
    border-left: 26px solid transparent;
    border-bottom: 30px solid #DADADA;
    border-top: 30px solid #DADADA;
  }
  .tabs-menu .tab-style-1 li a.active::after {
    border-left: 26px solid var(--primary-bg-hover);
    z-index: 2;
  }
  .tabs-menu .tab-style-1 li:nth-child(4n+2) a::after {
    right: -2px;
    border-left: 26px solid #dadada;
    border-bottom: 30px solid #E8E8E8;
    border-top: 30px solid #E8E8E8;
    z-index: 1;
  }
  .tabs-menu .tab-style-1 li:nth-child(4n+2) a.active::after {
    border-left: 26px solid var(--primary-bg-hover);
  }
  .tabs-menu .tab-style-1 li a::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -23px;
    display: block;
    width: 0;
    height: 100%;
    background-color: transparent;
    border-left: 26px solid transparent;
    border-bottom: 30px solid #dadada;
    border-top: 30px solid  #dadada;
  }
  .tabs-menu .tab-style-1 li a.active::before {
    left: -22px;
    border-bottom: 30px solid var(--primary-bg-hover);
    border-top: 30px solid var(--primary-bg-hover);
    z-index: 2;
  }
  .tabs-menu .tab-style-1 li:nth-child(4n+2) a::before{
    background-color: transparent;
    border-left: 25px solid #E8E8E8;
    border-bottom: 30px solid #dadada;
    border-top: 30px solid  #dadada;
    z-index: 1;
  }
  .tabs-menu .tab-style-1 li:nth-child(4n+2) a.active::before{
    border-bottom: 30px solid var(--primary-bg-hover);
    border-top: 30px solid  var(--primary-bg-hover);
  }
  .tabs-menu .tab-style-1 :nth-frist-child() a.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: -24px;
    display: block;
    width: 0;
    height: 100%;
    background-color: transparent;
    border-left: 25px solid #E8E8E8;
    border-bottom: 30px solid var(--primary-bg-hover);
    border-top: 30px solid var(--primary-bg-hover);
    z-index: 1;
  }
  
  .tabs-menu .tab-style-1 li:first-child a::before,
  .tabs-menu .tab-style-1 li:last-child a::after {
    content: unset;
  }
  
  .tabs-menu .tab-style-2{
    background-color: #fff;
    background-clip: border-box;
    padding: 0rem 3rem;
    border-radius: 10px;
  }
  .tabs-menu .tab-style-2 li a{
      display: block;
      color: var(--text-color);
      font-size: 100%;
      font-weight: 600;
      text-transform: uppercase;
      padding: 1rem 2rem;
      padding-right: 2rem;
      position: relative;
      min-width: 140px;
      text-align: center;
      border-bottom: 6px solid transparent;
  }
  .tabs-menu .tab-style-2 li a.active{
    color: var(--primary-bg-hover);
    border-bottom: 6px solid var(--primary-bg-hover);
  }
  .tabs-menu .tab-style-3{
    background-color: #fff;
    background-clip: border-box;
    padding: 0rem 0.5rem;
    border: 1px solid RGBA(208, 216, 222, 1);
    border-radius: 10px;
  }
  .tabs-menu .tab-style-3 li a{
      display: block;
      color: var(--text-color);
      font-size: 100%;
      font-weight: 600;
      text-transform: uppercase;
      padding: 1rem 2rem;
      padding-right: 3rem;
      position: relative;
      min-width: 140px;
      text-align: center;
      border-bottom: 3px solid transparent;
  }
  .tabs-menu .tab-style-3 li a.active{
    color: var(--primary-bg-color);
    border-bottom: 3px solid  var(--primary-bg-color);;
  }

  a{
    text-decoration: none;
  }

  .bootbox .modal-content {

    padding: 0.5rem;
    background-color: #fff;
    border-radius: 10px
}

.error {
    color: red;
}

.bootbox .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

@media screen and (max-width: 480px){
  .form-inline-wrap.wrap-xs .form-control {flex: auto;}  
  .content-body .content-inner-wrap{
     padding: 1.1rem;
  }

  .nav-tabs-line.nav-tabs .nav-link{
    padding: 12px;
  }

  .form-check-inline {
        margin-bottom: 5px;
    }

}


.form-group.search-input {
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: var(--be-common-radius);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.form-group.search-input {}

.form-group.search-input .form-control {
    border: 0;
    padding: 0.8rem 0.2rem;
    border-radius: var(--be-common-radius);
}

.form-group .form-control,
.form-group .form-select {
    padding: 0.8rem 1rem;
    font-size: 1rem;
    border-radius: var(--be-common-radius);
}

.input-group-text {
    padding: 0.5rem;
    background: transparent;
}

.input-group-text .icon {
    font-size: 19px;
}

.input-group-text.select-icon {
    cursor: pointer;
}

.input-group-text.select-icon:hover {
    background: #f5f7fb;
}


.input-group-text.select-country select {
    border: 0;
}


.search-input .s-reset {
    background: #eff0f1;
    border-radius: 100%;
    font-size: 17px;
    padding: 3px;
    color: #212529;
}

.search-input .s-search {
    border-radius: 100%;
    font-size: 18px;
    padding: 3px;
    color: var(--be-primary-color);
        margin-right: 5px;
}

textarea.form-control {
    min-height: 120px;
    resize: none;
}

/*.form-group .form-control {
    font-size: 0.9rem;
    font-weight: 300;
}*/

/*table css*/

.table-data-wrapper{
    /*background: #fff;*/
    border-top-left-radius: var(--be-bdr-radius);
    border-top-right-radius: var(--be-bdr-radius);
    /*box-shadow: var(--be-box-shadow);*/
}

.table-header {
    /*padding: 1.3rem;*/
    /*background: #fff;*/
    border-top-left-radius: var(--be-bdr-radius);
    border-top-right-radius: var(--be-bdr-radius);
    padding-bottom: 0.3rem;
}

.table-header-head {
    padding: 1.5rem;
    background: #fff;
}

.table-body {
    /*padding-top: 20px;*/
}

.table-filter-row .row {
    --bs-gutter-x: 1rem;
}


.normal-table {
    background: white;
    border-bottom-left-radius: var(--be-bdr-radius);
    border-bottom-right-radius: var(--be-bdr-radius);
    overflow-x: auto;
    border-radius: var(--be-common-radius);
}

.normal-table table {
    width: 100%;
}

.normal-table table th{
    text-transform: uppercase;
}

.normal-table table th,.normal-table table td {
    padding: 10px 15px;
    font-weight: 600;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }

/*for show action on hover*/
@media screen and (min-width:992px){

/*    .table-actions .btn-group.dropstart {
            visibility: hidden;
    }


    .normal-table tr:hover .btn-group.dropstart {
           visibility: visible;
    }*/
}



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

    .collapse-sidebar-button{
        display: none !important;
    }

    .normal-table table th,.normal-table table td {
        padding: 8px;
    }

    .table-actions .dropdown-menu {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        padding-top: 15px;
    }

    .table-actions .dropdown-menu li {
        margin-top: 5px;
    }

}


.normal-table thead {
    background: var(--be-secondary-color);
}

.normal-table thead th {
    font-weight: 500;
    font-size: 13px;
    vertical-align: baseline;
    color: #fff;
}


.normal-table tbody td {
    font-size: 13px;
}

table span.tdata {
    width: 100%;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.normal-table .child {
    padding: 0;
    background: #f8f9fa;
}


.grey-clr{
    color: var(--content-color);
}

.border0 {
    border: 0 !important;
}

.normal-table .brd-bt-table tr{
        border-bottom: 1px solid var(--be-border-color-grey);

}

.normal-table .brd-bt-table tr:last-child {
    border: 0;
}

.tbl-img {
    display: flex;
    align-items: center;
}


.tbl-img .def-img {
    width: 50px;
}

.tbl-img .img-box {
    margin-right: 8px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
}

.normal-table tbody td {
    color: var(--be-content-light);
}


/*data tables*/

.collapsed .showOnCollapsed {
    display: revert;
}


.showOnCollapsed {
    display: none;
    width: 0px !important;
    padding: 5px !important;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting:before{
    display: none !important;
}

.dataTables_info, .dataTables_paginate {
    padding: 15px;
}

td.dtr-control {
    padding-left: 40px !important;
}

td.dtr-control:before {
    left: 13px !important;
    height: 1.2em !important;
    width: 1.2em !important;
    line-height: 1.2em !important;
}

.row.dt-footer {
    margin: 0;
    align-items: center;
}

.dtr-details {
    width: 100%;
}

.dtr-details li {
    display: flex;
       border-bottom: 0 !important;
    padding: 8px 15px !important;
}

.dtr-details .dtr-title {
    margin-right: 20px;
        font-weight: 600 !important;
}


.table-actions {
    /*text-align: right;*/
}

.table-actions .dropdown-toggle {
    color: var(--be-content-dark);
    background: transparent;
    padding: 0;
    width: 30px;
    display: flex;
    align-items: center;
    height: 30px;
    justify-content: center;
    border: 0;
    font-size: 30px;
}

.table-actions .dropdown-toggle::before {
    display: none;
}



.table-actions .dropdown-toggle span {
    font-size: 1.8rem;
}


.dropdown-menu {
    box-shadow: 0px 3px 16px #E2E8EB;
    border: 1px solid #E7ECF0;
}

.dropdown-menu .dropdown-item {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    padding: .3rem 1rem;
    color: var(--be-content-light);
}

.dropdown-menu .dropdown-item span {
    font-size: 1.2rem;
    color: var(--be-content-dark);
    margin-right: 10px;
}














/*responsive code*/

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

    .be-main-wrapper {
        width: 100% !important;
        min-height: auto;
        margin: 0;
        margin-left: 0 !important;
        padding: 20px;
    }

}

/*sidebar responsive*/

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

    .be-sidebar{
        width: 100%;
        transform: translateX(-100%);
        transition: .3s ease-in-out;
        z-index: 9;
    }

    .show-sidebar .be-sidebar {
        transform: translateX(0);
    }

    .sidebar-footer{
        /*display: none;*/
    }

    .sidebar-content{
        height: calc(100% - 4.5rem);
        min-height: calc(100% - 4.5rem);
    }


}

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


.site-header .brand {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}

.user-option{
    display: none;
}

/*    .page-header{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .page-header .right {
        text-align: right;
    }*/

    .page-title{
        font-size: 1.1rem;
    }

    .page-header .left .page-title {
        max-width: 170px;
        white-space: break-spaces;
    }

}

/*.no-wrap{
    flex-wrap: nowrap;
    flex-direction: row;
}*/

/*temporary css*/

.site-header {
    background: white;
    z-index: 9;
    position: fixed;
    display: flex;
    align-items: center;
    height: 4.5rem;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    right: 0;
    left: 0;
}

.site-header .brand {}

.site-header .brand .site-logo {
    width: 160px;
}

.site-header .dashHelp {
    margin-left: auto;
    text-decoration: none;
    color: #000;
}

@media screen and (max-width:  768px){
    .site-header {justify-content: space-between;}

    .site-header a.dashHelp {
        margin-left: revert;
    }
}



table.dataTable th, table.dataTable td {
    /*max-width: 180px;*/
    /* background: red; */
}





/*content box*/

.content-wrap{
    margin-bottom: 2rem;
}

.content-header {
    margin-bottom: 1.5rem;
}

.content-head-inner {
    background: var(--be-primary-color);
    padding: 1rem 1.5rem;
    border-top-left-radius: var(
    --be-common-radius);
    border-top-right-radius: var(
    --be-common-radius);
}

.content-head-inner .content-head-title {
    color: #fff;
}

.content-head-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.content-body {
    background: var(--be-content-box);
    /*box-shadow: var(--be-box-shadow);*/
    border-radius: var(--be-bdr-radius);
}

.content-body .content-inner-wrap {
    padding: 1.5rem;
}

.content-inner-wrap.eq-space {
    padding-bottom: 0.5rem;
}


.align-items-stretch .content-wrap,
.align-items-stretch .content-body {
    height: 100%;
}

.align-items-stretch .

.align-items-stretch .content-wrap .content-inner-wrap {
    padding-bottom: 0;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}

.form-label-hidden {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
    visibility: hidden;
}


.form-error .form-control,
.form-error .form-control::placeholder{
    border-color: var(--be-red);
    color: var(--be-red);
}

.error-txt {
    padding-top: 0.5rem;
    color: var(--be-red);
    font-size: 13px;
}


.spinner-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.file-uploader-group{
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
}

.file-uploader {
    position: relative;
    border: 1px dashed #ced4da;
    border-radius: var(--be-bdr-radius);
    padding: 1.5rem;
    text-align: center;
    max-width: 300px;
    height: 150px;
}

.file-uploader.icon-file-uploader {
    width: 70px;
    height: 70px;
}

.icon-file-uploader .icon-uploader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.file-uploader .spinner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*z-index: 3;*/
}

.file-uploader p {
    white-space: pre-line;
}

.file-uploader .icon-uploader {
    font-size: 2rem;
    background: #F0F0F0;
    width: 3rem;
    aspect-ratio: 1/1;
    line-height: 3rem;
    border-radius: 100%;
    cursor: pointer;
}

.file-uploader:hover {
    border-color: var(--be-primary-color);
}

.file-uploader input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0;
    cursor: pointer;
}

.file-uploader.file-uploaded {
    padding: 0;
    border: 0;
}

.file-uploader.file-uploaded img {
    border-radius: var(--be-bdr-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.file-uploader .del-upload {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 2rem;
    height: 2rem;
    color: white;
    background: var(--be-red);
    line-height: 2rem;
    font-size: 1.3rem;
    border-radius: 100%;
    cursor: pointer;
}

.file-uploader .del-upload:hover {
    background: red;
}


.file-uploader-white {
    background: #fff;
    border: none;
    box-shadow: var(--be-box-shadow);
    border-radius: var(--be-bdr-radius);
}

.file-uploader-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.no-data-wrapper {
    text-align: center;
    padding: 4rem 2rem;
}

.no-data-wrapper img {
    filter: grayscale(1);
    width: 200px;
}


.no-data-wrapper h5 {
    font-size: 1.3rem;
    margin: 0;
    padding: 1rem;
}

/*normal-table-responsive*/

.table {}

.padded-table th {
    padding: 10px 14px;
}

.padded-table td {
    padding: 20px 14px;
}

.table th {
    font-weight: 500;
    border-top: 1px solid;
    background: #F8F9FA;
    border-color: #dbdbdb !important;
    font-size: 1rem;
}

.table td {
    font-size: 1rem;
}

@media (max-width: 991px) {
  .responsive-table > thead th {
    display: none;
  }
  .responsive-table > tbody td,
  .responsive-table > tbody th {
    display: block;
  }
  .responsive-table > tbody > tr:nth-child(even) td,
  .responsive-table > tbody > tr:nth-child(even) th {
    background-color: #eee;
  }
  [row-header] {
    position: relative;
    width: 100%;
    vertical-align: middle;
  }
  [row-header]:before {
    content: attr(row-header);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    padding-right: 30px;
  }
  .responsive-block [row-header]:before {
        margin-bottom: 10px;
}
}




.add-remove-wrap i {
    font-size: 20px;
}

.add-remove-wrap .item {
    align-items: center;
    display: inline-flex;
    gap: 5px;
}

.add-remove-wrap .item:nth-child(2) {
    border-left: 1px solid #e7e7e7;
    padding-left: 10px;
}
.remove-text {
    color: var(--be-red);
}

.add-text {
    color: var(--be-primary-color);
}


/*setting wrap*/

.setting-wrap {
   background: var(--be-content-box);
    box-shadow: var(--be-box-shadow);
    border-radius: var(--be-bdr-radius);
    padding: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 135px;
    margin-bottom: 1.5rem;
    gap: 15px;
}

.setting-wrap.bordered {
    background: transparent !important;
    box-shadow: none;
    border: 1px solid #ced4da;
}

.setting-wrap h3 {
    font-size: 1.1rem;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.setting-wrap .right {
    min-width: 120px;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width : 576px){
    .setting-field.setting-wrap {
        flex-wrap: wrap;
    }

    .setting-field.setting-wrap .right {
        width: 100%;
    }

    .setting-field.setting-wrap p {
        margin-bottom: 0;
    }

    .setting-wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .setting-wrap .right {
        justify-content: flex-start;
    }
    .setting-wrap p {
        margin-bottom: 0;
    }

}


@media screen and (max-width : 882px){
    .setting-wrap{
        min-height: auto;
    }
}



/*avatar icon */

.avatar-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.avatar-2x {
    width: 60px;
    height: 60px;
}

.avatar-icon .icon {
    font-size: 50px;
    color: #CFD4D9;
}

.avatar-icon.avatar-rectangle {
    height: 40px;
}

.avatar-icon .type-file-hidden {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #e6e6e6;
}



/*select 2 customization*/

.select2-wrap .select2-container {
    width: 100% !important;
}

.select2-wrap .select2-selection {
    border: 1px solid #ced4da;
    border-radius: 0.25rem !important;
    padding: 0.2rem 0.5rem;
    font-size: 0.9rem;
    font-family: 'Hind Vadodara' !important;
    min-height: 36px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 4px;
    background-color: #EFF3FC;
    padding: 0px 8px;
    border-radius: 25px;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: relative;
    border: 0;
    font-size: 20px;
    font-weight: 400;
    background-color: transparent;
    height: 22px;
    display: inline-flex;
    align-items: center;
    border-radius: 100%;
    width: 22px;
    justify-content: center;
    color: var(--be-content-dark);
}

.select2-search.select2-search--inline {
    margin: 4px;
    padding: 2px 0px;
    display: inline-flex;
    margin-top: 0;
}


.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: -3px;
    font-weight: 200;
    font-size: 25px;
}


.select2-inline .select2-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #c2c2c2;
    padding: 0;
    border-radius: 0.25rem;
    position: relative;
}

.select2-inline .select2-wrap .select2-selection {
    border: 0;
    padding: 0.2rem 0rem;
}

.select2-inline  .select2-ex-button {
    white-space: nowrap;
    padding: 0 10px;
    border-left: 1px solid #c2c2c2;
    position: absolute;
    right: 0;
    top: 7px;
}

.select2-inline .select2-wrap .icons-search {
    padding-left: 10px;
    color: var(--be-content-dark);
}


.select2-wrap.select2-with-icon {
    position: relative;
}

.select2-wrap.select2-with-icon .icons-left {
    position: absolute;
    top: 9px;
    left: 10px;
    z-index: 9;
    font-size: 20px;
}

.select2-wrap.select2-with-icon .select2-selection {
    padding-left: 30px;
}


/*push notification css*/

.push-notification-preview {
    position: relative;
}

.notification-preview-device {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
}

.push-notification-preview-simulator {
    width: 220px;
    height: 450px;
    border-radius: 25px;
    margin: auto;
    background: #222222;
    position: relative;
    padding: 0;
    border: 3px solid #000000;
    outline: 5px solid #464646;
    box-shadow: 1px 1px 1px 11px #000000cc;
    padding: 7px;
}

.push-notification-preview-simulator img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.notification-alert-preview {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    padding: 7px 7px;
    background-color: #d1d1d1;
    box-shadow: 0 0 80px rgba(0,0,0,0.3);
    border-radius: 7px;
    backdrop-filter: blur(98px);
}

.notification-alert-preview h4 {
    font-size: 12px;
    color: #000;
    margin-bottom: 2px;
}

.notification-alert-preview p {
    font-size: 10px;
    margin: 0;
    color: #000000b3;
}

.notification-alert-preview .icon {
    position: absolute;
    left: 6px;
    top: 6px;
    font-variation-settings: 'FILL' 1;
    color: #000000;
    font-size: 17px;
}

.notification-alert-preview .inner-content {
    padding-left: 20px;
}

.push-notification-preview-simulator .notification-bar {
    margin-bottom: 15px;
}


.push-notification-preview-simulator .sim-lockscreen-bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.push-notification-preview-simulator .sim-lockscreen-bottom .icon {
    background: #535151;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    font-size: 17px;
    color: #efefef;
    font-variation-settings: 'FILL' 1;
}

.custom-tagsinput {
    background: #fff;
}

.custom-tagsinput .bootstrap-tagsinput {
    padding: 0;
    border-radius: 0;
    border: 0;
    line-height: normal;
    height: auto;
    box-shadow: none;
    width: 100%;
    background: transparent;
}

.custom-tagsinput .bootstrap-tagsinput input {
    width: 100%;
    border: 1px solid #ced4da;
    padding: 0.5rem 1rem;
    border-radius: .25rem;
    /*margin-top: 10px;*/
}

.custom-tagsinput .bootstrap-tagsinput span.tag {
    background-color: #EFF3FC;
    color: var(--be-content-dark);
    padding: 3px 12px;
    /*margin: 2px 0;*/
    margin-bottom: 10px;
    display: inline-flex;
    border-radius: 25px;
    border: 0;
    font-size: 13px;
}

.custom-tagsinput .bootstrap-tagsinput .tag [data-role="remove"] {
    font-size: 17px;
    height: 20px;
    width: 11px;
    position: relative;
    top: -2px;
}

.custom-tagsinput .bootstrap-tagsinput .tag [data-role="remove"]:after {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-tagsinput .bootstrap-tagsinput input:focus {
    border: 1px solid #ced4da;
}

.custom-tagsinput.tagsinput-inner {
    position: relative;
}

.custom-tagsinput.tagsinput-inner .bootstrap-tagsinput input {
    width: auto;
    border: 0;
    padding: 0;
    margin: 0.5rem;
}

.custom-tagsinput.tagsinput-inner .bootstrap-tagsinput {
    padding: 0rem 1rem;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    line-height: normal;
    height: auto;
    box-shadow: none;
    width: 100%;
    background: transparent;
}

.custom-tagsinput.tagsinput-inner .bootstrap-tagsinput span.tag {
    margin: 0.3rem 0;
}


/*new added css*/

.position-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.graph-card {
    min-height: 400px;
}

.table-data-wrapper .table-header ~ .table-body {
    padding-top: 0;
}

.vertical-align-top td {
    vertical-align: top;
}

.dtr-details .dtr-title {
    min-width: 100px !important;
    white-space: wrap;
    word-wrap: break-word;
    max-width: 100px !important;
}


.form-check-border {
    padding: 0.4rem 1rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    position: relative;
}

.form-check-border .form-check-input {
    right: 15px;
    position: absolute;
    top: 5px;
}

.input-border {
    padding: 0.5rem 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    position: relative;
}



.form-check-tree {}

.form-check-tree ul {
    padding: 0;
    list-style-type: none;
}

.form-check-tree ul li {
    padding-top: 5px;
}

.form-check-tree ul li ul {
    padding-left: 25px;
}





.funds-required  .card{
    border: 0;
}


.funds-required .card-header {
    background: var(--be-primary-color);
    color: #fff;
    padding: 10px 15px;
}

.funds-required .card-body {
    background: #f0f7fb;
}


.funds-required .card-header h2 {
    font-size: 15px;
    margin: 0;
}

.funds-required ul {
    list-style-type: none;
    padding: 0;
}

.funds-required ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 14px;
}

#addPushNotification .left-wrap {
    padding-right: 20px;
}

#addPushNotification .modal-body {
    padding: 2rem;
}






.slider-wrapper {
    padding: 10px 0;
    margin: 30px 0;
}

.noUi-value {
    font-size: 13px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 8px;
    top: 5px;
    width: 1px;
}

.noUi-horizontal {
    height: 10px;
}

.noUi-connect {
    background: #198bec;
}

.noUi-horizontal .noUi-handle {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    right: -7px;
    border: 2px solid #198cec;
}

.noUi-handle:after,
.noUi-handle:before {
    left: 7px;
    height: 5px;
}

.noUi-handle:after {
    left: 11px !important;
}

.noUi-horizontal .noUi-tooltip {
    padding: 5px 6px;
    font-size: 13px;
    background-color: #1784de;
    color: #fff;
    bottom: 140%;
}

.noUi-horizontal .noUi-tooltip:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    border-width: 6px 6px 0 6px;
    border-color: #1784de transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    transform: translate(-50%, 0);
}


.shipping-box-wrap .content-inner-wrap {
    padding-top: 100px;
    position: relative;
    /*min-height: 330px;*/
}


.shipping-tag {
    position: absolute;
    top: 0;
    left: 0;
    background: #F4F4F4;
    border-bottom-right-radius: 20px;
    padding: 10px 20px;
    min-width: 260px;
    min-height: 75px;
    display: flex;
    align-items: center;
}

.shipping-tag.with-new-tag {
    padding-left: 80px;
}

.shipping-tag h2 {
    font-size: 17px;
    text-align: right;
    color: #000;
    font-weight: 600;
    width: fit-content;
}

.shipping-tag h2 span {
    font-size: 11px;
    font-weight: 200;
}

.new-tag {
    position: absolute;
    background: #e00c0c;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    left: 0;
    top: 0;
    border-bottom-right-radius: 10px;
    box-shadow: 3px 1px 5px #0000002e;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 12px #00000063;
}

.img-filter-none {
    filter: grayscale(0) !important;
}



.add-list-items {
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dee2e6;
}

.add-list-items h6 {
    margin: 0;
}

.add-list-items .action-wrap {
    gap: 12px;
    display: flex;
}

.add-list-items .action-wrap a i {
    font-size: 22px;
    color: var(--be-content-dark);
}

.add-list-items .action-wrap a i:hover {
    color: #000000;
}


.content-wrap-fit {
    min-height: 500px;
}

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

.filter-none {
    filter: none !important;
}


.card {
    border-radius: var(--be-bdr-radius);
    border: 0;
}

.card-title {
    font-size: 1.1rem;
}

.card-border-bottom {
    border-bottom: 8px solid transparent;
}

.card-body {
    padding: 1.2rem;
}


.align-items-stretch .card {
    height: 100%;
}


.tbl-btns {
    background: var(--be-secondary-color);
    width: 28px;
    height: 28px;
    display: inline-flex;
    border-radius: 100%;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.tbl-btns span {
    font-size: 16px;
}

.tbl-btns:hover {
    background: var(--be-hvr-secondary);
    color: #fff;

}



/*scroller style */
.thin-scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.thin-scrollbar::-webkit-scrollbar
{
    width: 4px;
    background-color: #f6f6f6;
}

.thin-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c8c8c8;
}

.tooltip-inner {background-color: var(--tooltip-color);}

.bs-tooltip-bottom > .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] > .tooltip-arrow::before {border-bottom-color: var(--tooltip-color);}

.bs-tooltip-top > .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] > .tooltip-arrow::before {border-top-color: var(--tooltip-color);}

.bs-tooltip-start > .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] > .tooltip-arrow::before {border-left-color: var(--tooltip-color);}

.bs-tooltip-end > .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] > .tooltip-arrow::before {border-right-color: var(--tooltip-color);}


.collapse-sidebar-button {
    background: #f9f9f9;
    width: 13px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #484848;
    position: absolute;
    top: 50%;
    right: -13px;
    z-index: 1060;
    cursor: pointer;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /*box-shadow: 7px 0px 7px 3px #0000000d;*/
    transform: translate(0px, -50%);
    border: 1px solid #e1e1e1;
    border-left: 0;
}

@media screen and (max-width:  768px){
    .collapse-sidebar-button {
        display: none;
    }
}



.collapse-sidebar-button i.bi.bi-chevron-left.icon {
    -webkit-text-stroke: 1px #074f79;
    text-stroke: 1px #074f79;
    left: -2px;
    position: relative;
    font-size: 10px;
}

.collapse-sidebar .collapse-sidebar-button .icon {
    transform: rotate(180deg);
}





.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.pagination {
    gap: 10px;
}

.pagination .page-link {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100% !important;
    background: transparent;
    border: 0;
    font-size: 15px;
    color: #6C6C6C;
    font-weight: 500;
}

.pagination .page-item.active .page-link ,
.pagination .page-item .page-link:hover {
    background-color: var(--be-primary-color);
    color: #fff;
}

.pagination.pagination-buttons {}

.pagination.pagination-buttons .page-link {
    width: 45px;
    border-radius: 6px !important;
    height: 35px;
    font-size: 20px;
    border: 2px solid var(--be-primary-color);
    background: #fff;
    color: var(--be-primary-color);
}

.pagination-buttons .page-item.active .page-link,
.pagination-buttons .page-item .page-link:hover {
    color: white !important;
    background-color: var(--be-primary-color);
}


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

.form-wrap-xs{
    flex-wrap: wrap;
    flex-direction: column;
}
 
}


.form-icon-right {
    position: relative;
}

.form-icon-right .icon-right {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 16px;
    color: var(--be-secondary-color);
    pointer-events: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 15px;
    height: 12px;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    border: 0;
}

.form-icon-right .icon-right.icon-eye {
    font-size: 20px;
    color: #6a6969;
    pointer-events: unset;
}

.ff_fileupload_uploads {
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow-x: auto;
}

.ff_fileupload_uploads .mx-auto {
    margin-left: unset !important;
    margin-right: unset !important;
}

.scroll-inner::-webkit-scrollbar:horizontal {
    height: 8px;
  }
  
  .scroll-inner::-webkit-scrollbar {
    width: 8px;
  }
  
  .scroll-inner::-webkit-scrollbar-track {
    background-image: url(../images/line.png);
    background-clip: content-box;
    border-style: solid;
    border-color: hsl(0deg 0% 92.77%);
    border-width: 5px 0;
    border-radius: 4px;
  }
  
  .scroll-inner::-webkit-scrollbar-thumb {
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 0px 1px;
    background-color: transparent;
    background-image: url(../images/scroll.png);
    background-color: var(--primary-bg-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }

  .form-group .form-select.border-primary {
    border: 2px solid;
    padding: 0.7rem 1rem;
}

.btns.btns-next {
    padding: 0.6rem 1rem;
    padding-right: 0.6rem;
    min-width: auto;
}

.btns.btns-next i {
    font-size: 14px;
    margin-left: 25px;
    margin-right: 0;
}

.dashboard-stats .card-body {
    padding: 25px 20px;
}

.dashboard-stats .card span {
    margin-bottom: 20px;
    font-size: 40px;
    color: var(--be-primary-color);
}

.card-shadow,
.box-shadow{
    box-shadow: 5px 8px 20px #0000000f;
}

.dashboard-stats h4 {
    font-weight: 600;
    letter-spacing: 1px;
}

.dashboard-stats h6 {
    font-size: 15px;
}

.dashboard-stats .card-primary {
    background: linear-gradient(44deg, #094e79, #188fd9);
    color: #fff;
}

.dashboard-stats .card-primary span {
    color: inherit;
}

.content-head-white{
    background-color: #fff;
}

.content-head-white .content-head-title{
    color: #000;
    font-size: 18px;
}

.content-head-white.content-head-inner{
    padding: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}


.table-white thead {
    background: #fff !important;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.table-white thead th {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 15px;
}


.btns-primary.tbl-btns {
    background: var(--be-primary-color);
    color: #fff;
    border-color: var(--be-primary-color);
}
.truncate-text {
    max-width: 200px; /* Adjust as necessary */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
tr.table-inner-separator {
    background: #f6f6f6;
}


tr.table-inner-separator td {
    padding: 25px;
    padding-bottom: 10px;
    padding-left: 0;
}

.table-inner-separator td b {
    font-weight: 600 !important;
}


.back-page .icon {
    display: inline-flex;
    -webkit-text-stroke: 1px #171616;
    font-size: 14px;
}

.back-page {
    display: inline-flex !important;
    align-items: center !important;
    gap: 1px;
    margin-bottom: 20px !important;
    font-weight: 500;
    font-size: 15px;
}

.select-2-inline .select2-selection--multiple .select2-selection__rendered {
    display: inline-flex !important;
}

.select-2-inline .select2-container--default .select2-selection--multiple{
    padding: 0.39rem 0.6rem;
    min-height: 30px;
    border-radius: var(--be-common-radius);
    border: 1px solid #ced4da
}

.btn-danger {
    background-color: transparent;
    border: none;
    color: gray;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
}

.btn-danger:hover {
    transform: scale(1.2);
}

.btn-danger i {
    font-size: 1.2em;
}
