
/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/
/*---------------------------
CSS Gradients
---------------------------*/
.gr-bloody-mary {
background: #FF512F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #DD2476, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-rose-water {
background: #E55D87;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #5FC3E4, #E55D87);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #5FC3E4, #E55D87); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-horizon {
background: #003973;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E5E5BE, #003973);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E5E5BE, #003973); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-intuitive-purple {
background: #DA22FF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #9733EE, #DA22FF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #9733EE, #DA22FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-sport-red {
background: #e52d27;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #b31217, #e52d27);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-ocean-beach {
background: #108dc7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ef8e38, #108dc7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ef8e38, #108dc7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.maindashboard{    display: flex;}
.main-match-lists{  display: flex;}
.dashboard-left {
    width: 30%;
}
.dashboard-right {
    width: 70%;
}
.main-profile {
    padding: 0 10px;
}

/*
.main-match-lists {
    display: flex;
    padding: 20px 10px;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.main-match-lists .match-list{
  flex: 1 1 33%;
  padding:10px;
  box-shadow: 0 0 0 1px black;
  margin-bottom: 10px;}
*/

/* My Account Page Start */
.dashboard-left {
    background: #f7f7f7;
    padding: 30px;
    text-align: center;
}
.profile_title h4 {
    margin: 18px 0;
	text-transform: capitalize;
}
.dashboard-right .main-match-lists {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
.dashboard-right .main-match-lists .new_match_list {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    float: left;
}
.dashboard-right .new_match_list .section-head {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    float: left;
}
.dashboard-right .new_match_list .section-head h3 {
    margin: 0px;
}
.dashboard-right .new_match_list .section-button {
    margin: 25px 0px 0px;
    display: block;
    width: 100%;
    text-align: center;
    float: left;
}
.main-match-lists .new_match_list .section-lists {
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
    row-gap: 1%;
    column-gap: 1%;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    margin: 30px 0px 0px;
    float: left;
}
.dashboard-right .main-match-lists hr {
    display: block;
    width: 100%;
    margin: 35px 0px 35px;
    border-top: 1px solid #ddd;
    float: left;
}
.dashboard-right .main-match-lists .match-list {
    flex: 0 0 32%;
    padding: 25px 15px 30px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.profile-info .label-title, 
.dashboard-left .profile-menu p a{
    font-weight: 600;
}

.profile-sidebar .profile-menu .fa {
    padding-right: 5px;
}
.dashboard-right {
    margin-left: 20px;
}
.dashboard-right .profile-connect {
    border: 1px solid #c94f2b;
    padding: 6px 20px;
    display: inline-block;
    color: #c94f2b;
	border-radius: 4px;
}
.dashboard-right .profile-connect:hover {
    background: #c94f2b;
    color: #fff;
}
.dashboard-right .profile_title h4 {
    font-size: 20px;
}
.dashboard-right .profile_title h4:hover{
	color: #c94f2b;
}
.dashboard-right .main-match-lists {
    padding-top: 0;
}
.dashboard-right .viewprofile {
    background: #F48225;
    color: #fff;
    font-size: 15px;
    padding: 6px 18px;
    border-radius: 3px;
    text-transform: capitalize;
}
.dashboard-right .viewprofile:hover {
	background: #c94f2b;
	color: #fff;
}
.dashboard-right .viewprofile .fa {
    padding-right: 5px;
    font-size: 12px;
}
.profile-sidebar {
    display: block;
    width: 100%;
    margin: 0px;
    text-align: left;
}
.profile-sidebar .main-profile {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin: 0px;
    padding: 0px;
    position: relative;
    box-sizing: border-box;
}
.profile-sidebar .profile_img {
    display: inline-block;
    width: 80px;
    margin-right: 20px;
    padding: 0px;
    position: relative;
    box-sizing: border-box;
}
.user_dash .profile_img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center center;
    margin: 0 auto;
    border: 3px solid #ddd;
    border-radius: 50%;
}
.user_dash.dashboard-left .profile-sidebar .profile_title {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    text-align: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.user_dash.dashboard-left .profile-sidebar .profile_title h4 {
    margin: 0px 0px 5px;
    line-height: 1.2;
}
.user_dash.dashboard-left .profile-sidebar .profile_title p {
    margin-bottom: 0px;
    line-height: 1;
    display: inline-block;
    color: #C94F2B;
}
.user_dash .profile_img, .user_dash .profile_title {
    text-align: center;
}
.dashboard-left .profile-sidebar hr {
    border-top: 1px solid #ddd;
    margin: 20px 0px 20px;
    width: 100%;
}
.user_dash.dashboard-left p {
    color: #333;
    margin: 0 0 5px;
}
.user_dash .main-profile {
    padding: 0;
}
.wp-list-table tr:nth-child(odd) {
    background: #fcfcfc;
}
.wp-list-table tr {
    color: #000;
}
.wp-list-table.match-user{
	position: relative;
}
.dashboard-right .wp-list-table .profile-connect {
    margin: 10px;
}
.dashboard-right .wp-list-table .profile-connect:hover {
    background: #c94f2b;
    color: #fff;
}
.match-center{
    text-align: center;
}
.dashboard-right .profile_img img {
    max-width: 80px;
}
.wp-list-table tr th {
    font-weight: 600;
}
.dashboard-right .woocommerce-form .form-group {
    margin: 0 0 15px;
}
.woocommerce-form .form-group input:focus,
.woocommerce-form .form-group select:focus,
.woocommerce-form .form-group textarea:focus,
.woocommerce .woocommerce-form-row input:focus{
	border-color: #C94F2B;
}
.woocommerce .woocommerce-form-row label {
    margin-bottom: 0;
}
.dashboard-right .woocommerce-form .form-group input[type="submit"],
.woocommerce .dashboard-right form .button{
    padding: 16px 22px;
    font-size: 15px;
	border-radius: 3px;
}
.back_btn {
    background: #C94F2B;
    color: #fff;
    padding: 6px 15px;
    border-radius: 4px;
    margin: 0 0 5px;
    display: inline-block;
    float: right;
    font-size: 14px;
}
.back_btn:hover {
	color: #fff;
}
.dashboard-right h2 {
    
    float: left;
}
.new-profile {
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 3px 8px;
    line-height: normal;
    color: #fff;
    font-size: 13px;
    background: #C94F2B;
	animation:  mymove 5s infinite;
    border-radius: 3px;
}
.dashboard-head {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.dashboard-head .back_btn {
    float: right;
}

ul.catdropDown {
    list-style: none;
    margin: 0;
    padding: 5px 10px;
    max-height: 300px;
    overflow-y: scroll;
    width: 100%;
    box-sizing: border-box;
}
.cat_item{
	cursor:pointer;
	background: #eee;
    padding: 8px;
    margin: 4px 0;
    border-radius: 5px;
}
.cat_item:hover {
    background: #bfbfbf;
}
#cat_searchlists {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 9px 8px -3px rgb(64 60 67 / 24%), 8px 0 8px -7px rgb(64 60 67 / 24%), -8px 0 8px -7px rgb(64 60 67 / 24%);
    border: 0;
    padding-bottom: 10px;
}
#cat_searchlists:empty {
    display: none;
}
.disabled{
    pointer-events:none;
    opacity:0.4;
}
#cat_selectedlists {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px 0px;
    padding: 0px;
    position: relative;
    box-sizing: border-box;
}
#cat_selectedlists label {
    position: relative;
    padding: 5px 35px 5px 10px;
    border: 1px solid #82d1f1;
    border-radius: 5px;
    line-height: 1.5;
    margin: 0px 7px 7px 0px;
    background: #cbf3f9;
}
#cat_selectedlists label input {
    position: absolute;
    opacity: 0;
    z-index: -99;
}
#cat_selectedlists label span.cust-cat-option>i.fa {
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 4;
    color: #C94F2B;
    border: 2px solid #C94F2B;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
}
#cat_searchlists.loder .cat-loder {
    display:block;
}
#cat_searchlists{display:none;}
ul.social_media_list {
    list-style-type: none;
}

