*{
    box-sizing:border-box
}
:root {
    --primary-clr: #0D2340;
    --primary-font: 'Montserrat', sans-serif;
}
body{
    font-family: var(--primary-font);
    overflow-x: hidden;

}

header {
    background-color: #0D2340 ;
    /* padding:16px 20px; */
    padding: 14px 62px 14px 26px;
}
.desktop_logo {
    width: 300px;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.desktop_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content_section{
    margin:auto;
    width:90%;

}
.profile_text{
    margin: 0px 0px 0px 15px;
    text-transform: capitalize;
}
.profile_text select{
    background-color:#0D2340;
    color: #fff !important;
    border: none;
    outline: none;
}
.profile_text p{
    margin: 0px;
    color: #fff !important;

}
.header_logo{
    width: 400px;
    margin:auto;
    text-align:center
}
.header_logo img{
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.banner_section{
    background-color: gray;
    padding: 90px 50px 50px;
    min-height:calc(100vh - 124px);
    position:relative;
    background:url("../images/banner.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    /* background-position: 0px -150px; */
    overflow: auto;
}
.banner_heading{
    text-align: center;
}
.banner_heading h2{
    font-weight: 700;
    font-size: 40px;
    color: #0D2340;
}
.banner_heading h2 span {
  font-size: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 26px;
}
.mobile_logo{
    display: none;
}
.account_block{
    display: none;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.drawer-visible  .account_block{
    display:block;
}
.close-btn svg{
    fill: #fff;
}
 .account_details{
    display: block;
}
.account_details{
    display: flex;
    align-items:center;
    margin: 10px 0px 35px;
}
.side_baarheading select{
    font-size: 20px;
    background: #0d2340;
    color: #fff;
    border: none;
    outline: line;
}
.side_baarheading select:focus-visible{
    border: none !important;
    box-shadow: unset !important
}
.side_baarheading{
    margin: 0px 10px;
}
.side_baarheading h3{
    color: #fff;
}
.mobile_nav{
    display: none;
}
.drawer-visible  .mobile_nav{
    display: block;
}
/* .drawer-visible  .desktop_nav{
    display: none !important;
} */

.mobile_nav a span{
    margin: 0px 10px 0px 0px;
}
.mobile_nav a {
    font-size: 17px !important;
    font-weight: 400 !important;
}
.main_login{
    position: absolute;
    bottom:10%;
    left:50%;
    content: '';
    transform:translateX(-50%);
    width:650px;
    /* background:#fff; */
    padding:20px
    /* background:red; */
}
div#message-error {
    padding: 20px 10px;
    background: #ffffffbf;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    backdrop-filter: blur(3px);
}
.form_field{
    position:relative;
}
.form_field input {
  width: 100%;
  padding: 12px 12px 12px 40px;
  border-radius: 9px;
  margin: 10px 0px;
  border: unset;
  background: #fff;
  outline: none;
  box-shadow: 0px 4px 4px rgb(120 120 120 / 20%);
}
.form_field textarea{
    width: 100%;
    padding: 12px;
    border-radius: 9px;
    margin: 10px 0px;
    border: unset;
    background: #fff;
    box-shadow: 0px 4px 4px rgb(120 120 120 / 20%);
    resize: none;
}
.form_field input::placeholder, .form_field textarea::placeholder {
  color: #0D2340;
}
/* .input_icon{
    position: absolute;
    top: 18px;
    left: 10px;

} */
.input_icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.forgot-password-link {
  font-size: 14px;
  color: #FF002E;
  cursor: pointer;
  text-decoration: none;
}
/* .btn_active{
    background-color: #0D2340;
    border-radius: 4px;
    padding: 9px 15px;
    text-align: center;
    width: 300px;
    margin: auto;
    color: #fff;
    margin: auto;
    font-weight: 500;
    border: none;
} */
.btn_active {
  background-color: #0D2340;
  border-radius: 9px;
  padding: 12px 15px;
  text-align: center;
  width: 300px;
  margin: auto;
  color: #fff;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  border: none;
  box-shadow: 0px 4px 4px rgb(120 120 120 / 20%);
}
.btn_active:hover{
    color:#fff !important
}
.text-highlight {
    background: linear-gradient(45deg, transparent, #000000a8, transparent);
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
}
.text_block{
    margin:15px 0px
}
.text_block a{
color: #0D2340 ;
    text-decoration: none;
    font-weight: 700;
}
button#btnInstallApp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

button#btnInstallApp span {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button#btnInstallApp span svg path {
    fill: #fff;
}
.otp-field {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}

.otp-field input {
  width: 46px;
  height: 46px;
  text-align: center;
  background: transparent;
  border: 1px solid #0D2340;
  border-radius: 50% !important;
  padding: 0px;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0D2340 !important;
}
.instruction_block{
    background-color: rgba(207, 199, 192, 0.7);
    border-radius:6px;
    /* opacity:0.5; */
    padding:20px;
    backdrop-filter: blur(5px); /* Blur the backdrop */
}
.instruction_block p{
    color: #0D2340;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.main_login .btn_active{
    margin-top: 15px !important;
}
.instruction_screen .btn_active{
    width: 100% !important;
}
.verification_count ul{
    margin:20px 0px;
    padding:0px;
    display:flex;
    justify-content: center;
}
.verification_count ul li{
    width: 45px;
    height: 45px;
    margin: 0px 20px;
    border-radius: 50%;
border: 2px solid #0D2340 ;
    padding: 5px;
    display: flex;
    justify-content: center;
    color:#000;
    font-weight:600;
    align-items: center;
    font-size: 20px;
}

.instruction_screen{
    width: 65%;
    margin: auto;
}
.confirm_password{
    max-width: 300px;
    margin: auto;
}
.verification_block{
    width: 65%;
    margin: auto;
}
.verification_block .btn_active{
    width: 100%;
}
.confirm_password .btn_active{
    width: 100%;
}



.screen_start{
    margin: 50px 0px;
    /* min-height: calc(100vh - (98px + 67px)); */
}

.block_textbanner{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}


/* home-page---csss */

.mainhome_page{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 120px 0px 0px;
    align-items: center;
}
.screen_start .mainhome_page{
    padding: 60px 0px 50px;
}
.home_heading{
    width: 50%;
    padding-left:50px;
}
.home_heading h1{
    font-size: 107px;
}
.home_heading h2{
    font-size: 9rem;
}
.sub_heading {
    font-size: 30px !important;
}
.home_heading h2 span{
    color: #0D2340;
}
.home_heading h3{
    font-size:33px
}
.home_paragrpah{
    max-width: 411px;
    width: 100%;
    margin-top: 34px;
}
.home_paragrpah p {
    font-size: 18px;
    color: #0D2340;
    line-height: 22px;
    margin-bottom: 0px;
}
.home_paragrpah p span{
    font-weight: 700;
}
h2.sub_heading {
    margin-top: 48px;
    margin-bottom: 34px;
}
.right_shape{
    width: 50%;
    /* background-color: red;
    border-radius: 10px; */
    /* padding: 50px; */
    position: relative;
    /* display: flex;
    justify-content: end; */
    /* overflow: hidden; */
    /* height: 400px;
    background-color: #0D2340; */
}
/* .shapes_block{ */
    /* position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    width: 80%;
    text-align: end; */
    /* width: 800px; */
    /* height:100vh; */
    /* background-color: red;
    background-color: #007bff; /* blue background color */
    /* background-image: url("../images/shapes.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 10%;
    padding-right: 50px; */
/* } */
.main_shapes_block {
    padding-right: 65px;
    position: relative;
}
.shapes_block {
    width: 706px;
    height: 620px;
    padding-top: 10%;
    padding-right: 50px;
    background: #0d2340;
    border-radius: 100px;
    position: absolute;
    content: "";
    top: 50%;
    right: -20px;
    transform: translateY(-50%) rotate(37deg);
    z-index: -1;
}
.video_block {
    text-align: center;
    width: 490px;
    background: #ddfbff;
    border-radius: 25px;
    position: relative;
    height: 630px;
    border: 30px solid #4e4e4e;
    margin-left: auto;
}

.vide_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50px;
    height: 50px;
}

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

}
.footer_block{
    background-color: #0D2340;
    /* display: none; */
    padding: 20px 10px;
    /* position: absolute;
    bottom: 0px; */
    width: 100%;
}
.footer_heading h3{
    color: #fff;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
}
.footer_heading ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: end;
    list-style: none !important;
    flex-wrap: wrap;
    gap: 2px 12px;
}
.footer_heading  ul li{
    margin: 0px 0px 0px 20px;
    list-style: none;
}
.footer_heading ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;

}


