<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

/*font-family: 'Poppins', sans-serif;*/
a, buton{
    transition: 0.3s;
}
a, a:hover{
    text-decoration: none,
}
img{
    max-width: 100%;
    max-height: 100%;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  width: 100%;
}
.custom_container{
    max-width: 90%;
    margin: 0 auto;
}
.newaccout_body{
    font-family: 'Poppins', sans-serif;
}
.my_accout_hdng{
    background-color: #f0f0f0;
    text-align: center;
    padding: 20px 0;
}

.my_accout_hdng h2{
    font-size: 45px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1d2531;
    font-weight: 400;
    margin: 0px;
}

.newaccout_body{
    padding: 45px 0;
}

.acnt_profile_row{
    display: flex;
}
.acnt_profile_pic{
    position: relative;
	display: inline-block;
	margin: 0;
}
#viewShipping .fill_hdng h4.sub-title {
    color: #d46516;
}
#viewShipping .rest_mdlBody{
    text-align: left;
}
span.day-text {
    color: #3e8b25;
    font-size: 15px;
    font-weight: 500;
    margin: 15px 0px;
    display: block;
}
.tracking_list {
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
}
.ship-box {
    display: flex;
    margin-bottom: 15px;
}
.ship-details {
    border-left: 2px solid #dfe2e7;
    padding-left: 25px !important;
}
.ship-time {
    width: 170px;
}
.ship-box div {
    margin: 0px !important;
    padding: 5px 80px 6px 0px;
}
.ship-details span {
    display: block;
    color: #27415a;
    font-weight: 300;
}
small.badge.bg-green.view_tracking {
    display: block;
    margin-bottom: 5px;
}
#viewShipping .rest_mdlBody {
    padding-left: 45px;
}
span.ship-delivery {
    font-weight: 600;
}
.ship-time,span.ship-delivery {
    color: #27415a;
    font-weight: 500;
}
.acnt_profile_pic figure{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
    overflow: hidden;
}
.acnt_profile_pic figure img{
    width: 100%;
    height: 100%;
}
.edit_iconBtn{
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
    position: absolute;
    bottom: 5px;
    right: 0px;
}
.edit_iconBtn img {
    width: 14px;
}
.account_profileInfo{
	padding-left: 25px;
    margin: 0;
    margin-top: 5px;
}

.account_profileInfo h3{
    font-size: 20px;
    color: #1e1e26;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.mail_info a{
    display: inline-block;
    font-size: 14px;
    color: #72757b;
}
.mail_info a:hover{
    text-decoration: none;
    color: #6bae3c;  
}
.mail_info{
    margin-bottom: 10px;
}
.set_paswrd{
    display: inline-block;
    color: #fff;
    line-height: 30px;
    padding: 0px 10px;
    background-color: #6bae3c;
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
}
.set_paswrd:hover{
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

.reset_modalOuter{
    margin: 40px 0;
}
.reset_modalbx{
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
}
.resetmdl_hdng{
    background-color: #f0f0f0;
    text-align: center;
    padding: 28px 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 5px #ccc;    
}
.accnt_cross_btn {
    background-color: #192026;
    height: 35px;
    width: 35px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    right: -15px;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 18px;
}
.rest_mdlBody{
    text-align: center;
    padding: 20px;
}

.fill_hdng h3{
    font-size: 30px;
    color: #1e1e26;
    font-weight: 600;
}
.fill_hdng{
    margin-bottom: 30px;
}

.reset_fillOuter{
    border: 2px solid #e6e9ec;
    border-radius: 15px;
    overflow: hidden;
}
.reset_fillBx{
    display: flex;
    align-items: center;
    padding: 12px 50px 12px 30px;
    position: relative
}
.reset_fill{
    width: 100%;
    text-align: left;
}
.reset_lock{
    min-width: 30px;
    margin-right: 20px;
}
.reset_fill label{
    margin: 0 0 10px;
    font-size: 14px;
    color: #464651;
	width: 100%;
	float: left;
}
.reset_fill .form-control{
    border: 1px solid #ccc;
    border-radius: 5px;;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    color: #a3a9af;
    /* padding: 0; */
    background-color: transparent;
    padding: 10px;
    margin: 0;
    height: 40px;
    width: 100%;
}
.reset_fill textarea{
    background: none !important;
    border: 1px solid #ccc;
    border-radius:5px ;
}
#pwd-container h4{
    text-align: center;
    /*padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 5px 5px #f7f6f6;*/
    margin-top: 15px;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
}