.already-connect{color: #228B22;
    font-weight: bold;}
    span.code-lists {
    float: left;
    width: 100%;
}
 span.code-lists .code{margin-right:10px;}
 
 
.checkout #wc-stripe-payment-request-wrapper, 
.checkout #wc-stripe-payment-request-button-separator {
    display: none !important;
}
.social_media_list .custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
ul.row.social_media_list {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
.social_media_list .social-list {
    max-width: 33.3%;
    flex: 0 0 33.3%;
}
.social_media_list input[type=checkbox]{
	border-radius: 0.25rem;
    border-color: #ced4da !important;
}
.social_media_list input[type=checkbox]:checked:before {
    color: #C94F2B !important;
}
.sponsored-btn {
    display: flex;
    justify-content: space-between;
}
.woocommerce-form-row.form-row.form-row-first.sponsored-btn {
    padding: 35px 0 0;
}
.dashboard-left .profile-menu p a .total_notify {
    background: #C94F2B;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
}
.notify-green, 
.notify-red{
	padding: 6px 15px;
    max-width: 600px;
    margin: 0 auto 20px;
}
.notify-green {
    background: #008000;
    color: #fff;
    border: 1px dashed #fff;
}
.notify-red {
    background: #ffdfdf;
    color: #a70a0a;
    border: 1px dashed #a70a0a;
}
.main-match-lists .button:hover {
    background: #c94f2b;
}
.main-match-lists .button {
    background: #F48225;
    border-radius: 3px;
    font-size: 15px;
    padding: 14px 20px;
}
.woocommerce_account_subscriptions .no_subscriptions {
    align-items: center;
    display: flex;
    padding-left: 55px;
    margin-bottom: 15px;
}
.woocommerce_account_subscriptions .no_subscriptions.woocommerce-info:before {
    color: #fff;
    background: #6dde6d;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    font-size: 18px;
    text-align: center;
    top: 18px;
}
.woocommerce_account_subscriptions .no_subscriptions a {
    text-decoration: underline;
    padding-left: 5px;
}

.m-t-20{
    margin-top: 20px;
}
.form-box{
    text-align: left;
    border: 3px solid #f7f7f7;
    padding: 50px;
}
#cat_searchBox input.form-control.cat_search {
    width: 100%;
}