/* dashboard---screennn--start */

/* .heading_blockscreen{
    width: 100%;
    text-align: center;
    margin: 0px 0px 50px;
} */
.heading_blockscreen {
    max-width: 685px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
}
.heading_blockscreen :is(h3, .h3) {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 36.57px;
    color: #0D2340;
    text-transform: capitalize;
}
.heading_blockscreen :is(h3, .h3) span{
    color: #0D2340;
    font-weight: 700;
}
.heading_blockscreen p {
    text-transform: capitalize;
}
.dashbvoard_card{
    /* width: 85%; */
    margin: auto;
    background-color: #0D2340;
    padding: 35px 25px;
    border-radius: 15px;
    margin: 15px 0px;
    color: #fff;
    text-align: center;
    height: 300px;
    position: relative;
    transition: 0.5s;
}
.dashbvoard_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dashbvoard_card:hover{
    transform: translateY(-10px);
}
.dashbvoard_card p{
    margin: 20px 0px;
    font-size: 15px;
    text-transform: capitalize;
}
.heading_card{
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
}
.heading_card h3{
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
}
.status{
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
    margin:0px 10px;
}
.red_status{
    background-color: red !important;
}
.sale_date_field {
    display: flex;
    justify-content: end;
    position: absolute;
    content: "";
    top: 13px;
    right: 10px;
}
.mange_btn {
    text-align: center;
    margin: 30px 0px;
    /* position: absolute; */
    width: 100%;
    margin: 30px auto 0px;
    /* bottom: 15%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}
.profile_btn{
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
    border: unset;
    outline: none;
    text-transform: uppercase;
    color: var(--primary-clr) !important;
}
.manage_order {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    color: #000;
    margin: 53px 0px;
    width: 100%;
}
.manage_order ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.manage_order ul li div{
    display: flex;
    justify-content: space-between;
    margin: 0px 0px;
}
.manage_order ul li div p{
    margin: 0px 0px;
    font-size: 14px;
}


/* product--syncs---screen */

/* .filter_btn button{
    background-color: #0D2340;
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
} */
.form-control[readonly] {
    background-color: #0D2340 !important;
    opacity: 1;
}
.filter_btn button {
    background-color: #0D2340;
    color: #fff;
    padding: 10px;
    border-radius: 9px;
    font-size: 12px;
}
.filter_btn button:hover{
    color: #fff;
}
.dataTables_length select {
    color: #333 !important;
}
.product_table{
    margin: 20px 0px;
}
.product_table table thead tr{
    background-color: #EAEAEA;
}
.product_table .table thead th{
    padding: 20px 0.75rem;
    font-weight: 600;
    color: #637381;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
}
/* .product_table .table td, .table th{
    vertical-align: middle;
} */
.search_icon{
    min-width: 40px;
    height: 40px;
    background-color: #EAEAEA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload_imgtable ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
}
.upload_imgtable ul li{
    margin: 0px 10px;
}
.active_product{
    border-color: #118D57 !important;
    color: #03ff92 !important;
}
.btn_synce {
    background: #faf9f9;
    padding: 2px 15px;
    border-radius: 4px;
    border: 1px solid #0D2340;
    color: #0D2340;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.bulk_btnbottm {
    margin: 25px auto 10px;
    text-align: end;
    max-width: 1542px;
}
.bulk_upload{
    background: #0d2340;
    padding: 8px 25px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 9px;
}
.bulk_upload span img{
    filter: invert();
    mix-blend-mode: color-dodge;
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    overflow: auto;
  }

  .popup-content {
    background-color: #fefefe;
    /* margin: 15% auto; */
    border: 1px solid #888;
    width:50%;
    border-radius: 15px;
    padding: 35px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
  }
  .close_btnmodel{
    position: absolute;
    right: 40px;
    top: 32px;
    width: 2;
    background: #0d2340;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .close_btnmodel img{
    max-width: 100%;
    filter: invert(1);
    width: 14px
  }

  .close1:hover,
  .close1:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .model_heading h2{
    font-size: 35px;
    margin: 0px 0px 15px;
    color: #0D2340;
  }


  /* order---screeen--start */
  .dateRange {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    max-width: 1542px;
    margin: 0 auto 4px;
}
  .dateRange label{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .daterange_field {
    max-width: 80px;
    width: 100%;
    position: relative;
}
  .daterange_field select, .daterange_field input, .daterange_field input:focus {
    border-radius: 20px;
    background-color: #0D2340;
    color: #fff;
    padding: 4px 15px 4px 10px;
    font-size: 10px;
    height: 100%;
    box-shadow: none;
    border: 0.2px solid #fff;
}
.daterange_field input::placeholder {
    color: #fff;
}

span.daterange_icon {
    position: absolute;
    content: "";
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}
span.daterange_icon i {
    font-size: 10px;
    color: #fff;
}

  .order_table .table td{
    text-align: center;
  }
  .active_status{
    background-color: #dcf6e5;
    color: #118D57;
    width: max-content;
    padding: 7px 23px;
    border-radius: 6px;
    font-weight: 700;
    margin: auto;
  }
  .non_active{
    background-color: #fff2d6 !important;
    color: #ff535d !important;
  }



  /* order----cs-s---start--- */

  .order_modelblock .popup .popup-content{
    width: 80% !important;
    padding: 50px;
  }
  .order_tableheaind {
    margin-bottom: 44px;
  }
  .order_tableheaind h2{
    font-size: 30px;
    font-weight: 700;
  }
  .customer_field label{
    font-weight: 700;
    color: #515B6F;
  }
  .customer_field input{
    border: 1px solid #C2C2C2  !important;
    padding: 13px !important;
    border-radius: 8px;
    margin: 0px 0px 20px !important;
  }
  .customer_field input[disabled] {
    background: #dddddd !important;
    cursor: no-drop;
}
  .custom_fields_wrapper .form_field.customer_field {
    margin-bottom: 20px;
}
/* .select_field {
    margin-bottom: 20px;
} */
.select_field select {
    border: 1px solid #C2C2C2 !important;
    padding: 13px !important;
    border-radius: 8px;
    height: 100%;
    box-shadow: none !important;
}
.custom_fields_wrapper .form_field.customer_field input {
    margin: 0px !important;
    box-shadow: none;
}
.custom_fields_wrapper .form_field.customer_field .error {
    margin-top: 5px;
    font-weight: 500;
}
.profile_block {
    margin-top: 15px;
}
  .customer_block{
    margin: 15px 0px;
  }

  .close_btnmodel{
    right: 17px;
    top: 19px;
  }
  .download_btn{
    border: 1px solid #0D2340;
    padding: 13px 17px;
    background-color: #fff;
    border-radius: 10px;
    color: var(--primary-clr) !important;
  }
  .download_btn span{
    margin-left: 12px;
  }
  .order_details .bulk_upload{
    padding: 14px 34px;
    font-size: 18px;
    margin-left: 15px;
  }
  .order_modelblock .table td{
    text-align: center;
  }
  .upload_flex_blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 20px 60px;
}
  .drag_img{
    width: calc(100% - 172px);
    border: 1.5px dashed #D8D8D8;
    background-color: #F8F8FD;
    padding: 18px 30px;
    border-radius: 6px;
  }
  .upload_imgtext {
    text-align: center;
  }
  .upld_icon_box {
    margin-bottom: 8px !important;
}
  .upload_textfile h3 {
    font-size: 16px;
    color: #515B6F;
    font-weight: 600;
    text-transform: capitalize;
}
  .upload_imgtext h5{
    font-size: 12px;
    font-weight: 600;
    color: #0D2340;
  }
  .upload_imgtext h5 span{
    color: #515B6F;
  }
   .upload_imgtext p{
color:#7C8493;
font-size: 12px;
margin-bottom: 0px;
  }
  .profile_img{
    width: 112px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .profile_img img {
    max-width: 100%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .brand_img {
    border: 0px;
    border-radius: 8px;
    background-color: transparent;
  }

.brand_img img {
    max-width: 100%;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

  /* helppp--cs---startt */
  .help_block{
    width: 97%;
    margin: auto;
  }

  .tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.tabs li{
    /* display: inline-block; */
    margin:0;
    padding: 15px;
    cursor: pointer;
    font-size:1.2em;
    line-height:2em;
    color:#FFF;
    background-color: #0d2340;
    font-weight: 500;
    border: 1px solid #0D2340;
    margin: 0px 5px;
    width: 20%;
    text-align: center;
}
.tabs li:first-child{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;

}
.tabs li:last-child{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;

}
.tabs li:hover {
    background:#fff;
    color: #0d2340;

    }
.tabs li.current{
    background: #fff;
    color: #0d2340;
}
.tab-content{
    display: none;
    /* background: #f2f2f2; */
    padding: 15px;
    line-height:1.4;
}
.tab-content.current{
    display: inherit;
}



.accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .accordion .accordion-item {
    background-color: #e9e9e9;
    padding: 20px;
    font-size: 23px;
    border-radius: 15px;
  }

  .accordion .accordion-item .accordion-item-description-wrapper hr {
    border: none;
    border-top: 1px solid var(--border-color);
    visibility: visible;
  }

  .accordion .accordion-item.open .accordion-item-description-wrapper hr {
    visibility: visible;
  }

  .accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
  }

  .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    font-weight: 600;
  }

  .accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: var(--transition);
  }

  .accordion
    .accordion-item.open
    .accordion-item-header
    .accordion-item-header-icon {
    transform: rotate(-180deg);
  }

  .accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: var(--transition);
  }

  .accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
  }

  .accordion
    .accordion-item
    .accordion-item-description-wrapper
    .accordion-item-description {
    min-height: 0;
  }

  .accordion
    .accordion-item
    .accordion-item-description-wrapper
    .accordion-item-description
    p {
    padding: 10px;
    line-height: 1.5;
  }


  .active_text{
    font-weight: 700;
    border-bottom: 1px solid #fff;
  }
  /* screen--alll */

  /* .dashboard_screen{
    display: none;
  }
  .product_sync_screen{
    display: none;
  }
  .order_screen{
    display: none;
  }
  .profile_block{
    display: none;
  }
  .help_block{
    display: none;
  } */



  .desktop_table{
    display: block;
  }

  .desktop_table {
    max-width: 1542px;
    margin: 0 auto;
}




