/* ==========================================================================
  header styles fr
   ========================================================================== */

body {
    /*max-width: 1530px;
    margin-left: auto;
    margin-right: auto;*/
}

header {
    background: #1b59a4;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.logo-sec a {
    display: block;
    /*width:45%;*/
}

header .logo-sec {
    display: flex;
    align-items: center;
}

header .search-expand {
    width: calc(100% - 200px);
    position: absolute;
    top: -170px;
    height: 220px;
    left: 200px;
    background: #29333c;
    padding: 30px 0 0 20px;
    transition: all 0.3s ease-out 0s;
    z-index: 9;
}

header .search-expand.toggle-search {
    top: 100%;
}

.product-add-page .btn.btn-info {
    float: right;
    background: #204499;
    font-size: 11px;
    text-shadow: none;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 4px 19px;
}

.input-group .btn.btn-danger {
    color: #464a4e;
    background-color: #ffeff1;
    border-color: #ced4da;
    text-shadow: none;
}

.input-group .btn.btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #c82333;
}

.input-group input[type="file"] {
    width: 85%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.95;
    border: 1px solid #ced4da;
}

header .search-expand ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 87%;
}

header .search-expand ul li {
    margin-right: 5px;
    display: flex;
    width: 40%;
}

header .search-expand ul li:last-child {
    margin-right: 0;
}

header .search-expand ul li:first-child {
    width: 63%;
}

header .search-expand ul li.main-price {
    width: 90%;
}

.search-expand.space_design_form.toggle-search {
    padding-right: 20px;
}

.search-expand.space_design_form.toggle-search ul {
    width: 100%;
}

header .search-expand ul li span {
    background: #f5f8fa;
    display: flex;
    height: 50px;
    align-items: center;
    padding: 0 15px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 14px;
    font-family: 'Avenir Next';
    color: #060606;
    width: 90px;
}

header .search-expand .text-box {
    height: 50px;
    background-color: #fff;
    border-radius: 3px;
    border: none;
    width: 100%;
    outline: none;
    padding: 0 15px;
    font-size: 14px;
    font-family: 'Avenir Next';
    color: #060606;
    border: 1px solid #CBD6E2
}

header .search-expand select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(../images/slt-arw.png);
    background-position: 90% 50%;
}


/*header .search-expand input.text-box{
   width:315px;
  }
  header .search-expand input.price-range{
   width:370px;
  }
  header .search-expand form{
  max-width:1280px;
  }*/

header .search-expand.normal-search form {
    display: flex;
    align-items: center;
}

header .search-expand input.text-box::placeholder {
    color: #060606;
}

header .search-expand input.date-picker {
    background-repeat: no-repeat;
    background-image: url(../images/slt-arw.png);
    background-position: 90% 50%;
    width: 160px;
}

header .asearch-expand input.price-range {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 330px;
}

header .search-expand button {
    width: 230px;
    height: 50px;
    background: #F9D828;
    outline: none;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    font-family: 'Avenir Next';
    text-shadow: none;
}

header .search-expand h3 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Avenir Next';
    font-weight: bold;
    margin-bottom: 20px;
}

header .search-expand .advance-search {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    margin-top: 10px;
    width: 100%;
}

a.btn.resetForm {
    padding: 15px 20px 15px 20px;
    margin-left: 5px;
    margin-bottom: 0;
}

header .search-expand .advance-click-box {
    display: flex;
    align-items: center;
}

header .search-expand .advance-click-box ul {
    display: none;
    margin-right: 10px;
}

header .search-expand .advance-click-box .text-box {
    width: 240px;
}

header .search-expand .advance-search.advance-open .advance-click-box ul {
    display: flex;
}

header .search-expand button img {
    margin-right: 10px;
}

header .search-expand.normal-search button img {
    margin-right: 0;
}

header .search-expand.normal-search button {
    width: 55px;
    font-size: 0;
}


/*header .search-expand.normal-search .price-range-slider{
    width:320px;
  }
  header .search-expand.normal-search .range-value.text-box{
    width:320px;
  }
  header .search-expand.normal-search input.text-box{
   width:265px;
  }
  header .search-expand.normal-search input.date-picker{
    width:160px;
  }*/

header .search-expand.normal-search {
    height: 90px;
    padding: 20px 0 0 20px;
}

header .search-expand.normal-search h3 {
    display: none;
}

header .search-expand.normal-search .search-set {
    display: flex;
    width: 13%;
}

header .search-expand .advance-click {
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'Avenir Next';
    font-weight: 500;
    cursor: pointer;
}

header .search-section {
    height: 75px;
    width: 50%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 0 20px;
    background: #212930;
    cursor: pointer;
}

header .search-section.arrow-icon {
    transition: all 0.3s ease-out 0s;
}

header .search-section.toggle-search-sec .arrow-icon {
    transform: rotate(180deg);
}

header .search-sec {
    display: flex;
    align-items: center;
    height: 75px;
}

header .search-sec h6 {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    padding: 0px 20px 0 10px;
}

.header-conents {
    padding: 0 25px 0 5px;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 99;
    position: relative;
    border-bottom: 1px solid #D5D5D5
}

header .space-availability {
    width: 75%;
    height: 75px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 0 20px;
    background: #212930;
}

header .availability-sec {
    display: flex;
    align-items: center;
    height: 75px;
}