.pswrd_view{
    padding: 0;
    border: 0;
    outline: none;
    background-color: transparent;
    min-width: 30px;
}
.active_bx{
    background-color: #f5f6f7;
}

.submit_fill{
    margin-top: 20px;
}

.pawrd_btn{
    background-color: #6bae3c;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    border: 0;
    line-height: 44px;
    border-radius: 8px;
}
.pawrd_btn:hover{
    background-color: #000;
}

.profile_outer{
    margin-bottom: 80px;
}
.edit_hdng{
    margin-bottom: 30px;
}

.edit_hdng h4{
    margin: 0;
    color: #1e1e26;
    font-size: 20px;
}

.accnt_editPnlBx{
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
}
.aw_50{
    width: 50%;
}
.aw_100{
    width: 100%;
}

.edit_item{
    padding: 25px 32px;
    border-bottom: 1px solid #f1f3f6;
    border-right: 1px solid #f1f3f6;
}
.acnt_edit_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.acntedit_text label{
    font-size: 18px;
    color: #4f5b62;
    font-weight: 600;
    margin-bottom: 8spx;
}
.acntedit_text h5{
    font-size: 14px;
    color: #70797e;
    margin: 0;
}
.edit_Btn{
    display: inline-block;
    font-size: 15px;
    color: #576065;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
    background-color: #eeeff1;
    border-radius: 30px;
    min-width: 85px;
}

.edit_Btn:hover{
    background-color: #6bae3c;
    color: #fff;
    text-decoration: none;
}

.accnt_edit_pnl{
    margin-bottom: 40px;
}