/* moibile--view---css---start */

.mobile_table{
    display: none;
    overflow: auto;
    overflow-y: hidden;
}
.filter_collection_btn{
    background-color: #0D2340;
    color: #fff;
    border-radius: 9px;
    padding: 10px 10px 9px 10px;
    text-transform: uppercase;
}
.filter_collection_btn span{
    margin-left: 10px;
}
.product_table .pro_table_title{
    background-color: #EAEAEA;
    padding: 0.75rem;
    font-size: 16px;
    text-align: center;
}
.pro_table_title div span{
    font-weight: 700;
    color: #637381 !important;
}
.pro_table_title{
    min-width: 190px !important
}
.product_table .pro_table_data{
    padding: 0.75rem;
    min-width: 200px !important;
}
.mobile_product_header p{
    margin-bottom: 59px;
}
.mobile_product_tbl button{
    margin-bottom: 31px;
}
.bul_sync_btn{
    background-color: #0D2340;
    color: #fff;
    border-radius: 9px;
    padding: 10px 22px 9px 22px;
    text-transform: uppercase;
}
.bul_sync_btn span{
    margin-left: 10px;
}
.tbl_pagination span{
    margin: 0px 10px;
}
.tbl_pagination {
    margin: 13px 25px 34px 12px;
}
.date_dropdown select{
    background: #0D2340;
    color: #fff;
    border-radius: 50px;
    padding: 1px 10px 2px 10px
}