header .calendar-set {
    width: 60%;
    margin-left: 15px;
    background: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    background-image: url(../images/calendar.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

header .calendar-set input {
    border: none;
    padding: 0;
    margin: 0 !important;
    height: auto;
    outline: none;
    color: #060606;
    font-size: 14px;
    font-family: 'Avenir Next Demi';
    font-weight: 600;
    background-color: transparent;
}

.form-control:focus {
    box-shadow: none !important;
}

header .calendar-set p {
    color: #060606;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
}

header .availability-sec h6 {
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.log-body header .header-conents {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}

header .right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .right ul li {
    display: inline-block;
    padding-right: 35px;
}

header .right ul li:last-child {
    padding-right: 0;
}

header .right ul li a {
    color: #000000;
    font-size: 16px;
}

header .right ul li a:hover {
    text-decoration: none;
}

header .bell-icon {
    float: left;
    padding: 0 25px;
    height: 35px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    display: table;
}

header .bell-icon.cart-icon {
    border-right: none;
}

header .bell-icon .img {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.noti-count {
    position: absolute;
    top: 0px;
    right: -11px;
    background: #FF2400;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

header .admin-set {
    float: right;
}

header .admin {
    float: left;
    padding-left: 30px;
    height: 35px;
    display: table;
}

header .admin-content {
    display: flex;
    align-items: center;
    height: 35px;
}

header .admin-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

header .admin-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

header .addmin-text {
    padding: 0 10px;
    color: #000;
    font-size: 14px;
    font-family: 'sf-pro-display';
    font-weight: bold;
}

header a.log-out {
    margin-left: 15px;
}

header .right-cnt {
    height: 105px;
    display: table;
    float: right;
}

footer {
    padding: 35px 0;
    border-top: 1px solid #d2d2d2;
    box-shadow: 25px 0px 15px 0px rgba(113, 106, 106, 0.22);
    background: #fff;
    text-align: center;
}

footer .copyright {
    font-size: 14px;
    color: #000000;
    text-align: center;
}


/* .log-body footer .copyright{
    color: #02429c;
  } */


/* .log-body footer {
    border: none;
    box-shadow: none;
    background-color: transparent;
  } */

.log-body header {
    /* box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.11); */
    background: none;
    padding-top: 20px;
    display: none;
}

.log-body footer {
    display: none;
}


/* ==========================================================================
    login page styles
     ========================================================================== */

.log-body {
    /* background: #1f51a5; 
    background: url(../images/new-ful-bg.jpg) no-repeat;
    background-size: cover;  
    background-position: center;*/
}

.login h2 {
    color: #31B298;
    font-size: 25px;
    line-height: 32px;
    font-family: 'Avenir Next';
    font-weight: bold;
}

.login p {
    color: #202022;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-family: 'sf-pro-display';
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    margin-bottom: 40px;
}

.login p a {
    color: #202022;
}

.login input,
.login select,
.login textarea {
    border: 1px solid #d4dde7;
    font-size: 13px;
    color: #000000;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    outline: none;
    background-color: transparent;
}

.login input:focus,
.login textarea:focus {
    border: 1px solid #00999E;
}

.login ul li label {
    color: #878787;
    font-size: 14px;
    font-family: 'sf-pro-display';
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0px 10px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 10px;
    margin-bottom: 5px;
}

.login ul li label.error {
    padding: 0px;
    font-family: 'sf-pro-display';
}

.login label {
    color: #878787;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    background-color: #fff;
}

.login .remember input {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 2px;
    vertical-align: top;
    margin-right: 3px;
}

.login label.checkbox {
    font-size: 14px;
    vertical-align: middle;
}

.login textarea {
    height: 100px;
    padding-top: 15px;
    resize: none;
}

.login input::placeholder {
    color: #000000;
}

.login textarea::placeholder {
    color: #000000;
}

.login form {
    max-width: 445px;
}

.login button {
    width: 100%;
    height: 45px;
    font-size: 18px;
    background: #00999E;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: none;
    border-radius: 3px;
    line-height: 23px;
    outline: none;
    font-family: 'sf-pro-display';
    font-weight: 400;
    margin: 20px auto;
    display: block;
    border: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.login button:hover {
    color: #fff;
    background-color: #000;
}

.login .submit-sec a {
    font-size: 13px;
    width: 100%;
    text-align: right;
    color: #19a9cd;
    display: block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 15px;
    font-weight: 500;
}

.login .submit-sec a:hover {
    text-decoration: none;
}

.login-page ul {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}

.login-page ul li {
    display: inline-block;
}

.login-page form ul {
    text-align: left;
}

.login-page form ul li {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.login-page .login-contents .login-left .logo {
    display: inline-block;
}

.logo-main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page ul li a {
    color: #33475B;
    font-size: 14px;
    border-right: 1px solid #819ccb;
    padding-right: 10px;
    margin-right: 10px;
}

.login-page ul li:last-child a {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.login-page span.label {
    width: 100%;
    border: 1px solid #d4dde7;
    border-radius: 3px;
    height: 42px;
    line-height: 42px;
    display: block;
    padding-left: 15px;
    position: relative;
    font-size: 13px;
    color: #1f51a5;
    margin-bottom: 25px;
}

.login-page span.label .button {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'sf-pro-display';
    font-weight: 500;
    color: #506E91;
    background: #FEFBEB;
    width: 85px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 1px solid rgba(167, 186, 206, 0.51)
}

.login-page input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.thankyou-without-login.login-page .login p {
    margin-bottom: 0;
}

.login-page .login-contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
}

.login-page .login-contents .login-left {
    width: 60%;
    height: 100%;
    text-align: center;
    background-image: url(../images/login-bg.jpg);
    background-position: left center;
    background-size: cover;
}

.log-in-submit-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.login-forgot a {
    color: #000000;
    font-size: 12px;
    text-align: right;
    line-height: 20px;
}

.login-checkbox {
    width: 38%;
}

.login-forgot {
    width: 62%;
    text-align: right;
}

.login-page .login-contents .login-left p {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    max-width: 350px;
    margin: 0 auto;
}

.login-page .login-contents .login {
    width: 40%;
    height: 100vh;
    background: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page .login-contents .login-form {
    width: 100%;
    max-width: 380px;
}

element.style {}

.login-page .login-contents .login-left img {
    max-height: 62px;
    margin-bottom: 20px;
}


/* ==========================================================================
  register page styles
     ========================================================================== */

.login-page.register-page .login-contents .login-left p {
    text-align: left;
    padding: 0;
    color: #1b59a4;
}

.login-page.register-page .login-contents .login-left {
    height: 100vh;
}

.login-page.register-page .vendor-sec {
    padding: 0 70px 0 50px;
    background: #fefbe9;
    height: 50vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.login-page.register-page .retailer-sec {
    padding: 0 70px 0 50px;
    background: #f5f8fa;
    height: 50vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.login-page h3 {
    color: #33475B;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.login-page.register-page .login-left a {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
}

.login-page .form-check-input {
    margin-bottom: 0;
}

.login-page .form-check-label {
    margin-bottom: 0;
}

.login-page .privacy-set {
    position: relative;
}

.login-page.register-page label {
    display: inline-block;
    vertical-align: top;
}

.login-page .btn-login {
    color: #202022;
    text-align: center;
    display: block;
}

.login-page.register-page p {
    margin-bottom: 20px;
}

.login-page.register-page .btn-login {
    display: inline-block;
}

.login-page.register-page .top-check {
    margin-bottom: 30px;
}

.login-page.register-page .top-check span {
    vertical-align: text-top;
    margin-right: 50px;
}

.login-page.register-page .login form {
    border: none;
    padding: 0;
    margin: 0;
}


/* ==========================================================================
    Forgot passsword styles
     ========================================================================== */

.login-page.forgot-password .login button {
    margin-top: 0;
}

.login-page.forgot-password .login h2 {
    margin-bottom: 35px;
}

.small-search.form-row .col {
    flex-basis: 0;
    flex-grow: 0;
}

.small-search.form-row .search-but-group .resetsearch {
    vertical-align: top;
    line-height: 34px;
}

@media(max-width: 768px) {
    .login-page .login-contents::before {
        display: none;
    }
    .login-page .login-contents {
        display: block;
        background: #fff !important;
    }
    .login-page .login-contents .login-left {
        width: auto;
        padding: 30px 30px 47px;
        background: #113650;
    }
    .login-page .login-contents .login {
        width: auto;
        height: auto;
        padding: 50px 10%;
    }
    .login-page .login-contents .login-form {
        text-align: center;
    }
    .login p {
        text-align: center;
    }
    .login form {
        margin: 0 auto 22px !important;
        max-width: 400px;
    }
    .register-body .login-page.register-page .login-contents .login-left {
        padding: 0;
    }
    .login-page.register-page .top-check span {
        margin-right: 4%;
    }
}

@media(max-width: 480px) {
    .login-page {
        padding: 0!important;
    }
    .login-page .login-contents .login-left p,
    .login p,
    .login button,
    .login .submit-sec a {
        font-size: 14px;
    }
}


/* ==========================================================================
    Home page styles
     ========================================================================== */

.dashbord-credit {
    background: #fff;
    padding: 17px 20px;
    margin: 80px 0 80px 15px;
    border-radius: 20px 0px 0px 20px;
}

.dashbord-credit .credit-img {
    width: 38px;
    float: left;
}

.dashbord-credit .credit-texts {
    width: calc(100% - 50px);
    float: right;
}

.dashbord-credit .credit-texts p {
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}

.dashbord-credit .credit-texts span {
    display: block;
    color: #000000;
    font-size: 23px;
    line-height: 25px;
    font-weight: bold
}

.toggled .dashbord-credit .credit-texts {
    display: none;
}

.full-bg {
    background: url(../images/new-ful-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}

#wrapper #content-wrapper {
    background: #F6F6F6;
}

.notification {
    background: #fff7cf;
    padding: 15px 35px;
    box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    align-items: center;
}

.notification span {
    color: #000000;
    font-size: 11px;
    font-style: italic;
}

.notification span.notification-icon {
    margin-right: 5px;
    width: 14px;
}

.notifacation-texts {
    border-left: 1px solid #ccc6a6;
    border-right: 1px solid #ccc6a6;
    padding: 0px 25px;
    margin: 0 25px;
}

.user .user-image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.user .user-image img {
    height: 75px;
    width: 75px;
    object-fit: cover;
}

.user .user-image:hover .edit-image {
    opacity: 1;
}

.user .edit-image {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    opacity: 0;
    cursor: pointer;
}

.user .edit-image img {
    width: 25px;
    margin-top: 25px;
    height: auto;
}

.user .details {
    height: 75px;
    display: table;
}

.user .detail-cnt {
    display: table-cell;
    vertical-align: middle;
}

.user .details .name {
    display: block;
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
}

.user .details .position {
    color: #30318a;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

.white-box {
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    padding: 40px 30px;
    border-radius: 3px;
    position: relative;
}

.white-box a:hover {
    text-decoration: none;
}

.wrapper {
    max-width: 960px;
    margin: auto;
    padding: 0 15px;
}

a.btn {
    color: #506E91;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid rgba(167, 186, 206, 0.51);
    display: inline-block;
    padding: 8px 25px 6px 25px;
    border-radius: 3px;
    outline: none;
    margin-right: 5px;
    font-weight: bold;
    font-family: 'Avenir Next Demi';
    background: #EAF0F6;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 8%);
}

a.white-btn {
    color: #506E91;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid rgba(167, 186, 206, 0.51);
    display: inline-block;
    padding: 8px 25px 6px 25px;
    border-radius: 3px;
    outline: none;
    margin-right: 5px;
    font-weight: bold;
    font-family: 'Avenir Next Demi';
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 8%);
}

button.butn {
    color: #506E91;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid rgba(167, 186, 206, 0.51);
    display: inline-block;
    padding: 8px 25px 6px 25px;
    border-radius: 3px;
    outline: none;
    margin-right: 5px;
    font-weight: bold;
    font-family: 'Avenir Next Demi';
    background: #EAF0F6;
    text-shadow: none;
}

.btn.btn-yellow {
    background: #F3D93B;
    color: #000;
}

.btn.btn-yellow:hover {
    color: #333;
}

.links {
    margin-top: 20px;
    position: relative;
}

.links a.btn:last-child {
    margin-right: 0;
}

.top-set .box-two {
    text-align: center;
}

.top-set .box-two .box-image {
    margin-bottom: 25px;
}

.top-set .box-two .dolor-img {
    text-align: right;
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.top-set .mg-top {
    margin-top: 10px !important;
}

.top-set .box-two .dolor-texts h2 {
    color: #14609c;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: left;
}


/* .top-set .box-two .dolor-texts{
    margin-top: 25px;
  } */

.top-set .box-two .dolor-texts p {
    font-size: 12px;
    line-height: 12px;
    color: #30318a;
    margin-bottom: 0;
    font-weight: 500;
}

.top-set .right-boxes .box-two .dolor-texts p {
    color: #5d5d5d;
}


/* .top-set .box-two.box-three .dolor-texts h2{
    color: #0d846d;
  } */

.second-sec h3 {
    color: #30318a;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.second-sec .second-sec-cnt .top-set:first-child .right-boxes .clearfix .white-box:first-child {
    /* background: #ffddd3; */
}

.white-box.lite-bg {
    background: #e9f2ff;
}

.white-box.lite-bg-2 {
    background: #ffe081;
}

.second-sec .gold-text {
    order: 2;
    padding-left: 55px;
}

.second-sec .gold-img .diamond-img {
    text-align: left;
}

.curve-box {
    width: 170px;
    height: 100%;
    display: block;
    /* background: #f1f1f1;*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    border-radius: 125px 15px 15px 125px;
}


/* .curve-box:after {
    content: "";
    width: 170px;
    height: 100%;
    display: block;
    background: #f1f1f1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 125px 15px 15px 125px;
  } */

.curve-box-2 {
    width: 170px;
    height: 100%;
    display: block;
    /*background: #c4a168;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 15px 125px 125px 15px;
}

.curve-box.silver {
    background: #f1f1f1;
}

.curve-box.bronze {
    background: #c4a168;
}

.curve-box.gold {
    background: #ffcf40;
}

.curve-box.black {
    background: #191a1c;
}

.curve-box.platinum {
    background: #e8edf6;
}

.curve-box.diamond {
    background: #d8e3f6;
}

.curve-box.legendary {
    background: #d5a4ff;
}

.curve-box.exotic {
    background: #ffff99;
}


/* .curve-box-2:after {
    content: "";
    width: 170px;
    height: 100%;
    display: block;
    background: #c4a168;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 15px 125px 125px 15px;
  } */

.diamond-img {
    position: relative;
    z-index: 999;
}

.diamond-sec {
    align-items: center;
}

.diamond-sec h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #0d846d;
}

.diamond-sec h6 {
    font-size: 22px;
    line-height: 22px;
}

.diamond-sec ul {
    list-style: none;
    margin: 35px 0 0 0;
    padding: 0;
}

.diamond-sec ul li {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
}

.diamond-sec ul li span {
    font-weight: bold;
    margin-left: 8px;
}

.diamond-sec ul li .cancel-investment {
    margin-left: 10px;
    color: #ffffff;
    font-size: 11px;
    padding: 5px 15px;
    background: #1f51a5;
    border-radius: 8px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    vertical-align: text-bottom;
}

.upgrade-sec {
    margin: 55px 0;
    position: relative;
    overflow: hidden;
}

.upgrade-sec .leaf-img {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.upgrade-sec::after {
    content: "";
    width: 190px;
    height: 110px;
    background: #e2ecee;
    border-radius: 0px 0px 125px 125px;
    display: block;
    position: absolute;
    left: 125px;
    top: 0;
}

.upgrade-sec::before {
    content: "";
    width: 180px;
    height: 155px;
    background: #e8edf6;
    border-radius: 110px 110px 5px 0px;
    display: block;
    position: absolute;
    left: -30px;
    bottom: -25px;
    transform: rotate(45deg);
}

.upgrade-sec.white-box h2 {
    color: #14609c;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

.upgrade-sec .row {
    align-items: center;
}

.upgrade-sec p {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.last-transactions {
    background: #fff;
    border-radius: 0;
}

.last-transactions h2 {
    color: #1f51a5;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: bold;
}

.last-transactions .title-sec {
    align-items: center;
    padding: 25px 30px 20px 35px;
}

.last-transactions .link {
    text-align: right;
}

.status-text.pending {
    color: #f7941d;
}

.status-text.confirm {
    color: #30318a;
}

.status-text.reject {
    color: #e33737;
}

.status-text {
    color: #30318a;
}

a.link.hide {
    background: #f6b900;
}

a.link.confirm {
    background: #f7941d
}

a.link.cancel {
    background: #b31a1a;
}

a.link.available {
    background: #6a8389;
}

a.link.featured {
    background: #53b8d1;
}

a.round {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    background: #30318a;
    line-height: 15px;
    padding-top: 3px;
}

.last-transactions .link a.btn {
    margin-right: 0;
    color: #fff;
    background: #0b409a;
    border-radius: 5px;
}

.trans-table {
    margin-bottom: 50px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 13%);
}

.trans-table .row {
    margin: 0;
}

.trans-table .table-col {
    padding: 0;
}

.trans-table .table-col:nth-child(4) ul li {
    padding: 25px 15% 25px 15%;
}

.trans-table .table-col:nth-child(6) ul li {
    padding: 25px 15% 25px 15%;
}

.trans-table .table-col:nth-child(1) ul li {
    color: #14609c;
}

.trans-table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* .trans-table{
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 25px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0 0 0;
  } */

.trans-table .rwd-table tr:first-child {
    border-top: none;
}

.trans-table h6 {
    color: #171717;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
}

.trans-table ul li {
    color: #000000;
    font-size: 13px;
    padding: 25px 20% 25px 20%;
    border-bottom: 1px solid #f1f1f5;
}

.trans-table ul li:last-child {
    border-bottom: none;
}

.trans-table ul li span.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.trans-table ul li span.dot-complete {
    background: #0f856e;
}

.trans-table ul li span.dot-pendig {
    background: #f7f14a;
}

.trans-table ul li span.dot-cancelled {
    background: #e60404;
}


/* ==========================================================================
    package details styles
     ========================================================================== */

.package-details-page .detail-top {
    padding-top: 50px;
}


/* .package-details-page .diamond-img{
      width: 135px;
      height: 135px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0px 0px 15px 0px rgba(113, 106, 106, 0.22);
      text-align: center;
      line-height: 115px;
  } */

.package-details-page .diamond-img img {
    /* width:57px; */
    height: 77px;
    /* object-fit: cover; */
}

.package-details-page .detail-top h2 {
    color: #0d846d;
    font-size: 41px;
    line-height: 41px;
    font-weight: 300;
    margin-bottom: 15px;
}

.package-details-page .detail-top h3 {
    font-size: 15px;
    line-height: 15px;
    clear: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.package-details-page .detail-top h3 span {
    font-weight: bold;
}

.package-details-page .detail-top .left-set {
    align-items: center;
}

.package-details-page .detail-row {
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.package-details-page .detail-row-cnt .left-set {
    display: flex;
    align-items: center;
}

.package-details-page .detail-row-cnt .right-set {
    padding-left: 30px;
}

.package-details-page .up-gold h2 {
    color: #14609c;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
}

.package-details-page .up-gold p {
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
    /* text-align:center; */
    /* width:26%; */
}

.graph-section .left-cols .white-box {
    padding: 30px;
}

.graph-section .white-box {
    text-align: center;
    margin-bottom: 25px;
}

.graph-section .white-box h5 {
    color: #0d846d;
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0 10px 0;
}

.graph-section .white-box p {
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}

.graph-section .left-cols .col-md-6:nth-child(2) .white-box h5 {
    color: #14609c;
}

.graph-section .white-box select {
    -webkit-appearance: none;
    background: #fff url(../images/select-arw.png) no-repeat 90% 50%;
    color: #1f51a5;
    font-size: 13px;
    font-weight: 500;
    padding: 13px 15px 13px 15px;
    border: 1px solid #1f51a5;
    outline: none;
    border-radius: 10px;
    min-width: 130px;
    min-height: 42px;
}

.graph-section .white-box .select-sec {
    text-align: left;
    position: relative;
}

.graph-section .white-box .leaf-img {
    position: absolute;
    bottom: -10px;
    right: 40px;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.graph-section .white-box h6 {
    color: #000000;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 15px;
}

.graph-section .graph-right .white-box {
    overflow: hidden;
    position: relative;
}

.graph-section .graph-right .white-box::before {
    content: "";
    width: 180px;
    height: 180px;
    background: #e8edf6;
    border-radius: 110px 110px 5px 0px;
    display: block;
    position: absolute;
    left: -30px;
    bottom: -25px;
    transform: rotate(45deg);
}

.package-details-page .last-transactions {
    margin-top: 50px;
}


/* .graph-section .left-cols .col-md-6:nth-child(3) .white-box,.graph-section .left-cols .col-md-6:nth-child(4) .white-box{
    margin-bottom: 0;
  } */


/* popup */

.white-popup-block {
    max-width: 750px;
    background: #fff;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 3px;
    position: relative;
}

.white-popup-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.white-popup-block ul li {
    width: 30%;
    margin-right: 1%;
}

.white-popup-block label {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.white-popup-block .replay-textbox {
    border: 1px solid #1f51a5;
    border-radius: 5px;
    height: 35px;
    resize: none;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    width: 100%;
}

.white-popup-block input[type="submit"] {
    padding: 10px;
    background: #1f51a5;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 100px;
    text-align: center;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    line-height: 10px;
    letter-spacing: .5px;
    color: #fff;
    height: 35px;
    margin-top: 24px;
    text-shadow: none;
}

input[type="submit"]:hover {
    opacity: 1;
}

.mfp-close {
    right: 15px;
    top: 15px;
    position: absolute;
    margin-top: 0;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    color: #ff2400 !important;
    opacity: 1;
    border: 2px solid #ff2400 !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 15px;
}

.mfp-close:active {
    top: 15px !important;
}

.graph-section g {
    font-size: 12px;
}

.package-details-page .graph-section {
    margin-top: 45px;
}


/* ==========================================================================
    commom styles
     ========================================================================== */

a.link {
    color: #ffffff;
    font-size: 12px;
    font-family: 'sf-pro-display';
    padding: 10px 20px;
    text-transform: uppercase;
    background: #00999e;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    border: none;
    line-height: 18px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

a.link:hover {
    text-decoration: none;
    background-color: #000;
}


/* ==========================================================================
  investment page styles
  ========================================================================== */

.investment {
    margin: 50px 0;
}

.investment-top {
    margin-bottom: 20px;
}

.investment-top h2 {
    color: #1f51a5;
    font-size: 32px;
    margin-bottom: 0;
}

.investment .diamond-sec ul {
    margin: 0;
}

.investment .diamond-sec ul li {
    margin-bottom: 20px;
}

.investment .diamond-sec ul li:last-child {
    margin-bottom: 0;
}

.investment .diamond-img {
    text-align: right;
    padding-right: 15px;
}

.investment .curve-box:after {
    width: 210px;
    border-radius: 96px 15px 11px 102px;
}

.investment .diamond-sec {
    align-items: self-start;
}

.investment .diamond-sec a.link {
    padding: 11px 26px;
    margin-top: 35px;
}

.investment .lite-bg-2.curve-box:after {
    background: #ffcf40;
}

.investment .white-box {
    margin-bottom: 40px;
    background-size: cover;
    border-radius: 30px;
}


/* ==========================================================================
  faq page styles
  ========================================================================== */

.faq {
    background: url(../images/faq-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.faq-content {
    padding: 65px 0 100px 0;
}

.faq-page {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 15px;
}

.faq-page h2 {
    color: #1f51a5;
    font-size: 32px;
    line-height: 29px;
    margin-bottom: 30px;
}

.faq-list .faq-box {
    background: #fff;
    padding: 40px 50px;
    border-radius: 22px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
}

.faq-list .faq-box:last-child {
    margin-bottom: 0;
}

.faq-list .faq-box h3 {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}

.faq-list .faq-box p {
    color: #000000;
    font-size: 14px;
    line-height: 27px;
    margin: 20px 0 0 0;
}

.faq-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-list .accordion-item-body {
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: none;
}

.accordion-item-header {
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: -12px;
    cursor: pointer;
}

.active .accordion-item-header::after {
    content: "\2212";
}


/* ==========================================================================
  add credit styles
  ========================================================================== */

.blue-bg {
    background: url(../images/credit-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.add-credit h2 {
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.add-credit p {
    color: #1f51a5;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 15px;
}

.add-credit-content .credit-form {
    margin: 170px auto;
}

.credit-form {
    background: #fff;
    max-width: 825px;
    padding: 65px 55px;
    border-radius: 22px;
}

.credit-form h2 {
    font-size: 24px;
    line-height: 25px;
}

.credit-form p {
    color: #1f51a5;
    font-size: 13px;
    margin-bottom: 10px;
}

.credit-form input {
    border: 1px solid #1f51a5;
    border-radius: 10px;
    font-size: 13px;
    color: #1f51a5;
    height: 44px;
    width: 66%;
    padding-left: 20px;
    outline: none;
}

.review-links input.btn {
    background: #1f51a5;
    color: #fff;
    padding: 12px 78px;
    font-weight: bold;
    width: 30%;
    text-shadow: none;
}

.review-links a.btn {
    padding: 12px 78px;
    font-weight: bold;
    color: #1f51a5;
}

.credit-form input::placeholder {
    color: #1f51a5;
}

.credit-form button {
    background: #1f51a5;
    text-shadow: none;
    font-size: 13px;
    height: 44px;
    border-radius: 10px;
    font-weight: bold;
    border: none;
    opacity: 1;
    padding: 0 35px;
}

.credit-form form {
    position: relative;
}

#creditMsg {
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -20px;
}


/* ==========================================================================
  buying package 1 styles
  ========================================================================== */

.buying-package {
    width: 82%;
    margin: 0 auto;
    padding: 100px 0 175px 0;
}

.buying-package .credit-form {
    max-width: 100%;
    width: 100%;
    padding: 40px 30px;
}

.buying-package .credit-form p {
    font-size: 14px;
    line-height: 15px;
    color: #000000;
}

.buying-package h2 {
    font-size: 32px;
    color: #1f51a5;
    line-height: 32px;
    margin-bottom: 30px;
}

.buying-package .package {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.buying-package .package-left {
    width: 47%;
    float: left;
    border-right: 1px solid #e5e5e5;
    padding: 25px 0;
}

.buying-package .package-right {
    width: 47%;
    float: right;
    padding: 25px 0;
}

.buying-package .right-contents .icon {
    float: left;
    width: 42px;
}

.buying-package .right-contents .right-texts {
    float: right;
    width: calc( 100% - 70px);
}

.buying-package .package-left span {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.buying-package .package-left h6 {
    font-size: 27px;
    line-height: 26px;
    margin-bottom: 0;
    color: #000;
}

.buying-package .right-texts h5 {
    color: #1f51a5;
    font-size: 27px;
    line-height: 26px;
    margin-bottom: 5px;
}

.buying-package .right-texts h4 {
    color: #000000;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.buying-package h3 {
    color: #1f51a5;
    font-size: 13px;
    margin-top: 45px;
    margin-bottom: 15px;
}

.buying-package h3 span {
    color: #000;
    font-size: 24px;
    margin-right: 15px;
}

.buying-package form {
    max-width: 680px;
}

.buying-2 .credit-form button {
    margin-top: 40px;
}

.buying-2.buying-package .credit-form {
    padding: 50px 25px;
}

.thankyou-page {
    text-align: center;
}

.thankyou-page h3 {
    font-size: 24px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 20px;
}

.thankyou-page p {
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 0;
}


/* ==========================================================================
  Edit profile styles
  ========================================================================== */

.blue-bg-two {
    background: url(../images/blue-bg.jpg) no-repeat;
    background-size: cover;
}

.edit-profile .white-box ul li {
    margin-bottom: 10px;
}


/* .edit-profile .white-box ul li.doc-li {
      margin-bottom: 0;
  } */

.edit-profile .white-box ul li label {
    margin: 0 0 7px 0;
    font-size: 13px;
}

.edit-profile .input-img {
    margin-top: 8px;
    float: right;
    width: 57px;
}

.edit-profile .white-box ul li input[type="file"] {
    height: 40px;
    top: 25px;
}

.edit-profile .white-box {
    max-width: 600px;
    margin: 20px auto;
}

.white-box h3 {
    font-size: 22px;
    line-height: 25px;
    color: #312E32;
    font-family: 'Open Sans', sans-serif;
}

.white-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 24px;
}

.white-box ul li {
    margin-bottom: 8px;
    position: relative;
}

.white-box ul li .textbox {
    width: 100%;
    border: 1px solid rgba(203, 214, 226, 0.51);
    border-radius: 5px;
    height: 50px;
    font-size: 13px;
    color: #000000;
    padding-left: 15px;
    outline: none;
    resize: none;
    line-height: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
}

.white-box ul li select.textbox {
    background-image: url(../images/black-arw.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}

.white-box ul li .textbox::placeholder {
    color: #000;
}

.white-box ul li textarea.textbox {
    line-height: 33px;
    height: 120px;
}

.white-box ul li label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin: 30px 0 10px 0;
}

.white-box ul li input[type="file"]:not(.no-styling) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.white-box ul li span.label {
    width: 100%;
    border: 1px solid rgba(203, 214, 226, 0.51);
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    display: block;
    padding-left: 15px;
    position: relative;
    font-size: 13px;
    color: #000000;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
}
.white-box ul li .label-new .button,
.white-box ul li span.label .button {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #00999e;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    outline: none;
    font-weight: bold;
    font-family: 'Avenir Next Demi';
    background: #00999e;
    position: absolute;
    right: 10px;
    top: 9px;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.white-box ul li span.label .button:hover {
    background: #000 !important;
}

.white-box input[type="submit"] {
    box-shadow: none;
    border: none;
    text-shadow: none;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 30px;
    text-transform: uppercase;
    background: #00b0ce;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    border: none;
    line-height: 18px;
    font-family: 'sf-pro-display';
    font-weight: 500;
    height: 40px;
}


/* ==========================================================================
  withdrw styles
  ========================================================================== */

.withdrw .white-box {
    max-width: 820px;
    margin: 90px auto 200px auto;
    padding: 70px 30px;
}

.withdrw .white-box .withdraw-cnt {
    max-width: 530px;
    margin: 0 auto;
}

.withdrw .top-credit .icon {
    width: 42px;
    float: left;
}

.withdrw .top-credit .right-texts {
    float: right;
    width: calc(100% - 60px);
}

.withdrw .top-credit {
    max-width: 150px;
    margin: 0 auto 25px auto;
}

.withdrw .right-texts h4 {
    color: #14609c;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}

.withdrw .right-texts h5 {
    color: #000000;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0;
}

.withdrw .withdraw-cnt p {
    font-size: 13px;
    color: #000000;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.withdrw .links {
    margin: 0 0 35px 0;
}

.withdrw .links a:hover {
    text-decoration: none;
}

.withdrw .links ul {
    list-style: none;
    margin: 0;
    display: flex;
    max-width: 230px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    height: 40px;
}

.withdrw .links ul li {
    margin-bottom: 0;
    background: #e8edf6;
}

.withdrw .links ul li.active {
    background: #1f51a5;
}

.withdrw .links ul li.active a {
    color: #fff;
}

.withdrw .links ul li a {
    color: #1f51a5;
    font-size: 13px;
    display: inline-block;
    padding: 13px 32px;
}

.withdrw .form-sec ul li .textbox {
    color: #1f51a5;
}

.withdrw .form-sec ul li .textbox::placeholder {
    color: #1f51a5;
}

.withdrw .form-sec ul li .verify {
    color: #ffffff;
    font-size: 13px;
    background: #56b98d;
    display: block;
    border: 1px solid #1f51a5;
    width: 85px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
    position: absolute;
    right: 2px;
    top: 2px;
}

.withdrw .form-sec ul li .verify:hover {
    text-decoration: none;
}

.withdrw .white-box form ul li {
    margin-bottom: 10px;
}

.withdrw .white-box input[type="submit"] {
    margin-top: 0;
}


/* ==========================================================================
  review styles
  ========================================================================== */

.review h2 {
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.review.buying-package .right-contents .icon {
    width: 56px;
}

.review.buying-package .right-texts h4 {
    margin-bottom: 5px;
}

.review.buying-package .right-texts h5 {
    margin-bottom: 0;
}

.review.buying-package h3 {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    margin: 25px 0 30px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    word-break: break-all;
}

.review .review-links a.link1.btn {
    background: #1f51a5;
    color: #fff;
}

.review .review-links a.btn {
    padding: 12px 78px;
    font-weight: bold;
    color: #1f51a5;
}


/* ==========================================================================
  transfer withdraw styles
  ========================================================================== */

.bitcon-wallet .bitcon-left {
    width: 85%;
    float: left;
}

.bitcon-wallet .bitcon-right {
    float: right;
    width: 13%;
}

.bitcon-wallet .bitcon-left .bitcon-img {
    width: 75px;
    float: left;
}

.bitcon-wallet {
    border: 1px dashed #000;
    padding: 10px 15px;
    margin: 10px 0 25px 0;
}

.bitcon-wallet .bitcon-left .bitcon-texts {
    float: right;
    width: calc(100% - 85px);
}

.bitcon-wallet .bitcon-left .bitcon-texts h3 {
    color: #14609c;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.bitcon-wallet .bitcon-left .bitcon-texts {
    display: table;
    height: 70px;
}

.bitcon-wallet .bitcon-left .texts {
    display: table-cell;
    vertical-align: middle;
}

.bitcon-wallet .bitcon-left .bitcon-texts h5 {
    color: #000000;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
    word-break: break-all;
}

.bitcon-wallet .bitcon-right a.link {
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: 300;
    margin-top: 20px;
}

.transfer_withdraw.withdrw .white-box {
    margin: 90px auto 100px auto;
}


/* ==========================================================================
  upgrade your plan styles
  ========================================================================== */

.plan-bg {
    background: url(../images/upgrade-bg.jpg) no-repeat;
    background-size: cover;
}

.plan-boxes {
    padding: 100px 0 65px 0;
    display: flex;
}

.plan-boxes .plan {
    width: 100%;
    /* float: left; */
    background: #fff;
    padding: 9px;
    border-radius: 25px;
    margin-right: 1.5%;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 9px -4px rgba(0, 0, 0, 0.28);
}

.plan-boxes .plan.active {
    background: #6dc09d !important;
}

.plan-boxes .active-text-box {
    background: #88d2a3;
    padding: 16px 15px;
    text-transform: uppercase;
    color: #fff;
    max-width: 190px;
    text-align: center;
    font-size: 13px;
    border-radius: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
}

.plan-boxes .plan-cnt {
    background: #fff;
    padding: 30px 25px;
    border-radius: 25px;
}

.plan-boxes .plan:last-child {
    margin-right: 0;
}

.plan-boxes .top-sec h3 {
    color: #0d846d;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.plan-boxes .top-sec h4 {
    color: #000000;
    font-size: 26px;
    line-height: 26px;
}

.plan-boxes .top-sec h5 {
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.plan-boxes .top-sec .left-box {
    width: 80%;
    float: left;
}

.plan-boxes .top-sec .right-box {
    width: 20%;
    float: left;
    text-align: right;
}

.plan-boxes .referal {
    color: #000000;
    font-size: 11px;
    background: #d9decf;
    padding: 7px 10px;
    border-radius: 25px;
    text-align: center;
    margin: 25px 0 10px 0;
    text-transform: capitalize;
}

.referal.referal-bonus {
    margin: 0 0 35px 0;
}

.plan-boxes .referal span {
    text-transform: uppercase;
    margin-right: 5px;
}

.plan-boxes .plan p {
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0px;
}

.plan-boxes a.link {
    font-weight: 300;
    margin-top: 15px;
}


/* .plan-boxes .plan.pre-plan p{
    margin: 105px 0 0 0;
  } */

.plan-boxes .plan:nth-child(2) .plan-cnt {
    background: #eeddd4;
}

.plan-boxes .plan:nth-child(2) {
    background: #eeddd4;
}

.plan-boxes .plan:nth-child(2) .referal {
    background: #e7cfc2;
}

.plan-boxes .plan:nth-child(3) {
    background: #d4ddee;
}

.plan-boxes .plan:nth-child(3) .plan-cnt {
    background: #d4ddee;
}

.plan-boxes .plan:nth-child(3) .referal {
    background: #c2cfe7;
}

.achievment-sec {
    background: url(../images/bg-red.jpg) no-repeat 0 0;
    background-size: cover;
    /* background: #b71315;
    background: #e98b8c;*/
}

.achievment-sec .refferal-img {
    position: relative;
    z-index: 999;
    /* width: 75px; */
}

.achievment-sec .refferal-img img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #000;
}

.refferal-texts h3 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.refferal-texts h4 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    color: #f2f2f2;
}

.refferal-texts {
    text-align: left;
    padding-left: 15px;
}

.refferal-texts h4 span {
    font-weight: bold;
}

.achievment-sec {
    padding: 40px 30px 100px 30px;
    border: 10px solid #7ec5ad;
    border-radius: 25px;
    margin-bottom: 50px;
    overflow: hidden;
}

.refferal-code-sec {
    display: flex;
    align-items: center;
}

.refferal-code-sec .ref-left {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-right: 10px;
}

.refferal-code-sec .ref-right {
    background: #ffddd3;
    padding: 10px 15px;
    border-radius: 20px;
}

.refferal-code-sec .ref-right span {
    color: #14609c;
    font-size: 24px;
    font-weight: bold;
    margin-right: 60px;
    vertical-align: middle;
    padding-left: 10px;
}

.refferal-code-sec .ref-right a {
    color: #1f51a5;
    font-size: 13px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #1f51a5;
    display: inline-block;
    padding: 12px 35px;
}

.achievment-sec {
    position: relative;
}

.achievment-sec .scroll-pane {
    width: 100%;
    height: auto;
}

.achievment-sec .refferal-number {
    font-size: 15px;
    background: #096b87;
    color: #fff;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}

.achievment-sec h2 {
    color: #fff;
    font-size: 28px;
    line-height: 28px;
}

.achievment-sec p {
    font-size: 14px;
    line-height: 18px;
    color: #f2f2f2;
    text-transform: uppercase;
}

.tree {
    margin-top: 80px;
}

.tree ul {
    margin: 0;
    padding: 0;
}

.tree ul ul {
    padding-top: 120px;
}

.tree ul {
    position: relative;
}

.tree ul.parent::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 37px;
    border: 1px solid #ccc;
    width: 0;
    height: 235px;
}


/*Now the CSS*/

.tree ul.parent>li>a>.refferal-texts h3 {
    font-size: 24px;
    line-height: 24px;
}

.tree ul li.parent .refferal-texts h4 {
    font-size: 16px;
    line-height: 16px;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.scroll {
    width: 1000px;
    overflow: hidden;
    overflow-x: auto;
    outline: none;
    padding-bottom: 100px !important;
}

.jspContainer {
    /* height: 650px !important */
}

.tree ul ul li {
    position: relative;
    z-index: 999;
    height: fit-content;
}

.tree ul ul li ul {
    position: relative;
}

.tree ul ul li ul::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 125px;
    border: 1px solid #ccc;
    width: 0;
    height: 140px;
}

.tree ul ul li::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 37px;
    border: 1px solid #ccc;
    width: 100%;
    height: 1px;
    z-index: 99;
    display: block;
}

.tree ul ul li:last-child::before {
    width: 70%;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    /* padding: 20px 5px 0 5px; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    width: 250px;
    text-align: center;
    flex: 0 0 250px;
}


/* .tree li:only-child{ width: 100%;} */

.tree li.main-parent {
    width: 100%;
}

.tree li:last-child {
    padding-right: 0;
}

.tree ul ul li a {
    display: block;
    position: relative;
}

.tree ul ul li .refferal-texts {
    padding: 40px 0 0 0;
    text-align: center;
}

.tree li a {
    /* border: 1px solid #ccc; */
    text-decoration: none;
    display: flex;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.refferal-right-part {
    max-width: 430px;
    position: absolute;
    right: 30px;
    top: 35px;
}

.refferal-boxes {
    margin-top: 25px;
}

.refferal-boxes .ref-box {
    width: 48%;
    float: left;
    text-align: center;
    margin-right: 4%;
}

.refferal-boxes .ref-texts h5 {
    font-size: 24px;
    line-height: 24px;
    color: #0d846d;
    margin: 25px 0 5px 0;
}

.refferal-boxes .ref-texts p {
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}

.refferal-boxes .ref-box:last-child {
    margin-right: 0;
}

.refferal-boxes .ref-box:nth-child(2) .ref-texts h5 {
    color: #14609c;
}

.achievment-sec .add-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: #1f51a5;
    justify-content: center;
    position: absolute;
    left: 1px;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    bottom: -70px;
    transition: all 1s;
}

.achievment-sec .add-btn::after {
    background: url(../images/add-btn.png) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    content: "";
    background-position: 0 0;
    transition: all 1s;
}

.achievment-sec .add-btn.open {
    background: #f37973;
}

.achievment-sec .add-btn.open::after {
    background-position: 0 -24px;
}


/* ==========================================================================
  Packages styles
  ========================================================================== */

.package-page h2 {
    color: #14609c;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: 600;
    ;
}

.package-page .white-box.color-box {
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    background-size: cover !important;
}


/* .package-page .white-box.color-box::after{
    content: "";
    width: 187px;
    height: 245px;
    display: block;
    background: #c4a168;
    position: absolute;
    right: -15px;
    top: -31px;
    z-index: 1;
    border-radius: 100px 0 32px 140px;
  } */

.package-page .color-curve {
    width: 187px;
    height: 245px;
    display: block;
    position: absolute;
    right: -15px;
    top: -31px;
    z-index: 1;
    border-radius: 100px 0 32px 140px;
}


/*.package-page .silver .color-curve{
    background: #f1f1f1;
  }
  .package-page .bronze .color-curve{
    background:#c4a168;
  }
  .package-page .gold .color-curve{
    background:#ffcf40;
  }
  .package-page .black .color-curve{
    background:#191a1c;
  }
  .package-page .platinum .color-curve{
    background:#e8edf6;
  }
  .package-page .diamond .color-curve{
    background:#d8e3f6;
  }
  .package-page .legendary .color-curve{
    background:#d5a4ff;
  }
  .package-page .exotic .color-curve{
    background:#ffff99;
  }*/

.package-page .white-box.bronz {
    background: #e7c587;
}

.package-page .white-box.silver {
    background: #e3e2e2;
}

.package-page .white-box.silver::after {
    background: #f1f1f1;
}

.package-page .white-box.gold {
    background: #ffe189;
}

.package-page .white-box.gold::after {
    background: #ffcf40;
}

.package-page .white-box.black {
    background-image: linear-gradient(to right bottom, #404448, #404448, #404448, #404348, #404348, #3e4146, #3b3e43, #393c41, #33363b, #2e3136, #282b30, #23262b);
}

.package-page .white-box.black .strip {
    color: #000 !important
}

.package-page .white-box.black::after {
    background: #191a1c;
}

.package-page .white-box.black h3,
.package-page .white-box.black p,
.package-page .white-box.black h5 {
    color: #fff;
}

.package-page .white-box.platinum {
    background: #fff;
}

.package-page .white-box.platinum::after {
    background: #e8edf6;
}

.package-page .white-box.platinum .strip {
    background: #e8edf6;
}

.package-page .white-box.diamond {
    background-image: linear-gradient(to bottom, #f0f6ff, #eff5ff, #eef5ff, #ecf4ff, #ebf3ff, #eaf2ff, #e9f2ff, #e8f1ff, #e6f0ff, #e4efff, #e3edff, #e1ecff);
}

.package-page .white-box.diamond::after {
    background: #d8e3f6;
}

.package-page .white-box.diamond .strip {
    background: #f8fbff;
}

.package-page .white-box.legendary {
    background-image: linear-gradient(to bottom, #edddfc, #ecdbfc, #ebdafc, #ebd8fc, #ead6fc, #e9d4fc, #e9d2fc, #e8d0fc, #e7cefc, #e6ccfc, #e5cafc, #e4c8fc);
}

.package-page .white-box.legendary::after {
    background: #d5a4ff;
}

.package-page .white-box.diamond .strip {
    background: #f8f2fe;
}

.package-page .white-box.exotic {
    background-image: linear-gradient(to bottom, #ffffcc, #ffffc9, #ffffc6, #ffffc2, #ffffbf, #ffffbc, #ffffba, #ffffb7, #ffffb4, #ffffb2, #ffffaf, #ffffac);
}

.package-page .white-box.exotic::after {
    background: #ffff99;
}

.package-page .white-box h3 {
    color: #0d846d;
    font-size: 41px;
    line-height: 41px;
    font-weight: 300;
    margin-bottom: 20px;
}

.package-page .white-box h5 {
    color: #000000;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 25px;
}

.package-page .white-box .strip {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    background: #f6edda;
    padding: 10px 0px;
    text-align: center;
    border-radius: 25px;
    max-width: 195px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.package-page .white-box .strip.payout {
    margin-bottom: 30px;
}

.package-page .white-box .strip span {
    font-weight: 300;
    margin-right: 5px;
}

.package-page .white-box p {
    color: #000000;
    font-size: 13px;
    line-height: 24px;
    max-width: 305px;
    margin-bottom: 0;
}

.package-page .bottom-cnt {
    position: relative;
}

.package-page .bottom-cnt .bottom-left {
    float: left;
    width: 65%;
}

.package-page .bottom-cnt .bottom-right {
    width: 26%;
    float: right;
}


/* ==========================================================================
  buy Packages styles
  ========================================================================== */

.buy-package-details.package-details-page .detail-top h2 {
    margin-bottom: 0;
}

.buy-package-details .bp-form {
    text-align: left;
    padding-left: 0;
}

.buy-package-details .graph-section .white-box select {
    min-width: 220px;
}

.buy-package-details .white-box input[type="submit"] {
    padding: 0 25px;
    height: 42px;
    margin-top: 0;
}

.buy-package-details .graph-section .white-box {
    margin-bottom: 0;
}

.buy-package-details .right-form .white-box {
    position: relative;
    background: #d4ddee;
    min-height: 169px;
}

.buy-package-details .right-form h3 {
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
}

.buy-package-details .right-form .white-box:before {
    content: "";
    width: 130px;
    height: 100%;
    display: block;
    background: #c2cfe7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 15px 125px 125px 15px;
}

.buy-package-details .graph-section .white-box .leaf-img {
    z-index: 99;
}

.buy-package-details .graph-section .white-box .leaf-img {
    right: auto;
    bottom: 0;
}

.package-details-page.buy-package-details {
    margin-bottom: 50px;
}

.package-details-page {
    margin-top: 85px;
}


/* ==========================================================================
  my ccount page styles
  ========================================================================== */

.my_account-page .top-set .box-two.box-three {
    margin-left: 4%;
    background: #fff;
}

.my_account-page .top-set .box-two {
    min-height: 190px;
    width: 48%;
    float: left;
    background: #ffddd3;
}

.my_account-page .right-boxes {
    width: 45%;
    float: right;
}

.my_account-page .box-one {
    width: 53%;
    float: left;
    padding: 29px 30px;
}

.my_account-page .transaction-sec {
    margin: 0px 0 60px 0;
}

.my_account-page .transaction-sec .white-box {
    border-radius: 0;
    padding: 1px 0;
}

.my_account-page .transaction-sec form {
    max-width: 100%;
}

.my_account-page .transaction-sec ul li {
    display: inline-block;
    width: 24%;
}

.my_account-page .transaction-sec ul li .text-box {
    height: 34px;
    outline: none;
    border: 1px solid #828282;
    border-radius: 8px;
    padding-left: 15px;
    color: #969696;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    width: 100%;
    padding-top: 5px;
}

.my_account-page .transaction-sec ul li.date-picker .text-box {
    background: #fff url(../images/calendar.png) no-repeat 95% 50%;
}

.my_account-page .transaction-sec .datepicker {
    background: #fff url(../images/calendar.png) no-repeat 95% 50%;
}

.rwd-table table th {
    background-color: transparent;
}

.rwd-table table {
    background-color: transparent;
}

.rwd-table th,
.rwd-table td {
    border: none;
    background-color: transparent;
}

.rwd-table td.blue {
    color: #14609c;
}

.rwd-table td.green {
    color: #0f856e;
}

.rwd-table td.red {
    color: #ff0000;
}

.rwd-table tr {
    border-top: 1px solid #f1f1f5;
    border-bottom: 1px solid #f1f1f5;
}

.rwd-table th {
    display: none;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
}

.rwd-table td {
    display: block;
    color: #000000;
    font-size: 13px;
    padding: 20px 0;
    line-height: 25px;
}

.rwd-table td:first-child {
    padding-top: 0.5em;
}

.rwd-table td:last-child {
    padding-bottom: 0.5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 7.5em;
    display: inline-block;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table {
    overflow: hidden;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* .my_account-page .rwd-table th,.my_account-page .rwd-table td {
     margin: 0.5em 1em;
  } */

.first-sec .btn-last {
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    padding: 2px 13px;
}

.first-sec .btn:focus {
    outline: none;
}

.first-sec .btn-last span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.my_account-page.my_transaction_page .transaction-sec ul li.s-box {
    background: linear-gradient(to bottom, #fefefe, #fdfdfd, #fbfcfc, #fafbfb, #f9faf9, #f7f8f8, #f6f7f7, #f5f5f5, #f3f3f3, #f0f0f0, #eeeeee, #ececec);
}

.my_account-page.my_transaction_page .transaction-sec ul li select.text-box {
    font-style: normal;
    /* background: linear-gradient(to bottom, #fefefe, #fdfdfd, #fbfcfc, #fafbfb, #f9faf9, #f7f8f8, #f6f7f7, #f5f5f5, #f3f3f3, #f0f0f0, #eeeeee, #ececec);  */
    background-color: transparent;
    background-image: url(../images/blk-arw-2.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}

.rwd-table td span.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.rwd-table td span.dot-complete {
    background: #0f856e;
}

.rwd-table td span.dot-pendig {
    background: #f7f14a;
}

.rwd-table td span.dot-reject {
    background: #ff0000;
}

.alert {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.alert-container {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9999;
}

.notification-sec {
    width: 380px;
    position: absolute;
    top: 75px;
    right: 75px;
    background: #fff;
    border: 1px solid #b3b3b3;
    padding: 25px 0 0px;
    z-index: 999999;
    cursor: default;
}

.notification-sec h3 {
    color: #14609c;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 20px;
    border-bottom: 1px solid #f1f1f5;
    margin-bottom: 0;
    padding-bottom: 15px;
}

header .right .notification-sec .header-notification:last-child ul {
    padding-bottom: 0;
}

header .right .notification-sec ul {
    padding-bottom: 0px;
}

header .right .notification-sec ul li {
    position: relative;
    /* padding-left: 25px;
    margin-bottom: 20px; */
    padding: 15px 20px 15px 50px;
    width: 100%;
}

header .right .notification-sec ul li a {
    font-family: 'sf-pro-display';
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

header .right .notification-sec ul li.unread {
    background: #f6f6f6;
}

header .right .notification-sec ul li:last-child {
    margin-bottom: 0;
}

header .right .notification-sec ul li::before {
    content: "";
    display: inline-block;
    background: url(../images/bell.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 18px;
    top: 18px;
}

header .right .notification-sec ul li span.name {
    color: #00999E;
    font-size: 13px;
}

.notification-sec ul li span.hour {
    display: block;
    color: #000000;
    opacity: .7;
    font-size: 13px;
}

header .right .notification-sec .view-al {
    display: block;
    font-size: 13px;
    padding-left: 25px;
    margin-bottom: 10px;
}

#edit-popup h3 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}

#edit-popup p {
    color: #000000;
    font-size: 14px;
    line-height: 15px;
}

#edit-popup input[type="submit"] {
    font-size: 13px;
    color: #fff;
    background: #1f51a5;
    width: 85px;
    height: 34px;
    line-height: 40px;
    display: block;
    text-align: center;
    text-shadow: none;
    border: none;
    border-radius: 10px;
    padding: 0;
    margin: 0 auto;
}

#edit-popup input[type="submit"]:hover {
    opacity: 1;
}

#edit-popup input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

#edit-popup span.label .button {
    font-size: 13px;
    color: #fff;
    background: #1f51a5;
    width: 85px;
    height: 34px;
    line-height: 35px;
    display: block;
    text-align: center;
    border-radius: 7px;
    position: absolute;
    right: 3px;
    top: 3px;
    font-weight: bold;
}

#edit-popup span.label {
    width: calc(100% - 120px);
    border: 1px solid #1f51a5;
    border-radius: 8px;
    height: 42px;
    line-height: 42px;
    display: block;
    padding-left: 15px;
    position: relative;
    font-size: 13px;
    color: #000000;
    margin: 0;
}

#edit-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#edit-popup ul li {
    margin-bottom: 15px;
}

#edit-popup ul li .file-input {
    display: flex;
    align-items: center;
}

#edit-popup ul li label {
    margin-right: 10px;
    width: 120px;
    font-size: 13px;
    color: #1f51a5;
    margin-bottom: 0;
}

#edit-popup textarea {
    width: calc(100% - 120px);
    border: 1px solid #1f51a5;
    border-radius: 8px;
    height: 120px;
    line-height: 42px;
    display: block;
    padding-left: 15px;
    position: relative;
    font-size: 13px;
    color: #000000;
    resize: none;
}

#edit-popup ul li:last-child .file-input {
    align-items: flex-start;
}

#edit-popup ul li:last-child label {
    margin-top: 15px;
}

#edit-popup ul li:last-child {
    margin-bottom: 0;
}

#edit-popup {
    max-width: 650px;
}

button:focus {
    outline: none !important;
}

.additional-doc-page {
    padding-top: 150px;
}

.notification-page {
    width: 100%;
    margin-top: 25px;
}

.notification-page h1 {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: none;
}

.notification-page .notification-section h3 {
    color: #14609c;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 20px;
    border-bottom: 1px solid #f1f1f5;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.notification-page .notification-section .header-notification:last-child ul {
    padding-bottom: 0;
}

.notification-page .notification-section ul {
    padding-bottom: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.notification-page .notification-section ul li {
    position: relative;
    padding: 20px 20px 20px 60px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
    border-radius: 3px;
}

.notification-page .header-notification {
    margin-bottom: 25px;
}

.notification-page .notification-section ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.notification-page .notification-section ul li.unread {
    background: #f6f6f6;
}

.notification-page .notification-section ul li:last-child {
    margin-bottom: 0;
}

.notification-page .notification-section ul li::before {
    content: "";
    display: inline-block;
    background: url(../images/bell.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 18px;
}

.notification-page .notification-section ul li span.name {
    color: #14609c;
    font-size: 13px;
}

.notification-page .notification-section ul li span.hour {
    color: #000000;
    opacity: .7;
    font-size: 13px;
}

.owl-dots {
    text-align: center;
    margin-top: 25px;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #b3b1b1 !important;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-dots .owl-dot.active {
    background: #1f51a5 !important;
}

.pagination {
    list-style: none;
    margin-top: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin: 20px 0 35px 0;
}

.pagination li {
    width: auto !important;
}

.notification-page ul li a:hover {
    text-decoration: none;
}

#promo-notifications ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 20px;
}

#promo-notifications ul li {
    display: inline-block;
    width: 450px;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: center;
    list-style: none;
}

#promo-notifications ul li a {
    color: #000000;
    font-size: 11px;
    display: block;
}

#promo-notifications ul li a:hover {
    text-decoration: none;
}

#promo-notifications {
    height: 10px;
    width: 100%;
}

.tickerwrapper {
    /* the outer div */
    position: relative;
    width: calc(100% - 35px);
    overflow: hidden;
    cursor: pointer;
    margin-left: 15px;
}

ul.list {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 90%;
}

ul.list.cloned {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
}

ul.list li {
    float: left;
    padding-left: 20px;
    width: 90%;
}

.plan-boxes.owl-carousel .owl-stage-outer {
    overflow: initial;
}

.owl-dots {
    text-align: center;
    margin-top: 25px;
}

.owl-dots .owl-dot.active {
    background: #1f51a5 !important;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #b3b1b1 !important;
    border-radius: 50%;
    margin: 0 3px;
}

#onetimepassMsg {
    font-size: 12px;
}


/* .ref-tooltip {
    display: inline;
    position: relative;
  } */

.tree li a:hover .ref-tooltip:after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #444;
    border-radius: 8px;
    color: #fff;
    content: attr(title);
    margin: -60px auto 0;
    font-size: 16px;
    padding: 13px;
    width: 220px;
    font-size: 13px;
    min-height: 85px;
    z-index: 999999;
    position: absolute;
    left: 0;
    right: 0;
}

.tree li a:hover .ref-tooltip:before {
    border: solid;
    border-color: #444 transparent;
    border-width: 12px 6px 0 6px;
    content: "";
    left: 45%;
    bottom: 30px;
    position: absolute;
}

.tree li a.main-child:hover .ref-tooltip:after {
    left: 90px;
    right: auto;
}

.tree li a.main-child:hover .ref-tooltip:before {
    display: none;
}

.login-page .alert ul {
    margin: 12px auto 0 auto;
    list-style: disc;
    padding-left: 52px;
}

.login-page .alert ul li {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    list-style: disc;
}

.login-page .alert ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #8c2b22;
    border-radius: 50%;
    margin-right: 12px;
    vertical-align: middle;
}

.login-page .alert-error {
    /* padding-left: 45px; */
}

.login-page.register-styles .btn-login {
    display: block;
    text-align: center;
    margin-top: 19px;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

.login-page.register-styles form ul li label {
    text-align: left;
    font-size: 13px;
}

.document-alert-empty a {
    text-align: center;
    display: block;
    background: #d48d8d;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-top: 70px;
}

.document-alert-empty a:hover {
    text-decoration: none;
}

.white-popup-block.test-modal {
    text-align: center;
    max-width: 350px;
}

.white-popup-block.test-modal p {
    margin-bottom: 20px;
}

.my_account-page .wrapper {
    max-width: 1100px
}

.top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.top-title h2 {
    margin-bottom: 0 !important;
}

.rating {
    float: left;
}

.rating input {
    display: none;
}

.rating label {
    /* color: #ddd; */
    color: #ffd700;
    float: right;
}

.rating label:before {
    margin: 2px;
    font-size: 22px;
    font-family: fontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating .half:before {
    content: "\f089";
    position: absolute;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    /* show gold star when clicked */
    /* hover current star */
    color: #ffd700;
}


/* hover previous stars in list */

.rating>input:checked+label:hover,
.rating>input:checked~label:hover {
    /* hover current star when changing rating */
}

.transaction-sec .rwd-table p {
    color: #5d5d5d;
    font-size: 15px;
    max-width: 430px;
}

.transaction-sec .table-box.rwd-table.trans-table p {
    color: #000;
}

.transaction-sec .rwd-table span.replay {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.transaction-sec .rwd-table .replay-thanku {
    border-left: 4px solid #e4e2e1;
    padding-left: 15px;
}

.transaction-sec .rwd-table textarea {
    border: 1px solid #1f51a5;
    border-radius: 5px;
    height: 100px;
    resize: none;
    outline: none;
    padding-left: 15px;
    max-width: 360px;
    font-size: 15px;
    padding-top: 10px;
    margin-bottom: 20px;
    display: block;
}

.replay-sec {
    text-align: right;
    max-width: 360px;
    margin-bottom: 20px;
}


/* ==========================================================================
    listing inner pages
     ========================================================================== */

.inner-service-pages {
    max-width: 700px;
    margin: 120px auto;
}

.inner-service-pages h2 {
    color: #1f51a5;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
}

.edit-profile .inner-service-pages .white-box {
    max-width: 700px;
    margin: 0 auto;
    padding: 45px 0;
}

.listing-inner .place-name {
    font-size: 20px;
    color: #35368c;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f5;
    padding-left: 35px;
}

.listing-inner .sections .sec {
    padding: 30px 35px;
    background: #f8f8fb;
    border-bottom: 1px solid #ececf2;
}

.listing-inner .sections .sec:nth-child(2n+2) {
    background: #fff;
}

.listing-inner .sec h3 {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid #e6e2dd;
    padding-bottom: 10px;
}

.edit-profile .listing-inner .white-box ul li label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.edit-profile .listing-inner label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.listing-inner .datepickerjquery {
    background: transparent url(../images/calendar.png) no-repeat 95% 50%;
}

.listing-inner .form-control {
    border-color: #828282;
    padding: 5px 0 0 10px;
    color: #969696;
    font-style: italic;
}

.listing-inner .white-box ul {
    display: flex;
    flex-wrap: wrap;
}

.listing-inner .white-box .list {
    margin-top: 25px;
}

.listing-inner .white-box ul li {
    width: 24%;
    margin-right: 2%;
}

.listing-inner .colunm-set {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.listing-inner .recordset {
    margin-top: 25px;
}

.listing-inner .colunm {
    width: 35%;
    margin-right: 2%;
}

.listing-inner .available-date {
    font-size: 15px;
    color: #5d5d5d;
    font-weight: 500;
}

.listing-inner .available-date span {
    color: #000000;
}

.listing-inner input {
    outline: none;
}

.listing-inner .white-box input[type="submit"] {
    margin: 25px 0 0 30px;
}

.listing-inner .white-box input[type="submit"]:hover {
    opacity: 1;
}

.service-edit .service-top-edit {
    padding: 0 40px;
}

.service-edit .white-box ul li {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /* align-items: center; */
}

.service-edit .white-box ul li label {
    margin-bottom: 0;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    margin: 0px 0 10px 0;
}

.service-edit .white-box ul li .textbox {
    width: 100%;
    color: #5d5d5d;
    font-size: 13px;
    line-height: 20px
}

.service-edit .white-box ul li textarea.textbox {
    padding-top: 15px;
    line-height: 20px;
    color: #5d5d5d;
}

.service-edit .white-box ul li .textbox::placeholder {
    color: #5d5d5d;
}

.service-edit .input-set {
    width: 100%;
    /* align-items: center; */
}

.service-edit #czContainer_23 {
    width: 75%;
}

.service-edit #czContainer_23 .control-label {
    display: none;
}

.service-edit .btnPlus {
    position: absolute;
    right: 0;
    bottom: 16px;
}

.service-edit #czContainer_23 .col-md-6 {
    padding-left: 0;
}

.service-edit .form-control {
    outline: none;
    border: 1px solid #1f51a5;
}

.service-edit select {
    background-image: url(../images/blk-arw.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #1f51a5;
}

.service-edit .image-div {
    width: 75%;
    margin: 15px 0 20px 0;
}

.service-edit .image-div .img-gal {
    display: flex;
    flex-wrap: wrap;
}

.service-edit .image-div .image-gal-loop {
    width: 24%;
    position: relative;
    margin-right: 1%;
    margin-bottom: 10px;
}

.service-edit .image-div .image-gal-loop img {
    width: 110px;
    height: 62px;
    object-fit: cover;
}

.service-edit .image-div .image-gal-loop:last-child {
    margin-right: 0;
}

.service-edit .image-div .img-gal a {
    font-size: 0;
    background: url(../images/cls-btn.png) no-repeat;
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
}

.cke_editable {
    color: #5d5d5d;
}

.edit-profile input[type=checkbox]+label {
    display: inline-block;
    width: 92%;
    line-height: 25px;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
}

.edit-profile input[type=checkbox] {
    display: none;
}

.edit-profile input[type=checkbox]+label:before {
    content: "";
    /* border: 1px solid #CCCFDB; */
    border: 1px solid #1f51a5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: top;
    color: transparent;
    transition: .2s;
    text-align: center;
    border-radius: 2px;
}

.edit-profile input[type=checkbox]+label:active:before {
    transform: scale(0);
}

.edit-profile input[type=checkbox]:checked+label:before {
    content: "\2714";
    /* background-color: #F7941D; */
    background-color: #fff;
    border-color: #30318A;
    /* color: #fff; */
    color: #30318A;
}

.edit-profile input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.edit-profile input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.edit-profile .check-box-set {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}

.edit-profile .checkbox {
    width: 42%;
    margin-bottom: 20px;
}

.edit-profile .checkbox label {
    margin: 0 !important;
}

.service-edit .white-box ul li input[type=checkbox]+label {
    width: 100%;
    color: #5d5d5d;
}

.service-edit .cke_chrome {
    width: 74%;
}

.service-edit-profile.edit-profile .white-box ul li .input-set {
    display: flex;
    width: 100%;
}

.service-edit-profile.edit-profile .white-box ul li label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    width: 30%;
    margin-bottom: 0;
}

.service-edit-profile.edit-profile .white-box ul li {
    display: flex;
}

.service-edit-profile .content-right {
    width: 70%;
}

.service-edit-profile .content-right #delete {
    display: none;
}

.service-edit-profile.edit-profile .white-box .fieldRow label {
    margin-bottom: 10px;
}

.service-edit-profile.edit-profile .white-box .fieldRow .col-md-6 {
    padding-left: 0;
}

.service-edit-profile.edit-profile .content-right ul {
    margin-top: 0;
}

.service-edit-profile .image-div {
    display: flex;
    flex-wrap: wrap;
}

.service-edit-profile .image-div .image-gal-loop {
    width: 24%;
    margin-right: 1%;
    position: relative;
}

.service-edit-profile .image-div .image-gal-loop:last-child {
    margin-right: 0;
}

.service-edit-profile .image-div img {
    width: 105px;
    height: 62px;
    object-fit: cover;
    /* position:absolute;
     top:5px;
     right:5px; */
}

.review-box h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.review-box h5 span {
    color: #35368c;
    font-weight: 500;
}

.review-box p {
    color: #5d5d5d;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 13px;
}

.review-box a {
    color: #30318a;
    display: block;
    text-align: right;
    font-weight: bold;
}

.review-box .review-set {
    max-width: 365px;
}

.white-box.review-box {
    padding: 30px;
}

.white-box.review-box .review-set:last-child {
    margin-top: 35px;
}

.review-box .rating label:before {
    margin: 1px 2px 1px 0;
    font-size: 19px;
}

.service-cp.edit-profile .white-box {
    max-width: 450px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 9%);
    border: 1px solid #ccccd2;
}

.service-cp.edit-profile .white-box h2 {
    margin-bottom: 20px;
}

.listing-inner .featurd .colunm-set {
    margin-top: 20px;
}

.listing-inner .featurd input[type="submit"] {
    margin: 20px 0 0 0;
    padding: 0 25px;
    font-weight: 400;
    font-size: 15px;
}

.listing-inner .featurd .form-control {
    font-size: 15px;
}

.listing-inner .featurd .form-control::placeholder {
    color: #969696;
}

.listing-inner .featurd .price {
    font-size: 22px;
    color: #000000;
    margin-top: 20px;
    font-weight: 500;
}

.listing-inner .featurd .price span {
    font-size: 18px;
}

.service-edit-profile.view-temp .recordset {
    width: 35%;
    padding-right: 25px;
}

.service-edit-profile.edit-profile.view-temp .white-box .fieldRow .col-md-6 {
    padding-left: 0.75rem;
}

.service-edit-profile span.multiselect-view {
    width: 20%;
    display: inline-block;
}

.edit-profile .view-temp-box .white-box {
    margin: 0 auto;
    max-width: 645px;
}

.edit-profile .view-temp-box {
    max-width: 680px;
    margin: 120px auto;
    padding: 0 15px;
}

.edit-profile .view-temp-box h2 {
    color: #30318a;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
}

.second-sec .white-box h5 {
    color: #7A7A7A;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
}

.second-sec .white-box span {
    font-size: 14px;
    color: #312E32;
    font-weight: 400;
}

.second-sec .white-box span a {
    color: #312E32;
}

.second-sec .white-box .dolor-texts {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    width: 60%;
}

.second-sec .white-box .dolor-texts .texts {
    width: 100%;
}

.second-sec h2 {
    color: #1f51a5;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

.last-transactions table th {
    background: #f5f8fa;
}

.last-transactions .trans-table {
    border-radius: 0;
}

.last-transactions .rwd-table {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.last-transactions .rwd-table p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    color: #606060;
}

.rwd-table p span.name-color {
    color: #12387b;
    font-weight: bold;
}

.last-transactions .rwd-table td:first-child,
.last-transactions .rwd-table th:first-child {
    padding-left: 20px !important;
    /* width: 16%; */
}


/* .last-transactions .rwd-table td:nth-child(2){
     width:12%;
  }
  .last-transactions .rwd-table td:nth-child(3){
     width:11%;
  }
  .last-transactions .rwd-table td:nth-child(7){
     width:15%;
  } */

.second-sec .white-box .dolor-texts .view-btn {
    padding: 0px;
    background-color: transparent;
    color: #00999E;
    font-size: 13px;
    position: relative;
}

.second-sec .white-box .dolor-texts .view-btn::after {
    content: "";
    width: 9px;
    height: 8px;
    background-image: url(../images/arrow-dash.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -14px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.second-sec .white-box .dolor-texts .view-btn:hover::after {
    right: -22px;
}

span.active {
    color: #0fa008;
}

span.pending {
    color: #f09a04;
}

span.expired {
    color: #ce9600;
}

span.cancelled {
    color: #f00404;
}

.full-wraper {
    padding: 0 0px;
}

.full-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.second-table.last-transactions .rwd-table td:first-child,
.second-table.last-transactions .rwd-table th:first-child {
    width: 10%;
}

.second-table.last-transactions .rwd-table td:nth-child(3) {
    width: 14%;
}

.rwd-table th {
    background: #f1f7ff;
}

.product-table {
    background: #fff;
    border-radius: 20px;
    padding-top: 25px;
    margin-top: 80px;
}

.product-table h2 {
    color: #1f51a5;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-left: 35px;
}

.product-table .rwd-table th:first-child,
.product-table .rwd-table td:first-child {
    padding-left: 35px !important;
}

.transaction-details .up-gold {
    display: flex;
    justify-content: space-between;
}

.transaction-details .up-gold h2 {
    margin-bottom: 0;
}

.transaction-details span.bold-text {
    color: #1f51a5;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.transaction-details .links {
    margin-top: 0;
}

span.dot {
    width: 7px;
    height: 7px;
    display: inline-block;
}

span.dot-cancelled {
    background: #ff0000;
}

span.dot-pending {
    background: #f7f14a;
}

span.dot-active {
    background: #99d311;
}

.product-add .first-box {
    background-color: transparent;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
}

.product-add .white-box.first-box ul {
    margin-top: 0;
}

.product-add .first-box .left-set {
    background: #fff;
    width: 57%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
    padding: 45px 35px;
    border-radius: 15px;
}

.product-add .first-box .upload-sec {
    background: #fff;
    width: 40%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
    padding: 45px 35px;
    border-radius: 15px;
}

.edit-profile .inner-service-pages.product-add .white-box {
    max-width: 100%;
    padding: 30px 0 70px 0;
}

.inner-service-pages.product-add {
    max-width: 920px;
}

.product-add .white-box ul li span.label .button {
    background-color: transparent;
    font-size: 0;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.product-add .white-box ul li span.label {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.product-add .upload-sec ul li {
    margin-top: 25px;
}

label.error {
    color: red !important;
    font-size: 12px!important;
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: auto;
}

.edit-profile .inner-service-pages.product-add .white-box.second-box {
    padding: 45px 35px 30px 35px;
}

.product-add .second-box .default-set {
    width: 69%;
}

input:invalid,
textarea:invalid {
    background-color: transparent;
}

.product-add .second-box .btnPlus {
    background-image: none !important;
    background-color: #0b409a;
    width: 195px !important;
    height: 35px !important;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
}

.product-add .second-box .btnPlus:after {
    content: "+";
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.product-add.service-edit .default-set .col-md-6 {
    padding-right: 0;
}

.service-edit .form-control {
    font-size: 13px;
    color: #000;
}

.service-edit .form-control::placeholder {
    color: #000;
}

.product-add input[type="submit"] {
    text-shadow: none;
    min-width: 140px;
    height: 45px;
    color: #fff;
    font-size: 13px;
    background: #1f51a5;
    border-radius: 12px;
    text-transform: capitalize;
    border: none;
    box-shadow: none;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px;
}

.product-add .white-box.second-box label.error {
    top: 10px;
}

#czContainer_25 {
    width: 75%;
}

#czContainer_25 .btnMinus {
    margin-top: 30px !important;
}

.product-add .second-box #czContainer_25 .btnPlus {
    width: 200px !important;
}

.edit-profile .inner-service-pages.product-add .white-box.second-box ul {
    margin-top: 0;
}

.edit-profile .inner-service-pages.product-add .white-box.second-box ul li {
    margin-bottom: 0;
}

.top-title-set {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top-title-set h2 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}

.top-title-set h5 {
    color: #14609c;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
}

.title-sec {
    margin-bottom: 30px;
    border-top: 1px solid #70707026;
    padding: 50px 25px 0 25px;
}

.link-btn {
    text-align: right;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-list .product-box {
    width: 32.33%;
    margin-right: 1.5%;
    padding: 0 0px 30px 0px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid rgba(203, 214, 226, 0.51);
}

.product-list .product-box:nth-child(3n+3) {
    margin-right: 0;
}

.product-list p {
    color: #1b59a4;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.product-list .list-set ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #CBD6E2;
}

.product-list .list-set ul li {
    width: 50%;
    border-right: 1px solid #CBD6E2;
    border-top: 1px solid #CBD6E2;
    padding: 12px 0 12px 20px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.product-list .list-set ul li.y-bg {
    background: #FEFBEB;
}

.product-list .list-set ul li label {
    font-size: 13px;
    color: #1b59a4;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.product-list .list-set ul li:nth-child(2n+2) {
    border-right: none;
}

.product-list a.link {
    margin: 20px 0 0 20px;
    font-weight: bold;
}

.product-detail-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-details .rwd-table th,
.product-details .rwd-table td {
    padding: 21px 45px !important;
    width: 40%;
}

.product-details .rwd-table {
    border-radius: 0;
}

.product-detail-box {
    background: #fff;
    padding: 35px 0 0px 0;
    border-radius: 15px;
}

.product-details .rwd-table {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.product-details .up-gold {
    padding: 0 40px;
}

.product-details .rwd-table th h6 {
    color: #000000;
    font-size: 20px;
}

.product-details .rwd-table td {
    color: #1f51a5;
}

.product-details .rwd-table tr {
    border: none;
}

.product-details .rwd-table tr:nth-child(2n+2) {
    background: #e9f0ff;
}

.product-details .rwd-table th {
    background: #fff;
}

.product-details .product-list .product-box {
    padding: 23px 20px;
}

.product-detail-pop.white-popup-block {
    max-width: 700px;
    padding: 1px 0;
}

.product-detail-pop.white-popup-block h2 {
    color: #33475B;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 25px;
    border-bottom: 1px solid #eceff4;
    margin-bottom: 0;
    background: #f5f8fa;
}

.product-detail-pop.white-popup-block h2 span {
    font-weight: 300;
    font-size: 11px;
}

.product-detail-pop.white-popup-block ul {
    flex-wrap: wrap;
}

.product-detail-pop.white-popup-block ul li {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.product-detail-pop.white-popup-block label.error {
    right: 12px;
    top: 15px;
    position: absolute
}

.product-detail-pop.white-popup-block ul li label {
    display: none;
}

.product-detail-pop.white-popup-block .img img {
    height: 77px;
}

.product-detail-pop.white-popup-block .buynow-products {
    display: block;
    color: #0f1c33;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-detail-pop.white-popup-block .replay-textbox {
    border: 1px solid #0b409a;
    color: #1f51a5;
    font-size: 13px;
    border-radius: 8px;
    height: 42px;
}

.product-detail-pop.white-popup-block textarea.replay-textbox {
    padding-top: 12px;
    height: 80px;
}

.product-detail-pop.white-popup-block .replay-textbox::placeholder {
    color: #1f51a5;
}

.product-detail-pop.white-popup-block input[type="submit"] {
    border-radius: 12px;
    margin: 0 auto;
    border: none;
}

.product-view-pop.white-popup-block ul {
    flex-wrap: wrap;
}

.product-view-pop.white-popup-block ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.product-view-pop.white-popup-block label {
    display: inline-block;
}

.mfp-bg {
    opacity: .67;
}

.my_transaction_page.purchase .rwd-table th:first-child,
.my_transaction_page.purchase .rwd-table td:first-child {
    padding-left: 25px !important;
}

.my_transaction_page.purchase .rwd-table th {
    background: #f1f7ff;
    color: #515151;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.my_transaction_page.purchase .rwd-table {
    border-radius: 0;
}

.my_transaction_page.purchase .transaction-sec form {
    padding-left: 0;
}

.my_transaction_page.purchase #purchase-filter ul {
    padding: 0 50px 30px 50px;
}

.my_transaction_page.purchase .white-box {
    padding-bottom: 35px;
}

.my_transaction_page.purchase .bottom-links a.link {
    margin-left: 50px;
}

a.link.selected {
    background: #00a651;
}

a.link.suspend {
    background: #f2a007;
}

.multiselect-error {
    color: red;
    font-size: 12px;
}

.purchase-pop.white-popup-block {
    max-width: 510px;
    text-align: center;
    padding: 30px 25px;
    border-radius: 10px;
}

.purchase-pop.white-popup-block h5 {
    color: #0f1c33;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

.purchase-pop.white-popup-block h6 {
    color: #0f1c33;
    font-size: 12px;
}

.purchase-pop.white-popup-block h6 span {
    font-weight: bold;
    display: block;
    font-size: 14px;
}

.purchase-pop.white-popup-block .bitcoin-set {
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.purchase-pop.white-popup-block .button-set {
    display: flex;
}

.purchase-pop.white-popup-block h6 input {
    border: none;
    font-size: 12px;
    outline: none;
}

.purchase-pop.white-popup-block .bitcoin-box {
    width: 60%
}

.purchase-pop.white-popup-block .button-set button {
    text-shadow: none;
    background-color: transparent;
    color: #1f51a5;
    font-size: 13px;
    min-width: 90px;
    border: 1px solid #1b4da1;
    padding: 0;
    height: 30px;
    border-radius: 12px;
    margin-left: 5px;
}

.purchase-pop.white-popup-block ul {
    flex-wrap: wrap;
}

.purchase-pop.white-popup-block ul li {
    width: 100%;
}

.purchase-pop.white-popup-block .replay-textbox {
    height: 65px;
    color: #1f51a5;
    font-size: 13px;
}

.purchase-pop.white-popup-block .replay-textbox::placeholder {
    color: #1f51a5;
}

.purchase-pop.white-popup-block input[type="submit"] {
    margin: 20px auto 0 auto;
    min-width: 96px;
    height: 37px;
    border-radius: 12px;
    text-transform: capitalize;
    font-weight: 600;
    border: none;
}

.purchase-pop.white-popup-block p {
    color: #0f1c33;
    margin-bottom: 35px;
}

.purchase-pop.white-popup-block .bottom p {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
}

.my_transaction_page .rwd-table th {
    background: #f5f8fa;
    text-transform: uppercase;
}

.my_transaction_page .rwd-table {
    border-radius: 0;
}

.logo-upload {
    margin-bottom: 20px;
}

.rwd-table .amount-format-right {
    text-align: right !important;
}

.rwd-table .text-color p {
    color: #4C74A1;
    margin-bottom: 0;
}

.rwd-table .txt-color p,
.rwd-table .txt-color a {
    color: #000000;
    margin-bottom: 0;
}

.last-transactions .rwd-table td {
    font-size: 13px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.transaction-details.package-details-page .up-gold p {
    margin-bottom: 0;
}

.purchase .rwd-table a.link {
    min-width: 85px;
}

.purchase .rwd-table td {
    text-align: center;
}

.outerbox .inner2 {
    display: none;
}

.outerbox .inner1 {
    display: block;
}

.outerbox.changebtn .inner2 {
    display: block;
}

.outerbox.changebtn .inner1 {
    display: none;
}

.outerbox .switchview {
    background: none;
    border: none;
}

.latest-updates {
    margin-bottom: 65px;
}

.latest-updates .update-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.latest-updates .update-boxes .box {
    background: #fff;
    padding: 25px 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    width: 49.2%;
}

.latest-updates .update-boxes h5 {
    font-size: 26px;
    line-height: 30px;
    color: #312E32;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.latest-updates .update-boxes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.latest-updates .update-boxes ul li {
    color: #515151;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.latest-updates .update-boxes ul li span.color {
    color: #9B66AC;
    display: inline-block;
    padding: 0 4px;
}

.latest-updates .update-boxes ul li span.box-icon {
    padding: 5px 0;
    background: rgba(243, 217, 59, 0.3);
    display: block;
    width: 26px;
    text-align: center;
    margin-right: 10px;
}

.disablespan {
    display: none;
}

.disablespanhaid {
    display: none;
}

.outerbox .switchview {
    text-shadow: none;
    display: flex;
    color: #171717;
    font-size: 13px;
    border: 1px solid #CBD6E2;
    border-radius: 5px;
    padding: 0;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: -20px;
}

.switchview .list-btn {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    border-radius: 5px;
    background: #fefbeb;
}

.switchview .list-btn span {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.switchview .list-btn:first-child {
    border-right: 1px solid #CBD6E2;
    border-radius: 5px;
}

.outerbox {
    position: relative;
}

.product-list .product-box .img.left {
    width: 125px;
}

.product-list .product-box .top-set {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.color-box .center img {
    height: 255px;
}

.color-box .center {
    text-align: center;
}

.product-list .text-part {
    padding-top: 50px;
}

.product-list .text-part h3 {
    color: #1b59a4;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
}

div.list-btn.active {
    background-color: #fff;
}

.checkedstar {
    color: orange;
}

.price-range-slider {
    position: relative;
}

header .search-expand .range-value.text-box {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 375px;
}

header .search-expand .selected-price {
    border: none;
    position: absolute;
    top: -10px;
    left: 5px;
    background-color: #FBF4C4;
    border-radius: 12px;
    text-align: center;
    font-size: 13px;
    padding: 0;
}

.price-range-slider .ui-widget.ui-widget-content {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 85%;
}

.price-range-slider .ui-slider-horizontal .ui-slider-handle {
    border: 2px solid #7fc1e2 !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    top: -9px!important;
    padding: 0 !important;
    outline: none !important;
}

.price-range-slider .ui-widget.ui-widget-content {
    border: 1px solid #7fc1e2 !important;
}

.price-range-slider .ui-slider-horizontal {
    height: 0 !important;
}

.gm-style .gm-style-iw-c {
    width: 400px !important;
    padding: 0 !important;
}

.product-box.view-box .top-set {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.product-box.view-box .img.left {
    width: 125px;
}

.product-box.view-box .img.left img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.product-box.view-box .img.center {
    text-align: center;
}

.product-box.view-box .text-part {
    margin-top: 10px;
    text-align: center;
}

.product-box.view-box .text-part h3 {
    color: #1b59a4;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
}

.product-box.view-box .text-part h3 p {
    color: #1b59a4;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.product-box.view-box ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #CBD6E2;
    text-align: left;
}

.product-box.view-box ul li {
    width: 50%;
    border-right: 1px solid #CBD6E2;
    border-top: 1px solid #CBD6E2;
    padding: 12px 0 12px 20px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.product-box.view-box ul li label {
    font-size: 13px;
    color: #1b59a4;
    font-weight: 500;
    display: block;
}

.product-box.view-box a.link {
    margin-left: 20px;
}

.gm-style .gm-style-iw-d {
    width: 420px !important;
}


/* ==========================================================================
  Space detail page styles
  ========================================================================== */

.space-detail-page .first-set {
    display: flex;
    align-items: center;
}

.space-detail-page .set-one {
    display: flex;
    align-items: flex-end;
    margin-bottom: 9px;
}

.space-detail-page .set-two {
    display: flex;
    align-items: center;
}

.space-detail-page .set-one h4 {
    color: #33475B;
    font-size: 26px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.space-detail-page .set-one h6 {
    color: #4C74A1;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 3px;
}

.space-detail-page .set-two h5 {
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
    line-height: 15px;
    margin-left: 25px;
}

.space-detail-page .start-set {
    font-size: 14px;
    line-height: 15px;
}

.space-detail-page .space-details {
    margin-left: 15px;
}

.space-detail-page .right-set ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background: #fff;
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 5px;
}

.space-detail-page .right-set ul li {
    width: 50%;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    padding: 15px 20px;
}

.space-detail-page .right-set ul li:first-child {
    border-right: 1px solid rgba(112, 112, 112, 0.1);
}

.space-detail-page .right-set ul li span {
    display: block;
    font-size: 14px;
    color: #1b59a4;
}

.space-detail-page .right-set {
    width: 25%;
    text-align: right;
}

.space-detail-page .space-top-set {
    background: #fff;
    border-bottom: 1px solid #eceff4;
    padding: 30px 25px;
    margin-bottom: 35px;
}

.space-detail-page .edit-expense {
    background: #fff;
    border: 1px solid #eceff4;
    padding-left: 15px;
    border-radius: 3px;
}

.space-detail-page .second-col {
    border-left: 1px solid #eceff4;
    border-right: 1px solid #eceff4;
    background: #F5F8FA;
}

.gondola {
    /*background-image: url(../images/bg-shelv.png);*/
    background-image: url(../images/rack-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0 0 30px 0;
    /*height:455px;
     position:relative;*/
}

.gondola .shelf_set {
    background-image: url(../images/rack-center.png);
    background-position: top;
    padding: 30px 0 0 0;
    background-repeat: no-repeat;
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 60px;
    /*width: 78%;*/
    margin: 0 auto;
}

.gondola .shelf_set:first-child {
    background-image: url(../images/rack-top.png);
    background-position: top;
    padding: 45px 0 0 0;
}

.gondola .shelf_set:first-child button {
    height: 58px;
}

#button_shelfs {
    width: 270px;
    margin: 0 auto;
}

#button_shelfs .shelf_set button {
    padding: 0;
    height: 47px;
    border: none;
    background: rgba(0, 0, 0, 0.1) !important;
    text-shadow: none;
    color: #1b59a4;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 65px;
    width: 87% !important;
    margin: 0 auto;
    display: block;
    border-radius: 3px;
}

#button_shelfs .shelf_set button.markeractiveShelfspace {
    background: rgba(201, 255, 186, 0.5) !important
}

#button_shelfs .shelf_set button.shelf_notavailable {
    background: rgba(0, 0, 0, 0.1) !important;
    cursor: not-allowed;
}

#button_shelfs .shelf_set button.shelf_selected {
    background: rgba(113, 147, 241, 0.3) !important;
}

#button_shelfs .shelf_set:nth-child(2) {
    top: 155px;
}

#button_shelfs .shelf_set:nth-child(3) {
    top: auto;
    bottom: 143px;
}

#button_shelfs .shelf_set:nth-child(4) {
    bottom: 50px;
    top: auto;
}

.pallet-shelf .shelf_set {
    background-image: url(../images/pallet.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px 0;
}

#button_shelfs.pallet-shelf .shelf_set button {
    width: 100% !important;
    height: 100%;
    padding: 129px 0 0 0;
}

.end-cap-shelf-bracket .shelf_set {
    background-image: url(../images/cages.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0 0 5px 0;
    max-width: 205px;
    margin: 0 auto;
}

#button_shelfs.end-cap-shelf-bracket .shelf_set button {
    padding: 0px;
    height: 105px;
    border: none;
    background: rgba(201, 255, 186, 0.5) !important;
    text-shadow: none;
    color: #1b59a4;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 65px;
    width: 100% !important;
    margin: 0 auto;
    display: block;
}

.space-detail-page .col-set {
    padding-top: 35px;
    border-radius: 3px;
}

.space-detail-page .pro-row {
    display: flex;
    flex-wrap: wrap;
}

.space-detail-page .first-col {
    width: 48%;
    padding-left: 20px;
    position: relative;
}

.space-detail-page .second-col {
    width: 28%;
    position: relative;
}

.space-detail-page .third-col {
    width: 24%;
}

.space-detail-page .col-set h5 {
    color: #2A343D;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Avenir Next';
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 20px;
}

.space-detail-page .col-set p {
    color: #000000;
    font-size: 14px;
    padding-left: 20px;
}

.space-detail-page .proceedtoAddProduct {
    background: #1b59a4;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    height: 62px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 62px;
    font-family: 'Avenir Next Demi';
    font-weight: 600;
    margin-top: 100px !important;
    /*position: absolute;*/
    left: 0;
    bottom: 0;
}

.edit-expense ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.space-detail-page li.list-group-item {
    position: relative;
    padding: 10px 10px 25px 10px;
    border-radius: 0;
    border: 1px solid #eceff4;
    border-left: none;
    border-right: none;
}

.space-detail-page .list-group-item h6 {
    color: #1b59a4;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.space-detail-page .list-group-item h6 span {
    font-size: 11px;
    font-weight: 300;
}

.space-detail-page .inner-sec li {
    color: #060606;
    font-size: 14px;
    display: flex;
    margin-bottom: 15px;
    font-family: 'Avenir Next';
    font-weight: 500;
}

.space-detail-page .price {
    margin-left: 15px;
    border-left: 1px solid #e1e2e4;
    padding-left: 30px;
    min-height: 30px;
    font-size: 14px;
    line-height: 18px;
}

.space-detail-page .price span {
    color: #7193F1;
    display: block;
    font-weight: bold;
}

.space-detail-page .left {
    width: 50%;
    font-size: 14px;
    line-height: 22px;
}

.space-detail-page a.dlt-btn {
    position: absolute;
    right: 20px;
    top: 55px;
    z-index: 999;
}

.space-detail-page a.dlt-btn-2 {
    position: absolute;
    right: 10px;
}

.space-detail-page a.dlt-btn-2 i {
    font-size: 16px;
}

.space-detail-page a.add-btn {
    background: #EAF0F6;
    color: #506E91;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #A7BACE;
    border-radius: 3px;
    height: 32px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 32px;
}

.space-detail-page .third-col th {
    background: none;
    border: none;
    color: #506E91;
    font-size: 15px;
    font-family: 'Avenir Next';
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-left: 40px;
    padding-bottom: 15px;
}

.space-detail-page .third-col table {
    border: none;
    background: none;
    margin-bottom: 0;
}

.space-detail-page .third-col td {
    border: none;
}

.product-detail-pop .pricevalue {
    color: #7193F1;
    font-size: 15px;
    padding: 10px 25px;
    border-bottom: 1px solid #eceff4;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.product-detail-pop .pricevalue .right {
    padding-left: 30px;
}

.product-detail-pop .pricevalue .right p {
    margin-bottom: 0;
}

.product-detail-pop .pricevalue span {
    color: #1b59a4;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.product-detail-pop .allShelfBook {
    padding: 0px 0 20px 25px;
    display: block;
    color: #000000;
    font-size: 14px;
}

.product-detail-pop .form-check-inline {
    padding: 10px 25px;
    border-bottom: 1px solid #eceff4;
    width: 100%;
}

.product-detail-pop .form-check-inline p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}

.product-detail-pop select {
    border: 1px solid #eceff4;
    width: 190px;
    border-radius: 3px;
    background: #fff;
    color: #060606;
    font-size: 14px;
    outline: none;
    height: 37px;
}

.product-detail-pop .select-sec {
    padding: 15px 25px;
}

.product-detail-pop .select-sec button {
    background: #1b59a4;
    color: #FFFFFF;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    text-shadow: none;
    width: 155px;
    height: 35px;
    line-height: 20px;
    vertical-align: top;
    margin-bottom: 0;
}

.product-detail-pop .right-price {
    padding-left: 75px;
}

.space-detail-page .nav-tabs .nav-link {
    color: #4C74A1;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 35px;
    background: #f5f8fa;
    border: none;
}

.space-detail-page .bottom-tabs {
    background: #fff;
    margin-top: 35px;
    border: 1px solid #eceff4;
    border-radius: 3px;
}

.space-detail-page .bottom-tabs section {
    width: 100%;
}

.space-detail-page .nav-tabs {
    padding-bottom: 0;
    margin-left: 0;
    padding: 15px 0 0 15px;
}

.space-detail-page .nav-tabs .nav-link.active,
.space-detail-page .nav-tabs .nav-item.show .nav-link {
    border: none;
}

.space-detail-page .nav-tabs .nav-item {
    border-top: 1px solid #d0dae5;
    border-right: 1px solid #d0dae5;
    margin-bottom: 0;
}

.space-detail-page .nav-tabs .nav-item .nav-link.active {
    background: #fff;
}

.space-detail-page .nav-tabs .nav-item:first-child {
    border-left: 1px solid #d0dae5;
    border-top-left-radius: 3px;
}

.space-detail-page .nav-tabs .nav-item:last-child {
    border-top-right-radius: 3px;
}

.space-detail-page .nav-tabs .nav-link:hover,
.space-detail-page .nav-tabs .nav-link:focus {
    border: none;
}

.space-detail-page .tab-row {
    display: flex;
    margin: 0 0 25px 0;
}

.space-detail-page .tab-row span.tab-col {
    width: 32%;
    border: 1px solid #dddfeb;
    margin-right: 1%;
    border-radius: 3px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 5%);
    padding: 20px;
}

.space-detail-page .tab-row span.tab-col p {
    margin-bottom: 0;
    font-size: 17px;
    color: #000000;
}

.space-detail-page .tab-row span.tab-col p span {
    font-size: 14px;
    fline-height: 14px;
    display: block;
}

.space-detail-page .bottom-sec-cnt {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.space-detail-page .bottom-sec-cnt p {
    margin-bottom: 0;
    color: #1b59a4;
    font-size: 14px;
    line-height: 16px;
}

.space-detail-page .bottom-icon {
    margin-right: 10px;
}

.space-detail-page .bottom-sec-cnt p span {
    display: block;
    color: #4C74A1;
    font-size: 15px;
    font-weight: 500;
}

.space-detail-page .bottom-sec {
    border-top: 1px solid #cbd6e2;
    padding: 30px 0 15px 25px;
}

.space-detail-page .bottom-sec .badge.badge-light {
    color: #1b59a4 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 500;
    background: no-repeat;
    border: 1px solid #e3e9ef;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
}

.space-detail-page {
    padding-bottom: 50px;
}

.space-detail-page .bottom-tabs .left-col {
    border-right: 1px solid #cbd6e2;
    padding-right: 0;
}

.space-detail-page #pricechartTable .table {
    width: 97%;
    margin: 10px auto 0 auto;
}

.space-detail-page #pricechartTable .table th,
.space-detail-page #pricechartTable .table td {
    background: #fff;
}

.space-detail-page .tab-content>.tab-pane {
    padding-top: 25px;
}

.space-detail-page .tab-content>.tab-pane p {
    color: #515151;
    font-size: 14px;
    line-height: 22px;
}

.space-detail-page .right-col {
    padding: 0;
}

.space-detail-page .right-col p {
    color: #4C74A1;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.space-detail-page .right-col a {
    font-size: 12px;
    text-transform: uppercase;
    color: #506E91;
    font-family: 'Avenir Next Demi';
    font-weight: 600;
    background: #eaf0f6;
    display: block;
    border-radius: 3px;
    max-width: 110px;
    padding: 10px 0 7px 0;
    text-align: center;
    border: 1px solid #e0e7ef;
    margin-bottom: 30px;
}

.space-detail-page .right-map-set {
    padding-left: 25px;
}

.space-detail-page .right-col li.list-group-item {
    border: none;
    padding: 0;
    color: #1b59a4;
    font-size: 14px;
}

.space-detail-page .right-col .list-group {
    margin: 0;
    border-top: 1px solid #e0e7ef;
    border-bottom: 1px solid #e0e7ef;
    padding: 15px 0 15px 25px;
    width: 96%;
}

.addReviewForm ol {
    margin: 0;
    padding: 0;
}

.addReviewForm h1 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
}

.addReviewForm .review-submit {
    background: #1b59a4;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-family: 'Avenir Next Demi';
    font-weight: 600;
    text-shadow: none;
    border: none;
    margin-top: 10px;
}

.addReviewForm .form-control {
    font-family: 'Avenir Next Demi';
    resize: none;
}

.space-detail-page a.link {
    margin: 0 0 30px 20px;
}

.space-detail-page .left-col #reviewdiv p {
    margin-bottom: 0;
}

.space-detail-page .left-col #reviewdiv .review {
    margin-bottom: 15px;
}

.space-detail-page .color-set .color {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

.space-detail-page .color-set .color.available {
    background: #c9ffba;
}

.space-detail-page .color-set .color.not-avail {
    background: #9b9b9b;
}

.space-detail-page .color-set .color.selected {
    background: #7193f1;
}

.space-detail-page .color-set ul li {
    margin-bottom: 5px;
    font-size: 14px;
}

.space-detail-page .color-set {
    position: absolute;
    right: 35px;
    top: 35px;
}

a.link.product-create-shelves {
    padding: 10px 22px;
}

.jumbotron {
    padding: 2rem 7.5rem
}

.my_transaction_page select.form-control {
    background-image: url(../images/arrow-main.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}

.form-control::placeholder {
    color: #000;
}

.my_transaction_page a.link.SearchBookings {
    background: #F9D828;
    padding: 12px 20px;
}

.my_transaction_page a.link.productSearch-submit {
    background: #F9D828;
    padding: 12px 20px;
}

.rwd-table .dot-img {
    margin-left: 10px;
    cursor: pointer;
}

.rwd-table .popup-btns {
    border: 1px solid #d1d3e2;
    padding: 10px 40px 10px 20px;
    position: absolute;
    border-radius: 3px;
    right: 43px;
    top: 5px;
    background: #fff;
    display: none;
}

.rwd-table .popup-btns span.close-btn {
    position: absolute;
    right: 10px;
    top: 13px;
    cursor: pointer;
}

.rwd-table .popup-btns .button-set {
    display: flex;
}

.rwd-table .popup-btns a.dltbtn {
    height: 38px;
    line-height: 38px;
}

.rwd-table .status {
    position: relative;
}

.rwd-table .status.show .popup-btns {
    display: block;
}

.cart-success {
    text-align: center;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 5%);
}

.cart-success h4 {
    color: #33475B;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 15px 0;
}

.cart-success h6 {
    color: #000000;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 40px;
}

.shoping-cart-page {
    padding-top: 40px;
}

.shoping-cart-page p {
    margin-bottom: 0;
    color: #606060;
    font-size: 14px;
}

.shoping-cart-page p span.main {
    text-transform: uppercase;
    color: #1b59a4;
}

.shoping-cart-page p span.id {
    font-size: 11px;
    margin-left: 5px;
}

.shoping-cart-page .cart-logo-sec {
    display: flex;
    align-items: center;
}

.shoping-cart-page .rwd-table .text-color p {
    margin-left: 10px;
}

a.vn-click.link {
    padding: 10px 23px;
}

a.dltbtn {
    background: rgba(255, 136, 136, 0.5);
    height: 35px;
    border-radius: 3px;
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Avenir Next Demi';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
    padding: 0 20px;
}

.shoping-cart-page .trans-table {
    margin-bottom: 20px;
}

.shoping-cart-page .card {
    min-width: 410px;
}

.shoping-cart-page .card p {
    color: #171717;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.shoping-cart-page .card h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #33475B;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.shoping-cart-page .card a.link {
    padding: 24px 30px;
    width: 100%;
    font-size: 14px;
}

.shoping-cart-page .card .card-body {
    padding: 2.5rem;
}

.cart-success h3 {
    color: #33475B;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.booking-detail-page {
    padding-top: 40px;
}

.booking-detail-page .top-set {
    display: flex;
    align-items: center;
}

.booking-detail-page .top-set h4 {
    color: #4C74A1;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
}

.booking-detail-page .top-set span {
    color: #4C74A1;
    font-size: 14px;
    line-height: 15px;
    margin-left: 15px;
}

.booking-detail-page .booking-row {
    display: flex;
    flex-wrap: wrap;
}

.booking-detail-page .top-set.booking-row .booking-col {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.booking-detail-page .top-set.booking-row .booking-col:first-child {
    padding-left: 5px;
}

.booking-detail-page .booking-col {
    width: 24%;
    margin: 0 1% 1% 0;
    border: 1px solid rgba(203, 214, 226, 0.51);
    padding: 25px 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 8%);
}

.booking-detail-page .booking-col p {
    margin-bottom: 0;
    color: #1b59a4;
}

.booking-detail-page .booking-col span {
    color: #000000;
    font-size: 17px;
}

.booking-detail-page .booking-col:nth-child(4n+4) {
    margin-right: 0;
}

div#vn-info {
    margin-top: 20px;
}

.booking-detail-page .booking-space-detail {
    margin-top: 60px;
}

.main-box {
    background: #fff;
    border: 1px solid rgba(203, 214, 226, 0.51);
    padding: 20px;
    border-radius: 3px;
    position: relative;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 8%);
}

.booking-detail-page .bk_sp_set {
    background: #fff;
    border: 1px solid rgba(203, 214, 226, 0.51);
    border-radius: 3px;
    margin-bottom: 35px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 8%);
}

.booking-detail-page .bk_sp_set .main-box {
    border: none;
}

.booking-detail-page .bk_sp_set h3 {
    border-bottom: 1px solid rgba(203, 214, 226, 0.51);
    padding: 25px 0 20px 20px;
    margin-bottom: 0px;
    color: #4C74A1;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
}

.booking-detail-page .bk_sp_set h3 span {
    font-size: 11px;
}

.booking-detail-page span.fa.fa-star.checkedstar {
    font-size: 17px;
}

.booking-detail-page .start-set {
    font-size: 14px;
}

.booking-detail-page .booking-space-col-left span.rent {
    font-size: 14px;
    color: #000000;
    display: block;
    margin: 15px 0;
}

.booking-detail-page .booking-space-col-left p {
    color: #515151;
    font-size: 14px;
    line-height: 22px;
}

.booking-detail-page .suitable-set {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.booking-detail-page .suitable-set p {
    color: #515151;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.booking-detail-page .suitable-set p span {
    display: block;
    color: #4C74A1;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.booking-detail-page .suitable-set .suitable-icon {
    margin-right: 10px;
}

.booking-detail-page .booking-space-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.booking-detail-page .booking-space-col-left {
    width: 50%;
}

.booking-detail-page .booking-space-col-right {
    width: 48%;
}

.booking-detail-page .booking-space-col-right ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
}

.booking-detail-page .booking-space-col-right ul li {
    width: 100%;
    padding: 0 3px;
}

.booking-detail-page .suitable-sec ul {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}

.booking-detail-page .suitable-sec ul li {
    color: #1b59a4;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #e3e9ef;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    line-height: 22px;
}

.booking-detail-page .booking-space-col-right .booking-col {
    width: 48%;
    margin: 0 2% 2% 0;
}

.booking-detail-page .booking-space-col-right .booking-col:nth-child(2n+2) {
    margin-right: 0;
}

.booking-detail-page .booking-space-col-right .booking-col:nth-child(4n+4) {
    margin-right: 2%;
}

h2.main-title span {
    color: #353c42;
    font-size: 11px;
    margin-left: 5px;
    font-weight: 400;
}

.booking-detail-page .table-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(203, 214, 226, 0.51);
    padding: 25px 20px 20px 20px;
}

.booking-detail-page .td-cnt {
    display: flex;
    align-items: center;
}

.booking-detail-page .td-cnt p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 20px;
    margin-left: 15px;
}

.booking-detail-page .td-cnt p span {
    display: block;
    color: #1b59a4;
    font-size: 14px;
}

.booking-detail-page .btn-set {
    text-align: right;
}

.booking-detail-page table td p {
    margin-bottom: 0;
}

.booking-detail-page .bk_sp_set.shelvs .main-box {
    padding: 0;
}

.booking-detail-page .total-set {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-right: 40px;
}

.booking-detail-page .trans-sec {
    max-width: 400px;
}

.booking-detail-page .total-set p {
    color: #171717;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.booking-detail-page .total-set h4 {
    color: #33475B;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;
}

.booking-detail-page .total-set:last-child {
    background: rgba(249, 216, 40, 0.4);
    padding: 7px 20px 5px 5px;
}

.booking-detail-page .requestToRestock.butn {
    margin: 20px 0 25px 20px;
}

.product-list-page {
    padding-top: 30px;
}

.product-list-page .transaction-sec .rwd-table p {
    color: #1b59a4;
}

.product-list-page .rwd-table td {
    vertical-align: middle;
}

.product-list-page .rwd-table a.link {
    padding: 7px 15px;
    line-height: 20px;
}

.product-view-pop .pop-row {
    display: flex;
    align-items: center;
    padding: 25px 30px;
}

.product-view-pop .pop-left-col {
    width: 40%;
}

.product-view-pop .pop-right-col {
    width: 60%;
    padding-left: 25px;
}

.product-view-pop .modal-title {
    color: #33475B;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}

.product-view-pop h4 {
    color: #33475B;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-view-pop h5 {
    color: #000;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-view-pop h3 {
    color: #33475B;
    font-size: 17px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-view-pop h3 span {
    font-weight: 500;
}

.product-view-pop h6 {
    color: #1b59a4;
    font-size: 14px;
    font-weight: bold;
}

.product-view-pop p {
    color: #515151;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    padding-right: 50px;
}

.product-view-pop a.link {
    padding: 7px 15px;
    line-height: 20px;
}

.product-add-page .white-box {
    max-width: 570px;
    padding: 20px 30px 40px;
    border-radius: 0px;
}

.product-add-page .white-box .logo-upload {
    width: 20%;
}

.product-add-page h2.main-title {
    text-align: left;
    margin-bottom: 20px
}

.edit-profile h2.main-title {
    text-align: center;
}

.edit-profile .white-box input[type="submit"] {
    padding: 10px 50px;
    height: 45px;
    line-height: 18px;
}

.edit-profile .logo-upload {
    width: 25%;
}

.right-block-01 {
    border: solid 1px #A1BBD7;
    margin-bottom: 25px;
}

.rght-title-box {
    border-bottom: solid 1px #A1BBD7;
    padding: 10px 4% 10px 4%;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rght-title-box h6 {
    float: left;
    font-size: 18px;
    font-weight: 300;
    color: #4C74A1;
    margin: 0px;
}

.edit-but {
    float: right;
    border: solid 1px #b6d8fd;
    padding: 4px 8% 4px 8%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #EAF0F6;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

.edit-but:hover {
    text-decoration: none;
    background: #d7dfe6;
}

.right-txt-block {
    float: left;
    width: 100%;
    padding: 4%;
    border-bottom: solid 1px #A1BBD7;
}

.right-txt-block h6 {
    font-weight: 300;
    font-size: 17px;
    color: #1b59a4;
    margin: 0px 0px 15px 0px;
}

.right-txt-block>h6>span {
    font-size: 11px;
    padding: 0px 10px 0px 10px;
}

.detail-list {
    padding: 0px;
    margin: 0px;
}

.detail-list li {
    list-style: none;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.sub-cl-01 {
    width: 55%;
    float: left;
}

.sub-cl-02 {
    width: 40%;
    float: left;
    border-left: solid 1px #d6d6d6;
    padding-left: 5%;
    margin-left: 5%;
}

.sub-cl-02 h6 {
    font-size: 14px;
    margin: 0px;
}

.sub-cl-02 span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #7193F1;
    text-transform: uppercase;
}

.sub-cl-01 p {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
}

.rght-title-box .edit-but {
    margin-left: auto;
}

.right-block-01 :last-child {
    border-bottom: none;
}


/* ------------------------------- */

.option-box-main {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 4% 15px 4%;
    border: solid 1px #e0e6ec;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
}

.img-block {
    float: left;
    width: 57px;
    height: 57px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.option-text-box {
    width: calc(100% - 130px);
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.option-text-box h3 {
    margin: 0px 0px 0px 0px;
    font-size: 17px;
    font-weight: 400;
}

.option-text-box p {
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
}

.img-block img {
    width: 100%;
}

.edit-but-02 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #1b59a4;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 7px 3% 7px 3%;
}

.edit-but-02:hover {
    color: #fff;
    background: #495a6a;
    text-decoration: none;
}

.tbl-cl-01 {
    width: 50%;
}

.tbl-cl-02 {
    width: 32%;
}

.tbl-cl-03 {
    width: 18%;
}

.tbl-cl-03 select {
    width: 100%;
}

.list-row-02 .option-text-box {
    width: calc(100% - 80px);
}

.tbl-cl-01 p span {
    padding-left: 3%;
    font-weight: 500;
}

.radius-0 {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cls-but {
    position: absolute;
    right: 6px;
    top: 50%;
    width: 15px;
    margin-top: -7px;
    height: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #888888;
    cursor: pointer;
}


/* -------------------------------------------------------- */

.block-main-01 {
    width: 100%;
    -webkit-border-radius: 3px;
    padding: 2.5%;
    border-radius: 3px;
    border: solid 1px #e0e6ec;
    -webkit-box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.block-main-01 .col-lg-8 .row {
    align-items: center;
}

.block-main-01 h3 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #33475b;
    margin: 0px 0px 10px 0px;
}

.gallery-block {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.gallery-block li {
    list-style: none;
    float: left;
    width: 25%;
}

.gallery-block li img {
    width: 100%;
}

.list-block-02 {
    margin: 0% -1% 0% -1%;
    padding: 0px;
}

.list-block-02 li {
    list-style: none;
    width: 46%;
    margin: 1.5% 0% 1.5% 1.5%;
    float: left;
    border: solid 1px #e1e7ed;
    background: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2%;
    -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.1);
    min-height: 75px;
    display: flex;
    align-items: center;
}

.list-block-02 li p span {
    display: block;
    width: 100%;
}

.list-block-02 li p {
    margin: 0px;
    font-size: 16px;
    line-height: 17px;
}

.list-block-02 li h5 {
    text-transform: uppercase;
    color: #506e91;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: bold;
}

.list-block-02 li p span {
    font-size: 14px;
}

.but-01a {
    display: inline-block;
    width: 60%;
    text-align: center;
    padding: 25px 3% 25px 3%;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1b59a4;
    color: #fff;
    margin: 0 auto;
}

.but-01a:hover {
    background: #3e4d5b;
    text-decoration: none;
    color: #fff;
}

.mt-10 {
    margin-top: 10px;
}

.block-main-01 h3 span {
    font-size: 12px;
    font-weight: 300;
}

.table-box {
    width: 100%;
}

.table-box h3 {
    font-size: 15px;
    margin: 0px;
}

.table-box th {
    font-weight: 300;
    font-size: 15px;
}

.table-box {
    border: solid 1px #e3e9ef;
    margin-top: 25px;
}

.table-box thead {
    background: #f5f8fa;
    border-top: solid 1px #e3e9ef;
    border-bottom: solid 1px #e3e9ef;
}

.table-box thead th {
    padding: 10px 3% 10px 3%;
    font-size: 12px;
    text-transform: uppercase;
}

.m-0-p h3 {
    margin-bottom: 0px;
}

.table-box td {
    padding: 20px 3% 20px 3%;
}

.table-box td p {
    margin: 0px;
    font-size: 14px;
}

.table-box td p span {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
}

a.link.searchSpaceRetailor {
    background: #F9D828;
    padding: 12px 20px;
}

.space-edit-page .image-gal-loop img {
    width: 20%;
}

.image-delete-key {
    /* background: rgba(255, 136, 136, 0.5); */
    height: 35px;
    border-radius: 3px;
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Avenir Next Demi';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
    padding: 0 20px;
}

.gondola .shelf_set {
    background-image: url(../images/rack-center.png);
    background-position: top;
    padding: 24px 0 0 0;
    background-repeat: no-repeat;
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 60px;
    /*width: 78%;*/
    margin: 0 auto;
}

.gondola .shelf_set:first-child button {
    height: 58px;
}

.product-add-page.add-space-page {
    max-width: 1200px;
    padding-left: 30px;
}

.product-add-page.add-space-page .white-box {
    max-width: 100%;
}

.add-space-page .left-space.white-box {
    width: 49%;
    margin: 0 2% 0 0;
}

.add-space-page .right-space.white-box {
    width: 49%;
    margin: 0;
}

.add-space-page .add-space-sec {
    display: flex;
}

.edit-profile .product-add-page.add-space-page h2.main-title {
    text-align: left;
}

.add-space-page .bottom-space.white-box {
    margin-top: 35px;
}

.add-space-page .white-box h2.main-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.add-space-page .bottom-cnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    ;
}

.add-space-page .select-set {
    width: 49%;
}

.add-space-page .bottom-cnt ul.bottom-right-ul {
    display: flex;
    width: 49%;
    justify-content: space-between;
    padding-right: 70px;
}

.add-space-page .bottom-cnt ul.bottom-right-ul li {
    width: 31%;
}

.add-space-page .white-box ul {
    margin-top: 0;
}

.add-space-page .bottom-cnt p {
    padding: 0px 20px 0 55px;
}

.add-space-page .space-result {
    margin-top: 15px;
}

.add-space-page label.error {
    top: 20px;
    right: 40px;
}

.add-space-page .bottom-cnt ul.bottom-right-ul label.error {
    top: -30px;
    right: 0px;
}

.add-space-page .inner-default-price {
    display: flex;
    margin-bottom: 40px;
}

.add-space-page .white-box ul.result-top {
    display: flex;
    width: 74%;
    align-items: center;
}

.add-space-page .white-box ul.result-top li:first-child {
    width: 58%;
}

.add-space-page .white-box ul.result-top li:nth-child(2) {
    width: 15%;
    margin: 0 10px 10px 10px;
}

.add-space-page .white-box ul.result-top li {
    width: 20%;
}

.add-space-page .white-box ul.result-top li .textbox {
    background: #f5f8fa;
    height: 40px;
}

.add-space-page .white-box ul.result-top li label {
    margin-bottom: 0;
}

.add-space-page .white-box ul.result-top li input[type=checkbox]+label:before {
    line-height: 20px;
}

.add-space-page table.rwd-table.trans-table {
    width: 65%;
    margin-right: 30px;
}

.add-space-page table.rwd-table.trans-table th {
    background: #f5f8fa;
    width: 30%;
}

.add-space-page table.rwd-table.trans-table th h6 {
    color: #33475B;
}

.add-space-page table.rwd-table.trans-table input {
    border: 1px solid rgba(203, 214, 226, 0.51);
    border-radius: 5px;
    height: 50px;
    font-size: 13px;
    color: #000000;
    padding-left: 15px;
    outline: none;
    resize: none;
    line-height: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
}

.add-space-page table.rwd-table.trans-table select {
    border: 1px solid rgba(203, 214, 226, 0.51);
    border-radius: 5px;
    height: 50px;
    font-size: 13px;
    color: #000000;
    padding-left: 15px;
    outline: none;
    resize: none;
    line-height: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    background-image: url(../images/black-arw.png);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    width: 80%;
}

.add-space-page .file-input.input-set span.label {
    height: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-space-page .white-box.second-box.product-variations {
    margin-bottom: 35px;
    padding: 40px 30px 30px 5px;
}

.add-space-page .white-box.second-box.product-variations .input-set {
    display: flex;
}

.btnPlus {
    height: 28px !important;
    width: 49px !important;
    float: none !important;
    border-radius: 3px;
    display: block;
    margin-left: 15px;
}

.add-space-page .white-box.second-box.product-variations select.textbox {
    background-position: 90% 50%;
}

.add-space-page .img-gal {
    display: flex;
}

.add-space-page .image-gal-loop {
    width: 20%;
    text-align: center;
    position: relative;
}

.add-space-page .image-gal-loop img {
    width: 100%;
}

.add-space-page .image-gal-loop .image-remove-key {
    position: absolute;
    right: 15px;
    top: 0;
    width: 15px;
}

.add-space-page .image-gal-loop .image-delete-key {
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    padding: 0 15px;
}

.add-space-page .white-box ul li textarea.textbox {
    line-height: 20px;
    height: 130px;
}

.edit-profile .add-space-page .white-box ul li label {
    margin-bottom: 5px;
}

.add-space-page ul.result-top.edit-result-top {
    width: 68%;
    margin-bottom: 10px;
}

.black-bg {
    background: transparent;
    padding: 0px;
    margin-bottom: 0px;
}

.link.searchVedor.searchicon,
.link.searchRetailor.searchicon {
    background: #F9D828;
}

.notification-page .notification-section ul li span.hour {
    padding-left: 0px;
    margin-top: 3px;
    float: left;
}

.notification-page .notification-section ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.notification-page .notification-section ul li::before {
    top: 25px;
}

.col.dis-flx {
    display: flex;
}

.col.dis-flx .btn {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}

.sidebar li {
    margin-bottom: 5px;
}

.dashboard-count-main-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.count-of-dashboard {
    width: 40%;
    font-family: 'sf-pro-display';
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 15px;
    box-sizing: border-box;
}

#wrapper #content-wrapper #content {
    padding: 30px 20px;
}

h2.main-title {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: none;
}

.main-form-all .white-box {
    box-shadow: none;
    margin-bottom: 15px;
}

.main-form-all .white-box ul li label {
    position: absolute;
    padding: 0px 10px;
    background-color: #fff;
    left: 10px;
    top: -10px;
    margin: 0px;
    font-size: 13px;
    color: #707070;
    z-index: 9;
}

.main-form-all .white-box ul li {
    margin-bottom: 25px;
}

.main-form-all .white-box ul li .textbox {
    box-shadow: none;
}

.main-form-all .white-box ul li span.label {
    box-shadow: none;
}

.et_pb_contact_form_label {
    display: block;
    color: black;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 18px;
    padding-bottom: 5px;
}

input[id="et_pb_contact_brand_file_request_0"] {
    display: none;
}

label[for="et_pb_contact_brand_file_request_0"] {
    background: #fff;
    height: 110px;
    background-image: url(../images/upload.png);
    background-repeat: no-repeat;
    background-position: top 0px center;
    color: transparent;
    margin: auto;
    width: 450px;
    top: 50%;
    left: 0;
    right: 0;
    box-sizing: border-box;
}

label[for="et_pb_contact_brand_file_request_0"]:after {
    display: block;
    content: 'Upload Image';
    background: #00999E;
    position: absolute;
    width: 205px;
    height: 40px;
    line-height: 40px;
    bottom: 19px;
    font-size: 14px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: #fff;
    font-weight: 500;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

label[for="et_pb_contact_brand_request_0"]:after {
    content: " (Provide link or Upload files if you already have guidelines)";
    font-size: 12px;
    letter-spacing: -0.31px;
    color: #7a7a7a;
    font-weight: normal;
}

label[for="et_pb_contact_design_request_0"]:after {
    content: " (Provide link or Upload design files)";
    font-size: 12px;
    letter-spacing: -0.31px;
    color: #7a7a7a;
    font-weight: normal;
}

label[for="et_pb_contact_brand_file_request_0"].changed,
label[for="et_pb_contact_brand_file_request_0"]:hover {
    background-color: #fff;
}

label[for="et_pb_contact_brand_file_request_0"] {
    cursor: pointer;
    transition: 400ms ease;
}

.file_names {
    display: block;
    position: absolute;
    color: black;
    left: 0;
    bottom: -30px;
    font-size: 13px;
    font-weight: 300;
}

.file_names {
    text-align: center;
}

.main-upload h3 {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.product-add-page .white-box input.saveBtn {
    width: 100%;
    max-width: 205px;
    background: #00999E;
    border: 1px solid #BABABA;
    height: 40px;
    padding: 0px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    margin-top: 0px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-add-page .white-box input.cancelBtn {
    width: 100%;
    max-width: 205px;
    background: #E1E1E1;
    border: 1px solid #BABABA;
    height: 40px;
    color: #000;
    padding: 0px;
    margin-top: 0px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-add-page .white-box input.cancelBtn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.product-add-page .white-box input.saveBtn:hover {
    background-color: #000;
    border: 1px solid #000;
}

.main-table-container {
    padding: 40px 20px;
    box-sizing: border-box;
}

.main-table-container .rwd-table td {
    font-size: 14px;
    color: #000;
    vertical-align: middle;
}

.main-table-container .rwd-table td a {
    font-size: 14px;
    color: #00999e;
}

.main-table-container .rwd-table td a.approve {
    font-size: 14px;
    color: #fff;
    text-transform: none;
    width: 95px;
    line-height: 32px;
    height: 32px;
    padding: 0px;
    background-color: #00999E;
    margin-right: 6px;
}

.main-table-container .rwd-table td a.approve:hover {
    background-color: #000;
}

.main-table-container .rwd-table td a.cancel {
    font-size: 14px;
    color: #000;
    text-transform: none;
    width: 95px;
    line-height: 32px;
    height: 32px;
    padding: 0px;
    background-color: #E1E1E1;
    margin-right: 6px;
}

.main-table-container .rwd-table td a.cancel:hover {
    background-color: #000;
    color: #fff;
}

.main-table-container .rwd-table td a.warranty {
    font-size: 14px;
    color: #fff;
    text-transform: none;
    width: 110px;
    line-height: 32px;
    height: 32px;
    padding: 0px;
    background-color: #00999E;
    margin-right: 6px;
}

.main-table-container .rwd-table td a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.main-table-container .rwd-table td a.warranty:hover {
    background-color: #000;
}

.main-table-container .rwd-table td {
    padding: 30px 5px;
}

.pagination li {
    padding: 6px 12px !important;
}

.pagination li.active {
    background: #00999e !important;
}

.pagination li.active a {
    font-size: 14px;
}

.pagination li a {
    color: #5f5f5f !important;
    font-size: 14px;
}

#expense-type-filter .form-control {
    height: 40px;
    list-style: 40px;
    border: 1px solid #C7C7C7;
    font-size: 14px;
    font-family: 'sf-pro-display';
    font-weight: 400;
}

#expense-type-filter .searchicon {
    width: 50px;
    height: 40px;
    background-color: #00999E;
    cursor: pointer;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#expense-type-filter .searchicon:hover {
    background-color: #000;
}

#expense-type-filter .searchicon img {
    width: 22px;
}

#expense-type-filter .search-but-group {
    display: flex;
    flex-wrap: wrap;
}

#expense-type-filter .resetsearch {
    width: 90px;
    height: 40px;
    background-color: #E1E1E1;
    color: #000;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    text-transform: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#expense-type-filter .resetsearch:hover {
    background-color: #000;
    color: #fff;
}

.admin-content .log-out img {
    width: 100%;
}

.admin-content .log-out img {
    width: 24px;
}

.product-add-page {
    padding: 20px 20px;
}

.main-search-form-input {
    width: 100%;
    min-width: 300px;
    margin-right: 5px;
}

.alert-error {
    color: #ff1e0b;
    background-color: #ffffff;
    border-color: #ffffff;
}

.rejected-product {
    display: inline-block;
    padding: 3px 20px;
    background-color: #ffd9d9;
    color: #ff4f4f;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: 15px;
    font-weight: 500;
}

.approved-product {
    display: inline-block;
    padding: 3px 20px;
    background-color: #EDF9E0;
    color: #57A707;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: 15px;
    font-weight: 500;
}

.pending-product {
    display: inline-block;
    padding: 3px 20px;
    background-color: #FFE5B0;
    color: #F58300;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: 15px;
    font-weight: 500;
}

.main-table-container .rwd-table td a.view-complaint {
    font-size: 14px;
    color: #fff;
    text-transform: none;
    width: auto;
    padding: 0px 10px !important;
    line-height: 32px;
    height: 32px;
    padding: 0px;
    background-color: #00999E;
    margin-right: 6px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.main-table-container .rwd-table td a.view-complaint:hover {
    background-color: #000;
}

.main-form-all .white-box ul li .main-checkbox-label label {
    position: static;
    padding: 0px;
}

.main-form-all .edit-expense ul {
    margin-top: 24px;
}

header .right .notification-sec .view-al.notification-view-btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    padding-left: 0px;
    font-weight: 500;
    text-align: center;
    background-color: #00999E;
    color: #fff;
    margin-bottom: 0px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

header .right .notification-sec .view-al.notification-view-btn:hover {
    background-color: #000;
}

header .right .notification-sec .view-al.mark-as-read {
    color: #00999E;
    font-size: 15px;
    font-weight: 500;
}

header .right .notification-sec .view-al.mark-as-read:hover {
    color: #000;
    text-decoration: underline;
}

.notification-page .notification-section ul li a.btn {
    color: #ffffff !important;
    font-size: 12px;
    font-family: 'sf-pro-display';
    padding: 10px 20px;
    text-transform: none !important;
    background: #00999e;
    border: 1px solid #00999e !important;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    border: none;
    line-height: 18px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    box-shadow: none;
    text-shadow: none;
}

.notification-page .notification-section ul li a.btn:hover {
    border: 1px solid #000 !important;
    background-color: #000;
    color: #ffffff !important;
}

.form-btns-main {
    display: flex;
    justify-content: space-between;
}

.page-form-title h5 {
    font-size: 16px;
}

.product-add-page .white-box .cancelBtn {
    width: 100%;
    max-width: 205px;
    background: #E1E1E1;
    border: 1px solid #BABABA;
    height: 40px;
    color: #000;
    padding: 0px;
    margin-top: 0px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: block;
    text-align: center;
}

.product-add-page .white-box .cancelBtn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.main-pagination-div {
    display: flex;
    position: relative;
    justify-content: center;
    padding-top: 29px;
    align-items: center;
}

.main-pagination-div .page-index {
    left: 0;
    position: absolute;
}

.main-pagination-div .pagination-outer-div {
    text-align: center;
}

.export_button.link{
    color: #fff !important;
    margin-left: auto !important;
    cursor: pointer;
}
.complaint-box{
    text-align: left !important;
}
.complaint-box h4{
    color: #7A7A7A;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
}
.complaint-list-item.title{
    font-size: 20px;
    color: #7A7A7A;
    font-weight: 600;
}
.complaint-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.complaint-list-item{
    width: 50%;
    margin-bottom: 20px !important;
}
.box-two .width-30 span{
    font-size: 14px !important;
    color: #ffffff !important;
    font-weight: 500 ;

}
.box-two .width-30{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 6px;
}
.width-30.red{
    background: rgba(246, 77, 68, 0.15) ;
    color: #F64D44 !important;
  
}
.width-30 span.red{
    color: #F64D44 !important;
}
.width-30.yellow{
    background: #FFF2E2;
    color: #e9a44f !important;

 }
 .width-30 span.yellow{
    color: #e9a44f !important;
}
 .width-30.green{
    background: rgba(50, 147, 111, 0.16);
    color: #519C66 !important;

 }
 .width-30 span.green{
    color: #519C66 !important;
}
 .width-30.orange{
    background-color: rgba(50, 147, 111, 0.16);
    color: #00A293 !important;
    
 }
 .width-30 span.orange{
    color: #00A293 !important;
}
 .width-30.blue{
    background: rgba(255, 9, 201, 0.15);
    color: #FF09C9 !important;
    
 }
 .width-30 span.blue{
    color: #FF09C9 !important;
}
 .width-30.violet{
    background: rgba(85, 112, 241, 0.16);
    color:  #5570F1 !important;

 }
 .width-30 span.violet{
    color:  #5570F1 !important;
}

  .complaint-list-item a{
    color: #000000 !important;
  }
 .view-btn-complaint{
    padding: 0px;
    background-color: transparent;
    color: #00999E;
    font-size: 13px;
    position: relative;
 }
 .view-btn-complaint::after{
    content: "";
    width: 9px;
    height: 8px;
    background-image: url(../images/arrow-dash.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -14px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
 }
 .view-btn-complaint:hover::after{
    right: -22px;

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

.dashboard-analytics-section{
   width: 100%;
   max-width: 100%;
   flex: 0 0 100%;
   margin-top: 30px;
   clear: both;
}

.dashboard-analytics-header{
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   gap: 20px;
   margin-bottom: 16px;
}

.dashboard-analytics-header h3{
   color: #1F2A37;
   font-size: 23px;
   line-height: 28px;
   margin-bottom: 6px;
   font-weight: 600;
}

.dashboard-analytics-header p{
   color: #7A7A7A;
   font-size: 14px;
   margin-bottom: 0;
}

.dashboard-filter-form{
   display: flex;
   align-items: center;
   gap: 12px;
}

.dashboard-filter-form label{
   color: #7A7A7A;
   font-size: 13px;
   font-weight: 600;
   margin-bottom: 0;
   text-transform: uppercase;
}

.dashboard-filter-select{
   min-width: 165px;
   border: 1px solid #D8E1ED;
   border-radius: 3px;
   background-color: #fff;
   height: 40px;
   padding: 0 14px;
   color: #4D4D4D;
   font-size: 14px;
   outline: none;
   box-shadow: none;
}

.dashboard-chart-grid{
   display: flex;
   flex-wrap: wrap;
   margin-left: -12px;
   margin-right: -12px;
}

.dashboard-chart-grid > .chart-span-half,
.dashboard-chart-grid > .chart-span-third,
.dashboard-chart-grid > .chart-span-full{
   padding-left: 12px;
   padding-right: 12px;
   margin-bottom: 24px;
}

.js-dashboard-widget{
   position: relative;
}

.dashboard-chart-grid > .chart-span-half{
   flex: 0 0 50%;
   max-width: 50%;
}

.dashboard-chart-grid > .chart-span-third{
   flex: 0 0 33.3333%;
   max-width: 33.3333%;
}

.dashboard-chart-grid > .chart-span-full{
   flex: 0 0 100%;
   max-width: 100%;
}

.dashboard-analytics-section .analytics-card.white-box{
   width: 100%;
   max-width: 100%;
   margin-right: 0;
   float: none;
   padding: 26px 24px;
   min-height: 100%;
}

.js-dashboard-widget-card{
   position: relative;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   height: 100%;
}

.analytics-card-header{
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   gap: 18px;
   margin-bottom: 18px;
}

.analytics-card-header--stacked{
   align-items: flex-end;
}

.analytics-card-header--complaints{
   align-items: center;
   margin-bottom: 16px;
}

.analytics-card-header h4{
   color: #7A7A7A;
   font-size: 15px;
   font-weight: 500;
   text-transform: uppercase;
   line-height: 20px;
   margin-bottom: 8px;
}

.analytics-card-header p{
   color: #8B8B8B;
   font-size: 13px;
   margin-bottom: 0;
}

.analytics-card-actions{
   display: flex;
   align-items: center;
   justify-content: flex-end;
   gap: 18px;
   flex-wrap: wrap;
}

.analytics-canvas-wrap{
   position: relative;
   width: 100%;
   min-height: 240px;
}

.analytics-summary-row{
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
    margin-top: 16px;
}

.analytics-card-footer{
   display: flex;
   justify-content: flex-end;
   align-items: center;
   margin-top: auto;
   padding-top: 18px;
}

.analytics-summary-pill{
   display: flex;
   align-items: center;
   gap: 8px;
   padding: 9px 12px;
   border-radius: 6px;
   background-color: #F7FAFD;
}

.analytics-summary-dot{
   width: 10px;
   height: 10px;
   border-radius: 100%;
   display: inline-block;
}

.analytics-summary-label{
   color: #7A7A7A;
   font-size: 13px;
}

.analytics-summary-pill strong{
   color: #1F2A37;
   font-size: 14px;
}

.pipeline-chart-list,
.funnel-chart-list{
   display: flex;
   flex-direction: column;
   gap: 16px;
}

.pipeline-chart-item{
   display: block;
}

.pipeline-chart-item:hover{
   text-decoration: none;
}

.pipeline-chart-meta,
.funnel-chart-row{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 8px;
}

.pipeline-chart-title,
.funnel-chart-label{
   color: #30318A;
   font-size: 14px;
   font-weight: 600;
}

.pipeline-chart-count,
.funnel-chart-value{
   color: #1F2A37;
   font-size: 14px;
   font-weight: 700;
}

.pipeline-chart-track,
.funnel-chart-track{
   width: 100%;
   height: 10px;
   border-radius: 999px;
   background-color: #EDF3F9;
   overflow: hidden;
}

.pipeline-chart-fill,
.funnel-chart-fill{
   height: 100%;
   border-radius: 999px;
}

.pipeline-chart-fill.red{
   background-color: #F64D44;
}

.pipeline-chart-fill.yellow{
   background-color: #E9A44F;
}

.pipeline-chart-fill.green{
   background-color: #519C66;
}

.pipeline-chart-fill.orange{
   background-color: #00A293;
}

.pipeline-chart-fill.blue{
   background-color: #FF09C9;
}

.pipeline-chart-fill.violet{
   background-color: #5570F1;
}

.pipeline-chart-foot,
.funnel-chart-meta{
   margin-top: 8px;
}

.funnel-chart-meta{
   color: #8B8B8B;
   font-size: 12px;
}

.dashboard-filter-form--inline{
   margin-left: auto;
}

.complaint-box--analytics{
   width: 100%;
   max-width: 100%;
   margin-right: 0;
   margin-bottom: 24px;
   padding: 16px 24px 18px 24px;
}

.complaint-list--inline{
   display: flex;
   flex-wrap: wrap;
   gap: 16px;
   margin-bottom: 0;
}

.complaint-list--inline .complaint-list-item{
   margin-bottom: 0;
}

.complaint-box--analytics .complaint-bottom{
   gap: 22px;
}

.complaint-box--analytics .count-of-dashboard{
   min-width: 68px;
   text-align: right;
}

.complaint-box--analytics h4{
   margin-bottom: 14px;
}

.complaint-strip-body{
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 18px;
}

.complaint-list--strip{
   flex: 1 1 auto;
   flex-wrap: nowrap;
   align-items: center;
   gap: 14px;
   margin-bottom: 0;
   overflow-x: auto;
   overflow-y: hidden;
   padding-bottom: 2px;
}

.complaint-list--strip .complaint-list-item{
   width: auto;
   flex: 0 0 auto;
}

.complaint-strip-stats{
   flex: 0 0 auto;
   min-width: 130px;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   gap: 18px;
}

.dashboard-widget-loader{
   position: absolute;
   inset: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(255, 255, 255, 0.84);
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
   transition: opacity 0.2s ease, visibility 0.2s ease;
   z-index: 4;
}

.js-dashboard-widget.is-loading .dashboard-widget-loader{
   opacity: 1;
   visibility: visible;
   pointer-events: auto;
}

.dashboard-widget-loader-spinner{
   width: 38px;
   height: 38px;
   border-radius: 100%;
   border: 3px solid #DCE7F3;
   border-top-color: #00999E;
   animation: dashboardWidgetSpin 0.8s linear infinite;
}

@keyframes dashboardWidgetSpin{
   0%{
      transform: rotate(0deg);
   }
   100%{
      transform: rotate(360deg);
   }
}

.analytics-card--wide{
   height: 100%;
}

@media (max-width: 1199px){
   .dashboard-chart-grid > .chart-span-third{
      flex: 0 0 50%;
      max-width: 50%;
   }
}

@media (max-width: 991px){
   .dashboard-analytics-header{
      flex-direction: column;
      align-items: stretch;
   }

   .dashboard-chart-grid > .chart-span-half,
   .dashboard-chart-grid > .chart-span-third,
   .dashboard-chart-grid > .chart-span-full{
      flex: 0 0 100%;
      max-width: 100%;
   }

   .dashboard-filter-form{
      justify-content: space-between;
   }

   .analytics-card-header{
      flex-wrap: wrap;
   }
}

@media (max-width: 767px){
   .analytics-card{
      padding: 22px 18px;
   }

   .analytics-card-header{
      flex-direction: column;
      align-items: flex-start;
   }

   .analytics-card-actions{
      width: 100%;
      justify-content: flex-start;
      gap: 14px;
   }

   .dashboard-filter-form--inline{
      margin-left: 0;
      width: 100%;
   }

   .dashboard-filter-select{
      min-width: 100%;
      width: 100%;
   }

   .analytics-canvas-wrap{
      min-height: 220px;
   }

   .analytics-card-footer{
      padding-top: 16px;
   }

   .complaint-list--inline{
      gap: 12px;
   }

   .complaint-strip-body{
      flex-direction: column;
      align-items: flex-start;
   }

   .complaint-list--strip{
      width: 100%;
      flex-wrap: wrap;
      overflow: visible;
   }

   .complaint-strip-stats{
      width: 100%;
      justify-content: space-between;
   }
}