.stepper-wrapper {
    font-family: Arial;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  
    @media (max-width: 768px) {
      font-size: 12px;
    }
  }
  
  .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
  }
  
  .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
  }
  
  .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
  }
  
  .stepper-item.active {
    font-weight: bold;
  }
  
  .stepper-item.completed .step-counter {
    background-color: #000080;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #000080;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
  }
  
  .stepper-item:first-child::before {
    content: none;
  }
  .stepper-item:last-child::after {
    content: none;
  }
  
  .btn-info{
    background-color: #fff !important;
    color: #000080 !important;
    border: 1px solid #000080 !important;
  }

  .m-tb-20{
    margin: 20px 0;
  }
  .cat_search{
    margin: 0 20px;
  }
  .hscode_search{
    width: 60%  !important;
    display: inline-block  !important;

  }
  .treebox{
    margin: 20px 0;
  }
  .navbar-nav .dropdown-menu{
    padding-right: 24px;
  }
  .pb{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .cb{
    color: #4169e1;
  }
  
  .findhscode{
    width: 40px;
    height: 40px;
    vertical-align: middle;
  }
  .select-tree{
    border: 1px solid #000;
    cursor: pointer;
    padding: 9px 9px 9px 9px;
      margin: 5px;

  }
  .select-tree-sub{
    border: 1px solid #000;
    cursor: pointer;
    padding: 9px 9px 9px 9px;
      margin: 5px;
  }
  .sub_listing{
    padding-left: 25px;
  }
  .f-20{
      font-size: 20px;
      padding: 5px;
  }
  .width100{
    width:100%;
  }
  .p-l-5{
    padding-left:5px;
  }
  .hsn{
    font-size:15px;text-transform: uppercase;
  }

  .woocommerce-account .woocommerce-MyAccount-content fieldset{
      width: 100%;
  }
#subscription .pricing-box{padding:15px;}
#subscription .cust-subscr-list ul{ padding:0;margin: 0;}
#subscription .cust-mt-4{margin-top: 0.5rem!important;}
#subscription p.psub_title {min-height: 25px;line-height: 100%;text-align: center;color: #000;margin: 0;}
#subscription h4.pricing_title {    font-size: 21px; margin-bottom: 5px;text-align: center;}
#subscription .cust-subscr-list ul li { margin-left: 10px; padding: 10px 0; color: #000;}
.sbtnBox{text-align:center;margin-bottom:15px;}
#subscription .cust-subscr-list i.fa{margin-right:0.5rem;    margin-top: 3px;}
.cust-subsc-btn{padding: 10px 20px;color: #ffffff;border-color: #046bd2;border-radius: 5px;background-color: #046bd2;}
.cust-subsc-btn:hover{color:#fff;background-color: #000;}
.cust-subscr-list {min-height: 220px;}
.woocommerce_account_thankyou h3 img {
    margin-top: -7px;
}
.hs-input{
    margin-left: 0px;
}
.hs-label{
    font-size: 24px; margin-bottom: 20px;
}
.hs-or{
    font-size: 24px; 
    /* text-align: center;  */
    font-weight: bold;
    margin-top: 10px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-l-28{
    margin-left: 28px !important;
}
.th-width-30{
    width: 30%;
}

.change-password input[type=password], .change-password input[type=text] form select, form textarea {
        min-height: 50px !important;
        border-radius: 0.25rem;
        border: 1px solid #ced4da;
        width: 100%;
    }
    .change-password input[type=password] {
        padding-right: 50px;
        border-radius: 0.25rem !important;
    }
    .change-password .cust-show-password {
        position: relative;
        right: 0px;
        min-height: 50px;
        border-radius: 0rem 0.25rem 0.25rem 0rem !important;
        overflow: hidden;
    }
    .change-password .cust-check-password {
        padding: 0px;
    }
    
    .change-password .cust-show-password .input-group-text {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18px;
        height: 60px;

    }
    
/*body{*/
/*    font-size: 1.3rem !important;*/
/*}*/
@media (min-width: 992px){
.woocommerce form.woocommerce-checkout #order_review {
    float: none;
    width: 45%;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px){
.social_media_list .social-list {
    max-width: 100%;
    flex: 0 0 100%;
}
.social_media_list .social-list label {
    padding-left: 0;
}
.woocommerce-form-row.form-row.form-row-first.sponsored-btn {
    padding: 0;
}
.dashboard-head .back_btn {
    float: none;
    margin: 25px 0 0;
}
}

 
@keyframes mymove {
  from {background-color: #F48225;}
  to {background-color: #ff0000;}
}
.dashboard-right .profile_img {
    margin: 0;
}
/* My Account Page Close */


@media screen and (max-width: 767px){
/* My Account Page Start */	
.maindashboard {
    display: block;
}	
.dashboard-left, .user_dash.dashboard-right {
    width: auto;
}
.dashboard-right {
    margin: 20px 0 0;
}
.dashboard-right .main-match-lists {
    padding: 20px 0;
    align-items: flex-start;
    
}
.dashboard-right .profile-connect {
    padding: 5px 14px;
    font-size: 14px;
}	
.dashboard-right .profile_title h4 {
    font-size: 17px;
}
.dashboard-right .match-list {
    width: 48%;
    padding: 20px 10px;
}
nav.woocommerce-MyAccount-navigation {
    padding: 15px 0;
}
.woocommerce .woocommerce-MyAccount-navigation li {
    display: inline-block;
    margin: 0 5px !important;
}	
.dashboard-right .viewprofile {
    right: 3px;
    top: 3px;
    font-size: 12px;
    padding: 3px 10px;
}	
.dashboard-right h2 {
    margin: 20px 0 0;
    display: inline-block;
}	
/* My Account Page Close */	
}
  .dokan-account-migration-lists{display:none;}
  .woocommerce-MyAccount-navigation{display:none;}
  .iti__dropdown-content{
      z-index: 111;
  }
/*--------------------------- 
Responsive CSS here 
*
*   Remember these queries are a good start
*   but media queries go much deeper than this.
*
---------------------------*/
/*
Medium/Large Screens 
*/
@media only screen and (max-width: 1430px) {
    
}
/*
Medium Screens 
*/
@media only screen and (max-width: 1280px) {
    
}
/*
Large Tablet Screens 
*/
@media only screen and (max-width: 980px) {
    
}
/*
Medium Tablet Screens 
*/
@media only screen and (max-width: 768px) {

}
/*
Small Tablet/Largest Phone Screens 
*/
@media only screen and (max-width: 600px) {
    
}
/*
Large Phone Screens 
*/
@media only screen and (max-width: 420px) {
    .extra-width{ display: none;}
}
/*
Medium Phone Screens 
*/
@media only screen and (max-width: 380px) {
    
}
/*
Small Phone / Apple Watch Screens 
*/
@media only screen and (max-width: 320px) {
    
}