/* videoplay---back */

.logo_blk {
    max-width: 403.4px;
    width: 100%;
}
.logo_blk img {
    width: 100%;
    height: 96px;
    object-fit: contain;
}
.header .nav .drawer {
    display: flex;
    height: var(--header-height);
    /* padding-right: 100px; */
  }
  .desktop_nav {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
}
  .header .nav .drawer a {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    width: max-content;
    line-height: 21.74px;
  }
  .dropdown-menu.show a {
    color: var(--primary-clr) !important;
    padding: 2px 10px;
    font-size: 14px !important;
}
  /* .header .nav .drawer a:hover {
    background: #f3f3f3;
  }
  .header .nav .drawer a:active {
    background: #e0e0e0;
  } */
  .drawer-btn,
  .close-btn {
    background: transparent;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    top: 8px;
    display: none;
    cursor: pointer;
  }
  .drawer-btn {
    right: 3px;
  }
  .close-btn:active,
  .drawer-btn:active {
    background: #f3f3f3;
  }
  .img{
   height:calc(100vh - 53px);
   width:100%;
    object-fit:cover;
    display:block;
  }
  #orderPopup .modal-dialog {
    max-width: 1440px;
}
#orderPopup .modal-content {
    border-radius: 15px;
    border: 0px;
}
.model_heading {
    padding: 30px 50px 15px;
    position: relative;
}
.model_heading .close {
    position: absolute;
    content: "";
    top: 18px;
    right: 20px;
    opacity: 1;
    font-size: 28px;
    font-weight: 500;
    float: none;
}
.modal_table .product_table {
    max-height: 340px;
    overflow-y: auto;
}
.modal_table table thead {
    position: sticky;
    top: 0;
}

