@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  background: #F0DFE4 !important;
  font-family: "Poppins", sans-serif;
}



a {
  color: inherit;
  text-decoration: none;
}



.main_sec {
  display: flex;
  width: 100%;

}

.main_content {
  width: 100%;
}

.login_sec {
  padding: 70px 0;
}

.login_sec .login_img img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}

.login_sec .login_heading {
  margin-bottom: 30px;
}

.login_sec .login_heading h3 {
  color: #442635;
  font-size: 35px;
  font-weight: 500;
}

.login_sec .login_heading p {
  color: var(--T, #313131);
  font-size: 16px;
  font-weight: 400;
}

.login_form .form_field {
  position: relative;
  margin-bottom: 30px;
}

.login_form .form_field .form-label {
  background: #f0dfe4;
  padding: 0px 10px;
  position: absolute;
  top: -11px;
  left: 13px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.login_form.banner_form{
  margin-top: 25px;
}
.login_form.banner_form .form-label {
  background: #fff;
}

.login_form .form_field .form-control {
  background: transparent;
  border: 1px solid #442635;
  padding: 14px 15px;
  font-size: 15px;
}

.logo_img {
  margin-bottom: 151px;
}

.logo_img img {
  width: 257.681px;
  height: 70px;
}

.logo_img_sidebar {
  margin-bottom: 91px;
  margin-top: 60px;
}

.logo_img_sidebar img {
  max-width: 100%;
}

.eye_icon {
  position: absolute;
  top: 35px;
  right: 15px;
}

.forget_field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.forget_field a {
  color: #A86BFF;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

.forget_field .form-check-label {
  color: #313131;
  font-size: 14px;
  font-weight: 500;
}

.forget_field {
  margin-bottom: 51px;
}

.forget_field .form-check-input:checked {
  background-color: #442635;
  border-color: #442635;
}

.commn_btn {
  border-radius: 8px;
  background: #FFC44D;
  display: flex;
  width: 100%;
  height: 50px;
  gap: 10px;
  padding: 8px 16px;
  /* justify-content: center; */
  justify-content: space-around;
  align-items: center;
  transition: 1s;
  border: none;
}

.commn_btn:hover {
  box-shadow: 4px 5px 0px 0px #442635;

}


.sidebar_sec {
  background: #442635;
  padding: 20px;
  height: 100vh;
  overflow-y: scroll;
  max-width: 256px;
}

.sidebar_sec::-webkit-scrollbar {
  width: 0;
}

.sidebar_sec .sidebar_menu_list {
  margin: 0 0 120px;
  padding: 0;
  border-bottom: 1px solid #664756;

}

.sidebar_sec .sidebar_menu_list li {
  list-style: none;
  padding: 20px;
}

.sidebar_sec .sidebar_menu_list li.active {
  border-radius: 10px;
  background: #FFC44D;
}

.sidebar_sec .sidebar_menu_list li.active a {
  color: #442635;
  font-size: 16px;
  font-weight: 600;
}

.sidebar_sec .sidebar_menu_list li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 20px;
}
/* Put this in your external CSS file */
.sidebar_menu_list li.active img {
    filter: brightness(0) saturate(80%);
 /* turns the icon black */
    /* optional extras */
    -webkit-filter: brightness(0) saturate(80%);
}

.logo_img_sidebar {
  margin-bottom: 91px;
  margin-top: 60px;
}

.sidebar_botto_item {
  padding: 0 30px;
}
.sidebar_botto_item span{
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

.sidebar_botto_item .form-select {
  background-color: #442635;
  border-radius: 7px;
  background-image: url('../img/Down_Arrow_3.svg');
  background-size: 18px;
  background-position: calc(100% - 10px);
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #8A6F7D;
  margin-bottom: 30px;
  width: 170px;
}

.sidebar_botto_item a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 20px;
}



/* admin header css */

.admin_panel_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box_trading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}

.box_trading .box_item {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    flex: 1 0 calc(32% - 30px);
    position: relative;
}

.box_trading .box_item h5 {
  color: #04091E;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;

}

.box_trading .box_item h2 {
  color: #04091E;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 20px 0;
}

.box_trading .box_item p {
  color: var(--Colors-Basic-Interface-2, #747681);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

.box_trading .box_item p span {
  color: #A86BFF;
}

.inner_gap {
  padding: 30px 40px 30px 30px;
  overflow-y: scroll;
  height: calc(100vh - 126px);
}

.inner_gap::-webkit-scrollbar {
  width: 0;
}
/* .white_box::-webkit-scrollbar {
  width: 0;
} */
.white_box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.white_box2 {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
}


.table_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid #EEEFF2;
  padding-bottom: 20px;
}

.table_head a {
  color: #A86BFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.table_head h4 {
  color: #04091E;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.table_box.table_2 tr td {
  padding: 22px 16px 10px !important;
}
.table_box.table_2 tr td:last-child{
  text-align: end;
}
.table_box.table_2 tr th:last-child{
  text-align: end;
}
.table_box.table_2 tr th {
  padding: 22px 16px 22px !important;
}

.table_box .table {
  --bs-table-color-type: unset;
  --bs-table-bg-type: unset;
  --bs-table-color-state: unset;
  --bs-table-bg-state: unset;
  --bs-table-color: unset;
  --bs-table-bg: unset;
  --bs-table-border-color: unset;
  --bs-table-accent-bg: unset;
  --bs-table-striped-color: unset;
  --bs-table-striped-bg: unset;
  --bs-table-active-color: unset;
}

.table_box th {
  color: #718096;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2px;
  padding: 16px 0px 16px;
  border-bottom: 1px solid #EEEFF2;

}

.table_box td {
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.3px;
  padding: 16px 0px 16px;
  border-bottom: 1px solid #EEEFF2;
}

/* .table_box .row_style td:nth-child(5) span {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 6px 12px;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
} */

.status_border {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 6px 12px;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.search_field_table {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search_field_table .form-control {
  border-radius: 8px;
  background-color: #F5F5F5;
  width: 520px;
  padding: 15px 50px;
  background-image: url('../img/Search.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(15px);
}

.filter {
  border-radius: 8px;
  background: #F5F5F5;
  padding: 5px 10px;
}

.filter h5 {
  color: #718096;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.table_box .form-check-input[type=radio] {
  margin: 0;
  width: 20px;
  height: 20px;
}

.table_box .table_hd th img {
  margin-left: 15px;
}

.customer_row img{

border-radius: 100% !important;
}
.add_tb td:first-child{
  display: flex;
  align-items: center;
  gap: 5px;
}
.table_2 .row_style.integration_tr td:first-child{
  display: flex;
  align-items: center;
  gap: 30px;

}
.table_2 .row_style.integration_tr td img{
    border-radius: 0;
    width: 105px;
    height: auto;
}
.add_title_logo{
  color: #000;
font-size: 16px;
font-weight: 600;
}
.add_subttitle_logo{
  color:  #7C7C8D;
  font-size: 13px;
  font-weight: 400;
}

.dropdown-toggle {
  background-color: transparent;
  border: none;

}

.dropdown-toggle::after {
  background-image: url('../img/more.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  width: 24px;
  height: 10px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dropdown-item{
margin-bottom: 10px;
}


.dropdown-item img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
}

.pagination_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.pagination_sec .pag_type {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 0 0 18%;
}

.pagination_sec .pag_type span {
  display: inline-block;
  flex: 0 0 37%;
  color: #718096;
  flex: 0 0 auto;
}

.pagination_sec .pag_type .form-select {
  min-width: 86px;
  border-radius: 8px;
  border: 1px solid var(--Greyscale-300, #EEEFF2);
}

.pagination_item {
  display: flex;
  align-items: center;
  gap: 50px;
}

.pagination_item span {
  color: #A0AEC0;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination_item span.active {
  border-radius: 12px;
  background: #442635;
  padding: 15px;
  color: #FFC44D;
  width: 50px;

}

.archive_row td {
  color: #11182785;
  font-size: 14px;
  font-weight: 300 !important;
  line-height: 150%;
  letter-spacing: 0.3px;
}

.add_on_box .add_on_itrem {
  border-radius: 8px;
  border: 1px solid #DDC6FF;
  background: #FAF6FF;
  padding: 20px;
}

.add_on_box .add_on_itrem h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
}

.add_on_box .add_on_itrem p {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.add_on_box {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

/* .add_on_box .add_on_itrem {
  flex: 0 0 23.4%;
  position: relative;
} */
.add_on_box .add_on_itrem {
  flex: 0 0 23.4%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.add_on_itrem.integration_box {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.add_on_box .add_on_itrem span {
  color: #A86BFF;
  font-size: 16px;
  font-weight: 600;

}

.add_btn {
  display: flex;
  align-content: center;
  gap: 15px;
  margin-top: 15px;

}

.disable_btn {
  border-radius: 8px;
  border: 1px solid #442635;
  background: rgba(238, 239, 242, 0.00);
  color: #442635;
  font-size: 15px;
  padding: 10px 20px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  max-width: 140px;
  width: 100%;
}

.edit_btn {
  border-radius: 8px;
  background: #FFC44D;
  color: #442635;
  font-size: 15px;
  font-weight: 500;
  height: 44px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  max-width: 140px;
  width: 100%;
}

.integration_box {
  text-align: center;

}

/* .integration_box .img_integration {
  margin-bottom: 30px;
  width: 117px;
} */

.integration_box .img_integration {
  margin-bottom: 30px;
  width: 117px;
  height: 40px; 
  object-fit: contain;
}
.integration_box .add_btn {
  justify-content: center;
}

.overflow_scrlll {
  overflow-y: scroll;
  height: calc(100vh - 126px);
}

.overflow_scrlll::-webkit-scrollbar {
  width: 0;
}

.tickt_sec .tickt_inner {
  border-radius: 8px;
  border: 1px solid #DDC6FF;
  background: var(--Colors-Basic-White, #FFF);
  padding: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}

.tickt_sec .tickt_item {
  position: relative;
  padding: 0px 25px 0 40px;
  flex: 1 0 33%;
}

.tickt_sec .tickt_item span {
  color: #8A8A8A;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}

.tickt_sec .tickt_item p {
  color: #8A8A8A;
  font-size: 13px;
  font-weight: 400;
  line-height: 60%;
}

.tickt_sec .tickt_item h4 {
  color: var(--Colors-Basic-Interface-1, #04091E);
  font-size: 28px;
  font-weight: 600;
  line-height: 125%;
  margin: 0;
}

.tickt_sec .left_brd:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #DDC6FF;
  position: absolute;
  top: 0;
  right: 0px;
}

.list_icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list_icon li {
  margin-bottom: 7px;

}

.list_icon li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111827;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  /* 19.5px */
  letter-spacing: 0.3px;
}

.deatils_sec .deatils_inner {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.deatils_sec .deatils_inner h3 {
  color: var(--Colors-Basic-Interface-1, #04091E);
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}

.align_flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.deatils_sec .deatils_inner {
  border-bottom: 1px solid #EBEBEB;
  padding: 30px;
}

.deatils_sec .deatils_inner .deatils_item p {
  margin: 0;
  color: var(--Colors-Basic-Interface-1, #04091E);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.deatils_sec .deatils_inner .deatils_item span {
  color: #656565;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}


.dropdown-toggle::after {
  border: none;
}

.more_dropdwon .dropdown-toggle {
  background-color: transparent;
  border: none;

}

.more_dropdwon .btn:hover {
  background: transparent !important;
}

.more_dropdwon .btn-primary {
  background: transparent !important;
}

.more_dropdwon .dropdown-toggle::after {
  background-image: url('../img/more.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  width: 24px;
  height: 10px;
}

.more_dropdwon .dropdown-item img {
  width: 20px;
}

.more_dropdwon .dropdown-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.align_flex2 {
  display: flex;
  align-items: center;
  gap: 50px;
}

.more_dropdwon .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: unset;
  background-color: unset;
  border-color: unset;
}

.admin_panel_header {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 0;
  width: 102%;
  height: 96px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search_field .form-control {
  border-radius: 12px;
  background: #F5F5F5;
  display: flex;
  width: 412px;
  height: 48px;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  width: 520px;
  padding: 15px 50px;
  background-image: url('../img/Search.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(15px);
}

.profile_admin {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile_admin .notification_icon {
  position: relative;
  padding: 15px 15px 15px 35px;
}

.profile_admin .notification_icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 11px;
  width: 1px;
  height: 100%;
  background: #F5F5F5;
}

.profile_admin .profile_img {
  position: relative;
  padding: 3px 15px 5px 35px;
}

.profile_admin .profile_img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #F5F5F5;
}

.admin_paneltext {
  flex: 0 0 28%;
}

.admin_paneltext h3 {
  color: #04091E;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  line-height: 130%;
}

.admin_paneltext p {
  color: #747681;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

.search_field {
  flex: 0 0 40%;
  position: relative;
}

.profile_admin {
  flex: 0 0 28%;
  justify-content: end;

}

.nav_tabs_chart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_tabs_sls {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav_tabs_chart .nav-pills {
  border-radius: 30px;
  border: 1px solid #A86BFF;
  padding: 0px;

}

.nav_tabs_chart .nav-pills .nav-link {
  padding: 9px 25px 7px;

}

.nav_tabs_chart .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #a86bff;
  border-radius: 30px;
}

.nav_tabs_chart .nav-pills .nav-link {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

.monthly_status_chart {
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  padding: 10px 20px;
}

.monthly_status_chart span {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 15px;
}


.order_details_sec {
  display: flex;
  justify-content: space-between;
  margin: 30px;
  gap: 30px;
  flex-wrap: wrap;
}

.order_details_sec .order_details {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid #DDC6FF;
  background: var(--Colors-Basic-White, #FFF);
  padding: 20px 50px;
  flex: 1 0 31%;
}

.order_details_sec .order_details:last-child {
  background: #FAF6FF;
}

.order_details_sec .order_details span {
  color: #04091E;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}

.order_details_sec .order_details h3 {
  color: #04091E;
  font-size: 28px;
  font-weight: 600;
  line-height: 125%;
}

.inetgration_tab {
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background: #FFF;
  padding: 20px;
  margin: 0px 0px 30px 30px;
}

.inetgration_tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
  background: transparent;
  border-bottom: 2px solid #A86BFF;
  border-radius: 0;
  color: #A86BFF;
  font-size: 16px;
  font-weight: 500;
}

.inetgration_tab .nav-pills .nav-link {
  color: #04091E;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 30px 10px;
}

.active_tag {
  border-radius: 30px;
  border: 1px solid #D1D1D1;
  background: #FFF;
  border-radius: 30px;
  padding: 5px 10px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.integration_status {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 0;
  width: 100%;
  justify-content: space-between;
}

.integration_status .integration_cnt {
  display: flex;
  align-items: center;
  gap: 30px;
}

.integration_status .logo_int {
  width: 98px;
}

.logo_multi {
  width: 52px;
}

.integration_status h6 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.integration_status p {
  color: var(--gray-dark-4, #7C7C8D);
  font-size: 11px;
  font-weight: 400;
  margin: 0;
}

.integration_status p span {
  color: #000;
  font-weight: 500;
}

.integration_status .more_dropdwon {
  display: flex;
  align-items: center;
  gap: 30px;
}


.btn_173 {

  width: 173px;
  height: 54px;

}

.border_none {
  border: none;
}


.grey_box {
  border-radius: 8px;
  background: #F4F4F4;
  padding: 30px;
}

.notes_box {
  margin: 0px 30px 30px 0px;
  height: calc(100% - 30px);


}

.notes_box h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.notes_box p {

  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
}

.order_title h3 {
  color: #04091E;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.order_list {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 30px;
  justify-content: space-between;
  border-radius: 8px 8px 0px 0px;
  background: #F2F2F2;
}

.order_list .order_list_item span {
  color: #04091E;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.order_list .order_list_item h5 {
  color: #04091E;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.order_box {
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background: #FFF;
}

.complet_item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.complet_item .logo_int {
  width: 100px;
}

.complet_item h6 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.complet_item p {
  color: var(--gray-dark-4, #7C7C8D);
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.btn_yellow {
  border-radius: 8px;
  background: #FFC44D;
  width: 137px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.complet_order {
  padding: 30px 30px 10px;
}

.complet_order span {
  color: var(--Colors-Basic-Interface-1, #04091E);
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  /* 24px */
  text-transform: capitalize;
}

.complet_list_ord {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px 30px;
}

.complet_list_ord h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}


.statement_month h5 {
  color: var(--Colors-Basic-Interface-1, #04091E);
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  /* 24px */
  text-transform: capitalize;
  margin: 0;
  gap: 10px;
  display: flex;
  align-items: center;
  flex: 0 0 49%;
}

.statement_month span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.statement_month {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 30px;
  margin: 0 30px;
}

.border_box {
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  padding: 20px;
  margin: 0 30px;
}

.total_price {
  padding: 30px 30px;
}

.total_price h2 {
  color: #000;
  text-align: right;
  font-size: 22px;
  font-weight: 600;
}

.btn_grey {
  border-radius: 8px;
  background: #EEEFF2;
  width: 117px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.confirm_btn_item {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
  margin-top: 20px;
}

.new_invoice_topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.new_invoice_topbar .invice_side_icon {
  display: flex;
  align-items: center;
  gap: 15px;
}

.new_invoice_topbar h3 {
  color: var(--Colors-Basic-Interface-1, #04091E);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}



.invoice_field .form_field .form-label {
  color: #666;
  font-size: 12px;
  font-weight: 400;
}

.invoice_field .calledner .form-control {
  background-image: url('/calendar.svg');
  background-position: calc(100% - 10px);
  background-size: 20px;
  background-repeat: no-repeat;
}


.invoice_biil h6 {
  margin: 0;
  color: #04091E;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.invoice_biil p {
  margin: 0;
  color: #696969;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
}

.invoice_biil {

  background-image: url('/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
  background-size: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
}

.border-bottom00 {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.border-b {
  border-bottom: 1px solid #DADADA
}

.new_align_filed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new_align_filed span {
  color: #737373;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  /* 20.8px */
  text-transform: capitalize;
  padding: 0px 10px 10px;
}

.new_align_filed h6 {
  color: #04091E;
  font-size: 15px;
  font-weight: 600;
  line-height: 160%;
  /* 24px */
  text-transform: capitalize;
  margin: 0;
}

.gp {
  margin: 0 0 15px;
}

.add_on_item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.link_text {
  color: #FFC44D;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  /* 22.4px */
  text-transform: capitalize;
}

.previuw_invice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.previuw_invice a {
  color: #04091E;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  /* 16.8px */
  text-decoration-line: underline;
}

.previuw_invice_sec {
  color: #04091E;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}



.title_2 {
  color: #04091E;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}

.bill_count {

  border: 1px solid #DADADA;
  border-radius: 8px;

}

.bill_count .bill_count_item:last-child {
  border-right: none;
}

.bill_count .bill_count_item {
  flex: 0 0 49%;
  border-right: 1px solid #DADADA;
  margin-right: 20px;
}

.bill_count .bill_border_b {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #D9D9D9;
}

.bill_count .bill_count_item span {
  color: #666;
  font-size: 12px;
  font-weight: 400;
}

.bill_count .bill_count_item p {
  color: #04091E;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}

.bill_table_box {
  overflow: hidden;
  border-radius: 8px;
  margin-top: 15px;
  border: 1px solid #D9D9D9;
}

.bill_table_box table {
  width: 100%;
}

.bill_table_box th {
  background: #EEE;
  padding: 15px;
}

.bill_table_box tr td {
  border-bottom: 1px solid #D9D9D9;
  padding: 15px;
}

.bill_table_box tr:last-child td {
  border-bottom: none;
  padding: 15px 15px 10px;
}

.total_invoice_amoutn .total_invoice span {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  flex: 0 0 50%;
  margin: 5px 0;
}

.total_invoice_amoutn {
  width: 185px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  margin-top: 15px;

}

.end_box {
  display: flex;
  justify-content: end;
}

.total_invoice_amoutn .total_invoice {
  display: flex;
  align-items: center;
  gap: 15px;
}

.total_invoice_amoutn .total_invoice h6 {
  color: #111827;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  margin: 5px 0;
  flex: 0 0 40%;
  text-align: end;
}

.invice_rc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.invice_rc p {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.invice_rc span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.invoice_box_2 .total_invoice_amoutn {
  width: 331px;
}

.commn_icon_btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  margin-top: 30px;
}

.client_logo_img2 {
  position: relative;
  width: 260px;
  height: 110px;
  margin: 0 auto 47px;
}

.client_logo_img2 .edit_logo {
  position: absolute;
  bottom: -7px;
  right: -10px;
}

.client_logo_img2 .img_progile_logo {
  max-width: 100%;
  height: 110px;
}

.client_logo_img {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 47px;
}

.client_logo_img .img_progile_logo {
  max-width: 100%;
  height: 110px;
}

.client_logo_img .edit_logo {
  position: absolute;
  bottom: -7px;
  right: -10px;
}

.add_on_field_form .login_form .form_field .form-label {
  background: #fff;
}

.price_addon_filed {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  width: 100%;
}


.price_addon_filed .form_field .form-control {
  width: 100%;
  color: #A86BFF;
}

.price_addon_filed .form_field:last-child .form-control {
  color: #A0AEC0;
}

.price_addon_filed .form_field {
  flex: 0 0 49%;
}

.vh-100 {
  height: 100vh;
  overflow-y: scroll;
}

.vh-100::-webkit-scrollbar {
  width: 0;
}


.ticket_id {
  border-bottom: 1px solid #EEEFF2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 10px;
}

.ticket_id h5 {
  color: #04091E;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.ticket_id p {
  color: #111827;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  margin: 0;
  display: flex
;
  align-items: center;
  gap: 10px;
}

.ticket_title span {
  color: #718096;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.2px;
}

.ticket_title h6 {
  color: #04091E;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.ticket_details_sic {
  padding: 20px 30px;
}

.ticket_details_sic .discription_box {
  border-radius: 8px;
  border: 1px solid #DDC6FF;
  background: #FAF6FF;
  padding: 15px;
}

.ticket_details_sic .discription_box h6 {
  color: #04091E;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}

.ticket_details_sic .discription_box .discrip_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.ticket_details_sic .discription_box a {
  color: #A86BFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 10px;

}

.ticket_details_sic .discription_box p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.gap_item {
  padding: 20px 30px;
}

.form_field textarea {
  width: 100%;
  border: 1px solid #442635;
  padding: 15px;
  border-radius: 8px;
  font-size: 13px;
  color: #7C7C8D;
}

.status_ticket span {
  color: var(--Colors-Basic-Interface-1, #04091E);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 20.8px */
  text-transform: capitalize;
}

.status_ticket {
  margin-bottom: 30px;
}

.status_ticket .css-13cymwt-control {
  width: 400px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background: #FFF;
  padding: 10px;
}

.status_ticket .css-t3ipsp-control {
  width: 400px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background: #FFF;
  padding: 10px;
}

.status_ticket .css-1nmdiq5-menu {
  width: 400px !important;
}

.status_ticket .css-1p3m7a8-multiValue:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 10px;
  background-image: url(/dot.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 7px;
  width: 7px;
}

.status_ticket .css-1p3m7a8-multiValue {
  position: relative;
  border: 1px solid #eee;
  padding: 4px 10px 4px 15px;
  border-radius: 30px;
}





.series_item span {
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: rgb(255, 196, 77);

}


.side_bar_fix2 {
  width: 100%;
}

/*   

.side_bar_fix2 {
  max-width: 100%;
  flex: 0 0 86%;
} */

.sidebar_m {
  display: flex;
  align-items: center;
}




.navbar_icon {
  background: transparent;
  border: none;
  display: none;
  position: absolute;
  top: 9px;
  right: 0;

}

.table_box table {
  width: 100%;
}

.table_box .table tr th {
  color: #718096;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.2px;
  padding: 16px;
  vertical-align: middle
}

.table_box .table tr td {
  color: #111827;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.3px;
  padding: 16px;
  vertical-align: middle; 
}

.existing_status {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #A86BFF;
  border-radius: 30px;
  margin-right: 5px;
}

.border_status {
  border-radius: 30px;
  border: 1px solid #D1D1D1;
  background: #FFF;
  padding: 5px 15px;
}

.grey_dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #868686;
  border-radius: 30px;
  margin-right: 5px;
}

.green_dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #42B54D;
  border-radius: 30px;
  margin-right: 5px;
}

.red_dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #FF002E;
  border-radius: 30px;
  margin-right: 5px;
}

.yellow_dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #F7981D;
  border-radius: 30px;
  margin-right: 5px;
}

.border_purple {
  border-bottom: 1px solid #A86BFF;
  padding: 0px 0 30px;
  width: 100%;
}


.add_on_field_form .login_form .status_ticket .select2-selection--multiple {
  outline: 0;
  width: 400px;
  padding: 10px 8px 16px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background: #FFF;
}

.add_on_field_form .login_form .status_ticket .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #dadada;
  margin-left: unset;
  border-radius: 55px;
  margin-top: unset;
  padding: 8px 21px 8px 29px !important;
}

.add_on_field_form .login_form .status_ticket .select2-selection__choice__remove {
  border-right: none;
}

.add_on_field_form .login_form .status_ticket .select2-selection__choice__remove {
  right: -83px;
  top: 7px;
}

.add_on_field_form .login_form .status_ticket .select2-selection__choice {
  position: relative;
}

.add_on_field_form .login_form .status_ticket .select2-selection__choice:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 13px;
  width: 7px;
  height: 7px;
  border-radius: 15px;
  background-color: #A86BFF;
}

.add_on_field_form .login_form .status_ticket .select2-selection__choice__remove:focus {
  background: transparent;
}

.add_on_field_form .login_form .status_ticket .select2-selection__choice__remove:hover {
  background: transparent;
}


.color_p {
  color: #A86BFF;
}

.signup_form .alig_field {
  display: flex;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}

.signup_form .alig_field .form_field {
  flex: 0 0 48.3%;
  margin-bottom: 0;
}

.form_title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.form_p {
  color: #313131;
  font-size: 14px;
  font-weight: 500;
}

.stisfy_customner ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;

}
.stisfy_customner ul li{
  list-style: none;
  margin: -5px;
}
.stisfy_customner ul li span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #A86BFF;
  border-radius: 100%;
  color: #fff;
  color: #FFF;
  font-size: 7px;
  font-weight: 600;
  line-height: 160%;
  width: 24px;
  height: 24px;
}

.stisfy_customner ul li img{
  border-radius: 100%;
  width: 24px;
  height: 24px;
}
.box_customer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.Transactions_sec .Transactions_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;

}
.Transactions_sec .Transactions_inner h4{
  color: #0A112F  ;
font-size: 18px;
font-weight: 500;
line-height: 160%; /* 28.8px */
letter-spacing: -0.18px;
margin: 0;
}
.Transactions_sec .Transactions_inner h4 span{
  color:#9096A2;
font-size: 14px;
font-weight: 500;
line-height: 160%;
}
.Transactions_sec .Transactions_inner p{
  color: #0A112F;
font-size: 14px;
font-weight: 400;
line-height: 160%; /* 22.4px */
letter-spacing: -0.28px;
}
.Transactions_sec .transsiotion_hist_main{
  display: flex;
  align-items: center;
  gap: 15px;
}
.Transactions_sec .transsiotion_hist_main h5{
  color:#0A112F;
font-size: 16px;
font-weight: 500;
line-height: 160%; 
letter-spacing: -0.32px;
margin: 0;
}
.Transactions_sec .transsiotion_hist_main span
{
  color:#70707A;
font-size: 14px;
font-weight: 400;
line-height: 160%;
letter-spacing: 0.14px;
}

.drop_sp{
  color: #111827;
font-size: 14px;
font-weight: 300;
line-height: 240%; /* 33.6px */
letter-spacing: 0.3px;
}
.mr_15{
  margin-right: 15px;
}

.table_2 .row_style td img{
  border-radius: 8px;
  margin-right: 13px;
  width: 40px;
  height: 40px;
}


@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1450px) {
  .search_field .form-control {
    width: 350px;
  }
}

@media only screen and (max-width: 1250px) {
  .add_on_box {
    flex-wrap: wrap;
  }

  .side_bar_fix {
    position: fixed;
    top: 0;
    left: -256px;
    max-width: 256px;
    height: 100%;
    background-color: #333;
    transition: left 0.3s ease;
    z-index: 1;
  }


  .side_bar_fix.hidesidebar {
    left: 0;
  }

  .navbar_icon {
    display: block !important;
  }



}

@media only screen and (max-width: 1024px) {
  .navbar_icon {
    right: -111px;
  }
}

@media only screen and (max-width: 992px) {
  .navbar_icon {
    right: -21px;
  }

  .search_field .form-control {
    width: 250px;
  }

  .search_field_table .form-control {
    width: 100%;
  }


}

@media only screen and (max-width: 767px) {


  .search_field .form-control {
    display: none;
  }

  .navbar_icon {
    right: 0;
    top: -13px;
  }

  .box_trading .box_item {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }

  .nav_tabs_chart {
    flex-direction: column;
  }

  .nav_tabs_sls {
    margin-bottom: 15px;
  }
}

.overflow_table_scroll {
  width: 900px;

}

















.check_box_item{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.filter_select{
  margin-bottom: 25px;
}
.filter_select label{

  color: #53545C;
font-size: 12px;
font-weight: 400;
margin-bottom: 5px;
display: block;
}
.filter_select select{
  width: 100%;
  padding: 7px;
  border-radius: 8px;
  border: 1px solid #E1E2E9;
  appearance: none;
  background-image: url(../img/drop_errow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  background-size: 10px;
}

.custom_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #83898C;
font-size: 13px;
font-weight: 400;
}

.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  background: transparent;
  width: 22px;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid  #CFD3D4;
}
.custom_check:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom_check input:checked ~ .checkmark {
  background-color: #FFC44D;

}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_check input:checked ~ .checkmark:after {
  display: block;
}

.custom_check .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter_amount span{
  color:  #53545C;
  font-size: 12px;
  font-weight: 400;
}

.filter_amount .filter_form label{
  color:  #1C1D22;
  font-size: 11px;
  font-weight: 500;
  line-height: 150%; /* 16.5px */
  letter-spacing: -0.275px;
}
.filter_amount .filter_form{
  display: flex;
  gap: 15px;
 align-items: center;
}
.filter_amount .filter_form input{
  border-radius: 8px;
border: 1px solid  #d8d8d8;
background:  #FFF;
padding: 15px;
opacity: 1;
    position: unset;
    border: 1px solid #eee;
    padding: 10px;
    font-size: 15px;
   
    font-weight: 400;
}

.filter_amount .filter_form input:hover{
  box-shadow: unset;
}


.profile_section .profile_topbar .prfile_title h2{
  color: #04091E;
font-size: 20px;
font-weight: 500;
line-height: 140%;
margin: 0;
}
.profile_section .profile_topbar .prfile_title  span{
  color: #5F6165;
font-size: 14px;
font-weight: 300;
}

.profile_section .profile_topbar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
padding-bottom: 15px;
}
.profile_section .profile_box{
  text-align: center;
margin: auto;
padding: 50px;
border-right: 1px solid #eee;
margin-top: 30px;
}
.profile_section .profile_box img{
border-radius: 100%;
width: 120px;
height: 120px;
}
.profile_section .profile_box .profile_cnt h3{
  color: #111827;
font-size: 20px;
margin: 0;
font-weight: 400;
}
.profile_section .profile_box .profile_cnt p{
  color: #000;
font-size: 13px;
font-weight: 400;
}
.profile_ac_sec {
  padding: 40px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
}
.profile_ac_sec .profile_ac_inner{
  flex: 0 0 50%;
}
.profile_ac_sec .profile_ac_inner .text_field{
  margin-bottom: 40px;
}
.profile_ac_sec .text_field span{
  color:  #7C7C8D;
  font-size: 14px;
  font-weight: 400;
}
.profile_ac_sec .text_field p{
  color: #000;
font-size: 16px;
font-weight: 400;
}

.switch input
{
  display: none;
}

.switch 
{
  display: inline-block;
  width: 60px; /*=w*/
  height: 30px; /*=h*/
  margin: 4px;
  transform: translateY(50%);
  position: relative;
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F0DFE4;
  border-radius: 30px;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  transition: 0.2s;
}

.slider:before
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  transform: translateX(-30px); /*translateX(-(w-h))*/
  transition: 0.2s;
}

input:checked + .slider:before
{
  transform: translateX(30px); /*translateX(w-h)*/
  background-color: #fff;
}

input:checked + .slider
{
background-color: #442635;
}

.switch200 .slider:before
{
  width: 200%;
  transform: translateX(-82px); /*translateX(-(w-h))*/
}

.switch200 input:checked + .slider:before
{
  background-color: red;
}

.switch200 input:checked + .slider
{
  box-shadow: 0 0 0 2px red, 0 0 8px red;
}

.over_item {
  border-bottom: 1px solid rgba(162, 161, 168, 0.10);
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.over_item h3{
  color: #16151C;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 24px;
}
.over_item p{
  color: #A2A1A8;
font-size: 14px;
font-weight: 400;
line-height: 24px;
margin: 0;
}

.laguage_select{
  border-radius: 10px;
  background: var(--gray-gray-10, rgba(162, 161, 168, 0.10));
  border: none;
  padding: 10px;
  appearance: none;
  background-image: url('../img/arrow-down.svg');
  background-position: calc(100% - 10px);
  background-size: 15px;
  background-repeat: no-repeat;

}
.over_item .laguage_select:focus{
  outline: none;
}


.field_upload{
  position: relative;
  width: 100%;
  height: 133px;
  border-radius: 8px;
border: 1px dashed #442635;
background: #FFF;
}
 .field_upload input{
  position: absolute;
    top: 0;
    width: 100%;
    height: 133px;
    opacity: 0;
    z-index: 1  ;
}
.upload_store_logo.second_img .field_upload img {
position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%);
    width: 70%;
    overflow: hidden;
    height: 100%;
}
.upload_store_logo .field_upload img{
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.upload_store_logo h6{
  color:  #16151C;
font-size: 16px;
font-weight: 300;
line-height: 24px;
}
.second_img .field_upload {
  height: 500px;
}
.second_img .field_upload input{
  height: 284px;
}
.brand_logo_sec{
  margin-top: 20px;
}
.store_field_title{
  color: #16151C;
font-size: 16px;
font-weight: 300;
line-height: 24px; 
}
.brand_logo_sec .brand_logo_inner{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  flex-wrap: wrap;
}
.brand_logo_sec .brand_logo_inner .brand_logo_box{
  border-radius: 8px;
border: 1px dashed #442635;
background: #FFF;
padding: 20px;
width: 150px;
height: 65px;
display: flex;
align-items: center;
justify-content: center;
}

.feature_product_sec{
  margin-top: 30px;
}

.feature_product_sec .feature_product_inner{
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.feature_product_sec .features_item {
  flex: 1 0 15%;
}


.feature_product_sec .features_item .field_upload img{
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%);
}
.genrated_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 15px;
}
.genrated_box h6{
  color: #16151C;
font-size: 14px;
font-weight: 400;
line-height: 24px;
margin: 0;
}
.genrated_box span{
  color: #16151C;
font-size: 14px;
font-weight: 400;
line-height: 22px;
border-radius: 10px;
background:  rgba(162, 161, 168, 0.10);
padding: 10px;
}

.setting_title{
  color: #04091E;
font-size: 16px;
font-weight: 500;
padding: 0px 20px 20px;
}
.title222{
  color: #04091E;
font-size: 16px;
font-weight: 500;
padding: 0px 20px 20px;

}

.authentication_item {
  display: flex;
  align-items: center;
  gap: 15px;

}
.security_sec h6{
  color: #442635;
font-size: 17px;
font-weight: 500;
margin: 0;
}
.authentication_item p{
  color: #A2A1A8;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 21px 0 0px;
}
.sp_title{
  color:  #A2A1A8;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.colpmete_id{
  display: flex;
  align-items: center;
  gap: 15px;
}
.colpmete_id h5{
color: #04091E;
font-size: 20px;
font-weight: 500;
line-height: 140%;
margin: 0;
}
.colpmete_id a{
  border-radius: 12px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
   background: #A86BFF;
   padding: 8px 15px;
}

.order_status_sc{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.order_status_sc .status_order_cmplt{
  flex: 1 0 32%;
}
.order_status_sc .status_order_cmplt p{
  color: #404040;
font-size: 16px;
font-weight: 400;
margin: 5px 0;

}
.order_status_sc .order_bytext{
  flex: 1 0 32%;
}
.order_status_sc .order_bytext h6{
  color: #404040;
font-size: 16px;
font-weight: 600;
margin: 0;
}

.order_bytext a{
  color: #A86BFF;
font-size: 16px;
font-weight: 400;
text-decoration-line: underline !important;
display: block;
margin: 8px 0;
  }
.order_bytext span{
  color: #565656;
font-size: 14px;
font-weight: 400;

}

.total_cost{
  color: #202224;
  text-align: end;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  margin-top: 15px;

}

.btn:hover{
  background: transparent;
}

.product_details_sc .prduct_item_details{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_details_sc .prduct_item_details h6{
  color:  #04091E;
font-size: 20px;
font-weight: 500;
line-height: 140%; 
}

.upload_item_img_file span{
  color:  #16151C;
font-size: 16px;
font-weight: 300;
line-height: 24px;
margin-right: 15px;
display: block;
margin-bottom: 15px;
}
.upload_item_img_file .preview_img{
  border-radius: 8px;
  width: 137px;
  /*opacity: 0.5;*/
  height: 90px;

}
.upload_item_img_file2 {
  flex: 0 0 80%;
}
.upload_item_img_file2 span{
  color:  #16151C;
font-size: 16px;
font-weight: 300;
line-height: 24px;
margin-right: 15px;
display: block;
margin-bottom: 15px;
}
.upload_item_img_file2 .preview_img{
  border-radius: 8px;
  width: 86px;
/*  opacity: 0.5;*/
  height: 90px;
  padding: 5px;
}

.upload_filed_preview{
  display: flex;
  align-items: center;
  gap: 50px;
}

.upload_filed_preview .upload_store_logo .field_upload {
  position: relative;
  width: 100px;
  height: 83px;
  border-radius: 8px;
  border: 1px dashed #442635;
  background: #FFF;
}
.upload_filed_preview .upload_store_logo .field_upload input {
  position: absolute;
  top: 0;
  width: 100%;
  height: 83px;
  opacity: 0;
}
.upload_filed_preview  .upload_store_logo .field_upload img {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translate(-50%);
}

.preview_img_alig{
  display: flex;
  align-items: center;
  gap: 15px;
}
.variant_selct {
  position: relative;
  margin: 0 auto;
  text-align: end;
}
.variant_selct label{
  background: #fff;
  padding: 2px 9px;
  position: absolute;
  top: -13px;
  left: 15px;
}
.variant_selct select {
  padding: 16px 38px 16px 18px;
  border-radius: 8px;
  appearance: none;
  border: 1px solid #442635;
  background-image: url('../img/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  font-size: 14px;
}

.flex_end_just{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select_field {
  position: relative;

}
.select_field label{
  background: #fff;
  padding: 2px 9px;
  position: absolute;
  top: -13px;
  left: 15px;
}
.select_field select {
  padding: 16px 38px 16px 18px;
  border-radius: 8px;
  appearance: none;
  border: 1px solid #442635;
  background-image: url('../img/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  width: 100%;
  font-size: 14px;
}

.produc_info{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.produc_info .form_field{
  flex: 1 0 49%;

}
.produc_info .form_field.field_unlock .form-control{
  background-image: unset;
}
        /* .produc_info .form_field .form-control{
  background-image: url('../img/lock.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
} */

.edit-file .lock-input{
background-image: url(../img/lock.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) !important;
}

.bott_field.produc_info .form_field{
  flex: 1 0 28%;
  
}
.bott_field.produc_info .fx_slct_sz{
  flex: 0 0 40%;
}
.bott_field.produc_info .fx_slct_sz .select_field select {

  background-position: calc(100% - 40px);
}
.bott_field.produc_info .fx_slct_sz .select_field img{
  position: absolute;
  top: 16px;
  right: 10px;
}

.product_details_continue .produc_info .form_field {
  flex: 1 0 20%;
}

.price_tt{
  color: #7C7C8D;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.meta_filed label{
  color: #666;
font-size: 14px;
font-weight: 400;
}

.slect_2_field .select2-selection--multiple{
  border: 1px solid #442635 !important;
  background: #FFF;
  padding: 15px;
  border-radius: 8px !important;
  min-height: 68px !important;
}
.slect_2_field .select2-selection__choice {
  background-color: rgba(162, 161, 168, 0.10) !important;
  border: none !important;
  border-radius: 4px !important;
  margin-left: 0 !important;
  margin-top: -3px !important;
  padding: 9px 30px 9px 5px !important;
  border-radius: 10px !important;
}
.slect_2_field .select2-selection__choice__remove {
  right: -71px !important;
  border-right: none !important;
  top: 9px !important;
}

.slect_2_field{
  position: relative;
}
.slect_2_field .btn_select{
  position: absolute;
  top: 40px;
  right: 10px;
}
.related_product_sc{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.related_product_sc .related_product_inner .field_upload {
  width: 155px;
  height: 73px;

}
.related_product_sc .related_product_inner .field_upload input{
  height: 73px;

}
.related_product_sc .related_product_inner .upload_store_logo .field_upload img{
  top: 37%;
}
.related_product_sc .related_product_inner{
  flex: 0 0 75%;
}
.related_product_sc .related_product_inner:last-child{
  flex: 0 0 20%;
}
.related_product_sc h6{
  color: #16151C;
font-size: 16px;
font-weight: 300;
line-height: 24px;
}
.related_product_sc .related_product_inner .upload_store_logo {
  display: flex;
  align-items: center;
  gap: 15px;
}
.email_stock_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.email_stock_item h6{
  color:  #16151C;
font-size: 16px;
font-weight: 500;
line-height: 24px; 
margin: 0;
}
.email_stock_item span{
  color:  #A2A1A8;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}

.profile_img .dropdown button{
  background: transparent;
  border: none;
}


.profile_img .dropdown-item img{
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.profile_img  .dropdown-toggle::after{
background-image: unset;
}

/* .profile_img .dropdown-item{
  border-bottom: 1px solid #eee;
  padding: 17px;
} */
.profile_img .dropdown-item { 
  padding: 15px 20px;
  color: #404040;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.profile_img ul.dropdown-menu {
  border-radius: 14px 0px 14px 14px;
  background: #FFF;
  box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 0px;
}
.totla_orders_item{
  display: flex;
  align-items: center;
}
.totla_orders_item h6{
  color:  #7C7C8D;
  font-size: 14px;
  font-weight: 400;
}
.fz_size00{
  flex: 0 0 50%;
}
.totla_orders_item{
  padding: 40px;
}

.bottom_btn_field{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.bottom_btn_field .commn_btn{
  width: auto !important;
}


.delete_modal .modal-dialog{
    --bs-modal-width: 380px !important;
}

.delete_modal .btn-close {
    background: transparent;
    border: none;
    font-size: 35px;
    padding: 0;
    position: absolute;
    right: 10px;
}
.delete_modal .delete_pop img{
  width: 66px;
  margin-bottom: 15px;
}
.delete_modal .delete_pop p{
  color: #04091E; 
text-align: center;
font-family: Poppins;
font-size: 20px;
font-weight: 500;
line-height: 140%; 
}
.delete_modal .delete_pop{
padding: 20px;
text-align: center;
}
.delete_modal .btn_align_pop{
  flex: 0 0 100%;
}

.delete_modal .modal-footer {
    padding: 0px 30px 20px;
}
.modal-dialog{
  --bs-modal-width: 812px !important;
}


.modal-footer{
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
}

.outline_btn {
  border-radius: 8px;
 border: 1px solid #442635;
 background: transparent;
  display: flex;
  width: 100%;
  height: 50px;
  gap: 10px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  transition: 1s;
}

.btn_align_pop{
  display: flex;
  align-items: center;
 gap: 15px;
 flex: 0 0 42%;
}

.btn_align_pop p{
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

.modal-header{
  border: none;
  padding: 25px 30px;
}

.close.btn{

    background: transparent;
    border: none;
    font-size: 35px;
    padding: 0;
}
.modal-body{
  padding: 25px 30px;
}

.profile_img_b{
  width: 270px;
  height: 110px;
  position: relative;
  margin: 0px auto 50px;
}
.lock_icon{
  position: absolute;
  bottom: 0;
  right: 0;
}
.lock_icon img{
  width: 34px !important;
  height: 34px !important;
}
.profile_img_b img{
  width: 263px;
  height: 110px;
}

.btn_grey_ooo{
  background: rgba(245, 245, 245, 1);
  color: rgba(113, 128, 150, 1);
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
}
a.commn_btn.btn_173 {
    background: transparent;
    border: 1px solid #442635bf;
}

a#filterOpen {
  color: #718096;
  display: flex;
  gap: 4px;
  font-weight: 500;
  font-size: 15px;
}
#addonForm .price_addon_filed{
  margin: 30px 0;
}
.status_ticket select.form- {
  min-width: 200px;
  border-radius: 10px;
  height: 45px;
  padding: 0px 10px;
  border-color: #E8E8E8;
  background: transparent;
}
.status_ticket.border-b.gap_item.pb-5 span {
  display: block;
}
input[type="checkbox"] {
  display: none;
}

/* Custom Round Checkbox */
.custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #CBD5E0;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

/* Inner Circle (Hidden by Default) */
.custom-checkbox::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #442635;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Show Inner Circle When Checked */
input[type="checkbox"]:checked + .custom-checkbox::after {
  opacity: 1;
}
 
.pagination-links span a {
  border: none !important;
  background: transparent !important;
  color: #A0AEC0;
}
.pagination-links span [aria-current="page"] .bg-white {
  background: #442635 !important;
  display: inline-block;
  color: #FFC44D;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  text-align: center !important;
  line-height: 40px;
  padding: 0px !important;
}
.pagination-links span [aria-label="pagination.previous"] span , .pagination-links span [aria-label="pagination.next"] span{
  border: none !important;
  background: transparent !important;
  color: #000;
}
span.relative.z-0.inline-flex.shadow-sm.rounded-md {
  box-shadow: none !important;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}
.pagination-links p.text-sm.text-gray-700.leading-5 {
  display: none !important;
}
.over_item input.form-control {
  height: 58px;
  border-color: #4426358c;
}
#addonForm .time p {
  margin-bottom: 0px;
  color: #7C7C8D;
}
.modal-footer { 
  padding: 25px 0px !important;
}
button.btn-close span[aria-hidden="true"] {
  display: none;
}
.lock-icon {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  height: 96%;
  display: flex;
  padding: 10px;
  background: #fff;
}
.border_laguage_select {
  border: none;
  font-size: 14px;
  color: #16151C;
}
#imagePreview {
  top: 50%;
  transform: translateY(-50%);
  width: auto !important;
  height: auto !important;
}

.box-list-img-right {
  position: absolute;
  right: 20px;
}

.box-list-img-right ul li {
  display: inline-block;
  list-style: none;
}

.box-list-img-right ul {
  padding: 0px !important;
  margin-bottom: 0px !important;
}
li.img-right {
  margin-left: -13px;
}
.box-list-img-right ul li img {
  width: 24px;
}
li.coubnt-img-bg {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #A86BFF;
  border-radius: 50%;
  font-size: 7px;
  text-align: center;
  color: #fff;
  margin-left: -13px;
}