.icon_bxOuter{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.iconBx_item{
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.iconbx_innr{
    border: 1px solid #d9dee3;
    border-radius: 6px;
    display: flex;
    padding: 20px 20px 15px;
    height: 100%;
    /* height: 135px; */
}
.bx_icon{
    min-width: 80px;
	width: 80px;
	margin:0px;
}
.bx_icon_text{
    padding-left: 15px;
	padding-top: 10px;
	margin:0px;
}
.bx_icon_text h3{
    font-size: 20px;
    color: #1e1e26;
    margin-bottom: 10px;
    font-weight: 600;
}
.bx_icon_text p{
    font-size: 14px;
    color: #83838f;
    margin-bottom: 0;
    text-transform: capitalize;
}

.radio-check {
    margin: 0;
    cursor: pointer;
}
.radio-check span {
    display: inline-block;
    vertical-align: middle;
}
.radio-check input[type='checkbox'] {
    display: none;
}
.radio-check input[type='checkbox'] + span {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid #959595;
    margin-right: 5px;
    position: relative;
    margin-top: -3px;
    background-color: #fff;
}
.radio-check input[type='checkbox']:checked + span:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: url(../images/check.png) no-repeat center center;
    background-size: 10px;
}


.accout_tableouter{
    margin-top: 50px;
}

.accnt_tablehdng{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
}



.accnt_tablehdng &gt; h2{
    font-size: 18px;
    color: #1e1e26;
    font-weight: 600;
    margin: 0;
}

.busk_txtinnr{
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.dash_circles a {
    color: #474788;
    text-transform: capitalize;
    text-decoration: none;
}
.dash_circles a:hover {
    text-decoration: underline;
}
.busk_text h5{
    margin: 0;
    font-size: 14px;
    color: #72757b;
}
.busk_text{
    margin-right: 20px;
}

.dash_circle span{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 30px;
    background-color: #215a8e;
    text-transform: uppercase;
}

.accnt_table_innr{
    overflow-x: auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.12);
    border-radius: 10px;;
}

.accnt_table_innr table{
    width: 100%;
}
.accnt_table_innr thead{
    background-color: #f3f5f9;
}
.accnt_table_innr th, .accnt_table_innr td{
    padding: 15px 10px;
}
.accnt_table_innr td{
    border-bottom: 1px solid #f1f3f6;
}
.accnt_table_innr tr:last-child td{
    border-bottom: 0;
}
.accnt_table_innr th:first-child, .accnt_table_innr td:first-child{
    padding-left: 20px;
    padding-right: 0;
}
.accnt_table_innr th span{
    font-size: 13px;
    color: #4f5b62;
    font-weight: 600;
}
.accnt_table_innr td span{
    font-weight: 400;
    font-size: 12px;
    color: #70797e;
}

.info_link {
    display: block;
    font-size: 12px;
    color: #177eba;
}
.info_link:hover{
    color: #6bae3c;
}
.settings_icon, .dots_btn a{
    font-size: 20px;
    color: #adb6bc;
    font-weight: 400;
}
.accnt_table_innr th:last-child, .accnt_table_innr td:last-child{
    text-align: center;
}
.accnt_table_innr th:nth-child(7), .accnt_table_innr td:nth-child(7){
    text-align: center;
}
.acntedit_text {
    margin-left: 0;
}
.acntedit_Btn {
    margin-right: 0;
}
.badge {
    padding: 6px 10px;
}
.dash_circle a {
    color: #fff;
}
.text-white span{
    color: #fff !important;
}
/* New Css */
.bg-green,.ticket-status .label-success {
    background-color: transparent !important;
    color: #50ad73 !important;
    font-weight: 500;
    padding: 9px 13px !important;
    border-radius: 4px !important;
    width: auto;
}
.bg-maroon,.ticket-status .label-danger{
    background-color: transparent !important;
    color: #ed6c64 !important;
    font-weight: 500;
    padding: 9px 13px !important;
    border-radius: 4px !important;
    width: auto;
}
.accnt_table_innr .bg-purple {
    background-color: transparent !important;
    color: #932ab6 !important;
    font-weight: 500;
    padding: 9px 13px !important;
    border-radius: 4px !important;
    width: auto;
}
.ticket-status .label-default{
    background-color: transparent !important;
    color: #70797e !important;
    font-weight: 500;
    padding: 9px 13px !important;
    border-radius: 4px !important;
    width: auto;
}
.bg-blue{
    background-color: #000080 !important;
    color: #fff !important;
    font-weight: 500;
    padding: 9px 13px !important;
    border-radius: 20px !important;
    width: auto;
}
.process_btn .navy-bluebg{
    background: rgb(50, 82, 119);
}
.dis-flex{
    display: flex;
}
.title-area h1 {
    font-family: 'Poppins' !important;
}
.title-area{
    padding: 20px;
}
.reset_lock i,.pswrd_view i{
    font-size: 20px;
}


.forgot_outer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgt_text, .create_text{
    margin: 0;
}

.reset_modalOuter form[role=login]{
    background: transparent;
}
.custom_container .container{
    width: 100%;
}
.fbtn{
    padding: 0;
}
.view_btn {
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: -2px;
}
.passwrd_fill .reset_lock i{
    font-size: 28px;
}
.modal .view_btn{
    bottom: 15px;
}

/*========support-ticket-css===================*/

.openticket_accordian{
    padding: 50px 0;
}
.accnt_tablehdng.accor_supportHdng &gt; h2{
    font-size: 28px;
}
.support_ticket_collpse .dropdown-backdrop{
    pointer-events: none;
}
.support_ticket_collpse .panel-group {
  margin-bottom: 0;
}
.support_ticket_collpse .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.support_ticket_collpse .panel-group .panel {
  border-radius: 10px;
  filter: drop-shadow(-0.418px 3.978px 22.5px rgba(33, 81, 119, 0.06));
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.support_ticket_collpse .panel-group .panel + .panel {
  margin-top: 30px;
}
.support_ticket_collpse .panel-heading {
  padding: 0;
  background-color: transparent;
}
.support_ticket_collpse .panel-title a {
  padding: 25px 30px;
  display: flex;
  /* align-items: center; */
  font-size: 20px;
  color: #1d2531;
  font-weight: 600;
  position: relative;
}
.item-content p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0px;
}
.process-button {
    position: absolute;
    bottom: 25px;
    right: 50px;
    border: 1px solid #000;
    padding: 10px 20px;
    line-height: 19px;
    font-size: 16px;
}
.reason_change,.subreason_change,.products_reason_change,.products_subreason_change{
    height: 44px !important;
    border-radius: 5px !important;
    background-color: #f3f3f3 !important;
    padding: 0 40px !important;
    font-size: 14px;
    letter-spacing: 1px;
    color: #676e79;
    font-weight: 300;
    display: block;
    position: relative;
    box-shadow: none !important;
}
.order-button-payment {
    text-align: center;
    margin-top: 30px;
}
div.toggle_area {
    margin-bottom: 15px;
}
input.inlineproduct {
    margin: 0px;
    margin-right: 10px;
    position: absolute;
}
.hideee{
    display: none !important;
}
.support_ticket_collpse .panel-title a::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 50px;
    transform: translate(-50%) rotate(-180deg);
    transition: all 0.3s ease-in-out;
    background-image: url("https://d11jpnl4uum05e.cloudfront.net/images/right_arw.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 12px;
    height: 8px;
  }
  .support_ticket_collpse .panel-title a.collapsed::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 60px;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s ease-in-out;
    background-image: url("https://d11jpnl4uum05e.cloudfront.net/images/right_arw.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 12px;
    height: 8px;
  }
.support_ticket_collpse .panel-title a .front_dot {
  position: relative;
  width: 17px;
  height: 16px;
  border-radius: 50%;
  background-color: #cbdcf2;
  margin: 0 15px 0 0;
  display: block;
  transition: all 0.3s ease-in-out;
  top: 4px;
}
.support_ticket_collpse .panel-title a .front_dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #3f80d5;
  transition: all 0.3s ease-in-out;
}
.panel-title a.collapsed .front_dot {
  background-color: #dfe2e7;
}
.panel-title a.collapsed .front_dot::after {
  background-color: #7a8491;
}
.support_ticket_collpse .panel-body {
  padding: 0 30px 50px;
  border-top: 0 !important;
}
.select_area .dropdown-toggle {
  height: 44px;
  border-radius: 5px;
  background-color: #f3f3f3;
  line-height: 44px;
  padding: 0 40px;
  border: 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: #676e79;
  font-weight: 300;
}
.select_area .bootstrap-select .dropdown-toggle .caret {
    right: 40px;
    background-image: url("https://d11jpnl4uum05e.cloudfront.net/images/right_arw.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 12px;
    height: 8px;
    border: 0;
  }
.select_area .dropdown-menu {
  position: static;
  box-shadow: none;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e9ebed;
}
.select_area .dropdown-menu &gt; li &gt; a {
  font-size: 14px;
  color: #707885;
  font-weight: 400;
  padding: 7px 40px;
}
.select_area .dropdown-menu &gt; li &gt; a:hover {
  background-color: #f7f7f7;
}
.select_area {
  margin-bottom: 20px;
}
.toggle_btn {
  height: 44px;
  border-radius: 5px;
  background-color: #f3f3f3;
  line-height: 44px;
  padding: 0 40px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #676e79;
  font-weight: 300;
  display: block;
  position: relative;
}
.toggle_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.3s ease-in-out;
  background-image: url("https://d11jpnl4uum05e.cloudfront.net/images/right_arw.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 8px;
}
.toggle_btn:hover,
.toggle_btn:focus {
  color: #676e79;
}
.custom_radio_area {
  box-shadow: none;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e9ebed;
  padding: 20px 0;
  margin-top: 5px;
}
.custom_radio {
  display: block;
  position: relative;
  padding-left: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #707885;
  font-weight: 400;
  margin: 0 20px 13px;
}
.custom_radio input {
   /* position: absolute; */
  /* opacity: 0; */
  cursor: pointer; 
}
.custom_checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 17px;
  width: 16px;
  background-color: #e2e2e2;
  border-radius: 50%;
}
.custom_radio input:checked ~ .custom_checkmark {
  background-color: #cbdcf2;
}
.custom_checkmark:after {
  content: "";
  position: absolute;
  display: block;
}
.custom_radio .custom_checkmark:after {
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #878b90;
  transform: translate(-50%, -50%);
}
.custom_radio input:checked ~ .custom_checkmark:after {
  background-color: #3f80d5;
}
.comment_area {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
.comment_area textarea.form-control {
  height: 114px;
  border-radius: 5px;
  background-color: #e9ebed;
  border: 1px solid #e9ebed;
  resize: none;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #878f9b;
  font-weight: 300;
  padding: 15px 20px;
  box-shadow: none;
  width: 100%;
}
.comment_area textarea.form-control:focus {
  box-shadow: none;
  outline: none;
}
.lable_txt label {
    text-transform: uppercase;
    display: grid;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: rgb(241, 245, 247) !important; */
    height: 100% !important;
    color: rgb(41, 82, 103) !important;
    font-size: 16px;
    font-weight: 400 !important;
    font-family: Poppins, sans-serif;
    letter-spacing: 0px;
}
.lable_txt label img{
    width: 40px;
}
.fileup_area {
  height: 114px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 2px dashed #e9ebed;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fileUpload em{
    display: block;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.f-input {
  font-size: 14px;
  line-height: 40px;
  color: #7a7e85;
  font-weight: 500;
  height: 40px;
  padding: 0;
  text-align: center;
  pointer-events: none;
  border: 0;
}
.f-input::placeholder {
  color: #7a7e85;
}
.fileUpload {
  text-align: center;
}
.attach_area {
  margin-top: 20px;
}

.submit_btn_area {
  margin-top: 30px;
}
.submit_btn_area .submit_btn_new{
    display: block!important;
    background-color: #6bae3c!important;
    font-size: 20px!important;
    color: #f4f3f9!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    text-align: center!important;
    line-height: 60px!important;
    border: 1px solid transparent!important;
    border-radius: 0!important;
    width: 300px !important;
    margin: 0 auto!important;
    padding: 0!important;
    height: auto !important;
}
.submit_btn_area .submit_btn_new:hover {
    background-color: #fff!important;
    color: #6bae3c!important;
    border-color: #6bae3c!important;
}
.submit_btn_area .submit_btn {
  height: 55px;
  border-radius: 5px;
  background-color: #6bae3c;
  line-height: 55px;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  padding: 0;
  text-align: center;
  cursor: pointer;
  border: 0;
}
.graybg {
    background: gray !important;
}
.process_btn .greenbg {
    background: #6bae3c;
}
.return_tggleBtn.greenbg:hover {
    background: gray;
}
.submit_btn_area .submit_btn:hover {
  background-color: #6bae3c;
}
.select_area .dropdown-menu &gt; .active &gt; a,
.select_area .dropdown-menu &gt; .active &gt; a:focus,
.select_area .dropdown-menu &gt; .active &gt; a:hover {
  color: #fff;
}
.select_area .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.files div {
    padding: 10px;
    border: 1px dashed #e9ebed;
    margin-bottom: 2px;
    position: relative;
    margin-top: 2px;
    z-index: 9999;
}
.files .removeFile {
    position: absolute;
    right: 10px;
    top: 14px;
}
.submit_frm_area .checkout-form-list{
    margin-top: -20px;
}
.multi_action_button .dis-flex{
    margin-bottom: 5px;
}
.btn-outline-warning{
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107 !important;
width: auto !important;
}
.btn-outline-warning:hover{
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

/*========support-ticket-css===================*/
/* new-ticket-css--start */
a, a:focus, a:hover{
    text-decoration: none;
    outline: none;
}
.support_bx_Outer{
    font-family: 'Poppins', sans-serif;
}
.support_bxIitem {
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    padding: 18px 18px;
    border: 2px solid #eee;
    border-radius: 16px;
    margin-bottom: 20px;
}
.support_bxIitem:last-child{
    margin-bottom: 0;
}
.return_processOuter {
    display: flex;
}
.return_pic{
    min-width: 230px;
    width: 230px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.return_pic img{
    width: 100%;
}
.return_details{
    padding-left: 50px;
    margin: 0;
    padding-top: 20px;
}
.return_details h4{
    font-size: 18px;
    color: #343942;
    font-weight: 600;
    margin-bottom: 15px;
}
.return_details ul{
    margin: 0;
    padding: 0;
}
.return_details ul li{
    list-style: none;
    font-size: 15px;
    color: #8c929b;
    margin-bottom: 8px;
}
.return_details ul li b{
    color: #525a65;
    font-weight: 600;
}
.return_details ul li:last-child{
    margin-bottom: 0;
}
.process_btn{
    margin: 20px 0 0;
}
.return_tggleBtn{
    display: inline-flex;
    height: 46px;
    padding: 0 15px;
    min-width: 230px;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #dfa427;
    letter-spacing: 0.8px;
    align-items: center;
}
.return_tggleBtn:hover, .return_tggleBtn:focus{
    text-decoration: none;
    color: #fff;
    background-color: #6bae3c;
}
.return_process_area{
    padding: 80px 0 0;
    display: none;
}
.reason_hdng{
    margin-bottom: 30px;
}
.reason_hdng h4{
    font-size: 20px;
    color: #1d2531;
    font-weight: 600;
}
.reason_hdng p{
    color: #8c929b;
    font-size: 15px;
}
.reason_row{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.reason_lftPnl, .reason_rghtPnl{
    width: 50%;
}
.reason_lftPnl h5{
    margin: 0;
    color: #8c929b;
    font-size: 16px;
    font-weight: 400;
    min-height: 44px;
    display: flex;
    align-items: center;
}
.reason_row .select_area {
    margin-bottom: 0;
}
.reason_row .select_area .dropdown-toggle, .reason_row .toggle_btn{
    padding: 0 20px;
    letter-spacing: 0;
}
.reason_row .select_area .dropdown-menu &gt; li &gt; a{
    padding: 7px 20px;
}
.custom_radio_area ul{
    margin: 0;
    padding: 0;
}
.custom_radio_area li{
    list-style: none;
}
.custom_radio_area li a{
    padding: 5px 20px;
    font-size: 14px;
    color: #707885;
    display: inline-block;
}
.custom_radio_area li a:hover{
    text-decoration: none;
    color: #6bae3c;
}
.toggle_btn:hover, .toggle_btn:focus{
    text-decoration: none;
}
.reason_row .custom_radio_area{
    padding: 12px 0;
}
a:focus {
    outline: none;
    outline-offset: 0;
}
.reason_row .select_area .bootstrap-select .dropdown-toggle .caret{
    right: 15px;
}
.spprt_tophdng p{
    font-size: 16px;
    color: #707885;
}
.spprt_tophdng{
    margin-bottom: 30px;
}


.u-spinner-border {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: u-spinner-border .75s linear infinite;
    animation: u-spinner-border .75s linear infinite;
    display: none;
}
.usr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
@keyframes u-spinner-border {
    to { transform: rotate(360deg); }
}
/* new-ticket-css--end */


@media(max-width: 1365px){
    .iconbx_innr{
        height: 100%;
    }
}

@media(max-width: 1199px){
    .my_accout_hdng h2{
        font-size: 30px;
    }
    .iconBx_item{
        width: 50%;
    }
    .accnt_table_innr th, .accnt_table_innr td{
        white-space: nowrap;
    }
    .fbtn{
        padding: 0;
    }
}
@media(max-width: 991px){
    .edit_item{
        padding: 15px 20px;
        border-right: 0;
    }
    .aw_50{
        width: 100%;
    }
    .acntedit_text label{
        font-size: 15px;
    }
    .bx_icon_text h3{
        font-size: 17px;
    }
    .resetmdl_hdng{
        padding: 10px;
    }
    /*=============================*/
    .accnt_tablehdng.accor_supportHdng &gt; h2 {
    font-size: 22px;
}
.support_ticket_collpse .panel-title a{
    padding: 25px 20px;
    font-size: 18px;
}
.support_ticket_collpse .panel-body {
    padding: 0 20px 30px;
}
.select_area .dropdown-toggle, .toggle_btn{
    padding: 0 20px;
}
.support_ticket_collpse .panel-title a::after, .support_ticket_collpse  .panel-title a.collapsed::after{
    right: 25px;
}
.select_area .bootstrap-select .dropdown-toggle .caret{
    right: 20px;
}
.custom_radio{
    margin-left: 20px;
}
.toggle_btn::after{
    right: 20px;
}
.select_area .dropdown-menu &gt; li &gt; a {
    padding: 7px 20px;
}
.support_bxIitem {
    padding: 25px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.return_details {
    padding-left: 20px;
    padding-top: 0;
}
.return_tggleBtn {
    min-width: 195px;
    font-size: 16px;
}
.reason_lftPnl h5{
    line-height: 27px;
}
.dropdown-backdrop{
    pointer-events: none;
}
.reason_lftPnl, .reason_rghtPnl {
    width: 100%;
}
.reason_lftPnl{
    margin-bottom: 15px;
}
.reason_lftPnl h5{
    min-height: auto;
}
.return_process_area {
    padding: 40px 0 0;
}
}

@media(max-width:767px){
    .noti-fication{
        margin-left: 0px;
        padding: 10px 0px;
    }
    .accnt_tablehdng.ticket-list {
        display: block;
    }
    .accnt_tablehdng.ticket-list &gt; h2{
        float: left;
    }
    .accnt_tablehdng.ticket-list .dash_circles{
        margin-left:15px;
    }
    .account_profileInfo h3{
        font-size: 20px;
    }
    .acnt_profile_pic figure{
        height: 100px;
        width: 100px;
    }
    .rest_mdlBody{
        padding: 15px;
    }
    .fill_hdng h3{
        font-size: 22px;
    }
    .iconBx_item{
        width: 100%;
    }
    .edit_Btn{
        font-size: 13px;
    }
    .profile_outer {
    margin-bottom: 40px;
}
h2.mhead {
    font-size: 22px;
}
#order-date {
    font-size: 14px;
}
.radio label {
    font-size: 14px;
}
#supportOrder h3, #supportItem h3 {
    font-size: 20px;
}
.productTitle{
    font-size: 15px;
}
.order-button-payment input, .order-button-payment a{
    font-size: 17px;
}
.custom_container .container{
    padding: 0;
}
.modal-open .modal{
    padding: 0 20px;
}
.reset_lock{
    margin-right: 10px;
}
.custom_container{
    max-width: 100%;
    padding: 0 15px;
}
.support_ticket_collpse .panel-title a {
    padding: 15px 15px;
    font-size: 16px;
}
.comment_area textarea.form-control{
    height: 85px;
}
.submit_btn_area .submit_btn {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}
.submit_btn_area .submit_btn_new{
    font-size: 18px !important;
    line-height: 50px !important;
}
.custom_radio_area{
    padding: 20px 15px;
}
.custom_radio {
    margin: 0 0 14px;
}
.return_pic {
    min-width: 170px;
    width: 170px;
    margin: 0;
}
.return_details h4 {
    font-size: 16px;
    line-height: 25px;
}
.return_details ul li{
    font-size: 13px;
}
.return_tggleBtn {
    min-width: 141px;
    font-size: 14px;
    height: 40px;
}
.reason_row .select_area .dropdown-toggle, .reason_row .toggle_btn{
    padding-right: 35px;
}
.support_bxIitem {
    padding: 20px 15px;
    margin-bottom: 30px;
}
.spprt_tophdng{
    margin-bottom: 20px;
}
}
@media(max-width: 575px){
    .reset_fillBx{
        padding: 10px;
    }
    .reset_modalOuter form[role=login]{
        padding: 0;
    }
    .mail_info + div{
        display: block !important;
    }
    .profile_outer {
      margin-bottom: 40px;
}
.newaccout_body {
    padding: 45px 0 20px;
}
.accnt_table_innr h3{
    font-size: 20px;
}
#ticketInfo tr td {
    font-size: 14px;
}
.custom_container .container {
   margin: 0 !important;
}
.page.checkout.container {
    padding: 0 10px;
}
.reset_fill .form-control{
    padding-right: 42px;
}
.view_btn{
    bottom: -5px;
    z-index: 9;
}
.support_ticket_collpse .panel-title a{
    font-size: 15px;
}
.return_pic {
    min-width: 120px;
    width: 120px;
    margin: 0;
}
.reason_hdng p{
    font-size: 14px;
}
.reason_row .select_area .dropdown-menu &gt; li &gt; a{
    white-space: normal;
}
.select_area .dropdown-menu &gt; li &gt; a{
    font-size: 12px;
}
.reason_row .select_area .dropdown-toggle, .reason_row .toggle_btn{
    letter-spacing: 0;
}
}
@media(max-width: 480px){
    .rest_mdlBody{
        padding: 20px;
    }
    .reset_fillBx{
        padding: 10px 15px;
    }
    .acnt_edit_row{
        flex-wrap: wrap;
    }
    /*.acntedit_text {
        width: 100%;
        margin-bottom: 15px;
    }*/
    .accnt_tablehdng {
        margin-bottom: 25px;
        flex-wrap: wrap;
    }
    .accnt_table_innr th, .accnt_table_innr td {
        padding: 8px 6px;
    }
    /*.busk_txtinnr{
        margin-left: 0;
        width: 100%;
         margin-top: 15px;
    }*/
    .iconbx_innr{
        padding: 10px;
    }
    .bx_icon {
      min-width: 65px;
        width: 65px;
    }
    .dash_circles {
        margin: 0;
    }
    .busk_txtinnr{
        margin-bottom:  0;
    }
    #ticketInfo tr td {
      padding: 5px;
  }
  #comments_main textarea{
    height: 85px;
  }
  #ticketInfo tr td:first-child {
    width: 115px;
}
#ticketInfo tr td {
    font-size: 13px;
}
.resetmdl_hdng a{
    display: inline-block;
    max-width: 200px;
}
.reset_fill label{
    margin-bottom: 0;
}
.busk_txtinnr + .dash_circles{
    width: 100%;
    margin-top: 15px;
}
.reset_fill label {
    margin-bottom: 5px;
}
.lable_txt label{
    font-size: 12px;
}

}

