@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/* font-family: 'Montserrat', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
/* font-family: 'Open Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
/* font-family: 'Roboto', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
/* font-family: 'Lato', sans-serif; */
.min-height{
    min-height: calc(100vh - 465px );
}
.about-column1.about_me{
    width:100%;
}
body {
    background: #FAFBFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
.blog-column a {
    display: block;
}
.year-fields.nice-select {
    height: auto!important;
    line-height: initial!important;
}
.contact-form label {
    color: #898989;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.final-step .subtitle p {
    text-transform: uppercase;
}

.main-modal {
    display: flex;
    align-items: center;
    height: 100%;
}

::-webkit-input-placeholder,
.login-field::-webkit-input-placeholder {
    /* Edge */
    color: rgba(1, 1, 1, 0.30);
}

:-ms-input-placeholder,
.login-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(1, 1, 1, 0.30);
}

::placeholder, .login-field::placeholder {
    color: rgba(1, 1, 1, 0.30);
}

select {
    background: url(../images/select.png) no-repeat right 8px center/7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #D8DCE6;
    padding: 5px 30px 5px 10px;
    border-radius: 5px;
    width: 100%;
}

a {
    display: inline-block;
    color: inherit;
}

p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
}
.complete-column .checkbox-custom[type=checkbox]:checked:before {
    border:none;
}
button:focus {
    outline: none;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 30px;
    margin: 0;
}

h3 {
    font-size: 25px;
    margin: 0;
}

h4 {
    font-size: 20px;
    margin: 0;
}

h5 {
    font-size: 15px;
    margin: 0;
}

h6 {
    font-size: 12px;
    margin: 0;
}

table {
    width: 100%;
}

/*****************************
 Toggle Switch
******************************/

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 27px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #0AB21B;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0AB21B;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

span {
    display: inline-block;
}

img {
    max-width: 100%;
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.main-header .container-fluid,
.profile-header .container-fluid {
    padding: 0 50px;
}

/***************
Custom Checkbox
***************/

.checkbox-custom {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    top: 0px;
    border:none;
}

.checkbox-custom:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 5px;
    background: url("../images/empty-checkbox.svg");
    /*background-size: 10px 8px;*/
    background-repeat: no-repeat;
    background-position: center;
}

.checkbox-custom[type=checkbox]:before {
    background: url("../images/tick.png");
    /*background-size: 10px 8px;*/
    background-repeat: no-repeat;
    background-position: center 6px;
    position: absolute;
    left: 2px;
    z-index: 2;
    opacity: 1;
    width: 100%;
    height: 100%;
    color: #f6ac4f;
}

.checkbox-custom[type=checkbox]:checked:before {
    content: '';
    position: absolute;
    top: 0px;
    opacity: 1;
    left: 0px;
    /* border: 1px solid #E4E5EC; */
    border-radius: 5px;
}
.voucher-row .promote-radio {
    padding: 0 0 0 15px;
}
.voucher-row .promote-radio > div, .voucher-row .promote-radio label {
    margin-bottom: 0;
}
.checkbox-custom.checkbox-voucher {
    vertical-align: bottom;
}
.voucher-input-line {
    display: flex;
}
.msg-voucher-apply {
    display: none;
    margin-top: 8px;
}
/* #edit_profile_social_network .checkbox-custom{
    width: 27px;
} */
/****************************
Radio
****************************/

.custom-radio {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #E4E5EC;
    border-radius: 50%;
    background-color: transparent;
    outline: 0;
    position: relative;
}

.custom-radio:checked:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #EB008B;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-radio.custom-radio:checked:before {
    background-color: #0AB21B;
}

.white-title, .main-title.white-title p {
    color: #fff;
    font-size: 15px;
}

.main-header.fixedheader {
    background-color: #fff;
}

.banner-btns .btn {
    min-width: 185px;
    margin-right: 15px;
}

.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 8px 0;
}

.msg-bagh {
    position: absolute;
    top: -6px;
    right: -2px;
    background-color: #EB008B;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    padding: 9px;
    border: 3px solid #fff;
    font-size: 14px;
}

.msg-icon {
    position: relative;
}

.fixedheader .main-menu li a {
    color: #000;
}

.fixedheader .main-menu li.join a {
    color: #fff;
}

.fixedheader .main-menu li.login a {
    color: #000;
}

.banner-btns {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.user-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.profile-row {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-right: 30px;
}

.profile-img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
    background-position: center;
}

.main-header .row {
    align-items: center;
}

.padding-left {
    padding-left: 0;
}

.padding-right {
    padding-right: 0;
}

.profile-row span {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.profile-row span i {
    font-weight: 700;
}

.btn_blue {
    background-color: #5b7ce5;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.btn_blue:hover {
    color: #fff;
}

.banner-btns .btn_blue {
    text-transform: none;
}

.banner-row {
    display: flex;
    padding-top: 70px;
    height: 100%;
    align-items: center;
    padding: 0 50px;
}
#create_compaign .modal-btn {
    padding: 0 15px;
}
.main-banner {
    background-image: url(../images/main-banner.png), url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: 57%, 10%;
    background-position: left top, right bottom 30px;
    height: 103vh;
    background-color: #fff;
}

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

.main-menu li {
    padding: 0 15px;
}
.main-menu .compaign {
        padding-right: 0;
}
.login,
.join{
    padding:0!important;
}
.login a{
    background-color: #F6F6F6;
    padding: 5px 30px !important;
    min-width: 120px;
    text-align: center;
    border-radius: 5px;
}

.join a{
    background-color: #5C7CE5;
    color: #fff;
    padding: 5px 30px !important;
    min-width: 120px;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    margin-left: 15px;
}

.msg-icon img {
    max-width: 80%;
}