.logo_blk img:last-child {
    display: none;
}
button.header_profile {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    width: max-content;
    line-height: 21.74px;
    background: var(--primary-clr);
    border: 0px;
    padding: 0px;
}
.user_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.user_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.desktop_nav .dropdown-menu.show {
    width: 100%;
    background: #fffee0;
    box-shadow: 0px 0px 3px rgb(255 254 224 / 75%);
    top: 8px !important;
}
.desktop_nav .dropdown-menu.show::before {
    position: absolute;
    content: "";
    top: -5px;
    left: 22px;
    width: 8px;
    height: 8px;
    background: #fffee0;
    transform: rotate(45deg);
    border-radius: 2px;
}
.nav_list_blk {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px 30px;
}
.navbtn span.nav_icon {
    display: none;
}

.help_wrapper {
    margin-top: 35px;
}
.help_wrapper .nav-pills .nav-link {
    background: var(--primary-clr);
    padding: 24px 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
}
.help_wrapper li.nav-item:first-child .nav-link {
    border-radius: 9px 0px 0px 9px;
}
.help_wrapper li.nav-item:last-child .nav-link {
    border-radius: 0px 9px 9px 0px;
}
.help_wrapper .nav-pills .nav-link.active {
    background: #fff;
    color: var(--primary-clr);
    border-color: var(--primary-clr);
}
.common_accordion {
    max-width: 775px;
    margin: 0 auto;
}
.common_accordion .accordion>.card {
    border-radius: 9px !important;
    border: 0px;
}
.common_accordion .card-header {
    background: rgb(31 31 31 / 10%);
    padding: 22px;
}
.common_accordion .accordion>.card>.card-header button {
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-clr);
    text-decoration: none !important;
    box-shadow: none !important;
    position: relative;
    padding-right: 20px;
}
.btn-link::before {
    position: absolute;
    content: "\f078";
    top: 50%;
    right: 0;
    width: 12px;
    height: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.common_accordion .accordion>.card .card-body {
    background: rgb(31 31 31 / 10%);
}


  @media (max-width: 1140px) {
    .header .nav .drawer {
      padding: 0;
    }
  }