@media(max-width: 420px){
    .rest_mdlBody {
    padding: 20px 10px;
}
.reset_fillBx {
    padding: 10px 8px;
}
.reset_lock {
    min-width: 20px;
    margin-right: 10px;
}
.reset_modalOuter form[role=login] input, .reset_modalOuter form[role=login] button{
    margin: 0;
}
.forgot_outer{
    margin-top: 15px;
}
.submit_fill{
    margin-bottom: 15px;
}
.acnt_profile_pic figure {
    height: 80px;
    width: 80px;
}
.edit_iconBtn{
    height: 30px;
    width: 30px;
}
.edit_iconBtn img{
    width: 12px;
}
.edit_iconBtn{
    bottom:  55px;
}
.account_profileInfo {
    padding-left: 15px;
}
.profile_outer {
    margin-bottom: 30px;
}
.page.checkout.container {
    padding: 0 15px;
}
.edit_Btn {
    font-size: 13px;
    min-width: 65px;
}
.view_btn {
    bottom: 11px;
}
.support_ticket_collpse .panel-body {
    padding: 0 15px 10px;
}
.select_area .dropdown-toggle, .toggle_btn{
    font-size: 13px;
}
.lable_txt label{
    font-size: 12px;
}
.support_ticket_collpse .panel-title a {
    font-size: 14px;
}
.support_ticket_collpse .panel-title a .front_dot{
    margin-right: 6px;
}
.custom_radio, .select_area .dropdown-menu &gt; li &gt; a {
    font-size: 12px;
}
.attach_area, .comment_area {
    margin-top: 15px;
}
.accnt_tablehdng.accor_supportHdng &gt; h2 {
    font-size: 19px;
}
.return_details {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
}
.return_processOuter {
    flex-wrap: wrap;
}
.return_pic {
    min-width: 100%;
    width: 100%;
    margin: 0;
}
.reason_hdng h4 {
    font-size: 18px;
}
.reason_hdng {
    margin-bottom: 20px;
}
.reason_hdng p{
    margin-bottom: 0px;
}
.reason_row .select_area .dropdown-menu &gt; li &gt; a {
    padding: 7px 10px;
}
.reason_row .select_area .dropdown-toggle, .reason_row .toggle_btn{
    padding-left: 12px;
}
.reason_row:last-child{
    margin-bottom: 0;
}
.busk_txtinnr{
    margin-left: 10px;
}
}
/* ///////////////////////////////////// */
.accnt_table_innr{
    padding-top: 30px;
}
.stars
{
    margin: 10px 0;
    font-size: 24px;
    color: #ffd11e;
}
.jumbotron textarea, .jumbotron input[type="file"]{
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 6px;
    min-height: 100px;
    resize: none;
    width: 100%;
    padding: 15px;
    cursor: pointer;
}
.thumb{
    width: 100%;
    height: 190px;
    display: flex;
    border: solid 1px #ccc;
    border-radius: 6px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.jumbotron input[type="file"] {
  border: 2px dotted rgb(159, 180, 192);
}

label {
   cursor: pointer;
   /* Style as you please, it will become the visible UI component. */
}
.lable_txt label {
    background-color: rgb(241, 245, 247) !important;
    display: grid;
}
.lable_txt label em {
    letter-spacing: 0px;
    font-style: normal;
    font-size: 13px;
    display: block;
}

.uploadphoto {
   background-color: white;
   opacity: 0;
   position: absolute;
   z-index: -1;
}

.uploadvideo {
   background-color: white;
   opacity: 0;
   position: absolute;
   z-index: -1;
}
.uploadfile{
    background: #fff;
    border: 2px dotted rgb(159, 180, 192);
    border-radius: 6px;
    min-height: 80px;
    resize: none;
    width: 100%;
    padding: 30px 0px;
    height: 114px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px dashed #e9ebed;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.showimg{
    background: #fff;
    border: 2px dotted rgb(159, 180, 192);
    border-radius: 0;
    resize: none;
    width: 100%;
    padding: 0 10px;
    position: relative;
    margin-bottom: 10px;
    height: auto;
    min-height: auto;
    display: flow-root;
}
.submit_btn_area{
    margin-bottom: 50px;
}
.loading {
    text-align: center;
}
.reason_lftPnl h5{
    display: block !important;
}
/* .showimg a{display: block;overflow: hidden;line-height: 64px;} */

.lable_txt label{
    margin-bottom: 0px !important;
}
.reason_lftPnl h5 strong {
    color: #000;
    font-weight: 500;
}
.reason_lftPnl h5 span {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
}
.reason_lftPnl strong {
    font-weight: 500;
}
.reason_lftPnl li {
    padding-top: 2px;
}
.reason_lftPnl li strong {
    color: #000;
}
.reason_lftPnl h5{
    min-height: 30px !important;
}
.reason_lftPnl strong, .reason_lftPnl li {
    font-size: 12px;
}

.support_ticket_collpse .stars .glyphicon svg{
    width: 24px;
    height: 24px;
}
.support_ticket_collpse .glyphicon.glyphicon-star-empty svg path{
    fill: none;
    stroke: #ffd11e;
}
.support_ticket_collpse .reason_row h5, 
.support_ticket_collpse .reason_row strong, 
.support_ticket_collpse .reason_row li{
    font-size: 14px;
}
.support_ticket_collpse .hide{
    display: none !important;
}
.support_ticket_collpse .show{
    display: block !important;
}</pre></body></html>