.main-menu li a:not(.btn-icon) {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.compaign a {
    display: flex;
    align-items: center;
}

.compaign a img {
    margin-right: 8px;
}

.banner-content {
    height: 100%;
    max-width: 570px;
    /* margin-left: auto; */
    display: flex;
    /* padding-left: 50px; */
    flex-direction: column;
    justify-content: center;
}

.banner-column {
    width: 50%;
    /* padding-top: 50px; */
}

.banner-img {
    /* max-width: 570px; */
}
.banner-img img {
    margin-left: auto;
}
.banner-content h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.banner-content p {
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.btn_white {
    background-color: #fff;
    /* max-width: 180px; */
    text-align: center;
    border-radius: 5px;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.creator-column {
    display: flex;
    align-items: flex-start;
}

.creator-img {
    width: 120px;
}

.creator-column1 {
    width: calc(100% - 120px);
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 20px;
}

.all-influncer {
    padding: 50px 0;
    background-color: #fff;
}

.border-title:before {
    top: 4px;
    left: 0;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 19px;
    background-size: contain;
    margin-bottom: 0;
    content: " ";
    position: absolute;
    width: 6px;
    height: 81px;
}

.border-title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}

.creator-column1 h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.creator-row .creator-column:last-child .creator-column1 {
    border: none;
    margin: 0;
    padding: 0;
}

.influncer-want {
    background-image: url(../images/bg-layer1.png);
}

.blog {
    padding: 50px 0;
    background-color: #fff;
}

.border-title h2 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.main-footer {
    background-color: #212427;
    padding: 50px 0;
}

.footer-lists ul, .social-lists ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-lists ul li, .social-lists ul li {
    padding: 0 22px;
}

.footer-lists ul li a {
    color: #9FA3A7;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.social-lists ul li a {
    color: #fff
}

.footer-lists {
    margin: 50px 0 50px 0;
}

.copyright p {
    margin: 30px 0 0 0;
    color: #9FA3A7;
    font-size: 12px;
}

.main-title h2 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.main-title p {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
}

.blog-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 265px;
}

.blog-content h3 {
    color: #212121;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-content p {
    color: #9FA3A7;
    font-weight: 400;
    font-size: 16px;
}

.blog-date {
    margin-bottom: 10px;
    color: #9FA3A7;
    font-weight: 700;
}
.read-more i {
    margin-left: 5px;
}
.blog-column.home-blog {
    min-height: 570px;
}
.blog-content {
    /* border: 1px solid #EBEBEB; */
    padding: 20px;
}

.blog-column {
    background-color: #fff;
    border: 1px solid #EBEBEB;
    min-height: 540px;
}

.blog-column:hover {
    -webkit-box-shadow: 0px 1px 7px 5px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 1px 7px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 1px 7px 5px rgba(0, 0, 0, 0.03);
}

.blog-row {
    margin: 50px 0 0 0;
}

.testimonial {
    background-image: url('../images/testimonial-banner.png');
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center;
    padding: 80px 0;
}

.testi-img {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
    border-radius: 50%;
}

.testimonial-title {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.testimonial-column {
    min-height: 220px;
    position: relative;
}

.testi-contents p {
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.testi-contents h6 {
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.testimonial-row {
    border-top: 1px solid rgba(233, 239, 244, 0.20);
    padding-top: 30px;
    margin-top: 30px;
}

.testimonial-content p {
    color: rgba(255, 255, 255, 0.40);
    font-size: 16px;
}

.testimonial-content {
    margin-bottom: 30px;
}

.get-done {
    padding: 50px 0;
    background-color: #fff;
}

.btn-blue {
    background-color: #5C7CE5;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.btn-blue-o {
    background-color: transparent;
    color: #5C7CE5;
    border: 3px solid #5C7CE5;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.btn-blue:hover {
    color: #fff;
}

.get-done .btn-blue {
    -webkit-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
}

.main-title .btn-blue {
    margin-top: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.influncer-want {
    padding: 50px 0;
    background-image: url(../images/bg-layer1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    /* margin: 0 30px; */
    background-color: #FFFFFF;
}

.influence-img img {
    margin: 50px auto 0px auto;
    display: block;
    max-width: 47%;
}

.follow-tabe {
    padding: 0px 0 50px 0;
    background-color: #fff;
}

.follow-list h3 {
    font-weight: 400;
    color: #989898;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
}

.follow-list ul li.active a, .follow-list ul li a:hover {
    background-color: #FAFBFC;
    border: 1px solid #E9EFF4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.follow-list ul li a {
    font-weight: 400;
    color: #989898;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    display: block;
    border: 1px solid transparent;
}

.cus-modal-header {
    align-items: center;
    justify-content: center;
    border: none;
    padding: 30px 0;
}

.cus-modal-header .modal-title {
    display: block;
    text-align: center;
    color: #212121;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}
.post-header {
    border: none;
}
.post-header .modal-title {
    color: #212121;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.cus-modal-header .close, .post-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #EB008B;
    font-size: 28px;
}

.cus-modal-body {
    padding: 0 30px 30px 30px;
}

.login-field {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #EAEDF3;
    border-radius: 0;
    padding: 0px 0 5px 0;
    color: #464855;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.login-form label {
    color: #C1C1C1;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.login-form .form-group {
    margin-bottom: 35px;
}

.forgot-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.login_btn {
    background-color: #5C7CE5;
    text-align: center;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    /* margin-bottom: 20px; */
    -webkit-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
}

.forgot-password span {
    color: #464855;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.forgot-row a, .form-btn p a {
    color: #5C7CE5;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
#form_contact_us .final-row .main-field {
    width: 100%;
}
.form-btn p {
    color: #3E3F42;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    /* text-transform: capitalize; */
    margin-top: 50px;
}

.signup-row {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.radio-column {
    margin-right: 50px;
}

.inner-header {
    background-color: #FFFFFF;
}

.empty-header {
    height: 82px;
}

/*******************************
    Final Steps
*******************************/

.final-step {
    background-color: #FAFBFF;
    padding: 50px 0;
}

.subtitle p {
    margin: 0;
    color: rgba(1, 1, 1, 0.5);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.subtitle h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-field {
    width: 100%;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    padding: 10px 12px;
    margin-right: 5px;
    color: rgba(1, 1, 10.30);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.detail-msg {
    width: 100%;
    height: 120px;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    padding: 10px 12px;
    margin-right: 5px;
    color: rgba(1, 1, 10.30);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.final-row {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.final-form {
    width: 60%;
    margin: 0 auto;
}

.final-row img {
    margin-right: 20px;
    max-width: 25px;
}

.final-row .main-field {
    width: calc(100% - 50px);
}

.final-row.row-columns {
    flex-wrap: wrap;
}
.btn-blue:focus {
    color: #fff;
}
.btn_purple_outline {
    border: 1px solid #5b7ce5;
    padding: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 5px 20px;
    font-size: 16px;
    color: #5b7ce5;
    font-weight: 500;
    min-width: 150px;
}
.expire-channel {
    color: red;
    display: block;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.view-list-item {
    position: absolute;
    right: 0;
    max-width: 17px;
    top: 4px;
    z-index: 999;
}
.plusminus {
    padding-right: 27px;
}
.completed-channel-yellow {
    color: #ffe600;
    display: block;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.btn_purple_outline:hover{
    color: #5b7ce5;
}
.btn_purple_outline:focus{
    outline: none;
    box-shadow: unset;
    color:#7D7D7D;
}
/*******************************
Contact page
*******************************/

.contact-section {
    background-color: #FAFBFF;
}

.contact-title {
    max-width: 700px;
    /* margin-left: auto; */
    padding: 50px 0 0px 0;
    padding-right: 0px;
    padding-left: 63px;
}
.contact-title .main-title h2{
    font-size: 28px;
}
.purple_btn {
    background-color: #825ECC;
}

.contact-form {
    margin-top: 50px;
    width:80%;
}

.contact-column {
    width: 60%;
}

.contact-column1 {
    width: 40%;
}

.contact-slider .owl-dots {
    position: absolute;
    bottom: 0;
}

.contact-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    /* border: 1px solid red; */
    border-radius: 50%;
    background-color: #FFFFFF;
}

.contact-slider .owl-dots .owl-dot {
    margin: 0 8px;
}

.contact-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

.contact-slider .owl-dots .owl-dot.active span {
    background-color: #1965DB;
}

.another-contact {
    padding-top: 80px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 400;
    font-size: 18px;
}

.another-contact a {
    color: #000000;
}

.left-column ul li {
}

.accept_btn accept_img:focus {
    color: #fff !important;
}

.left-column {
    background-color: #fff;
    padding: 20px;
    /* height: 100%; */
    margin-bottom: 15px;
}

.profile-lists li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #464855;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 15px;
}

.refer-rows {
    padding: 0 15px;
}

.refer-form {
    margin-bottom: 20px;
}

.profile-lists li a i {
    color: #E4E4E4;
}

.profile-lists li a.active {
    background-color: #F9F9F9;
    font-weight: 700;
    border-radius: 7px;
}

.profile-lists li a.active i, .profile-lists li a:hover i {
    color: #000;
}

.profile-lists li a:hover {
    background-color: #F9F9F9;
    border-radius: 7px;
}

.right-column {
    background-color: #fff;
    padding: 20px;
}

.profile-lists li a.active i {
    font-weight: 800;
}

.profile-lists {
    flex-wrap: wrap;
    border: none;
}

.profile-lists li {
    width: 100%;
}

.tab-title h4 {
    color: #000000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.field-column label, .instagram-col label {
    color: #C1C1C1;
    text-transform: capitalize;
    font-weight: 600;
    color: #898989;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}

.field-column {
    margin-bottom: 20px;
}

.tab-title {
    margin-bottom: 30px;
}

/* .network-form {
    width: 85%;
} */

.password-form {
    width: 50%;
}

.phone-number-form input {
    max-width: 220px;
}
.phone-number-form button {
    padding: 11px 23px;
    vertical-align: top;
}
#phone_number_verified, #phone_number_wait_validation {
    font-size: 10pt;
    text-transform: none;
    font-weight: 500;
}
#phone_number_wait_validation, #phone_number_form_message {
    color: #f44335;
}

#phone_number_verified {
    color: green;
}
#phone_number_form_message {
    font-size: 11pt;
}
.profile-row .field-column {
    width: 48%;
}

.profile-form .profile-row {
    justify-content: space-between;
}

.photo-img {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
    border-radius: 50%;
}

.profile-content, .photo-row {
    display: flex;
    align-items: center;
}

.change-photo {
    cursor: pointer;
    color: #010101;
    font-size: 16px;
    /* font-weight: 400; */
    font-family: 'Open Sans', sans-serif;
}

.delete-photo {
    color: #D61043;
    cursor: pointer;
    font-size: 16px;
    /* font-weight: 600; */
    font-family: 'Open Sans', sans-serif;
}

.delete-photo span {
    color: #AFAFAF;
    margin: 0 10px;
}

.photo-row {
    margin-bottom: 30px;
}

.save-card h6 {
    color: rgba(1, 1, 1, 0.30);
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.card-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.card-info label {
    margin-left: 13px;
    color: #34495E;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.card-info label sapn {
    color: #AAAAAA;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.card-edit a {
    color: #A0A0A0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.card-edit span {
    color: #000000;
    margin-right: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.save-card {
    margin-bottom: 25px;
}

.payment-method {
    display: flex;
    align-items: center;
    /* position: relative; */
    margin-right: 10px;
}

.payment-row {
    display: flex;
    align-items: center;
    position: relative;
}

.payment-card {
    /* -webkit-appearance: none;
    appearance: none; */
    /* width: 75px;
    height: 35px; */
    border: 2px solid #EEEDED;
    border-radius: 0;
    background-color: transparent;
    outline: 0;
}

.payment-method .payment-card ~ img {
    /* position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    opacity: 0.5; */
}

.banner-title h2 {
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.blue-banner {
    background-color: #5C7CE5;
    background-image: url('../images/bg artist.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    height: 180px;
}

.blog-rows {
    background-color: #fff;
    padding: 20px 50px;
    margin-top: -80px;
    display: flex;
    flex-wrap: wrap;
}

.blog-columns {
    /* width: calc(100% / 3); */
    -webkit-box-shadow: 0px 1px 7px 5px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 1px 7px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 1px 7px 5px rgba(0, 0, 0, 0.03);
    margin: 20px;
}

.category {
    color: #B7B7B7;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.inner-banner-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: a;
}

.inner-banner-img:before {
    content: " ";
    position: absolute;
    background-image: url(../images/banner-bg.png);
    bottom: 136px;
    right: 0;
    width: 105px;
    height: 335px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: 100%;
}

.inner-banner-img .banner-row {
    padding-top: 0;
}

.banner-content.inner-content h1 {
    color: #212121;
    text-transform: capitalize;
}

.banner-content.inner-content p {
    color: #4A4A4A;
    width: 80%;
}

.inner-content .banner-btns {
    margin-top: 0;
}

.btn_dark_blue {
    background-color: #5C7CE5;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.inner-border-title:before {
    display: none;
}

.inner-border-title {
    padding-left: 0;
}

.get-started {
    /* background-color: #5C7CE5; */
    padding: 50px 0;
    background-repeat: repeat;
    background-position: center;
    background-size: 100%;
}

.startred-row h2 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin: 15px 0;
}

.startred-row p {
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.cus-row {
    display: flex;
    align-items: center;
    width: 82%;
    margin: 70px auto 0px auto;
    flex-direction: row;
}

.started-column {
    width: 50%;
}

.started-column1 {
    width: calc(100% - 50%);
}

.get-started .cus-row:nth-child(2n) {
    flex-direction: row-reverse;
}

.started-column img {
    margin: 0 auto;
}

.started-column1 h4 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
}

.started-column1 h4 span {
    margin-right: 10px;
}

.started-column1 p {
    color: #fff;
    font-weight: 400;
}

.btn_purple {
    background-color: #825ECC;
}

.left-column h5 {
    color: #464855;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.refer-form label {
    color: #898989;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.social-icons li {
    padding-right: 15px;
}

.social-icons {
    display: flex;
}

.field-row label {
    text-transform: capitalize;
    font-weight: 600;
    color: #898989;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}

.msg {
    width: 100%;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    padding: 10px 12px;
    color: rgba(1, 1, 10.30);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    height: 120px;
}

.msg-rows {
    margin-bottom: 50px;
}

.blod-divider {
    width: calc(100% / 3);
}

.blog-section .container-fluid, .search-result .container-fluid {
    padding: 0 50px;
}

.blog-columns .blog-content p {
    font-size: 12px;
}

.blog-columns .blog-content h3 {
    font-size: 20px;
    font-size: 19px;
    font-weight: 600;
}

.read-title i {
    color: #34495E;
}

.read-title {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
    position: absolute;
    bottom: 20px;
}

.read-more {
    color: #5B7BE5;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-bottom: 2px solid #5B7BE5;
    margin-right: 10px;
    display: flex;
    align-items: center;

}

.blog-columns .blog-content {
    border: none;
    min-height: 290px;
    position: relative;
}

.blog-detail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 350px;
    position: relative;
}

.blog-detail .container, .blog-detail .row, .blog-detail .col-md-12, .blog-detail .blog-banner {
    height: 100%;
}

.blog-detail .blog-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 65%;
    margin: 0 auto;
    color: #fff;
}

.blog-detail:before {
    content: " ";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.blog-banner ul {
    display: flex;
    justify-content: center;
}

.share-btns h6 {
    display: flex;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.share-btns h6 img {
    margin-right: 10px;
}

.blog-banner h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-banner ul li {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.detail-content {
    background-color: #fff;
    padding: 50px 0;
}

.detail-content h5 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-top: 20px;
}

.detail-contents h4 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.detail-rows .row:nth-child(2n) {
    flex-direction: row-reverse;
}

.detail-rows .row {
    padding-bottom: 50px;
}

.detail-rows {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.mini-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.mini-content p {
    color: #666666;
}

.pagination-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.pervious a {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.comments {
    background-color: #FAFBFC;
    padding: 50px 0;
}

.comment-title {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}

.date {
    margin: 0;
    color: #999999;
    font-size: 13px;
    font-weight: 400;
}

.comment-row {
    display: flex;
}

.comment-column {
    width: 120px;
}

.comment-image {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.comment-column1 {
    width: calc(100% - 120px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comment-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.comment-content h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #333333;
    font-size: 13px;
}

.comment-content h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #333333;
}

.comment-column1 p {
    color: #666666;
}

.comment-reply .comment-column1 {
    border: none;
    padding: 0;
    margin: 0;
}

.comment-reply {
    padding-left: 125px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.more-comment {
    margin: 30px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}

.comment-field, .comment-msgs {
    width: 100%;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    padding: 8px 20px;
}

.comment-row label, .comment-msg label {
    display: block;
    color: #333333;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
}

.comment-columns {
    width: 32%;
}

.comment-form .comment-row {
    justify-content: space-between;
}

.comment-msg {
    margin-top: 20px;
}

.comment-msgs {
    height: 150px;
}

.comment-form .field-row {
    margin-top: 30px;
}

.comment-form .login_btn {
    margin-bottom: 0;
}

.instagrm-field span {
    color: green;
    border-right: 1px solid #EAEDF3;
    padding-right: 10px;
    margin-right: 10px;
}

.instagrm-field {
    width: calc(100% - 190px);
    border: 1px solid #EAEDF3;
    border-radius: 5px;
    padding: 10px 12px;
    color: rgba(1, 1, 10.30);
    font-weight: 400;
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
}

.instagram-col {
    width: 50%;
    margin-bottom: 20px;
}

input:focus {
    outline: none;
}

.instagra-field {
    border: none;
    padding: 0;
    width: 100%;
    font-size: 15px;
}
.tooltip-content {
    position: absolute;
    background-color: #fafbff;
    width: 320px;
    padding: 10px;
    z-index: 9;
    color: #4c4c4c!important;
    text-align: center;
    font-size: 12px!important;
    bottom: 140%;
    display: none;
    left: 0;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.toll-hover .tool-content-box:hover .tooltip-content {
    display: block;
}
.toll-hover #tooltipNew {
    margin-left: 10px;
}
.inf-row {
    display: flex;
    align-items: center;
}

.info {
    width: 170px;
    margin-left: 15px;
    color: #8D8D8D;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.snapchat-row {
    margin-top: 20px;
}

.info i {
    margin-right: 10px;
    color: #F09F00;
    font-size: 16px;
}

.tab-title p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #464855;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.social-network {
    -webkit-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 3px 8px 5px rgba(0, 0, 0, 0.04);
    display: flex;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.network-column {
    width: calc(100% - 180px);
    display: flex;
    align-items: flex-start;
}

.network-column1 {
    width: 180px;
    display: flex;
    justify-content: flex-end;
}

.network-content {
    margin-left: 10px;
}

.network-content h6 {
    color: #464855;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.network-content p {
    margin: 0;
    color: rgba(99, 99, 99, 0.6);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 0.9;
}

.social-network.active .network-content p {
    color: #0AB21B;
}

.round-switch {
    width: 100%;
    text-align: right;
}

.round-switch .btn_blue {
    display: block;
    width: 100%;
    font-size: 12px !important;
    padding: 8px;
}

.btn_twi {
    background-color: #03A9F4;
}

.btn_you {
    background-color: #F44336;
}

.btn_insta {
    background-color: #304FFE;
}

.social-form .field-row {
    margin: 50px 0 0 0;
}

.carf-field label {
    display: none;
}

.custom-radio:checked .carf-field label {
    display: block;
}

.total-count {
    color: rgba(70, 72, 85, 0.50);
    margin-right: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.proporsals .container-fluid,
.youtube-header .container-fluid {
    padding: 0 50px;
}

.profile-lists li a.active .total-count {
    color: rgba(70, 72, 85, 1);
    font-weight: 600;
}

.proporsal-table th {
    font-size: 13px;
    padding: 10px 5px;
    border-bottom: 1px solid #F6F6F6;
    color: #464855;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.proporsal-table td {
    padding: 10px 5px;
    font-size: 11px;
    border-bottom: 1px solid #F6F6F6;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.proporsal-name,.proporsal-name a {
    display: flex;
    align-items: center;
}

.error {
    color: red !important;
    text-transform: unset!important;
}

.reset-password .form-btn {
    margin-top: 30px;
}

.proporsal-imag {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    border-radius: 50%;
    min-width: 30px;
}

.proporsal-column {
    width: 350px;
    padding: 0 10px;
}

.proporsal-column1 {
    width: calc(100% - 350px);
}

.proporsal-name p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #3D3F4F;
    word-break: break-word;
}

.proporsal-network, .proporsal-amount, .proporsal-action {
    display: flex;
}

.proporsal-amount li, .proporsal-network li, .proporsal-action li {
    padding: 0 15px 0 0px;
}

.proporsal-column1 .right-column {
    padding: 20px 15px;
}

.proprosal-title h3 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.proprosal-title {
    margin-bottom: 20px;
}

.proporsal-amount li span {
    color: #0AB21B;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.proporsal-amount li {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #636363;
    text-transform: uppercase;
    font-size: 11px
}

.proporsal-action li {
    color: #262626;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.proporsal-action li:last-child {
    color: #E23E47;
}

/* .proporsal-column .left-column {
    height: 100%;
} */

.post_btn {
    background-color: #0AB21B;
    color: #fff;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
}

.accept_btn {
    background-color: #5C7CE5;
    color: #fff;
    font-size: 11px;
    -webkit-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
}

.proporsal-action {
    justify-content: flex-end;
}

.tab-img {
    height: 336px;
    position: relative;
}

.tab-imgs {
    position: absolute;
    right: 0;
}

.tab-img1 {
    z-index: 1;
}

.tab-img2 {
    right: 190px;
    top: 35px;
}

.tab-img3 {
    top: 85px;
    right: 95px;
}

.tab-imgs img {
    max-width: 70%;
    margin-left: auto;
    border-radius: 15px;
}
/* .help-lists li a.active i {
    color: #000;
} */
.accept_img img {
    margin-right: 10px;
}

.accept_img {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
}

.stat-title h4 {
    color: #3D3F4F;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.stat-title h4 {
    color: #3D3F4F;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.stat-row {
    display: flex;
    flex-wrap: wrap;
}

.stat-column {
    width: 50%;
    margin-bottom: 20px;
}

.stat-column p {
    margin-bottom: 5px;
    color: #C1C1C1;
}

.stat-column h6 {
    color: #3D3F4F;
    font-size: 18px;
    font-weight: 600;
}

.instagram-stories label {
    margin-bottom: 0;
    margin-left: 10px;
}

.instagram-stories {
    display: flex;
    align-items: center;
}

.card-field label {
    display: none;
    width: 60%;
}

.field-column textarea {
    width: 100%;
    border: 1px solid #EAEDF3;
    border-radius: 5px;
    padding: 10px 12px;
    color: rgba(1, 1, 10.30);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.post-img {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}

.post-content h5 {
    color: #3D3F4F;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.preloader-parent {
    position: fixed;
    width: 100%;
    height: 100%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 99999999999;
    background-color: rgba(23, 23, 23, 0.5);
     display: none;
}
.post-box {
    background-color: #F9F9F9;
    border: 1px dashed #CACACA;
    padding: 15px;
}

.post-row {
    display: flex;
    align-items: center;
}
.personla-profiles .channel-lists .btn_book {
    font-size: 16px;
}
.profile-row .fa {
    margin-left: 5px;
}
/* .search-img {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto 10px auto;
} */

.search-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 20px -10px;
}

.search-column {
    width: calc(100% / 4);
    padding: 20px 10px 0px 10px;
}

.search-content {
    background-color: #fff;
    /*padding: 20px;
    */
    border-radius: 20px;
    padding: 20px 15px;
    -webkit-box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.06);
    min-height: 500px;
    position: relative;
    box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.reset-password .main-modal {
    margin-top: 0;
    margin-bottom: 0;
}

.reset-password {
    padding: 50px 0;
}

.rating-message {
    width: 100%;
    margin-top: 15px;
    border-top: none;
    border-bottom: 1px solid #EAEDF3;
    border-left: none;
    border-right: none;
    resize: none;
    color: #000;
    min-height: 90px;
}

.rating-comment {
    margin-bottom: 30px;
}

.rating-profile {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.rating-name h4 {
    color: #3D3F4F;
    font-weight: 600;
    margin-bottom: 16px;
}

/* .search-img {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto 10px auto;
} */

.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.comp-imgs .comp-name .rating {
    justify-content: flex-end;
}

.proporsal-table nav {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.search-header p {
    color: rgba(76, 76, 76, 0.90);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.search-header h4 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.search-img {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
}

.search-content .search-offer:last-child {
    border-bottom: none;
}

.search-offer {
    display: flex;
    border-bottom: 1px solid #F6F6F6;
    padding: 20px 0;
}

.serach-column {
    width: calc(100% / 2);
    text-align: left;
}

.serach-column p {
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #C1C1C1;
}

.serach-column h6 {
    font-size: 14px;
    font-weight: 700;
    color: #3D3F4F;
    word-break: break-word;
}
.final-sign-row .field-column {
    padding: 0 4px;
}
.serach-column ul {
    display: flex;
    align-items: flex-start;
}

.serach-column ul li {
    padding-right: 8px;
}

.btn_profile:hover {
    color: #fff;
}

.btn_profile {
    background-color: #5C7CE5;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 8px 23px;
}

.btn_channel.btn_soundcloud.btn_twitters {
    background-color: #E1306C;
    min-width: 118px;
    text-align: center;
}

.post_btn:hover,
.accept_btn:hover {
    color: #fff;
}

.search-footer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 30px;
    width: 100%;
    right: 0;
    left: 0;
    padding: 0 15px;
}

.instra-column {
    display: flex;
    align-items: center;
}

.instra-column img {
    margin-right: 20px;
}

.instagram-label {
    padding-left: 50px;
}

#edit_profile_social_network .profile-columns1 {
    width: calc(100% - 190px);
}

.search-offer:nth-last-child(2) {
    border: none;
}

.search-filter {
    background-color: transparent;
    padding: 20px;
    margin-top: -80px;
}

.search-field {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #E4E5EC;
    padding: 10px 0;
    color: #C1C1C1;
    /* font-size: 12px; */
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    /*background-image: url('../images/blue-search.png');*/
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.img-text {
    display: flex;
    align-items: center;
}

.img-text img {
    margin-right: 10px;
}
.btn_serach {
    border: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
    background: transparent;
}

.search-companion {
    position: relative;
}
.filter-row {
    display: flex;
    justify-content: space-between;
}

.filter-column p {
    margin: 0 0 5px 0;
    color: #C1C1C1;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.filter-column select {
    border: none;
    padding: 0 25px 0 0;
    width: 100%;
    font-size: 14px;
}

.gender-radio {
    display: flex;
}

.radio-gender label {
    border: 1px solid #E4E5EC;
    padding: 2px 7px;
    margin: 0 5px 0 0;
    color: #464855;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.radio-gender input[type=radio] {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
}

.radio-gender {
    position: relative;
}

.radio-gender input[type=radio]:checked ~ label {
    border: 1px solid #825ECC;
    color: #825ECC;
}

.ui-slider .ui-btn-inner {
    padding: 4px 0 0 0 !important;
}

.ui-slider-popup {
    position: absolute !important;
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 36px;
    padding-top: 14px;
    z-index: 100;
    opacity: 0.8;
}

.action-column {
    display: flex;
    justify-content: space-between;
}

.action-column li {
    color: #262626;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.action-column li.delete-record {
    color: #E23E47;
}
.action-column .disabled {
    opacity: 0.5;
}

.comp-row {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.02);
    padding: 15px;
    margin: 20px 0;
}

.comp-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F6F6F6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comp-title p {
    margin: 0;
    color: rgba(70, 72, 85, 0.50);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}
.accept_img.btn_update_review {
    justify-content: center;
}
.comp-imgs {
    display: flex;
    align-items: center;
}

.comp-img {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 14px;
    min-width: 50px;
    border-radius: 50%;
}

.comp-name p {
    color: #3D3F4F;
    margin: 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    word-break: break-all;
}

.comp-title h4 {
    color: #464855;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.comp-column {
    padding: 0 10px 0 10px;
    border-right: 1px solid #F6F6F6;
}

.comp-footer {
    display: flex;
}

.comp-footer .comp-column:first-child {
    padding-left: 0;
}

.comp-footer .comp-column:last-child {
    border-right: 0;
}

.comp-column p {
    color: rgba(70, 72, 85, 0.50);
    margin: 0;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 12px;
}

.comp-column .proporsal-amount li {
    text-transform: uppercase;
    font-size: 12px;
}

.bid-amount {
    display: flex;
}

.bid-column {
    padding-right: 15px;
    display: flex;
    align-items: center;
}

.bid-column img {
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.bid-column h6 {
    color: #000000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 4px;
    font-size: 12px;

}

.bid-column a {
    color: #6C89E7;
    font-size: 10px;
    padding-right: 5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.btn_completed {
    background-color: transparent;
    border: 1px solid #0AB21B;
    border-radius: 50px;
    color: #0AB21B;
    padding: 5px 15px;
}

.btn_completed i {
    margin-right: 10px;
}

.btn_awaiting_review {
    background-color: transparent;
    border: 2px solid #ff941a;
    border-radius: 50px;
    color: #ff941a;
    padding: 5px 15px;
}

.btn_awaiting_review i {
    margin-right: 10px;
}

.artist-profile {
    padding: 20px 0;
}

.artists-row {
    background-color: #fff;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}

.img-profile {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
}

.artists-row {
    background-color: #fff;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}

.artists-header p {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    font-size: 12px;
}

.artists-header h4 {
    color: #3D3F4F;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    word-break: break-all;
}

.artists-header {
    border-bottom: 1px solid #F6F6F6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.about-content h5 {
    color: #212121;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.about-content p {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 14px;
}

.channel-link img {
    margin-right: 10px;
}

.channel-link {
    display: flex;
    align-items: center;
}

.profile-channel {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.02);
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.btn_channel:hover {
    color: #fff;
}

.btn_channel.btn_spotify {
    background-color: #58B560;
}

.btn_channel.btn_soundcloud {
    background-color: #F86B0F;
}

.btn_channel {
    background-color: #304FFE;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.channel-link h6 {
    color: #3D3F4F;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.profile-dropdown li {
    padding: 10px 20px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.inf-row .promote-field.calender-field input[type="text"] {
    width: 100%;
}
.profile-dropdown {
    position: absolute;
    right: 0;
    top: 65px;
    background-color: #fff;
    width: 220px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 4px 4px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 1px 2px 4px 4px rgba(0, 0, 0, 0.02);
    box-shadow: 1px 2px 4px 4px rgba(0, 0, 0, 0.02);
    display: none;
}

.sound-top {
    margin: 20px 0;
}

.sound-top ul li {
    color: #3D3F4F;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    width: 20%;
}

.sound-top ul {
    display: flex;
    justify-content: space-between;
    background-color: #F9F9F9;
    border-radius: 12px;
    padding: 10px 13px;
}

.sound-bottom ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 13px;
}

.sound-bottom ul li {
    color: #3D3F4F;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    width: 20%;
}

.sound-top ul li:first-child, .sound-bottom ul li:first-child {
    width: 120px;
}

.sound-head h3 {
    color: #3D3F4F;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.sound-column {
    margin-bottom: 30px;
}

/********************
 Message Screen
*********************/
.main-message {
    padding: 30px 0;
}

.msg-row {
    display: flex;
}

.msg-column {
    width: 380px;
    /* background-color: #FFFFFF; */
}

.msg-column1 {
    width: calc(100% - 400px);
    padding: 0px 20px;
}

.member-head {
    padding: 20px;
    border-bottom: 1px solid #EAEDF3;
    background-color: #fff;
}

.member-head h4 {
    font-weight: 700;
    font-size: 17px;
}

.member-row {
    display: flex;
    padding: 20px;
}

.member-column {
    width: 60px;
}

.member-image {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.member-column1 {
    width: calc(100% - 60px);
}

.member-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.member-name p {
    margin: 0;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #9EA0A5;
}

.member-name h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.short-desc p {
    color: #6B6C6F;
    margin: 0;
    width: 90%;
    font-size: 13px;
}

.member-row {
    border-bottom: 1px solid #EAEDF3;
    /* margin-bottom: 20px; */
}

.chat-active {
    background-color: #F6F9FD;
    border-left: 2px solid #5b7ce5;
}

.btn-purple:hover,
.btn-purple:focus {
    color: #fff;
}

.short-desc {
    position: relative;
}

.total-msgs {
    background-color: #E6492D;
    color: #fff;
    border-radius: 50px;
    width: 26px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    right: 0;
    top: 30%;
}

.online-member {
    height: calc(100vh - 200px);

}

.active-member {
    overflow-y: auto;
    /* height: calc(100% - 62px); */
    height: 100%;
    background-color: #fff;
}

.msg-detail-head {
    background-color: #fff;
    height: 100%;
}

.detail-head {
    display: flex;
    padding: 5px 20px;
    justify-content: space-between;
    border-bottom: 1px solid #EAEDF3;
}

.head-column {
    display: flex;
    align-items: center;
}

.head-column .member-image {
    margin-right: 15px;
}

.detail-msgs {
    padding: 20px;
}

.msgs-name {
    display: flex;
}

.msg-image {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    border-radius: 50%;
    min-width: 40px;
}

.msg-name {
    display: flex;
    align-items: center;
}

.msg-name h6 {
    color: #3E3F42;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.msg-name p {
    margin-bottom: 0;
    margin-left: 10px;
    color: #9EA0A5;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.left-msgs .msg-content {
    width: 80%;
    background-color: #8160CC;
    padding: 10px 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: 15px;
}

.left-msgs .msg-content p {
    color: #fff;
    font-size: 14px;
    margin:0;
}

.detail-msgs {
    display: flex;
    flex-direction: column;

}

.left-msgs {
    justify-content: flex-start;
    align-items: flex-start;
}

.right-msgs {
    justify-content: flex-end;
    align-items: flex-end;
}

.right-msgs .msg-content {
    border: 1px solid #EAEDF3;

}

.right-msgs .msg-content p {
    color: #3E3F42;
    margin: 0;
}

.right-msgs .msg-content {
    border: 1px solid #EAEDF3;
    width: 80%;
    /* background-color: #8160CC; */
    padding: 10px 20px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: 10px;
}


.msgs-body {
    height: calc(100vh - 250px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

.attachment-img {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.reset-image {
   position: absolute;
    top: -6px;
    right: -10px;
    background-color: #fff;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
.reset-image img {
    max-width: 10px;
}
.video-gallery .reset-image {
    top: 15px;
    right: -6px;
}
/*.chat-icons {*/
/*    display: block;*/
/*}*/
.artists-header .btn-purple {
    background-color: #5C7CE5;
}
#form_send_message_modal{
    text-align: left;
}
.chat-icons img {
    max-width: 20px;
}
.attactment-row {
    float: right;
    margin-right: 25px;
    position: absolute;
    bottom: 55px;
    right: 0;
    width: 100%;
    background-color: #fff;
}

.msg-images {
    display: flex;
    /* align-items: flex-start; */
    width: 80%;
    flex-wrap: wrap;
}

.profile-gallery {
    position: relative;
    float: right;
}

.msg-images li {
    padding: 10px;
    /* border-radius: 40px; */

}

.msg-img {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.right-msgs .msg-images {
    justify-content: flex-end;
}

.msg-footer {
    border-top: 1px solid #F6F9FD;
    position: relative;
}

.msg-form {
    display: flex;
    align-items: center;

}

.form-field {
    width: calc(100% - 120px);
}

.form-field .form-control {
    border: none;
    padding: 15px;
}

.form-btns {
    width: 100px;
    display: flex;
    align-items: center;
    margin: 0 24px;
    justify-content: space-around;
}

.form-btns button {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

.head-column h5 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #212121;
    text-transform: capitalize;
    font-size: 16px;
}
.mobile-refer{
    display: none;
}
/****************************
    Message End
*****************************/
.help-me {
    padding: 50px 0;
}

.accordion_head h6 {
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    position: relative;
}

.accordion_head {
    background-color: #fff;
    padding: 20px;
}

.accordion_body p {
    color: #666666;
    font-size: 14px;
    padding-bottom: 10px;
}

.accordion_body {
    background-color: white;
    padding: 10px 20px;
}

.accordian-tabs {
    -webkit-box-shadow: 1px 2px 6px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 2px 6px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 2px 6px 5px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    margin-bottom: 25px;
}

.help-sidebar h5 {
    color: #4F5059;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.help-sidebar h1 {
    color: #292A34;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.help-sidebar p {
    color: #4F5059;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}

.help-lists.nav.nav-tabs {
    border-bottom: none;
}

.help-lists li {
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid #E7EBEF;
}

.help-lists li a.active {
    color: #5C7CE5;
}

.help-lists li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #292A34;
    font-weight: 700;
}

.help-lists li:last-child {
    border-bottom: none;
}

/* .card-field label{
    display: none;
} */
.twiiter-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F6F6F6;
    padding: 20px 0;
}

.twitter-column h5 {
    color: #464855;
    /* font-size: 15px; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.twitter-column p {
    color: #C1C1C1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.twitter-title h4 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn-youtube {
    background-color: #D0021B;
    color: #fff;
    -webkit-box-shadow: 3px 8px 10px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 8px 10px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 8px 10px 3px rgba(0, 0, 0, 0.08);
}

.twitter-blog {
    display: flex;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}

.twitter-image {
    width: 320px;
}

.twitter-img {
    height: 165px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}

.twitter-content {
    width: calc(100% - 320px);
}

.twitter-content h4 {
    color: #212121;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.twitter-content p {
    color: #4A4A4A;
    font-size: 14px;
}

.twitter-content ul {
    display: flex;
    align-items: center;
}

.twitter-content ul li {
    padding-right: 20px;
    color: #464855;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.twitter-content ul li i {
    color: #5C7CE5;
    margin-right: 10px;
}

.youtube-content-row {
    display: flex;
    justify-content: space-between;
}

.profile-rows {
    background-color: #fff;
    padding: 20px;
    display: flex;
}

.youtube-content-row .proporsal-column {
    padding: 0 10px 0 0;
}

.youtube-header,
.final-step.proporsals {
    padding-top: 20px;
}

.profile-imgs {
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    min-width: 90px;
}

.profile-contents {
    margin-left: 20px;
}

.profile-contents p {
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #4C4C4C;
    margin: 0;
}

.profile-contents h4 {
    color: #3D3F4F;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.profile-contents .rating {
    justify-content: flex-start;
}

.profile-column {
    display: flex;
    width: 490px;
    align-items: center;
}

.profile-column1 {
    width: calc(100% - 490px);
}

.submit-rate a {
    color: #5C7CE5;
    border-bottom: 1px solid;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-left: 10px;
}

.submit-rate {
    display: flex;
    align-items: center;
}

.channel-lists {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

.channel-column p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.channel-column h6 {
    color: #C1C1C1;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.total-price {
    color: #7ED321;
}

.channel-column ul li {
    padding-right: 20px;
}

.channel-column ul {
    display: flex;
    align-items: center;
}

.btn-purple {
    background-color: #825ECC;
    color: #fff;
    padding: 5px 34px;
    -webkit-box-shadow: 3px 8px 10px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 8px 10px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 8px 10px 3px rgba(0, 0, 0, 0.08);
}

.filter-row.filter-artists {
    justify-content: flex-start;
}

.filter-row.filter-artists .filter-column {
    padding-right: 25px;
    width: calc(100% / 6);
}

.artist-search .search-header {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.artist-search .search-img {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    min-width: 30px;
}

.search-header h4 sup {
    color: #A5A5A5;
    font-size: 10px;
}

.artist-search .search-header h4 {
    color: #3D3F4F;
    font-size: 14px;
    word-break: break-all;
}

.artist-column h5 {
    color: #464855;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.artist-column {
    border-bottom: 1px solid #F6F6F6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.artists-search-content h6 {
    color: #C1C1C1;
    /* font-size: 12px; */
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.artists-search-content p {
    color: #464855;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    word-break: break-word;
    margin: 0;
}

.artist-search .search-offer {
    padding: 15px 0;
}

.artist-search .search-footer {
    margin-top: 20px;
}

.tab-header {
    display: none;
}

.banner-btns .btn:last-child {
    margin-right: 0;
}

.mobile-logo,
.menu-icons {
    display: none;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #EB008B;
    opacity: 1;
}

.review-header {
    margin: 0 20px;
    border-bottom: 1px solid #F6F6F6;
    padding: 20px 0 10px 0;
}

.reviews-row {
    display: flex;
    align-items: center;
}

.review-img {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-right: 14px;
}

.reviews-row h6 {
    color: #3D3F4F;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.accept_img:focus {
    color: #fff;
}
.btn_review {
    display: inline-flex!important;
}
.modal-title {
    color: #212121;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 7px;
}

.offer-row {
    display: flex;
    border-bottom: 1px solid #F6F6F6;
    padding: 10px 0;
}

.offer-column {
    padding-right: 50px;
}

.offer-column p {
    margin-bottom: 5px;
    color: #C1C1C1;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.offer-column h5 {
    color: #7ED321;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.offer-network {
    justify-content: space-between;
    align-items: center;
}

.offer-network .offer-column p {
    margin: 0;
}

.offer-network .offer-column {
    padding-right: 0;
}

.offer-network .offer-column .proporsal-network li:last-child {
    padding-right: 0;
}

.offer-column h6 {
    color: #3D3F4F;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.accept_img:hover {
    color: #fff;
}

.modal-btn {
    margin: 30px 0 15px 0;
}

.btn_modal_blue {
    background-color: #5C7CE5;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn_modal_border {
    background-color: transparent;
    border: 1px solid #ED5C96;
    color: #ED5C96;
    padding: 8px 40px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.book-modal .review-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.promote-radio {
    display: flex;
    flex-wrap: wrap;
}
.dropdown-wrapper {
    display: none;
}

.promote-radio > div {
    padding-right: 38px;
    display: flex;
    align-items: center;
}

.promote-radio {
    /* padding-left: 20px; */
    padding: 15px;
}

.promote-radio div span {
    margin-left: 8px;
    color: #898989;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.promote-field {
    padding: 8px 8px 8px 15px;
}

.promote-field input[type="text"] {
    width: 80%;
    border: 1px solid #EAEDF3;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
}
form.form_create_campaign .promote-field input[type="text"] {
    height: 40px;
}
.promote-title h5 {
    color: #464855;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.promote-row {
    margin-bottom: 20px;
}

.promote-radio.instagram-title {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.promote-radio.instagram-title label {
    color: #898989;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.promote-field.calender-field input[type="text"] {
    width: 40%;
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 30px;
}
.instagram-row-fields .profile-field-row{
    flex-direction: column;
}
/* .book-modal .modal-btn .btn_modal_blue,
.book-modal .modal-btn .btn_modal_border {
    padding: 8px 20px;
} */

 /* .modal-btn .btn_modal_border {
    border: 1px solid #7D7D7D;
    color: #7D7D7D;
    padding: 6px 20px;
} */

.completed-channel {
    display: block;
    color: #0AB21B;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.approve-channel {
    display: block;
    color: #F09F00;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.profile-field-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* flex-direction: column; */
}
.profile-field-row .final-row {
    margin: 0;
    width: 100%;
    justify-content: space-between;
}
.profile-columns2 select {
    background-color: #fff;
    padding: 10px;
}
.profile-field-row .final-row .main-field {
    margin: 0;
    width: 100%;
}
.profile-columns1 {
    width: calc(100% - 249px);
}

.profile-columns2 {
    width: 180px;
}

.final-row.profile-field-row .field-column {
    margin: 0;
}

.final-row.profile-field-row .profile-columns2 select,
.field-row.profile-field-row .profile-columns2 select {
    background-color: #fff;
    padding: 10px 11px;
    border: 1px solid #C6C6C6;
}

.field-row.profile-field-row {
    margin-bottom: 20px;
}

.field-column.profile-columns1, .field-column.profile-columns2 {
    margin: 0;
}

.profiel-imgs {
    width: 40px;
}

.loud-images img {
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.loud-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loud-images a {
    padding-left: 8px;
    text-decoration: underline;
}

.add-card-detail {
    margin-bottom: 10px;
    position: relative;
}

.add-card-detail label {
    font-weight: 400;
    font-size: 11px;
    color: #34495E;
    text-transform: uppercase;
}

.doc-links a {
    display: flex;
    align-items: center;
}

.attachment-content {
    padding-bottom: 10px;
    padding-top: 10px;
}

.doc-links img {
    margin-right: 10px;
}

.card-detail-row {
    width: 50%;
}

.add-card-detail.card-csv {
    display: flex;
    justify-content: space-between;
}

.card-detail-column1 p {
    font-size: 10px;
    color: #D9D9D9;
    margin: 0;
}

.card-detail-column1 {
    width: 40%;
}

.card-detail-column {
    width: 45%;
}

.add-card-detail label span {
    color: #D9D9D9;
    font-size: 9px;
}

.channel-column .btn-purple {
    background-color: #5C7CE5;
    font-weight: 800;
    min-width: 150px;
}

.personal-profile .profile-rows {
    padding: 0;
    margin-bottom: 40px;
}

.personal-profile {
    background-color: #fff;
    padding: 20px;
    /* width: 90%; */
    margin: 0 auto;
}
.profile-name-rows {
    display: flex;
    align-items: flex-end;
}

.profile-name-rows .btn-purple {
    background-color: transparent;
    min-width: 160px;
    text-align: center;
    border: 1px solid #5b7ce5;
    padding: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 5px 20px;
    font-size: 16px;
    color: #5b7ce5;
    font-weight: 400;
    min-width: 150px;
    box-shadow: unset;
}

.profile-name-first {
    width: calc(100% - 160px);
}
.personla-profiles {
    margin: 50px 0;
}

.channel-personal-row {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.channel-personal-row .channel-personal-column:first-child {
    padding-left: 0;
}

.channel-personal-column {
    width:100%;
    padding: 0;
    margin-bottom: 10px;
}
.channel-personal-column .channel-title {
    display: flex;
    align-items: center;
}

.channels-column {
    -webkit-box-shadow: 3px 8px 10px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 8px 10px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 8px 10px 3px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}
.bt_make_default {
    background-color: #5b7ce5;
    color: #fff!important;
    padding: 5px 15px;
    border-radius: 5px;
}

.del_card_info {
    background-color: #5b7ce5;
    color: #fff!important;
    padding: 5px 15px;
    border-radius: 5px;
}
.card-info label span {
    color: rgba(1, 1, 1, 0.30);
}
.promote-radio.instagram-title .promote-field {
    padding-left: 0;
}
.filter-row.filter-artists .filter-column .current {
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#user_edit_profile_form_artist .field-column .current{
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.channel-title {
    display: flex;
    align-items: flex-start;
/*    margin-bottom: 15px;*/
}

.channel-title img {
    margin-right: 10px;
}

.channel-title h6 {
    color: #3D3F4F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    word-break: break-word;

}

.channel-personal-column p {
    margin: 0;
    color: #C1C1C1;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.channel-personal-column h4 {
    color: #3D3F4F;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 17px;
}
.instagram-hanlde {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.personal-profile-content h4 {
    font-weight: 600;
    margin-bottom: 19px;
    font-family: 'Montserrat', sans-serif;
}

.personal-profile-content p {
    color: #4A4A4A;
    font-weight: 400;
}

.submit-payment {
    background-color: #F9F9F9;
    padding: 20px;
    border: 1px dashed #CACACA;
    margin: 20px 0;
}

.submit-profile-img {
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    border-radius: 50%;
}

.submit-row,
.submit-row a {
    display: flex;
    align-items: center;
}

.submit-row h4 {
    color: #3D3F4F;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.submit-payment h2 {
    color: #464855;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0;
}

.submit-payment h6 {
    color: #C1C1C1;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.submit-payment p {
    color: #464855;
    font-size: 15px;
}

.price-channel {
    display: flex;
}

.price-channel-column {
    width: calc(100% / 4);
}

.price-channel-column p {
    color: #C1C1C1;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    /* background-color: white; */
    text-transform: capitalize;
}

.price-channel-column h6 {
    color: #7ED321;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 20px;
}

.medium-modal {
    max-width: 700px;
}

.price-channel-column ul li {
    padding-right: 10px;
}

.price-channel-column ul {
    display: flex;
    align-items: center;
}

.price-channel-column h4 {
    color: #3D3F4F;
    font-weight: 700;
}

.img-uploade-row {
    display: flex;
    margin: -10px;
}

.upload-column {
    width: calc(100% / 5);
    position: relative;
    padding: 10px 10px;
    border: 1px so;
}

.upload-imgss {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 120px;
    border: 1px solid #CACACA;
}

.img-close {
    position: absolute;
    top: 1px;
    right: 0px;
}

.img-uploaders {
    width: 100%;
    height: 120px;
    margin: 0;
    border: 1px dashed #CACACA;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}
.close-icons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    cursor: pointer;
}

#user_edit_profile_form .profile-row {
    padding-right: 0;
}


.upload-imgs h4 {
    margin-bottom: 20px;
    color: #464855;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.upload-column p {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #464855;
    font-weight: 500;
    font-size: 13px;
}

.copy-column {
    /* display: flex; */
    margin-bottom: 20px;
}

.copy-column-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-column-field button {
    background-color: #000;
    color: #fff;
    width: 120px;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
}

.copy-column-field .form-control {
    width: calc(100% - 145px);
}

.copy-column label {
    color: #898989;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.copy-row h4 {
    margin-bottom: 20px;
    color: #464855;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.submit-row.post-accept {
    margin-bottom: 20px;
}

.proprsal-links li a {
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    padding: 3px 15px;
    border-radius: 5px;
}

.proprsal-links li a img {
    max-width: 15px;
    margin-right: 10px;
}

.small-modal {
    max-width: 600px;
}

.review-columsn {
    width: 90%;
}

.order-head {
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

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

.order-row p {
    margin: 0;
    color: #222222;
    font-weight: 400;
    font-size: 15px;
}

.order-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
}

.order-footer h6 {
    color: #31363D;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.order-head h4 {
    color: #31363D;
    font-weight: 700;
}

.accept-card {
    display: flex;
}

.card-column {
    width: 220px;
}

.card-column1 {
    width: calc(100% - 220px);
}

.card-column1 p {
    margin: 0;
    color: #222222;
    font-size: 14px;
}

.card-column h4 {
    color: #222222;
    margin-bottom: 20px;
    font-weight: 700;
}

.final-sign-row {
    width: calc(100% - 50px);
    display: flex;
    justify-content: space-between;
}

.final-sign-row .field-column {
    width: calc(100% - 200px);
}

.final-sign-row .field-column.profile-columns2 {
    width: 180px;
}

.card-select h5 {
    color: rgba(0, 0, 0, 0.30);
    font-size: 20px;
    margin-bottom: 20px;
}

.card-select h5 {
    color: rgba(0, 0, 0, 0.30);
    font-size: 20px;
    margin-bottom: 20px;
}

.card-select {
    margin-bottom: 20px;
}

.card-select span {
    color: #34495E;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.card-select .custom-radio:checked:before {
    background-color: #0AB21B;
}

.compaign-desription {
    border-bottom: 1px solid #F6F6F6;
    padding: 10px 0;
}

.compaign-desription h6 {
    margin-bottom: 5px;
    color: #C1C1C1;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
img.verified-status {
    display: inline-block;
    width: 15px;
}
.compaign-desription p {
    margin: 0;
}

.grey-color {
    border: 1px solid #7D7D7D;
    color: #7D7D7D;
    padding: 7px 40px;
}

.offer-detail-sub-row {
    display: flex;
    flex-direction: column;
}

.offer-detail-sub-row .instagrm-field {
    width: 100%;
}

.proporsal-detail-rows {
    width: 40%;
    margin-right: 25px;
}
.proporsal-detail-rows .checkbox-custom {
    margin-right: 3px;
    vertical-align: bottom;
}

.ofers-rows {
    margin-top: 20px;
}

.forgot-password {
    display: flex;
    align-items: center;
}

.forgot-password span {
    margin-left: 10px;
}

.card-imgs {
    position: absolute;
    top: 0;
    border: 1px solid #cecece;
    /* padding: 10px; */
    left: 0;
    height: 49px;
    display: flex;
    align-items: center;
    width: 75px;
    justify-content: center;
    opacity: 0.5;
}

.payment-method .payment-card:checked ~ .card-imgs {
    opacity: 1;
    border: 1px solid #000;
}

.cart-payment-row .payment-card {
    position: absolute;
    top: 0;
    width: 75px;
    left: 0;
    height: 50px;
    border: none;
    -webkit-appearance: none;
    z-index: 9999;
    cursor: pointer;
    /* visibility: hidden; */
}

.visa-number-field {

}

.visa-number-field {
    position: absolute;
    top: 45px;
    right: 5px;
}

.card-detail-row {
}

.payment-method .card-detail-row {
    display: none;
}

.payment-method .payment-card:checked ~ label {
    display: block;
}

.cart-payment-row .card-detail-row {
    margin-top: 50px;
}

.profile-dropdown li a {
    display: block;
}

.star-review {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.rating-names {
    display: block;
    text-align: right;
    color: #5C7CE5;
    font-size: 14px;
    marign-top: 5px;
}

.tab_active {

    z-index: 99;
}

.tab_active img {
    -webkit-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
}

.follow-list ul li.active a,
.follow-list ul li:hover a {
    color: #5C7CE5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.pagination {
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

.contact-form .final-row {
    flex-direction: column;
    align-items: flex-start;
}

.btn_dark_blue:hover {
    color: #fff;
}

.dashboard-icons {
    display: none;
}

.btn_channel.btn_tiktok {
    background-color: #2d0e25;
    min-width: 118px;
    text-align: center;
}

.btn_channel.btn_facebook {
    background-color: #3f51b5;
    min-width: 118px;
    text-align: center;
}

.btn_channel.btn_insta {
    background-color: #55a8f5;
    min-width: 118px;
    text-align: center;
}

.btn_channel.btn_youtube {
    background-color: #ff0000;
    min-width: 118px;
    text-align: center;
}
.complete-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.complete-column {
}
.complete-column .checkbox-custom {
    top: 5px;
    margin-right: 10px;
}
.copy-rows p i {
    color: #F09F00;
    margin-right: 10px;
}
.copy-rows {
    background-color: #fdf7eb;
    padding: 10px;
    border-radius: 5px;
}
.copy-rows p {
    margin: 0;
    color: #464855;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.message-settings{
    display: none;
}
.video-icons {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-attachment {
    position: relative;
}
.video-gallery video {
    width: 180px;
    height: 152px;
}
.video-attachment video {
    width: 250px;
    height: 142px;
}
.blog-columns a {
    display: block;
}
.stat-mobile-column {
    display: none;
}
.review-header.compaign_header {
    padding: 20px 10px 20px 10px;
}
.proporsal-network li img {
    width: 25px;
    /* height: 25px; */
}
.proposal-title h3 {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}
.sub-instagram .instagra-field {
    width: calc(100% - 50px);
}
.sub-instagram{
    display: flex;
    flex-wrap: wrap;
}
.promote-radio.instagram-title .promote-field.instagrms.calender-field input[type="text"] {
    width: 100%;
}
.serach-column.serach-column-footer .btn {
    width: 90%;
    text-align: center;
}
span#error_instagram_price {
    padding: 0;
}

span#error_instagram_price .alert.alert-danger {
    margin: 0;
    padding: 5px;
}
#table_data_sent_proposals .proporsal-name a {
    display: flex;
    align-items: center;
}
#view_review_modal .rating-container #view-stars-review{
    text-align: center;
}
#inst_field #error_instagram,
#snap_field #error_snapchat,
#tiktok_field #error_tiktok {
    padding-left: 40px;
}
.comp-imgs.name-with-row {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 300px;
}

.name-with-profile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
div#table_data_received_proposals .proporsal-name a {
    display: flex;
    align-items: center;
}
.comp-title.comp-title-width {
    width: calc(100% - 300px);
}
.channels-titles h6 {
    font-size: 15px;
    COLOR: #3D3F4F;
    FONT-WEIGHT: 700;
}
.channels-titles {
    width: 160px;
    display: flex;
    align-items: flex-end;
    text-align: left;
    justify-content: flex-end;
}
#table_data_approved_jobs .proporsal-name a {
    display: flex;
    align-items: center;
}
.term-row {
    text-align: center;
    margin-bottom: 17px;
    color: black;
    font-weight: 100;
}
.term-row a {
    color: #007bff;
}
.about-column1 {
    width: 48%;
    /* padding-right: 10px; */
    justify-content: space-between;
}
.ig-feed-item {
    margin-bottom: 26px;
}

.personal-profile-content {
    display: flex;
}
.instagram_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.instagram_gallery a {
    width: calc(100% / 4);
    padding: 8px;
}

.instagram_gallery a img {
    width: 100%!important;
}
.btn_channel.btn_tiktok:focus{
    color:#fff;
}
.field-row.personal-signup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.field-row.personal-signup .field-column {
    margin-bottom: 0;
    width: calc(100% - 45px);
}
.field-row.personal-signup img {
    margin-right: 20px;
}
.search-content.influncer-main-search {
    min-height: 700px;
}
.btn_channel:focus{
    color:#fff;
}
.edit-profile-signup {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.edit-profile-signup .field-row.profile-field-row {
    width: calc(100% - 30px);
padding-left: 15px;
}
.edit-profile-signup.checkbox-unselect label {
    filter: blur(2px);
    pointer-events: none;
}
.profile-columns3 {
    width: 200px;
    margin-left: 5px;
}
.imgs-titles {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

.imgs-titles .channel-lists {
    height: auto;
    display: flex;
    align-items: center;
}
.minimum-price p {
    color: green;
    font-size: 11px;
    font-weight: 600;
}
.modal-btn.edit-accept-btns .btn {
    min-width: 150px;
    height: 42px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #D8DCE6!important;
    outline: 0;
    border-radius: 5px!important;
}
/* .select2-container > span {
    display: block!important;
    display: block!important;
    width: 100%!important;
    max-width: none!important;
} */
.selection {
    max-width: 100%!important;
    display: block;
    width: 100%;
}

span.select2-selection.select2-selection--multiple {
    width: 100%;
    max-width: 100%;
}
.channel-title h6 br {
    display: none;
}
.promote-radio > div {
    margin-bottom: 10px;
}
.select2-container{
    width: 100%!important;
    display: block!important;
    width: 100%!important;
    max-width: none!important;
    min-height:45px!important;
    overflow: visible!important;
}
.price-channel-column .offer-column{
    padding-right:0 ;
}
.promote-field.calender-field {
    padding-left: 0;

}
.personla-profiles {
    min-height: calc(100vh - 467px);
}
.edit-profeils .text-changes {
    max-width: 100%;
}
.select2-container .select2-selection--multiple{
    min-height: 46px!important;
}
.help-sidebar h4 {
    margin: 10px 0;
    color: #292A34;
    /* font-size: 35px; */
    font-weight: 700;
    font-family: 'Montserrat';
}
.purple-pricing {
    background-image: url('../images/creator.jpg');
}

.pricing-column {
    background-repeat: repeat;
    background-size: 100%;
    background-position: center;
    padding: 30px;
    border-radius: 10px;
    height:100%;
    min-height: 530px;
}

.pricing-column h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 28px;
}

.pricing-column p {
    color: #fff;
}

.pricing-column h5 {
    color: #fff;
    margin-bottom: 10px;
}

.pricing-content {
    display: flex;
    margin: 10px auto;
    align-items: center;
    justify-content: center;
}
.price-title .border-title:before{
    display: none;
}
.price-title p{
    max-width: 600px;
    margin:0 auto;
}
.content-column {
    width: 130px;
    background-color: #8E70D2;
    margin: 10px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.content-column h1 {
    font-weight: 700;
    color: #fff;
}

.content-column h6 {
    color: #fff;
    font-weight: 600;
}

.pricing-column a {
    background-color: #fff;
    padding: 10px 15px;
    color: #8e70d2;
    border-radius: 5px;
    margin-top: 20px;
    min-width: 200px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 230px;
}
.pricing:before {
    content: " ";
    position: absolute;
    background-image: url(../images/banner-bg.png);
    bottom: 136px;
    right: 0;
    width: 105px;
    height: 335px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 18%;
}
.blue-pricing {
    background-image: url(../images/brand.jpg);

}
.pricing {
    padding: 50px 0;
    position: relative;
}
.blue-pricing .content-column {
    background-color: #6C89E7;
}

.blue-pricing .btn_creator {
    color: #6b89e7;
}
.pricing-rows {
    margin-top: 30px;
}
.btn_profile.purple_profile_btn {
    background-color: #825ECC;
}

.ui-widget.ui-widget-content{
    z-index: 999999!important;
}
.reviews-row-titles {
    display: flex;
    align-items: center;
}
.btn_creat_com_class {
    border: 1px solid #7D7D7D;
    color: #7D7D7D;
    font-weight: 500;
    font-size: 14px;
}
.price-channel.price-channel-lists {
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.price-channel.price-channel-lists .price-channel-column {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F6F6F6;
    padding: 10px 0;
}
.price-channel.price-channel-lists .price-channel-column .input-group {
    width: 220px;
}

.instagram-proporsals .proporsal-detail-rows {
    width: auto;
    margin: 0;
}
.instagram-proporsals .instagrm-field {
    width: 40%!important;
}
.instagram-stories-error {
    display: flex;
    margin-bottom: 20px;
}
.faqs-titles {
    display: flex;
    align-items: center;
}
.accordion_body span,
.accordion_body p{
    font-family: fantasy;
    font-family: 'Open Sans', sans-serif!important;
}
.modal-md .modal-dialog {
    max-width: 650px;
}
.payments-column {
    width: 48%;
    padding-bottom: 20px;
}
div#individaul .payment-row {
    justify-content: space-between;
}
.payments-column label {
    color: #C1C1C1;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.payment-tabs {}

.payment-tabs .nav-tabs {
    margin-bottom: 20px;
}

.payment-tabs .nav-tabs li a{
    padding: 20px;
}

.payment-tabs .nav-tabs li a {
    color: rgb(0 0 0 / 0.5);
}

.payment-tabs .nav-tabs li a.active {
    color: #000;
}

.payment-tabs .nav-tabs li a.active {
    border-bottom: 1px solid #03A9F4;
}
.payment-titles {
    margin-bottom: 20px;
}

.payment-titles h4 {
    font-weight: 700;
    color: #000000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.instagram-reel-main-row {
    width: 100%;
}
.instagram-inner-row {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding-left: 45px;
}
.instagram-inner-row .profile-columns2 {
    margin-right: 10px;
}
.textc-changes {
    max-width: 60%;
    margin: 0 auto;
}
.text-changes p {
    font-size: 14px;
    font-weight: 600;
}
.text-changes{
    margin-left: 32px !important;
    margin: 0 auto;
}
.instagram-inner-column {
    width: 457px;
}
.instagram-inner-row .field-column.profile-columns2 {
    width: 150px;
}
.instagram-inner-column.inner-complete-columns {
    width: 530px;
}
.recom {
    color: rgb(0 0 0 / 0.5);
    font-size: 14px;
    font-weight: 800;
}
.instagram-reel-main-row .field-column.profile-columns2 {
    width: 153px;
    margin-right: 0;
}
.count-proporsal {
    width: 25px;
    height: 25px;
    display: block;
    background-color: #5c7ce5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.channel-personal-column .profile-name-rows {
    align-items: center;
}
.post_forms {
    display: flex;
    align-items: center;
}
.post_forms .btn-blue {
    color: #5c7ce5;
    background-color: transparent;
    padding: 0;
}
.edit-reel-instagram.edit-profile-signup {
    align-items: flex-start;
}
.edit-reel-instagram.edit-profile-signup .field-row.profile-field-row {
    flex-wrap: wrap;
}
.reel-instagram {
    width: 100%;
    display: flex;
}
.edit-reel-instagram.edit-profile-signup > .checkbox-custom {
    top: 50px;
}
.profile-names {
    display: inline-flex;
    align-items: center;
}
.instagram-reel-main-row .instagram-inner-column {
    margin-top: 30px;
}
.complete-row .complete-column:last-child {
    padding-right: 3px;
}
.text-changes .radio-column span {
    color: rgb(0 0 0 / 0.5);
}
.final-step.proporsals {
    min-height: calc(100vh - 465px);
}
.password-form.admin-forms{
    width:35%;
}
.custom-width{
    width: 80%;
}
.channel-title.empty-channel-title {
    height: 34px;
}
.grey-proporsal {
    background-color: #d2d4d3;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    color: #000;
}
.modal_btns {
    text-align: center;
}
.btn-transparent {
    background-color: transparent;
    text-align: center;
    color: #5C7CE5;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #5C7CE5;
    margin-left: 10px;
}
.manager-profile {
    display: flex;
    align-items: flex-start;
}
.admin-forms {
    width: 45%;
}
.main-manager-column {
    width: 38%;
}

.main-manager-column1 {
    width: 62%;
}
.manager-profile-colmun {
    /*width: 45%;*/
    margin-left: 0;
    display: flex;
    align-items: center;
    height: auto;
    flex-direction: column;
    justify-content: center;
}
.manager-profile-uploader {
    margin-top: 20px;
}

.manager-image {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    /* margin-right: 20px; */
}
.files-uploaders {
    border: 1px solid #5c7ce5;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
}
.btn-blue:focus{
    box-shadow: unset;
}
#modal_conferm .modal-content {
    width: 380px;
    height: 340px;
    margin: 0 auto;
}
#modal_conferm .review-header.compaign_header {
    justify-content: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#modal_conferm .review-header.compaign_header img {
    margin: 0 auto;
    max-width: 30%;
}
#modal_conferm .review-header.compaign_header .modal-title {
    margin: 30px 0;
}
/* .final-step .instagram-inner-column.inner-complete-columns {
    width: 475px;
}
.final-step .instagram-inner-row .field-column.profile-columns2 {
    width: 134px;
    position: relative;
    left: -3px;
} */
.complete3-column {
    display: flex;
    align-items: center;
}
.view-profile-channel .channel-personal-column .channels-column {
    position: relative;
    min-height: 190px;
}
.view-profile-channel .channel-personal-column .profile-name-rows {
    /* position: absolute; */
    bottom: 10px;
    width: 100%;
    left: 0;
    /* padding: 0 20px; */
}
.view-profile-channel .channel-personal-column .profile-name-rows .profile-name-first {
    width: calc(100% - 150px);
}
.social-reel-innercolumn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.social-reel-innercolumn {
    justify-content: space-between;
}
.social-reel-innercolumn .instagram-inner-column {
    width: auto;
    padding-left: 10px;
}
.social-lifes {
    width: 100%;
}
.insta-title {
    text-transform: capitalize;
    font-weight: 600;
    color: #898989;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 5px;
}
.social-reel-innercolumn.checkbox-unselectes {
    filter: blur(2px);
    pointer-events: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    font-size:15px!important;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 400!important;
}
.manager-user-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.manager-user-check .checkbox-custom {
    margin-right: 10px;
}
.manager-user-check label {
    margin: 0;
    /* text-transform: capitalize; */
    font-weight: 600;
    color: #898989;
    display: block;
    margin-bottom: 0;
    font-size: 16px;
}
.instagram-inner-row .checkbox-custom[type=checkbox]:checked:before {
    border: none;
}
.search-content.influncer-main-search a {
    display: block;
}
span#tooltipNew {
    width: 20px;
    height: 20px;
    border: 2px solid #5c7ce5;
    border-radius: 50%;
    display: inline-block;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5c7ce5;
}
span.tooltip-content:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fafbff;
    content: " ";
    position: absolute;
    bottom: -9px;
    left: -63px;
    right: 0;
    margin: 0 auto;
}
.toll-hover {
    display: flex;
    align-items: center;
    position: relative;
}


.spacelouds-choice {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 13.0909px;
    text-align: center;
    color: #FFFEFE;
    width: 148px;
    padding: 4.1px 0px;
    background: linear-gradient(90deg, #3685FB 0%, #B658E2 100.19%);
    box-shadow: 0px 3.0174px 3.0174px rgba(63, 124, 243, 0.25);
    border-radius: 3.81935px;
    cursor: pointer;
}
.spacelouds-choice-tooltip {
    font-weight: normal;
    word-break: break-word;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}
.blog-post-container {
    padding: 0 215px;
}
.blog-post-author {
    color: #383838;
    font-size: 11pt;
    font-weight: 100;
}
.blog-post-category {
    width: fit-content;
    height: 20px;
    border-radius: 4px;
    background-color: rgba(198, 207, 255, 0.3);
    padding: 0px 8px;
    color: rgb(65, 65, 90);
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    transition: all 0.1s ease-in 0s;
    text-decoration: none;
}
.blog-post-date {
    color: rgb(65, 65, 90);
    margin: 0 12px;
    font-size: 13px;
    line-height: 16px;
    vertical-align: middle;
}
.blog-post-title {
    margin-bottom: 20px;
    color: rgb(55, 53, 47);
    font-weight: 700;
    line-height: 1.2;
    font-size: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    cursor: text;
    display: flex;
    align-items: center;
}
#blog-post-content {
    margin-top: 25px;
}
#blog-post-content h1 {
    font-size: 1.875em;
    margin: 32px 0 4px;
}
#blog-post-content h2 {
    font-size: 1.5em;
    margin: 22.4px 0 1px;
}
#blog-post-content h3 {
    font-size: 1.3em;
    margin: 16px 0 1px;
}
#blog-post-content h4 {
    font-size: 1.1em;
    margin: 16px 0 1px;
}
#blog-post-content h5 {
    font-size: 0.9em;
    margin: 16px 0 1px;
}
#blog-post-content h6 {
    font-size: 0.75em;
    margin: 16px 0 1px;
}
#blog-post-content h1, #blog-post-content h2, #blog-post-content h3, #blog-post-content h4, #blog-post-content h5, #blog-post-content h6 {
    padding: 3px 0;
    line-height: 1.3;
    font-weight: 600;
}
#blog-post-content ul, ol {
    padding: 0 0 0 10px;
}
#blog-post-content li {
    list-style-type: inherit;
    list-style-position: inside;
}
#blog-post-content ul span, #blog-post-content ol span {
    padding: 3px 2px;
    display: initial;
}
#blog-post-content p {
    margin: auto;
    font-size: inherit;
}

.space-between-buttons{
    display: flex;
    justify-content: space-between;
}
.space-between-buttons button{
    min-width: 150px;
    height: 42px;
}

@media (max-width: 600px) {
    .space-between-buttons {
        display: flow-root;
    }
    .space-between-buttons button {
        width: 100%;
        margin-bottom: 10px;
        height: 42px;
        min-width: 100%;
        float: left;
    }
}
/**********************
 Media Query
 * *******************/

 /* @media (min-width: 1380px) {
    .influncer-main-search .search-footer .btn {
        min-width: 135px;
        padding: 12px;
    }
 }
 @media (min-width: 1501px) {
    .influncer-main-search .search-footer .btn {
        min-width: 200px;
        padding: 12px;
    }
 } */
@media (min-width:760px) and (max-width:1152px) {
    .main-banner.main-banner-home {
        padding-top: 7% !important;
        height: auto;
    }
}
@media (max-width: 470px) {
    .main-banner.main-banner-home {
        margin-bottom: 25px;
    }
}
 @media (max-width: 1280px) {
    .search-footer .btn_profile,
    .search-footer .btn_book{
        padding: 8px 20px;
    }
 }
@media (max-width: 1152px) {
    .profile-name-rows{
        flex-wrap: wrap;
    }
    .profile-name-first {
        width: 100%;
        margin-bottom: 10px;
    }
    .user_login-header .main-menu {
        display: none;
    }

    .user_login-header .menu-icons {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-right: 20px;
    }

    .msg-icon {
        padding-left: 5px;
    }

    .user_login-header .menu-icons .sr-onlys {
        display: block;
        width: 35px;
        height: 4px;
        border-radius: 1px;
        background-color: #252525;
        border: 1px solid #252525;
        margin-bottom: 7px;
        margin-left: 0;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
    }

    .user_login-header .main-menu {
        width: 100%;
        background-color: #5C7CE5;
        top: 48px;
        right: 0;
        z-index: 99;
        position: absolute;
        height: auto;
    }

    .user_login-header .main-menu li {
        padding: 5px 10px;
    }

    .user_login-header .main-menu li a {
        color: #fff;
    }

    .user_login-header .col-md-6 {
        width: 50%;
    }

    .user_login-header .col-md-3:last-of-type {
        width: 100%;
    }

    .user-login {
        justify-content: space-between;
    }

    .user_login-header .main-menu li.compaign a img {
        display: none;
    }

    .user_login-header .menu-icons .sr-onlys:last-of-type {
        margin-bottom: 0;
    }

    .blog-column {
        min-height: 600px;
    }

    .search-column {
        width: calc(100% / 3)
    }

    .final-form {
        width: 100%;
    }

    .contact-title {
        max-width: 550px;
        padding: 50px 0;
        padding-right: 60px;
    }

    .blod-divider {
        width: calc(100% / 2);
    }

    .cus-row {
        width: 100%;
    }

    .testimonial-column {
        min-height: 240px;
    }

    .mobile-logo {
        display: block;
    }

    .main-logo {
        display: none;
    }

    .influncer-want {
        background-size: cover;
    }

    .blog-content h3 {
        font-size: 19px;
    }

    .main-header {
        background-color: #fff;
    }

    .tab-header {
        display: block;
    }

    .main-banner {
        background-size: contain;
        height: auto;
    }

    .banner-content {
        height: 100%;
        max-width: 510px;
    }

    .banner-row {
        padding-top: 0;
        padding: 0 15px;

    }

    .main-banner {
        height: calc(50vh - 0px);
        background-image: url(../images/mobile-bg.png);
        background-size: cover;

    }

    .proporsal-column,
    .proporsal-column1 {
        width: 100%;
    }

    .profile-lists {
        left: -100%;
        background-color: #fff;
        z-index: 1;
        width:0;
        top: 58px;
        position: absolute;
        -webkit-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
        box-shadow: 1px 3px 8px 7px rgba(0, 0, 0, 0.09);
        opacity: 0;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
    }
    .profile-row{
        padding-right: 0;
    }
    .final-step{
        padding:30px 0;
    }
    .network-form,
    .card-detail-row,
    .password-form{
        width: 100%;
    }
    .refer-rows {
        padding: 0;
    }
    .proporsal-column {
        position: relative;
    }

    .profile-lists.profile-sidebar {
        left: 0;
        opacity: 1;
        width: 100%;
    }

    .dashboard-icons {
        display: flex;
        align-items: center;
        background-color: #fff;
        padding: 10px;
    }
    .dashboard-icons h5{
        margin:0;
    }
    .dashboard-icons img{
        margin-right:20px;
    }
    .left-column.tab-left-column {
        background-color: transparent;
        text-align: right;
        padding: 0;
    }

    .dashboard-icons img {
        max-width: 30px;
    }
}

@media (max-width: 991px) {
    .blog-post-container {
        padding: 0 1rem;
    }
    .main-menu li:last-child a {
        background-color: transparent;
        color: #fff;
        padding: 5px 20px;
        border-radius: 50px;
        font-weight: 600;
    }
    #bt_create_campaign,
    #find_artist ,
    #signups_btn a{
        background-color: #fff;
        color: #5c7ce5;
        padding: 0px 30px;
        border-radius: 50px;
        font-weight: 600;
    }
    .menu-open.user_login-header .menu-icons{
        display: block;
    }
    .menu-open.user_login-header .main-menu{
        display: block;
    }
    .menu-open.user_login-header .main-menu a {
        background-color: transparent;
        padding: 0;
    }
    .menu-open.user_login-header .main-menu i {
        display: none;
    }
    .menu-open .menu-icons .sr-onlys {
        margin-bottom: -3px;
    }
    .menu-open .menu-icons .sr-onlys .sr2 {
        opacity: 0;
    }
    .menu-open .menu-icons .sr-onlys:nth-child(2) {
        opacity: 0;
        display: none;
    }
    .menu-open .menu-icons .sr-onlys:first-child {
        transform: rotate(45deg);
        transform-origin: bottom;
    }
    .menu-open .menu-icons .sr-onlys:last-child {
        transform: rotate(-45deg);
        transform-origin: center;
    }
    .main-header.menu-open .main-menu {
        left: 0;
        position: fixed;
        height: 100%;
        width: 80%;
        text-align: center;
    }
    .personal-profile .profile-rows{
        flex-wrap: wrap;
    }
    .personal-profile .profile-rows .profile-column{
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px
    }
    .personal-profile .profile-rows .profile-column1{
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .personal-profile .profile-rows .profile-column1 .channel-lists{
        justify-content: center;
    }

    .mobile-refer{
        display: block;
    }
    .desktop-refer{
        display: none;
    }
    .mobile-refer {
        margin-top: 20px;
    }
    .profile-lists li a i {
        display: none;
    }
    #chat_left_columns{
        width:100%;
    }
    h3{
        font-size: 20px;
    }
    .proporsal-table thead {
        display: none;
    }

    .proporsal-table tr td:before {
        content: attr(data-attribute);
        position: absolute;
        width: 50%;
        left: 10px;
        color: #464855;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        top: 10px;
    }

    .proporsal-table {
        position: relative;
    }

    .proporsal-table tr td {
        display: block;
        width: 100%;
        padding-left: 50%;
        position: relative;
    }

    .proporsal-network, .proporsal-amount, .proporsal-action {
        flex-wrap: wrap;
    }

    .proporsal-table tr {
        border: 1px solid #F6F6F6;
        margin-bottom: 20px;
        display: block;
    }

    .follow-list h3 {
        font-size: 17px;
    }

    .final-step .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-column {
        width: calc(100% / 2)
    }

    .main-banner {
        height: calc(100vh - 0px);
        background-image: url(../images/mobile-bg.png);
        background-size: cover;
    }

    .empty-header.user-logins-header {
        height: 120px;
    }

    .compaign a img {
        display: none;
    }

    .help-sidebar h1 {
        font-size: 25px;
    }

    .help-sidebar p br {
        display: none;
    }

    .msg-column {
        /* display: none; */
        width: 100%;
        /* position: absolute; */
        right: 0;
        top: 60px;
        z-index: 999;
    }
    .msg-column1{
        display: none;
    }
    .active-member{
        height:auto;
    }
    .active_left_chat {
        display: none;
    }
    .msg-column1{
        padding: 0;
    }
    .msg-column1.active_user-msg {
        display: block;
        transition: 0.5s;
    }
    .message-settings {
        display: flex;
        justify-content: flex-end;
        padding: 10px 20px 0px 20px;
    }
    .msg-row {
        position: relative;
    }

    .msg-column1 {
        width: 100%;
    }

    #message-seeting {
        margin-left: 15px;
    }

    .contact-title {
        max-width: 100%;
        padding: 50px 50px;
    }

    .contact-column,
    .contact-column1 {
        width: 100%;
    }

    .blog-rows {
        background-color: #fff;
        padding: 20px 20px;
    }

    .blog-image {
        height: 195px;
    }

    .banner-row {
        text-align: center;
        /* padding-top: 0; */
        padding: 0 15px;
        flex-direction: column-reverse;
        align-items: flex-end;
        justify-content: center;
        align-items: center;
    }

    .banner-column {
        width: 100%;
    }

    .banner-content {
        height: auto;
        padding-left: 0;
        max-width: 100%;
    }

    .banner-btns {
        justify-content: center;
    }

    .testi-contents h6 {
        font-size: 14px;

    }

    .testimonial-column {
        min-height: 340px;
    }

    .sr-onlys {
        display: block;
        width: 35px;
        height: 4px;
        border-radius: 1px;
        background-color: #252525;
        border: 1px solid #252525;
        margin-bottom: 7px;
        margin-left: 0;
    }

    .menu-icons {
        display: block;
        float: right;
    }

    .empty-header {
        height: 60px;
    }

    .all-influncer .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .border-title:before {
        height: 55px;
    }

    .footer-lists {
        margin: 20px 0 20px 0;
    }

    .footer-lists ul li, .social-lists ul li {
        justify-content: space-between;
    }

    .footer-lists ul, .social-lists ul {
        flex-wrap: wrap;
    }

    .footer-lists ul li, .social-lists ul li {
        padding: 0 15px;
    }

    .main-menu {
        position: fixed;
        display: block;
        flex-wrap: wrap;
        background-color: #5c7ce5;
        height: 100%!important;
        width: 100%;
        padding-top: 50px;
        left: -100%;
        top: 0px;
        transition: 0.5s ease-in-out;
    }
    .main-header .col-md-9 {
        position: unset;
    }
    .login a{
        min-width: auto;
        text-align: left;
        border-radius: 0;
        background-color: transparent;
    }
    .user_login-header .main-menu li a{
        justify-content: center;
    }
    .main-menu li {
        padding: 12px 30px;
        border-bottom: none;
        text-align: center;
    }

    .main-menu li:last-child {
        border-bottom: none;
    }

    .join {
        min-width: auto;
        text-align: left;
        border-radius: 0px;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
        margin-left: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .main-menu li a {
        color: #fff;
        font-size: 20px !important;
    }

    .banner-content h1 br {
        display: none;
    }

    .banner-img {
        max-width: 100%;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .banner-content p br {
        display: none;
    }


    h2 {
        font-size: 25px;
    }

    .final-step .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* .left-menubar {
        display: none;
    } */

    .comp-footer .comp-column:nth-child(2) {
        padding-left: 0;
    }

    .comp-footer {
        flex-wrap: wrap;
    }

    .comp-footer .comp-column:first-child {
        margin-bottom: 20px;;
    }
}

@media (max-width: 767px) {
    .tooltip-content{
        top: 30px;
        bottom: auto;
        width: 100%;
    }
    .edit-profile-signup .field-row.profile-field-row{
        width:calc(100% - 50px);
    }
    span.tooltip-content:before {
        width: 0;
        height: 0;
        border-top: none;
        content: " ";
        position: absolute;
        bottom: auto;
        left: 50px;
        right: 0;
        margin: 0 auto;
        top: -10px;
        /* transform: rotate(45deg); */
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fafbff;
    }
    .pricing-column a{
        position: unset;
    }
    .pricing-column{
        min-height: auto;
        height: auto;
    }
    .view-profile-channel .channel-personal-column .profile-name-rows {
        position: unset;
        padding: 0;
    }
    .view-profile-channel .channel-personal-column .channels-column{
        min-height: auto;
    }
    .social-lifes .instagram-reel-main-row .instagram-inner-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .social-lifes .instagram-reel-main-row .instagram-inner-row .social-reel-innercolumn {
        flex-wrap: wrap;
    }

    .social-lifes .instagram-reel-main-row .instagram-inner-row .instagram-inner-column {
        margin-top: 0;
    }
    .edit-profile-signup input#edit_instagram3 {
        position: relative;
        top: 51px;
    }
    .edit-profile-signup input#edit_instagram4 {
        position: relative;
        top: 50px;
    }
    div#network .edit-profile-signup {
        align-items: flex-start;
    }
    .text-changes .signup-row .radio-column {
        display: flex;
        align-items: center;
    }
    section.final-step.min-height .instagram-reel-main-row {
        padding-left: 53px;
    }
    .channels-titles{
        justify-content: flex-start;
    }
    .final-step .instagram-inner-row .field-column.profile-columns2{
        width:100%;
    }
    .social-lifes {
        width: 100%;
    }
    .main-manager-column,
    .main-manager-column1{
        width:100%;
    }
    .manager-profile{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .manager-profile-colmun{
        margin-bottom: 20px;
        margin-left: 0;
    }
    .admin-forms,
    .manager-profile-colmun{
        width:100%;
    }
    .instagram-inner-row{
        padding-right: 50px;
    }
    .instagram-inner-row{
        flex-wrap: wrap;
    }
    .instagram-reel-main-row .instagram-inner-column {
        margin-top: 10px;
    }
    .custom-width{
        width:100%;
    }
    .password-form.admin-forms{
        width:100%;
    }
    .join {
        margin-top: 5px;
    }

    .join a {
        margin: 0;
    }
    .main-menu li{
        padding: 5px 0;
    }
    .card-row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .book_modal .btn.btn_modal_border.grey-color.btn-cancel {
        padding: 8px;
    }
    .send-proporsals .modal-btn .btn,
    #form_book_now  .modal-btn .btn{
        min-width: 156px;
        min-height: 39px;
    }
    .book_modal .btn {
        min-width: 150px;
    }
    div#artist_review_accept_118,
    .modal-open .modal {
        padding-right: 0!important;
    }
    #form_create_campaign .grey-color {
        padding: 7px 15px;
        font-size: 12px;
    }
    .btn_modal_border{
        padding:8px 20px;
        font-size: 12px;
    }
    .btn_purple_outline{
        padding: 5px 20px;
        font-size: 12px;
        min-width: 135px;
    }
    .personla-profiles .channel-lists .btn_book, .personla-profiles .channel-lists .open-send-invite-modal{
        font-size: 12px;
    }
    .offer-network .offer-column p{
        padding-right: 10px;
    }
    #form_create_campaign .btn_modal_blue {
        padding: 7px 20px;
        font-size: 12px;
    }
    div#create_compaign{
        padding-right: 0;
    }
    .pricing-column{
        margin-bottom: 20px;
    }
    .pricing-column{
        padding:15px;
    }
    .offer-row{
        flex-wrap: wrap;
    }
    .offer-column {
        padding-right: 0px;
        width: 50%;
        margin-bottom: 10px;
    }
    .fixedheader .main-menu li.login a,
    .fixedheader .main-menu li a{
        color:#fff;
    }
    .fixedheader .main-menu li.join a{
        color:#5c7ce5;
    }
    .user_login-header .main-menu{
        top:0;
    }
    .promote-row.instagram-title.offer-detail-sub-row .proporsal-detail-rows{
        width:100%!important;
        margin-right: 0!important;
    }
    .price-channel-column {
        width: 50%;
        margin-bottom: 20px;
    }
    .price-channel{
        flex-wrap: wrap;
    }
    .review_recived_modals .modal-content {
        height: 580px;
        overflow-y: scroll;
    }
    .blog-banner ul{
        flex-wrap: wrap;
    }
    .blog-banner ul li{
        margin-bottom: 5px;
    }
    .blog-detail .blog-banner{
        width:100%;
    }
    .personal-profile-content{
        flex-wrap: wrap;
    }
    .about-column1{
        width:100%;
    }
    .send-proporsals .offer-detail-sub-row{
        flex-wrap: wrap;
    }
    .send-proporsals .proporsal-detail-rows{
        width:100%;
    }
    .img-uploade-row .upload-column{
        width:100%;
    }
    .personal-profile .profile-rows .profile-column1 .channel-lists .btn-purple{
        padding: 5px 20px;
    }
    .photo-row{
        justify-content: center;
        flex-direction: column;
    }
    .photo-img{
        margin-right: 0;
    }
    .profile-content, .photo-row{
        flex-wrap: wrap;
    }
    .final-sign-row{
        flex-wrap: wrap;
    }
    .final-sign-row .field-column,
    .final-sign-row .field-column.profile-columns2{
        width:100%;
    }
    .instagram-row-fields .profile-field-row {
        margin-bottom: 20px;
    }
    #error_instagram .alert {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .forgot-row{
        flex-wrap: wrap;
    }
    .profile-field-row .final-row{
        align-items: flex-start;
    }
    .profiel-imgs{
        margin-top: 5px;
    }
    .complete-column .checkbox-custom{
        margin-right: 0;
    }
    .complete-column {
        font-size: 14px;
    }
    .copy-column-field{
        align-items: flex-start;
        flex-direction: column;
    }
    .copy-column-field .form-control {
        width: 100%;
        margin-bottom: 10px;
    }
    .profile-field-row{
        flex-wrap: wrap;
    }
    .instagram-reel-main-row .field-column.profile-columns2{
        width:100%;
    }
    .instagram-reel-main-row .instagram-inner-row {
        padding-right: 0;
        margin-top: 0px;
        padding-left: 0px;
    }
    .final-step.min-height.instagram-reel-main-row {
        padding-left: 55px;
    }
    .reel-instagram{
        flex-wrap:wrap;
    }
    .instagram-reel-main-row .field-column.profile-columns2{
        margin-top: 10px;
    }
    .text-changes {
        max-width: 100%;
        margin: 0 auto;
    }
    #edit_profile_social_network .profile-columns1,
    .profile-columns2,
    .network-column {
        width: 100%;
    }
    .network-column{
        margin-bottom: 10px;
    }
    .instagram-label{
        padding-left: 0;
    }
    .social-network{
        flex-wrap: wrap;
    }
    .channel-personal-column{
        width:100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .personal-profile{
        width:100%;
    }
    .post_btn{
        margin-bottom: 10px;
        min-width: 115px;
    }
    .card-detail-column1 {
        width: 100%;
    }
    .add-card-detail.card-csv{
        flex-wrap: wrap;
    }
    .card-info{
        display: flex;
    }
    .card-info .custom-radio{
        min-width: 16px;
    }
    .main-header .row{
        position: relative;
    }
    .main-header .col-md-6{
        position: unset;
    }
    .stat-desktop-column{
        display: none;
    }
    .dashboard-icons h5{
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .current_html .fa {
        display: none;
    }
    .proporsal-column1{
        padding: 0 10px;
    }
    .stat-mobile-column {
        margin-top: 20px;
        display: block;
    }
    .detail-msgs,
    .detail-head{
        padding:5px;
    }
    .profile-lists li a{
        font-size: 12px;
    }
    .proporsals .container-fluid, .youtube-header .container-fluid{
        padding:0 15px;
    }
    .modal-title{
        line-height: 1.0;
    }
    /* .book-modal .modal-btn .btn_modal_border,
    .book-modal .modal-btn .btn_modal_blue{
        padding: 8px 10px;
        font-size: 11px;
    } */
    .profile-channel{
        flex-wrap: wrap;
    }
    .left-column.tab-left-column{
        position: relative;
    }
    .proporsal-amount li,
    .promote-radio > div{
        margin-bottom: 10px;
    }
    .promote-field input[type="text"],
    .instagrm-field,
    .promote-field.calender-field input[type="text"]{
        width: 100%;
    }
    .empty-header.login-empty-header {
        height: 120px;
    }
    .search-field{
        font-size: 14px;
    }
    .promote-radio{
        flex-wrap: wrap;
    }
    .inner-banner-img:before {
        display: none;
    }
    .bid-amount{
        flex-wrap: wrap;
    }
    .bid-column{
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .comp-column .proporsal-amount li{
        margin-bottom: 10px;
    }
    .comp-column {
        padding: 0;
        border-right: none;
    }
    .inner-banner-img:after {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        top: 0;
        content: " ";
        position: absolute;
    }

    .inner-banner-img .banner-row {
        position: relative;
        z-index: 9;
    }

    .banner-content.inner-content h1 {
        color: #fff;
    }

    .banner-content.inner-content p {
        color: #fff;
    }

    .comp-header {
        flex-wrap: wrap;
    }

    .comp-imgs {
        margin-top: 20px;
    }

    .col-md-3.padding-left {
        padding-left: 15px;
    }

    .blog-column {
        min-height: auto;
    }

    .search-column {
        width: 100%
    }

    .filter-row {
        flex-wrap: wrap;
    }

    .filter-row.filter-artists .filter-column {
        padding-right: 0;
        width: 100%;
        padding-bottom: 20px;
    }

    h2 {
        font-size: 22px;
    }

    .follow-list ul {
        display: flex;
        flex-wrap: wrap;
    }

    .follow-list ul li a {
        font-size: 14px;
    }

    .tab-imgs {
        position: unset;
        display: none;
    }

    .tab-imgs.tab_active {
        display: block;
    }

    .tab-imgs.tab_active img {
        margin: 0 auto;
        max-width: 100%;
    }

    .tab-img {
        margin-top: 30px;
        height: auto;
    }

    .profile-row .field-column {
        width: 100%;
    }

    .profile-form .profile-row {
        flex-wrap: wrap;
    }

    .change-photo {
        font-size: 16px;
    }

    .user-logins .col-md-2,
    .user-logins .col-md-7 {
        width: 50%;
    }

    .user-logins .col-md-3 {
        width: 100% !important;
    }

    .user-logins .col-md-3.padding-left {
        padding-left: 15px;
    }

    .user-logins .user-login {
        justify-content: space-between;
    }

    .help-sidebar h1 br {
        display: none;
    }

    .help-lists li {
        width: auto;
        padding: 13px 30px 13px 0;
        border-bottom: 1px solid #E7EBEF;
    }

    .help-lists li:last-child {
        border-bottom: 1px solid #E7EBEF;
    }

    .help-lists.nav.nav-tabs {
        margin-bottom: 20px;
    }

    .help-lists li a i {
        display: none;
    }

    .contact-section .row {
        margin: 0;
    }

    .contact-title {
        padding: 50px 20px;
    }

    .read-title {
        position: unset;
    }

    .blog-columns {
        margin: 20px 0;
    }

    .banner-title {
        margin-top: 20px;
    }

    .started-column1,
    .started-column,
    .blod-divider {
        width: 100%;
    }

    .blog-section .container-fluid, .search-result .container-fluid {
        padding: 0 15px;
    }

    .cus-row {
        flex-direction: column-reverse;
    }

    .get-started .cus-row:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .cus-row {
        margin: 40px auto 0px auto;
    }

    .banner-content.inner-content p {
        width: 100%;
    }

    .blog-row .col-md-4:last-child .blog-column {
        margin-bottom: 0;
    }

    .footer-lists ul li, .social-lists ul li {
        padding: 0 10px;
    }

    .testimonial-row .col-md-4:last-child .testimonial-column {
        border-bottom: none;
        margin: 0;
    }

    .blog-image {
        height: 165px;
    }

    .creator-img {
        width: 85px;
        margin-right: 15px;
    }

    .creator-column1 {
        width: calc(100% - 90px);
    }

    .main-title h2 br {
        display: none;
    }

    .influence-img img {
        max-width: 100%;
    }

    .blog-column {
        margin-bottom: 20px;
    }

    .banner-content p {
        font-size: 12px;
    }

    .banner-content h1 {
        font-size: 23px;
    }

    .btn_white,
    .btn_blue {
        font-size: 12px;
    }

    .testimonial-column {
        min-height: auto;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(233, 239, 244, 0.40);
        padding-bottom: 20px;
    }

    .testimonial-title {
        position: unset;
        bottom: 0;
    }

    .main-header .col-md-3,
    .main-header .col-md-9 {
        width: 50%;
    }

    .banner-btns .btn {
        min-width: 150px;
    }

    .btn_blue,
    .btn_white {
        padding: 10px 15px;
    }

    .main-header .container-fluid {
        padding: 0 15px;
    }

    .trusted-by-person .trusted-by-name {
        font-size: 18px;
    }
    .trusted-by-person .trusted-by-type {
        font-size: 14px;
    }
    .trusted-by h2 {
        font-size: 30px !important;
    }
}
@media (max-width: 360px) {
    .send-proporsals .modal-btn .btn ,
    #form_book_now  .modal-btn .btn{
        min-width: 135px;
        min-height: 39px;
    }
    .book_modal .btn {
        min-width: 130px;
    }
    .grey-color {
        padding: 7px 30px;
    }
    .btn_modal_blue{
        padding: 8px 15px;
    }
}



/*new css in the html*/
a#newButtonSetting {
    display: flex;
    align-items: center;
}





@media only screen and (max-width: 767px) {
    .personal-profile {
        OVERFLOW: HIDDEN;
    }

    .profile-imgs {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .profile-contents p {word-break: break-all;}
    .profile-contents h4 {
        word-break: break-all;
    }
}

.btn-icon:hover {
    opacity: 0.9;
    color: #fff;
}
.btn-icon {
    border-radius: 60px;
    color: #fff;
    font-size: 15px;
    padding: 0 15px 0 41px;
    line-height: 40px;
    font-weight: 600 !important;
    position: relative;
    height: 40px;
    letter-spacing: -0.5px;
    white-space: nowrap;
}
.btn-icon i {
    border-radius: 50%;
    background-color: rgb(218 218 218 / 20%);
    width: 32px;
    height: 32px;
    position: absolute;
    left: 4px;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-purple {
    background: #825ECC;
}
.bg-blue-2 {
    background: orange;
}
.bg-blue {
    background: #5C7CE5;
}
.btn.bg-purple, .btn.bg-blue {
    color: #fff;
}

.swal-blue .swal2-popup {
    padding: 0;
}
.swal-blue .swal2-footer {
    background-color: #eff2fc;
    padding: 18px;
    justify-content: center;
    border-bottom-left-radius: .3125em;
    border-bottom-right-radius: .3125em;
}
.swal-blue .swal2-icon-show {
    font-size: 13px;
    margin-top: 50px;
}
.swal-blue .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #5c7ce5;
}
.swal-blue .swal2-icon.swal2-success {
    border-color: #5c7ce5;
    color: #5c7ce5;
}
.swal-blue .swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgba(92, 124, 229, 0.3);
}
.swal-blue .swal2-title, .swal-blue .swal2-content {
    color: #5C7CE5;
    font-family: 'Montserrat', sans-serif;
}
.swal-blue .swal2-title {
    font-size: 32px;
    font-weight: 700;
}
.swal-blue .swal2-content {
    font-size: 16px;
    margin-bottom: 50px;
    font-weight: 500;
}
.swal-blue .swal2-footer button {
    box-shadow: none;
}
.swal-blue .swal2-footer button:nth-child(1) {
    margin-right: 10px;
}
.swal-blue .swal2-footer button:nth-child(2) {
    margin-left: 10px;
}
@media only screen and (max-width: 500px) {
    .swal-blue .swal2-footer button:nth-child(1) {
        margin-right: 4px;
    }
    .swal-blue .swal2-footer button:nth-child(2) {
        margin-left: 4px;
    }
    .swal-blue .swal2-footer button {
        padding: 10px 10px;
        font-size: 13px;
    }
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
}
.tooltip.large-tooltip .tooltip-inner {
    background-color: #fff;
    color: #333B56;
    box-shadow: 0px 0px 24px 4px rgba(20, 42, 117, 0.1);
    min-width: 350px;
}
.trusted-by {
    color: #fff;
    background: linear-gradient(339.24deg, #5C7CE5 -2.15%, #6FB5E8 46.76%, #825ECC 100.76%);
    flex-direction: column;
    padding: 114px 0;
    position: relative;
}
.trusted-by-home {
    background: linear-gradient(339.24deg, #5C7CE5 -2.15%, #6FB5E8 46.76%, #825ECC 100.76%);
}
.trusted-by-artist {
    background: #5C7CE5;
}
.trusted-by-influencer {
    background: #825ECC;
}
.trusted-by-influencer .trustedby-social {
    color: #825ECC !important;
}
.trusted-by .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.trusted-by-list {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}
.trusted-by-list-break {
    flex-basis: 100%;
    height: 0;
}
.trusted-by h2 {
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 30px;
}
.trusted-by-person {
    text-align: center;
}
.trusted-by-name {
    font-weight: 600;
    font-size: 22px;
}
.trusted-by-type {
    font-weight: 600;
    font-size: 16px;
}
.trusted-by-img, .trusted-by-img img {
    border-radius: 50%;
}
.trusted-by-img {
    background: linear-gradient(144.31deg, #5C7CE5 6.16%, #6FB5E8 48.09%, #825ECC 94.39%);
    padding: 8px;
    width: 132px;
    height: 132px;
    position: relative;
    margin: auto;
}
.trusted-by-img img {
    padding: 4px;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.trustedby-socials {
    position: absolute;
    bottom: 0;
}
.trustedby-social {
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 24px;
    color: #5C7CE5 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    box-shadow: 0px 4px 4px rgba(87, 118, 220, 0.2);
}
.trustedby-social i {
    margin-top: 2px;
}
.trustedby-social:hover i {
    opacity: 0.6;
}
.trustedby-socials-even .trustedby-social-0 {
    left: 15px;
    bottom: -2px;
}
.trustedby-socials-even .trustedby-social-1 {
    left: 61px;
    bottom: -2px;
}
.trustedby-socials-odd .trustedby-social-0 {
    left: 40px;
    bottom: -4px;
}

.trusted-by .slick-arrow {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
    color: #5c7ce5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    position: absolute;
    right: 3%;
    top: 47%;
    cursor: pointer;
    z-index: 1;
}
.trusted-by .slick-arrow img {
    width: 15px;
}
.trusted-by .trusted-arrow-left {
    right: auto;
    left: 3%;
}

/* end modal verify */
.modal-verify-item {
    background: #F3F3F3;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    margin-top: 8px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.modal-verify-item.checked {
    background: #EFF2FC;
}
.modal-verify-item.checked .modal-verify-icon {
    opacity: 1;
}
.modal-verify-item.checked .modal-verify-hide-on-active {
    display: none;
}
.modal-verify-item-title {
    font-weight: bold;
    font-size: 14px;
    color: #333B56;
    letter-spacing: -1px;
}
.modal-verify-item-desc {
    font-weight: 500;
    font-size: 12px;
    color: #6A7392;
}
.modal-verify-item > div {
    display: inline-block;
}
.modal-verify-item .modal-verify-icon {
    min-width: 30px;
    font-size: 12px;
    color: #5C7CE5;
    opacity: 0.5;
}
.modal-verify-item-desc-wrap {
    min-width: calc(100% - 180px);
}
.modal-verify-item > div:nth-child(3) {
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.modal-verify-item button {
    font-size: 12px;
    border-radius: 86px;
}
.modal-verify-item .input-phone-step2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 24px;
    background: #5C7CE5;
    border-radius: 8px;
    color: #fff;
}

@media (max-width: 760px) {
    .modal-verify-item, .input-phone-step2 {
        flex-direction: column;
        text-align: center;
    }
    .modal-verify-item > div:nth-child(3) {
        justify-content: center;
        margin-top: 7px;
    }
    .input-phone-verify-td1 {
        width: auto !important;
    }
    .input-phone-verify-td2 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        max-width: 161px;
    }
    .phoneNumberVerified {
        min-height: 167px;
    }
    .input-phone-verify-field-wrap {
        margin-bottom: 5px;
    }
    .input-phone-send-verification {
        width: 207px;
    }
}
/* end modal verify */

/* start input phone number */
.input-phone-wrap {
    position: relative;
}

.input-phone-wrap .iti__flag-container {
    position: relative;
    padding-right: 3px !important;
    padding-left: 3px !important;
}
.input-phone-wrap .iti__flag, .iti__country > .iti__flag-box {
    display: none;
}
.input-phone-wrap .iti__flag-container, .input-phone-wrap input {
    background: #FFFFFF;
    border-radius: 46px;
    font-weight: bold;
    font-size: 12px;
    padding: 7.37px 10px;
    border: 0;
    display: inline-block;
}
.input-phone-wrap input {
    padding-left: 0 !important;
    margin-left: 3px !important;
    color: #5C7CE5;
    padding-right: 15px !important;
    text-align: left;
    padding-left: 14px !important;
    width: 152px;
}
.input-phone-wrap .iti__selected-dial-code {
    margin-left: 0 !important;
}
.input-phone-wrap .iti__arrow {
    border-top: 4px solid #5C7CE5;
}
.input-phone-wrap .iti--separate-dial-code .iti__selected-flag, .input-phone-wrap .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    color: #5C7CE5;
    background-color: #fff;
}
.input-phone-clear {
    color: #5C7CE5;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 4px;
    top: 3.5px;
    padding: 7px 10.25px;
    background: #EFF2FC;
    border-radius: 70px;
    cursor: pointer;
}
.input-phone-step2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.input-phone-verify-td1 {
    width: calc(100% - 320px);
}
.input-phone-verify-td2 {
    width: 277px;
    display: flex;
    justify-content: space-between;
}
.input-phone-verify-td1 > div:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
}
.input-phone-verify-td1 > div:nth-child(2) {
    font-weight: 500;
    font-size: 12px;
}
.input-phone-verify-field-wrap {
    position: relative;
    font-size: 12px;
    width: 160px;
}
.input-phone-verify-field-wrap input {
    border-radius: 46px;
    border: 0;
    padding: 8.13px 62px 6.13px 17px;
    font-size: 12px;
    width: 181px;
    font-weight: 700;
    width: 161px;
}
.input-phone-verify-field-wrap .btn-blue2 {
    position: absolute;
    right: 1px;
    top: 2px;
    height: 28px;
}
/* end input phone number */

/* new modal blue */
.modal-blue {
    padding-right: 0 !important;
}
.modal-blue .modal-header {
    border-bottom: 0;
}
.modal-blue .modal-header button {
    background: #eff2fd;
    color: #5C7CE5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    top: 30px;
    z-index: 1;
}
.modal-blue .modal-body {
    padding: 1.2vw 3.2vw 3.2vw 3.2vw;
}
.modal-blue .modal-lg {
    max-width: 752px !important;
}
.modal-blue-header {
    text-align: center;
    color: #5C7CE5;
}
.modal-blue-header i {
    font-size: 32px;
    margin-bottom: 15px;
}
.modal-blue-header h2 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 7px;
}
.modal-blue-header h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
}
/* new modal blue */

/* new btns and inputs */
.input-blue {
    color: #5C7CE5;
    height: 32px;
}
.input-blue::placeholder {
    color: #adbdf2;
}

.btn-outline {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: -1px;
}
.btn-outline:hover {
    background-color: #fff;
    color: #5C7CE5;
}
.btn-blue2 {
    background: #5C7CE5;
    border-radius: 86px;
    padding: 0 27px;
    font-weight: 600;
    height: 32px;
    border: 0;
    color: #fff;
    cursor: pointer;
    letter-spacing: -1px;
}
.btn-blue2:hover {
    opacity: 0.9;
}
.btn-blue2:disabled, .btn-outline:disabled {
    opacity: 0.5;
    cursor: auto;
}
/* end new btns and inputs */

.subscription-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

/* new btns */
.btn2:disabled {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
    cursor: auto;
}
.btn2 {
    height: 32px;
    font-weight: 600;
    cursor: pointer;
    border: 0;
    padding: 0 27px;
    border-radius: 86px;
    letter-spacing: -1px;
    white-space: nowrap;
}
.btn2-lg {
    height: 48px;
    font-weight: bold;
    font-size: 18px;
}
.btn2-blue {
    background: #5C7CE5;
    color: #fff;
}
.btn2-white {
    color: #5C7CE5;
}
.btn2-blue-all {
    color: #5C7CE5;
    background: #EFF2FC;
}
.btn2:not(.btn2-outline):not([disabled]):hover {
    opacity: 0.9;
}
.btn2-outline {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}
.btn2-outline:hover {
    background-color: #fff;
    color: #5C7CE5;
}
.btn2-outline.purple:hover {
    color: #825ECC;
}
table {
    width: 100%;
}

/* Modal Right */
.modal-full-right {
    padding:0!important;
    color:#333b56;
    font-family:Montserrat;
    background-color:rgba(92, 124, 229, .8);
}
.modal-full-right.modal-purple {
    background-color:rgba(130, 94, 204, .8)
}
.modal-full-right .modal-dialog{
    margin:0;
    margin-left:auto;
    height:100%;
    max-width:600px!important
}
.modal-full-right .modal-content{
    border-radius:0;
    height:100%
}
.modal-full-right .modal-header{
    border-bottom:3px solid #e9ecef
}
.modal-full-right .close{
    background:rgb(92 124 229 / 10%);
    border-radius:100px;
    color:#5c7ce5;
    width:40px;
    height:40px;
    text-align:center;
    top:35px;
    right:35px;
    display:flex;
    align-items:center;
    justify-content:center
}
.modal-full-right.purple .close{
    background:#f3effa;
    color:#825ecc
}
.modal-full-right .modal-title{
    margin:5px 0 5px 14px;
    font-size:24px;
    color:#333b56;
    font-weight:700
}
.modal-full-right .column-type{
    border-radius:54px;
    font-weight:600;
    font-style:normal;
    font-size:14px;
    line-height:14px;
    padding:7px 14px;
    margin-right:10px;
    color:#5c7ce5;
    background:#eff2fc;
    cursor:pointer
}
.modal-full-right .column-type.selected{
    background:#5c7ce5;
    color:#fff
}
.modal-full-right .column-type input{
    display:none
}
.signup-row{
    display:flex;
    align-items:center;
    margin-bottom:16px;
    margin-left:-2px
}
.modal-full-right .form-group{
    margin-bottom:9px
}
.modal-full-right .group-top{
    margin:16px 0 -2px
}
.modal-full-right-btn{
    border-radius:86px;
    width:67%;
    font-weight:700;
    font-size:18px;
    margin-bottom:4px;
    background-color:#5c7ce5;
    color:#fff;
    padding:13px 0
}
.modal-full-right .fa-info{
    border:2px solid #333b56;
    border-radius:50%;
    width:13px;
    height:13px;
    font-size:5px;
    text-align:center;
    font-weight:700;
    line-height:10px;
    vertical-align:middle
}
.modal-full-right .modal-footer{
    display:block
}
.modal-body-scrollable{
    height:250px;
    overflow-y:auto
}
.upload-imgs .upload-column{
    float: left;
}
.content-modal-btn{
    display: flex;
    width: 100%;
}
.url-social-media-row{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 1rem;
    flex-direction: column;
    display: flex;
}
.url-social-media-row h4{
    margin-bottom: 3%;
    color: #464855;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.url-post-social-media{
    width: 60%;
    margin-bottom: 2%;
}

.link-social-media{
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.link-social-media > div {
    width: 100%;
}

.link-social-media-column{
    width: 100%;
}
.text-right{
    text-align: right;
}

p.text-left{
    text-align: left;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
}

.hidden{
    display: none;
}

@media(max-width: 700px){
    .upload-imgs .upload-column{
        width: calc(100%/3);
    }

    .url-post-social-media{
        width: 95%;
    }
}

.youtube-main-row {
    width: 100%;
}
.youtube-inner-row {
    display: flex;
    align-items: center;
    padding-left: 45px;
    justify-content: space-between;
}
.youtube-inner-row .profile-columns2 {
    margin-right: 10px;
}

.youtube-main-row .field-column.profile-columns2 {
    width: 153px;
    margin-right: 0;
}

.youtube-main-row .youtube-inner-column {
    margin-top: 30px;
}
.youtube-inner-column.inner-complete-columns {
    width: 530px;
}
ul.list-social-media li {
    padding-bottom: 10px !important;
    padding-left: 12px;
}

.width-25{
    width: 25px !important;
}

.artist-accept-offer-row > .offer-column{
    margin-bottom: 2% !important;
    margin-left: 2% !important;
}

/*challenge feature + integration prototipe adjust*/

.dash3_table {
    padding-bottom: 20px;
}

.dash3_table td {
    border-bottom: 1px solid #EAEAEA;
}

.dash3_table td h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #333B56;
    display: flex;
    align-items: center;
    margin: 0;
}

.dash3_table td h4 img {
    max-width: 32px;
    margin-right: 8px;
}

.dash3_table td p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #333B56;
    display: flex;
    align-items: center;
    margin: 0;
}

.dash3_table td p i {
    display: inline-block;
    margin-right: 8px;
}

.dash3_table td span {
    color: #333B56;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 50px;
    background: #E6E6E6;
}

.dash3_table td span.active {
    color: #1793AE;
    background: #DCF3F1;
}

.header-middle .promotion_box {
    width: 440px;
    display: block;
    background: #FFF;
    padding: 8px 8px;
    border-radius: 16px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 45%;
    /* transform: translateX(-50%); */
    display: none;
    transition: 2s all ease;
    z-index: 99;
}

.promotion_box li {
    padding: 16px 16px;
    display: flex;
    align-items: flex-start;
}

.promotion_leftm img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.promotion_rightm h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #464954;
    margin: 0;
    display: flex;
    align-items: center;
}

.promotion_rightm span {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.22px;
    color: #1B43C4;
    background: #FAFAFA;
    display: inline-block;
    padding: 4px 8px;
    margin-left: 4px;
    border-radius: 20px;
}

.promotion_rightm p {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    color: #333B56;
    margin: 8px 0 10px;
}

.promotion_rightm h6 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #333B56;
    margin: 0;
}

.promotion_leftm {
    width: 64px;
}

.promotion_rightm {
    width: 85%;
}

.promotion_box .promotion_item:hover{
    border-radius: 16px;
    background: #EFF2FC;
    cursor: pointer;
}

.header-middle ul li:hover .promotion_box {
    display: block;
}

.side_menuitem .promotion_box {
    width: 440px;
    display: block;
    background: #FFF;
    padding: 8px 8px;
    border-radius: 16px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    transition: 2s all ease;
    z-index: 99;
}

.side_menuitem ul li:hover .promotion_box {
    display: block;
}

.side_menuitem .campaign_btn a {
    font-size: 14px;
    font-weight: 700;
    color: #FEFEFF;
    background: #5C7CE5;
    padding: 5px 5px;
    margin-right: 16px;
    padding-right: 20px;
    border-radius: 60px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.side_menuitem .campaign_btn a:hover {
    opacity: 0.9;
    color: #FEFEFF;
    background: #5C7CE5;
}

.side_menuitem .campaign_btn a i {
    font-size: 14px;
    color: #FFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    background: #6C89E8;
    border-radius: 50%;
    margin-right: 7px;
}

/*================= artists page start ==================*/
.artist-area {
    padding-bottom: 106px;
}

.artist-item {
    padding: 27px 15px 98px;
    background: #815FCC;
    margin-bottom: -71px;
}

.artist-item h2 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}

.artist-area-inner {
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

.artist-item2 {
    padding: 20px 24px 0;
    margin-bottom: 17px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: -1px 8px 36px 0px rgba(0, 0, 0, 0.05);
    z-index: 999;
}

.artist-item2 form {
    position: relative;
    margin-bottom: 19px;
}

.artist-item2 form input {
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
    width: 100%;
    padding: 4px 30px 11px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #B2B2B2;
}

.artist-item2 form input::placeholder {
    opacity: 1;
    color: #B2B2B2;
}

.artist-item2 form input:focus {
    outline: none;
}

.artist-item2 form button {
    color: #5C7CE5;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 6px;
}

.artist-item2-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.artist-item2-inner2 {
    width: 203px;
    padding: 0 14px;
    margin-bottom: 20px;
}

.artist-item2-inner2 h2 {
    color: #B2B2B2;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.36px;
    margin-bottom: 12px;
}

.artist-item2-inner2 .nice-select {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.6px;
    width: 100%;
    background: transparent;
    border: none;
    height: auto;
    line-height: normal;
    padding: 0;
}

.artist-item2-inner2 .nice-select:after {
    border-color: #000;
    width: 9px;
    height: 9px;
}

.artist-item2-inner2 .nice-select .list {
    width: 100%;
}

.artist-item3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.artist-item3-inner {
    width: calc(100%/4);
    padding: 20px 10px 0px 10px;
    margin-bottom: 30px;
}

.artist-item3-inner2 {
    border-radius: 15px;
    background: #FFF;
    box-shadow: -1px 8px 36px 0px rgba(0, 0, 0, 0.05);
}

.artist-item3-inner3 {
    padding: 4px;
    text-align: center;
    border-radius: 16px 16px 0px 0px;
    background: linear-gradient(90deg, #825ECC 0%, #5C7CE5 100%);
}

.artist-item3-inner3 h6 {
    color: #FFF;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.81px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.artist-item3-inner3 h6 img {
    margin-right: 4px;
}

.artist-item3-inner4 {
    padding: 16px;
    min-height: 480px;
    max-height: 480px;
}

.artist-item3-inner5 {
    padding-bottom: 16px;
    border-bottom: 1px solid #EAEAEA;
}

.artist-item3-inner6 {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.artist-item3-inner6 img {
    margin-right: 8px;
    border-radius: 50%;
}

.artist-item3-inner6 h3 {
    color: #5C7CE5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.42px;
    margin: 0;
}

.artist-item3-inner6 h3 span {
    color: rgba(100, 102, 105, 0.70);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -1px;
    display: block;
    margin-top: 2px;
    opacity: 0.699999988079071;
}

.artist-item3-inner5 h2 {
    color: #646669;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.42px;
    margin: 0;
}

.artist-item3-inner7 {
    padding: 16px 0;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    flex-wrap: wrap;
}

.artist-item3-inner7 div {
    width: 50%;
}

.artist-item3-inner7 h3 {
    color: #646669;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -0.7px;
    opacity: 0.5;
    margin: 0 0 8px;
}

.artist-item3-inner7 h2 {
    color: #646669;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.65px;
    margin: 0;
}

.artist-item3-inner7 ul {
    display: flex;
    align-items: center;
}

.artist-item3-inner7 ul li a {
    margin-right: 8px;
}

.artist-item3-inner7 ul li:last-of-type a {
    margin-right: 0;
}

.artist-item3-inner7 div > span {
    color: #646669;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.56px;
    padding: 8px 12px;
    border-radius: 50px;
    background: #F9F9F9;
}

.artist-item3-inner7 div > span img {
    max-width: 16px;
    margin-right: 8px;
}

.artist-item3-inner8 a {
    color: #FEFEFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.56px;
    width: 100%;
    text-align: center;
    padding: 8px;
    border-radius: 50px;
    background: #5C7CE5;
}

.artist-item3-inner8 a:hover {
    opacity: .8;
}

.artist-item3-inner9 div {
    width: 33.333%;
}

.artist-item3-inner10 {
    padding: 8px 0 31px;
}

.artist-item3-inner11 {
    width: 34%!important;
}

.prize-details p{
    color: #6A7392;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: -0.8px;
    text-align: justify;
}

.challenge-post-detail{
    border-radius: 39px;
    background: #F9F9F9;
    box-shadow: 1px 1px 6px #cecece;
}

.challenge-post-detail:hover{
    background-color: #5C7CE5;
    color: #FFFFFF;
}

.checkbox-hide, .radio-hide{
    display: none;
}

.prize-input{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1px;
    color: rgb(92, 124, 229);
    background: rgb(255, 255, 255);
    border: 1px solid;
    outline: none;
    padding: 18px 20px;
    border-radius: 8px;
    height: 10px;
    width: 150px;
    display: none;
    text-align: right;
}

.modal-loading{
    margin-left: 30% !important;
}

.artist-search-column .search-content{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: -1px 8px 36px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: -1px 8px 36px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px 8px 36px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: -1px 8px 36px 0px rgba(0, 0, 0, 0.05);
}

.challenge-card-footer{
   min-height: 0px;
   width: 100%;
   padding: 16px;
}

.search-column-card{
    min-width: 324px;
    width: calc(100%/5);
}

.challenge-card-disabled{
    opacity: .8;
    background-color: cornflowerblue;
}

.artist-area-inner {
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

.mt-negative{
    margin-top: -80px;
}

.guideline-list li{
    list-style-type: decimal-leading-zero;
    align-items: flex-start;
    text-align: justify !important;
}

a.preview-listen {
    display: flex;
    align-items: center;
}

.main-menu .promotion_box a {
    background-color: transparent;
}
.main-menu .promotion_box a:hover{
    background-color: transparent;
}
/* .main-menu li:hover a {
    color: #5C7CE5;
    font-weight: 700;
} */

.modal-scrollbar::-webkit-scrollbar {
    width: 12px;
}
.modal-scrollbar::-webkit-scrollbar-thumb {
    background-color: #5C7CE5;
    border-radius: 10px;
}
.modal-scrollbar::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.modal-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #5C7CE5 #f1f1f1;
}
.modal-custom-scrollbar .modal-scrollbar::-webkit-scrollbar {
    width: 12px;
}
.modal-custom-scrollbar .modal-scrollbar::-webkit-scrollbar-thumb {
    background-color: #5C7CE5;
    border-radius: 10px;
}
.modal-custom-scrollbar .modal-scrollbar::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/*
====================================
Alternative Screen - Others
====================================
*/
@media (max-width: 600px){
    .header-middle .promotion_box {
        width: calc(100vw - 5%) !important;
        left: auto !important;
        transform: none !important;
        margin-top: 10px !important;
    }

    #bt_create_campaign{
        padding: 0px !important;
        text-align: left !important;
    }

    .promotion_rightm p{
        text-align: left !important;
    }

    .drop-menu{
        background-color: #ffffff !important;
        padding: 2% !important;
        border-radius: 20px;
        color: #5C7CE5 !important;
    }

    .promotion_box .promotion_item{
        border-radius: 16px;
        background: #EFF2FC;
        cursor: pointer;
    }

    .main-menu li a{
        font-weight: 700 !important;
    }
}

/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 1200px) and (max-width: 1480px) {

	.static-part {
		padding: 24px 20px;
	}

	.static-part ul li p {
		font-size: 13px;
	}

	.static-part ul li h4 {
		font-size: 16px;
	}

	.atten-table table td:first-child {
		padding-left: 10px;
	}

	.atten-table .td1 h4 {
		display: flex;
		align-items: center;
	}

	.atten-table .td1 h4 img {
		max-width: 25px;
	}

	.atten-table .td1 h4 {
		font-size: 10px;
	}

	.atten-table .td2 p img {
		width: 25px;
		height: 25px;
	}

	.atten-table tbody .td2 p {
		font-size: 10px;
	}

	.atten-table .td4 img {
		max-width: 32px;
	}

	.atten-table .td5 a {
		font-size: 10px;
	}

	.atten-table .td5 a i {
		font-size: 10px;
	}

	.atten-table .td1 h4 img {
		margin-right: 0;
	}

	.atten-table .td3 i {
		width: 18px;
		height: 18px;
		font-size: 12px;
	}

	.atten-table .td3 ul li a {
		font-size: 10px;
		margin: 2px 0;
	}

	.atten-table table .td1 {
	    width: 22%;
	}

	.atten-table table .td2 {
	    width: 15%;
	}

	.atten-table table .td3 {
	    width: 44%;
	}

	.atten-table table .td4 {
	    width: 5%
	}

	.atten-table table .td5 {
	    width: 13%;
	}

	.attention-part ul li a {
		padding: 15px 13px;
		font-size: 12px;
	}

	.attention-part span {
		font-size: 14px;
	}

	.atten-table .td3  .fa-eye {
		width: 20px;
		height: 14px;
		line-height: 14px;
		font-size: 10px;
	}


}


/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

	.wrap1_headmiddle a  {
		font-size: 18px;
	}

	.wrap1_headright a {
		font-size: 18px;
	}

	.header-left img {
		max-width: 145px;
	}

	.header-middle ul li a {
		padding: 8px 13px;
	}

	.header-middle .campaign_btn a {
		font-size: 13px;
		padding: 4px 4px;
		padding-right: 12px;
		margin-right: 14px;
	}

	.header-right ul .message {
		width: 36px;
		height: 36px;
	}

	.tooltip-box2 {
		top: -180px;
	}

	.atten-table table td:first-child {
		padding-left: 10px;
	}

	.atten-table .td1 h4 {
		display: flex;
		align-items: center;
	}

	.atten-table .td1 h4 img {
		max-width: 25px;
	}

	.atten-table .td1 h4 {
		font-size: 10px;
	}

	.atten-table .td2 p img {
		width: 25px;
		height: 25px;
	}

	.atten-table tbody .td2 p {
		font-size: 11px;
	}

	.atten-table .td4 img {
		max-width: 32px;
	}

	.atten-table .td5 a {
		font-size: 10px;
	}

	.atten-table .td5 a i {
		font-size: 10px;
	}

	.atten-table .td1 h4 img {
		margin-right: 0;
	}

	.atten-table .td3 i {
		width: 18px;
		height: 18px;
		font-size: 12px;
	}

	.atten-table .td3 ul li a {
		font-size: 10px;
		margin: 2px 0;
	}

	.atten-table table .td1 {
	    width: 22%;
	}

	.atten-table table .td2 {
	    width: 15%;
	}

	.atten-table table .td3 {
	    width: 44%;
	}

	.atten-table table .td4 {
	    width: 5%
	}

	.atten-table table .td5 {
	    width: 13%;
	}

	.need-main-right {
		margin-top: 25px;
	}

	.pagination-part {
		margin-top: 250px;
	}

	.dash3_table {
	    padding-bottom: 0px;
	}

	.artist-item2-inner2 {
	    width: 20%;
	}

}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {

	.wrap1_headleft img {
		max-width: 152px;
	}

	.wrap1_headmiddle a  {
		font-size: 17px;
	}

	.wrap1_headmiddle a img {
		max-width: 17px;
	}

	.wrap1_headright a {
		font-size: 17px;
	}

	.step_bar span {
		width: 85px;
		height: 6px;
	}

	.step_upper p {
		font-size: 15px;
	}

	.step_upper h2 {
		font-size: 26px;
	}

	.step_item {
		border-width: 6px;
	}

	.step_item span {
		font-size: 26px;
	}

	.step_item h4 {
		font-size: 34px;
	}

	.step_item ul li a {
		font-size: 14px;
	}

	.step_item ul {
		bottom: 20px;
	}

	.step_upper h6 {
		font-size: 20px;
	}

	.header-right ul li a {
		margin: 0;
	}

	.header-right ul li {
		margin-left: 12px;
	}

	.need-main-right {
		margin-top: 25px;
	}

	.tooltip-box2 {
		top: -180px;
	}

	.atten-table th p {
		font-size: 12px;
	}

	.atten-table .td2 p img {
		margin-right: 5px;
	}

	.atten-table .td5 a {
		font-size: 8px;
		padding: 4px 5px;
	}

	.atten-table table td:first-child {
		padding-left: 10px;
	}

	.atten-table .td1 h4 {
		display: flex;
		align-items: center;
	}

	.atten-table .td1 h4 img {
		max-width: 25px;
	}

	.atten-table .td1 h4 {
		font-size: 10px;
	}

	.atten-table .td2 p img {
		width: 25px;
		height: 25px;
	}

	.atten-table tbody .td2 p {
		font-size: 10px;
	}

	.atten-table .td4 img {
		max-width: 32px;
	}

	.atten-table .td5 a {
		font-size: 10px;
	}

	.atten-table .td5 a i {
		font-size: 10px;
	}

	.atten-table .td1 h4 img {
		margin-right: 0;
	}

	.atten-table .td3 i {
		width: 18px;
		height: 18px;
		font-size: 12px;
	}

	.atten-table .td3 ul li a {
		font-size: 10px;
		margin: 2px 0;
	}

	.atten-table table .td1 {
	    width: 22%;
	}

	.atten-table table .td2 {
	    width: 15%;
	}

	.atten-table table .td3 {
	    width: 44%;
	}

	.atten-table table .td4 {
	    width: 5%
	}

	.atten-table table .td5 {
	    width: 13%;
	}

	.need-main-right {
		margin-top: 25px;
	}

	.pagination-part {
		margin-top: 250px;
	}

	.dash3_table {
	    padding-bottom: 0px;
	}

	.dash3_table td h4 {
		font-size: 14px;
	}

	.dash3_table td h4 img {
		max-width: 26px;
		margin-right: 5px;
	}

	.dash3_table td p {
		font-size: 12px;
	}

	.dash3_table td span {
		font-size: 12px;
	}

	.artist-area {
	    padding-bottom: 80px;
	}

	.artist-area-inner {
	    max-width: 720px;
	}

	.artist-item2-inner2 {
	    width: 33.333%;
	}

	.artist-item3-inner {
	    width: 50%;
	}

	.side_menuitem .promotion_box {
		width: 300px;
	}

	.promotion_box li {
	    padding: 5px 5px 10px!important;
	}

	.promotion_leftm img {
		widows: 36px;
		height: 36px;
	}

	.promotion_leftm {
		width: 54px;
	}

	.promotion_rightm h4 {
		font-size: 12px;
	}

	.promotion_rightm span {
		font-size: 10px;
	}

	.promotion_rightm p {
		font-size: 11px;
		margin: 8px 0;
	}

	.promotion_rightm h6 {
		font-size: 10px;
	}


}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {

	.wrap1_header {
		padding: 10px 20px;
	}

	.wrap1_headleft img {
		max-width: 145px;
	}

	.wrap1_headmiddle a  {
		font-size: 15.5px;
	}

	.wrap1_headmiddle a img {
		max-width: 15px;
	}

	.wrap1_headright a {
		font-size: 15.5px;
		padding: 7px 22px
	}

	.step_bar span {
		width: 70px;
		height: 5px;
	}

	.step_upper p {
		font-size: 14px;
	}

	.step_upper h2 {
		font-size: 22px;
	}

	.step_item {
		width: 170px;
		height: 280px;
		border-width: 5px;
		margin: 0 7px;
		border-radius: 20px;
	}

	.step_item span {
		font-size: 21px;
	}

	.step_item h4 {
		font-size: 26px;
	}

	.step_item ul li {
		font-size: 10px;
	}

	.step_item ul li a {
		font-size: 12px;
	}

	.step_item ul {
		bottom: 24px;
	}

	.step_item p {
		font-size: 20px;
	}

	.step_form {
		max-width: 570px;
	}

	.step_form label {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.step_form input,
	.step_form textarea {
		font-size: 16px;
	}

	.wrap1_bottom ul li a {
		font-size: 17px;
	}

	.step_upper h6 {
		font-size: 18px;
	}

	.prize-upper h4 {
		font-size: 18px;
	}

	.prize-upper p {
		font-size: 16px;
	}

	.prize_left h4 {
		font-size: 18px;
	}

	.prize_left span {
		font-size: 24px;
		margin-right: 10px;
	}

	.prize_right span {
		font-size: 16px;
	}

	.prize_right span a {
		margin-left: 12px;
	}

	.prize_right .top {
		margin-right: 6px;
	}

	.prize_right .top a {
	    margin: 0 10px;
	}

	.review_box {
		padding: 20px 25px 40px;
	}

	.review_box h2 {
		font-size: 25px;
		margin-top: 26px;
	}

	.review_box ul li {
		font-size: 15px;
	}

	.review-inner p {
		font-size: 12.5px;
	}

	.review-inner h4 {
		font-size: 20px;
	}

	.header-right ul li a {
		margin: 0;
	}

	.header-right ul li {
		margin-left: 12px;
	}

	.need-main-wrapper {
		padding: 24px 15px;
	}

	.atten-table {
		overflow-x: auto;
	}

	.atten-table table {
		width: 1140px
	}

	.need-main-right {
		margin-top: 25px;
	}

	.tooltip-box2 {
		top: -180px;
	}

	.atten-table {
		display: none;
	}

	.atten-upper {
		border-radius: 15px 15px 0 0;
	}

	.pagination-part {
		margin-top: 200px;
	}

	.dash3_table {
		padding-bottom: 10px;
	}

	.dash3_table table {
		width: 760px
	}

	.dash3_table td h4 {
		font-size: 14px;
	}

	.dash3_table td h4 img {
		max-width: 26px;
		margin-right: 5px;
	}

	.dash3_table td p {
		font-size: 12px;
	}

	.dash3_table td span {
		font-size: 12px;
	}

	.view_chmiddle {
		margin: 20px 0;
	}

	.view-chupper {
		display: block;
		text-align: center;
	}

	.view-chuprleft p {
		justify-content: center;
		margin-bottom: 25px;
	}

	.view-chuprright ul li {
		display: block;
	}

	.view-chuprright ul li a {
		display: block;
		margin-bottom: 10px;
	}

	.artist-area {
	    padding-bottom: 60px;
	}

	.artist-area-inner {
	    max-width: 540px;
	}

	.artist-item2-inner {
	    margin: 0 -10px;
	}

	.artist-item2-inner2 {
	    width: 50%;
	    padding: 0 10px;
	}

	.artist-item3-inner {
	    width: 100%;
	}

	.header-right50 .campaign_btn {
		display: none;
	}

	.side_menuitem .promotion_box {
		width: 300px;
	}

	.promotion_box li {
	    padding: 5px 5px 10px!important;
	}

	.promotion_leftm img {
		widows: 36px;
		height: 36px;
	}

	.promotion_leftm {
		width: 54px;
	}

	.promotion_rightm h4 {
		font-size: 12px;
	}

	.promotion_rightm span {
		font-size: 10px;
	}

	.promotion_rightm p {
		font-size: 11px;
		margin: 8px 0;
	}

	.promotion_rightm h6 {
		font-size: 10px;
	}

}


@media screen and (max-width: 575px) {

	.wrap1_header {
		padding: 10px 16px;
	}

	.wrap1_headleft img {
		max-width: 145px;
	}

	.wrap1_headmiddle {
		background: #3e5cbf;
		padding: 10px 0 20px;
	}

	.wrap1_headmiddle a  {
		font-size: 16px;
	}

	.wrap1_headmiddle a img {
		max-width: 16px;
	}

	.wrap1_headright a {
		font-size: 15.5px;
		padding: 6px 21px
	}

	.step_bar span {
		width: 55px;
		height: 5px;
		margin: 0 3px;
	}

	.step_upper {
		padding: 36px 0;
	}

	.step_upper p {
		font-size: 13px;
	}

	.step_upper h2 {
		font-size: 20px;
	}

	.step_mainbox {
		flex-direction: column;
	}

	.step_item {
		width: 220px;
		height: 300px;
		border-width: 5px;
		margin: 0 auto 20px;
		border-radius: 20px;
	}

	.step_item span {
		font-size: 24px;
	}

	.step_item h4 {
		font-size: 28px;
	}

	.step_item ul li {
		font-size: 12px;
	}

	.step_item ul li a {
		font-size: 14px;
	}

	.step_item ul {
		bottom: 20px;
	}

	.step_form label {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.step_form input,
	.step_form textarea {
		font-size: 15px;
		padding: 16px 16px;
	}

	.wrap1_bottom ul li a {
		font-size: 16px;
		margin: 0 7px;
	}

	.prize-upper {
		display: block;
	}

	.prize-upper h4 {
		font-size: 16px;
	}

	.prize-upper p {
		font-size: 15px;
	}

	.step_upper h6 {
		font-size: 16px;
	}

	.prize_box {
		padding: 8px 12px;
	}

	.prize_left h4 {
		font-size: 16px;
	}

	.prize_left span {
		font-size: 21px;
		margin-right: 10px;
	}

	.prize_right span {
		font-size: 14px;
	}

	.prize_right span a {
		margin-left: 10px;
	}

	.prize_right .top {
		margin-right: 6px;
	}

	.prize_right .top a {
	    margin: 0 10px;
	}

	.prize-box_top {
		display: block;
	}

	.prize-box_top .prize_right {
		margin-top: 10px;
	}

	.review_box {
		padding: 20px 20px 40px;
	}

	.music_icon span {
		font-size: 25px;
		width: 72px;
		height: 72px;
	}

	.review_box h2 {
		font-size: 20px;
		margin-top: 24px;
	}

	.review_box ul li {
		font-size: 14px;
	}

	.review-inner p {
		font-size: 12.5px;
	}

	.review-inner h4 {
		font-size: 18px;
	}

	.review_prize {
		justify-content: flex-start;
		padding: 20px 0 15px;
	}

	.review_prize > div {
		padding-right: 20px;
		padding-bottom: 15px;
	}

	.header-area {
		padding: 14px 16px;
	}

	.pagination-part {
		margin-top: 160px;
	}

	.need-main-wrapper {
		padding-top: 20px;
	}

	.modal-footer a {
		display: block;
		width: 100%;
		text-align: center;
	}

}

@media (max-width: 700px) {
    #table_data_challenge table tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding-left: 10%;
        position: relative;
    }

    #table_data_challenge table tr{
        display: block;
        width: 100%;
    }

    #table_data_challenge table th {
        display: block;
    }
}

.label-profile-artist{
    display: flex;
    align-items: flex-start;
}

.w-auto-form{
    width: auto !important;
}

.influencer-average-profile{
    background: #5C7CE5 !important;
    padding: 5% !important;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.accept-price{
    color: #5C7CE5 !important;
    font-size: 18px;
    font-weight: bold;
}

.average-count{
    color: rgba(76, 76, 76, 0.90);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.loading-transparent{
    background-color: transparent !important;
    border: none !important;
}

.icon-link {
    color: #6E87E7;
    text-decoration: none; /* Remove underline */
}

.icon-animation {
    transition: transform 0.3s ease, color 0.3s ease;
}

.icon-link:hover .icon-animation {
    transform: scale(5);
    color: red;
}