@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 .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;
  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;
}

.logo_img_sidebar {
  margin-bottom: 91px;
  margin-top: 60px;
}

.sidebar_botto_item {
  padding: 0 30px;
}

.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;
}

.box_trading .box_item {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  flex: 0 0 32%;
}

.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-bottom: 25px;

}

.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 {
  background: #fff;
  border-radius: 12px;
  /* height: calc(100% - 30px); */
  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: 30px;
  flex-wrap: wrap;
}

.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 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: 15px;




}

.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;
}



.table_box .row_style.row_style2 td:first-child {
  font-weight: 800;
}

.table_box .row_style.row_style2 .dropdown-toggle {
  background-color: transparent;
  border: none;

}

.table_box .row_style.row_style2 .dropdown-toggle::after {
  background-image: url('../img/more.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  width: 24px;
  height: 10px;
}

.table_box .row_style.row_style2 .dropdown-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.table_box .row_style.row_style2 .dropdown-item img {
  width: 20px;
}

.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%;
}

.pagination_sec .pag_type .form-select {
  width: 66px;
  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 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: center;
  gap: 15px;
  max-width: 140px;
  width: 100%;
}

.integration_box {
  text-align: center;

}

.integration_box .img_integration {
  margin-bottom: 30px;
  width: 117px;
}

.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: 11px;
  font-weight: 400;
}

.bill_count .bill_count_item p {
  color: #04091E;
  font-size: 12px;
  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: 150%;
  /* 21px */
  letter-spacing: 0.3px;
  margin: 0;
}

.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;
}
.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;

}

.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;
}


.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;
}



@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;

}









































/* Tushar Css  */

.error {
  color: red;
}

.sidebar_botto_item span {
  cursor: pointer;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 20px;
}


a {
  /* color: inherit; */
  text-decoration: none !important;
}

.listingHeader .dropdown {
  z-index:1;
  position:relative;
  display: inline-block;
  margin-top: 5px;
  font-family: 'Roboto',sans-serif;
}
.listingHeader .dropdown .dd-a {
  padding:10px;
  background:white;
  position:relative;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}
.listingHeader .dropdown input {
background: #fff;
    border: 1px solid #E1E2E9;
  height:100%;
  width:100%;
    padding: 7px;
  border-right: 8px;
}

.listingHeader .dropdown .dd-a span:hover  {
    color:blue;
}
.listingHeader .dropdown input:checked:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.listingHeader .dropdown input:checked ~ .filter_box {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.listingHeader .dropdown .dd-a span {
  color:black;
}
/*.listingHeader .dropdown1 .filter_box {
  display: block;
  position: absolute;
  background: white;
  height: auto;
  transform: scaleY(0);
  transform-origin: top left;
  transition-duration: 0.2s;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top left;
  -webkit-transition-duration: 0.2s;
  border: black;
  box-shadow: 0px 2px 16px 0px #eee;
  width: 400px;
  position: absolute;
  top: 50px;
  left: -270px;
  padding: 20px;
  border-radius: 10px;
}*/
.listingHeader .dropdown .filter_box h3{
  color: #1C1D22;
font-size: 16px;
font-weight: 500;
line-height: 150%; / 24px /
letter-spacing: -0.16px;
}
.listingHeader .dropdown .filter_box span{
  color: #53545C;
font-size: 13px;
font-weight: 400;
}

.listingHeader .dropdown .filter_box a{
  color: black;
  font-size:12px;
  text-decoration:none;
}

.listingHeader .dropdown .filter_box ul {
  padding:inherit;
  list-style-type: none;
  padding-inline-start: 40px;
}

.listingHeader .dropdown .filter_box ul ul {
  font-size:calc(100% - 1px);
  padding:inherit;
  padding-left: 15px;
  list-style-type: none;
}


.listingHeader .dropdown .accordion {
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.listingHeader .dropdown .active, .listingHeader .dropdown .accordion:hover {
  background-color: ghostwhite;
  border-bottom: 2px solid black;
}

.listingHeader .dropdown .accordion:after {
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.listingHeader .dropdown .active:after {
  content: "\2212";
}

.listingHeader .dropdown .panel {
  padding: 0 18px;
  background-color: ghostwhite;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.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;
}
.filter{
  position: relative;
}
.filter_box {
    position: absolute;
    width: 400px;
    left: -259px;
    background: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 22px 0px #d7d7d7;
    z-index: 1;
    display: none;
}
/* .circle-background {
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;  
  height: 400px;
  background-color: #f3f4f5;  
  border-radius: 50%;
  z-index: 0; 
} */

/* Tushar Css  end */



.addon_item_btn{
  display: flex;
align-items: center;
justify-content: space-between;
width: 100%;

}
.addon_item_btn h3{
  font-size: 20px;
  font-weight: 500;

}

.pagination-links{
  position: relative;
}
.pagination-links .flex.justify-between.flex-1{
display: none; 
}
.text-sm.text-gray-700.leading-5{
  text-align: end;
}

.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{ 
  padding: 17px;
} */
.profile_img ul.dropdown-menu li:not(:last-child){
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}
span.color_p a {
  color: #A86BFF;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

.login_sec .custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  gap: 8px;
}

/* Hide default checkbox */
.login_sec .custom-checkbox input {
  display: none;
}

/* Custom checkmark */
.login_sec .custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 4px;
  position: relative;
  transition: 0.3s;
  border: 1.5px solid #9A9A9A;
}

/* Tick mark */
.login_sec .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* When checked */
.login_sec .custom-checkbox input:checked + .checkmark {
  background: #442635;
}

.login_sec .custom-checkbox input:checked + .checkmark::after {
  display: block;
}
.log_item img{
  margin-bottom: 20px;
}
.log_item{
    text-align: center;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.log_item h3{
  font-size: 20px;
   flex-wrap: 600;
   margin-bottom:10px;
}