/*Disabled State for incomplete page buttons*/
.collaborationpost-text p{
    font-size: 16px;
    font-style: italic;
}
.collaborationpost-text p a{
    color: #bd242e;
    border-bottom: 1px solid;  
}
.collaborationpost .collaborationpost-form-control-custom{
    display: flex;
    flex-wrap: wrap;
}
.collaborationpost .collaborationpost-form-control-custom .collaborationpost-myfet{
    font-size: 16px   
}
.collaborationpost .collaborationpost-form-control-custom .collaborationpost-myfet span{
    color: #bd242e;
}
.collaborationpost .collaborationpost-form-control-custom .collaborationpost-external{
    margin-left: 50px;
    font-size: 16px;
}
.collaborationpost .collaborationpost-form-control-custom .collaborationpost-external span{
    color:#bd242e; 
}
/* Modal css */
.upload-text h6 {
    font-size: 16px;
    color: #BD242E;
    margin-left: 15px;
}
.upload-text p{
    margin-left: 15px;
}
/* .btn-theme-custom{
    padding: 15px 26px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    background-color: #bd242e !important;
    font-weight: 500 !important;
} */


.disabletext {
    opacity: 0.5 !important;
    pointer-events: none !important;
}


/*Sweet Alert 2 (Modal) Styling Starts*/

.swal2-popup {
    background-color: #101f31 !important;
}


/*Sweet Alert 2 (Modal) Styling Ends*/

body,
html,
button {
    font-family: "Helvetica Neue";
    background-color: #ffffff;
    font-size: 25px;
}

body{
	overflow-x: hidden;
	overflow-y: auto;
}

.container-custom {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1670px;
}

.container-custom-fluid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.custom-theme-btn::after {
    content: "";
    height: 35px;
    width: 100px;
    background-image: url("../images/button-top-red.png");
    position: absolute;
    bottom: 100%;
    left: 37px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.custom-theme-btn::before {
    content: "";
    height: 50px;
    width: 130px;
    background-image: url("../images/button-bottom-red.png");
    position: absolute;
    top: calc(100% - 10px);
    left: 15px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.hero-section {
    height: 100vh;
    min-height: 500px;
    background-color: #101f31;
    position: relative;
    overflow: hidden;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.main-content {
    padding-top: 195px;
}

.sticky .navbar-collapse {
    max-height: 80vh;
    overflow: auto;
}

.hero-header {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 15px;
}

.hero-header .button-list {
    margin-left: 30px;
    position: relative;
    z-index: 5;
}

.hero-header .button-list a {
    display: inline-block;
    padding: 15px 30px;
    background-color: #101f30;
    color: #fff;
    border-radius: 10px;
    font-size: 25px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    font-family: "DIN Pro Cond";
    font-weight: bold;
    text-transform: uppercase;
}

.hero-header .button-list a:hover {
    text-decoration: none;
    background-color: #bd242e;
}

.hero-section .banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    height: 100vh;
    min-height: 500px;
}

.hero-section .banner-slider .slider-image {
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
}

.hero-section .banner-slider .slider-image img {
    width: 100%;
    height: auto;
}

.hero-section .banner-slider .slick-prev:before,
.hero-section .banner-slider .slick-next:before {
    font-size: 40px;
    line-height: 0.4;
    font-family: "DIN Pro Cond";
}

.hero-section .banner-slider .slick-prev:before {
    content: "<";
}

.hero-section .banner-slider .slick-next:before {
    content: ">";
}

.hero-section .banner-slider .slick-prev,
.hero-section .banner-slider .slick-next {
    width: 75px;
    height: 75px;
    background-color: #101f31;
    border-radius: 5px;
}

.hero-section .banner-slider .slick-next {
    right: 25px;
    z-index: 99;
}

.hero-section .banner-slider .slick-prev {
    left: 25px;
    z-index: 99;
}

.hero-section .hero-button-container {
    z-index: 2;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 500px;
    width: calc(100% - 200px);
    height: 100%;
    top: 0;
    margin-left: 100px;
    margin-right: 100px;
}

.hero-section .hero-button-container .button-wrapper {
    text-align: center;
}

.hero-section .hero-button-container .button-wrapper .signin-button-wrapper {
    margin-bottom: 30px;
}

.hero-section .hero-button-container .button-wrapper .signin-button-wrapper .custom-theme-btn:first-child {
    margin-right: 50px;
}

.custom-theme-btn {
    padding: 20px 100px;
    display: inline-block;
    font-size: 56px;
    color: #101f30;
    background-color: #bd242e;
    border-radius: 30px;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    font-family: "DIN Pro Cond";
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1;
}

.custom-theme-btn:hover {
    text-decoration: none;
    background-color: #bd242e;
    color: #fff;
}

.custom-theme-btn.theme-btn-white {
    font-size: 40px;
    padding: 20px 92px;
    line-height: 1;
    background-color: #fff;
    border-radius: 20px;
}

.custom-theme-btn.theme-btn-white::after {
    content: "";
    height: 26px;
    width: 80px;
    background-image: url("../images/button-top-white.png");
    position: absolute;
    bottom: 100%;
    left: 23px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.custom-theme-btn.theme-btn-white::before {
    content: "";
    height: 30px;
    width: 100px;
    background-image: url("../images/button-bottom-white.png");
    position: absolute;
    top: calc(100% - 2px);
    left: 5px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.custom-theme-btn.theme-btn-white:hover {
    color: #bd242e;
}

.custom-theme-btn-dark {
    padding: 20px 100px;
    display: inline-block;
    font-size: 56px;
    color: #fff;
    background-color: #101f30;
    border-radius: 30px;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    font-family: "DIN Pro Cond";
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
}

.custom-theme-btn-dark:hover {
    text-decoration: none;
    background-color: #bd242e;
    color: #fff;
}

.main-header {
    background-color: #101f31;
    /*position:sticky;*/
    z-index: 99;
    top: 0;
}

.main-header .navbar-nav .nav-item {
    margin-right: 15px;
}

.main-header .navbar-nav .nav-item .nav-link {
    color: #bd242e;
    font-size: 26px;
    font-weight: 400;
}

.main-header .navbar-nav .nav-item .nav-link b {
    font-weight: 500;
}

.fetish-card {
    background-color: #101f31;
    color: #fff;
    border-radius: 35px;
    margin-top: 100px;
    margin-bottom: 45px;
    height: calc(100% - 145px);
}

.fetish-card .fetish-img {
    max-width: 210px;
    margin: auto;
    border: 4px solid #bd242e;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: -100px;
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    height: 300px;
    background-color: #bd242e;
}

.fetish-card .fetish-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #c0c0c0;
}

.fetish-card .fetish-details {
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: calc(100% - 200px);
}

.fetish-card .fetish-details .fetish-name {
    font-size: 30px;
    font-weight: 400;
    color: #bd242e;
    margin: 0;
}

.fetish-card .fetish-details .fetish-user-id {
    color: #fff;
    font-size: 25px;
    margin: 0;
}

.fetish-card .fetish-details .fetish-info {
    font-size: 25px;
    line-height: 1.1;
}

.fetish-card .fetish-details .btn {
    font-size: 35px;
    background-color: #fff;
    display: block;
    font-family: "DIN Pro Cond";
    text-transform: uppercase;
    border-radius: 20px;
    margin-bottom: 5px;
}

.fetish-card .fetish-details .btn:hover {
    background-color: #bd242e;
    color: #fff;
}

.fetish-card .fetish-details .info-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    margin-top: auto;
}

.fetish-card .fetish-details .info-icon .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

.fetish-card .fetish-details .info-icon .item img {
    width: 35px;
    height: auto;
    margin-right: 5px;
}

.fetish-card .fetish-details .info-icon .material-icons {
    font-size: 40px;
    margin-right: 5px;
}

.call-to-action-card {
    min-height: 500px;
    background-color: #101f30;
    border-radius: 20px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.call-to-action-card .content p {
    color: #fff;
    font-size: 30px;
}

.call-to-action-card .button-container .custom-theme-btn {
    margin-right: 30px;
}

.theme-color {
    color: #bd242e;
}

.call-to-action-section {
    margin-top: 45px;
}

.main-footer {
    background-color: #101f31;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 70px;
}

.main-footer .footer-logo {
    margin-bottom: 70px;
}

.main-footer .footer-logo img {
    max-width: 260px;
}

.main-footer .instagram-feed .title {
    font-size: 25px;
    margin-bottom: 45px;
    margin-top: 45px;
}

.main-footer .instagram-feed-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-footer .instagram-feed-images .item {
    width: calc(100% / 3);
    /*max-height: 200px;*/
}

.main-footer .instagram-feed-images .item img {
    width: 100%;
    height: auto;
    padding: 5px;
}

.main-footer .copyright-text {
    font-size: 25px;
    margin-bottom: 0;
}

.main-footer .email-id {
    color: #fff;
    font-size: 25px;
}

.main-footer .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-footer .footer-menu ul li {
    margin-right: 15px;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-footer .footer-menu ul li a {
    color: #fff;
}

.main-footer .footer-menu ul li:after {
    content: ">";
    margin-left: 10px;
}

.main-footer .footer-menu ul li:before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #fff;
    display: inline-block;
    border-radius: 30px;
    margin-right: 5px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.modal-backdrop.show {
    opacity: 0.15;
}

.myfet-popup .modal-dialog {
    max-width: 860px;
}

.myfet-popup .modal-dialog .modal-content {
    background-color: #101f31;
    color: #fff;
    border: 18px solid #fff;
    border-radius: 40px;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content {
    padding: 0 80px;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content .logo {
    text-align: center;
    padding-top: 35px;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content .logo h3 {
    font-weight: 400;
    color: #bd242e;
    font-size: 25px;
    margin: 20px 0;
}

.myfet-popup .modal-dialog .modal-content .close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    z-index: 9999;
}

.myfet-popup .modal-dialog .modal-content .close:hovar {
    opacity: 0.5;
}

.dark-fat-form {
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.dark-fat-form .form-group .dark-fat-input {
    font-size: 23px;
    border-radius: 15px;
    border: 3px solid #101f31;
    padding: 9px 25px 9px;
    color: #101f31;
    height: auto;
}

.dark-fat-form .form-group ::-webkit-input-placeholder {
    color: #101f31;
}

.dark-fat-form .form-group ::-moz-placeholder {
    color: #101f31;
}

.dark-fat-form .form-group :-ms-input-placeholder {
    color: #101f31;
}

.dark-fat-form .form-group ::-ms-input-placeholder {
    color: #101f31;
}

.dark-fat-form .form-group ::placeholder {
    color: #101f31;
}

.dark-fat-form .form-link {
    color: #bd242e;
    font-size: 25px;
    text-decoration: underline;
}

.sign-up-link {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    display: block;
}

.sign-up-link:hover {
    color: #bd242e;
    text-decoration: none;
}

.sign-up-link span {
    text-decoration: underline;
    font-weight: 500;
}

.social-login {
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.social-login p {
    text-align: center;
    font-size: 21px;
    color: #bd242e;
}

.social-login .facebook-btn {
    color: #fff;
    font-size: 25px;
    background-color: #4c6fb1;
    padding: 16px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 15px;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-login .facebook-btn img {
    border-right: 1px solid #fff;
    padding-right: 30px;
    padding-left: 40px;
}

.social-login .facebook-btn span {
    width: calc(100% - 60px);
    text-align: center;
}

.social-login .google-btn {
    color: #fff;
    font-size: 25px;
    background-color: #d06f1c;
    padding: 16px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 15px;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-login .google-btn img {
    border-right: 1px solid #fff;
    padding-right: 30px;
    padding-left: 35px;
}

.social-login .google-btn span {
    width: calc(100% - 60px);
    text-align: center;
}

.btn-theme-fat-form {
    font-size: 25px;
    background-color: #bd242e;
    max-width: 360px;
    width: 100%;
    margin: auto;
    padding: 25px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 15px;
    color: #fff;
}

.custom-checkbox.fet-checkbox {
    padding-left: 35px;
}

.custom-checkbox.fet-checkbox .custom-control-label {
    color: #bd242e;
    font-size: 25px;
    cursor: pointer;
}

.custom-checkbox.fet-checkbox .custom-control-label::before {
    height: 26px;
    width: 26px;
    border-radius: 0;
    border: 1px solid #bd242e;
    left: -35px;
    top: 5px;
}

.custom-checkbox.fet-checkbox .custom-control-label::after {
    height: 26px;
    width: 26px;
    left: -35px;
    top: 5px;
}

.custom-checkbox.fet-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #bd242e;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content {
    padding: 0 165px;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content .btn-theme-fat-form {
    max-width: 100%;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content .custom-checkbox.fet-checkbox .custom-control-label {
    color: #ffffff;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content .social-login .facebook-btn {
    max-width: 290px;
    margin: auto auto 10px;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content .social-login .google-btn {
    max-width: 290px;
    margin: auto;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content .social-login p {
    font-size: 20px;
}

.custom-checkbox.fet-checkbox .custom-control-label a {
    color: #fff;
    text-decoration: underline;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content.sign-up-start .logo p {
    font-size: 21px;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content.sign-up-start .button-fat-group {
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content.sign-up-start .button-fat-group p {
    font-size: 21px;
    margin: 0;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content.sign-up-start .button-fat-group .custom-theme-btn {
    max-width: 430px;
    width: 100%;
}

.custom-theme-btn.theme-btn-white.no-element-btn-white:after,
.custom-theme-btn.theme-btn-white.no-element-btn-white:before {
    content: none;
}

.page-title {
    background-color: #101f31;
    padding: 25px 60px;
    margin-top: 60px;
    border-radius: 20px;
}

.page-title .title-container {
    display: flex;
    align-items: center;
}

.page-title .title-container .title-icon {
    height: 116px;
    width: 116px;
    border-radius: 116px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.page-title .title-container .title-icon img {
    max-height: 83px;
    max-width: 83px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-title .title-container .title-icon img.icon {
    max-height: 60px;
    max-width: 60px;
}

.page-title .title-container .title-inner h3 {
    font-size: 25px;
    color: #bd242e;
    font-weight: 400;
    margin: 0;
}

.page-title .title-container .title-inner p {
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.form-card {
    border: 4px solid #101f31;
    border-radius: 15px;
    padding: 30px 60px;
    margin-top: 45px;
}

.form-card .form-title {
    font-size: 25px;
    font-weight: 400;
    border-bottom: 1px solid #101f31;
    margin-bottom: 30px;
    padding-bottom: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.form-card .form-title img {
    height: 50px;
    margin-right: 20px;
}

.form-card .form-sub-title {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1;
}

.form-group .form-control {
    font-size: 25px;
    border-radius: 15px;
    border: 1px solid #101f31;
    padding: 16px 30px 15px;
    height: auto;
    color: #bd242e;
}

.form-group .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 36, 46, 0.2);
}

.form-group ::-webkit-input-placeholder {
    color: #bd242e;
}

.form-group :-ms-input-placeholder {
    color: #bd242e;
}

.form-group ::placeholder {
    color: #bd242e;
}

.custom-checkbox.fet-checkbox .custom-control-label span {
    padding-left: 10px;
    color: #101f31;
}

.custom-checkbox.fet-checkbox:hover .custom-control-label span {
    color: #bd242e;
}

.btn.theme-btn {
    background-color: #101f31;
    color: #fff;
    padding: 20px 80px;
    border-radius: 15px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}

.btn.theme-btn.theme-btn-red {
    background-color: #bd242e;
    font-weight: 500;
}

.btn.theme-btn.theme-btn-red:hover {
    background-color: #101f31;
    color: #fff;
}

.btn.theme-btn:hover {
    background-color: #bd242e;
}

hr {
    border-top: 1px solid #101f31;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.form-card p {
    font-size: 27px;
    line-height: 1.4;
}

.custom-checkbox-container {
    background-color: #101f31;
    border-radius: 15px;
    padding: 15px 15px 15px 30px;
    display: flex;
    justify-content: space-between;
}

.custom-checkbox-container p {
    margin: 0;
    color: #fff;
    font-size: 25px;
}

.custom-checkbox-container .custom-checkbox.fet-checkbox .custom-control-label::after {
    height: 30px;
    width: 30px;
    left: -34px;
    top: 2px;
    border-radius: 5px;
}

.custom-checkbox-container .custom-checkbox.fet-checkbox .custom-control-label::before {
    height: 30px;
    width: 30px;
    left: -34px;
    top: 2px;
    border-radius: 5px;
}

.page-title {
    display: flex;
    align-items: center;
}

.page-title .title-container .title-inner {
    width: calc(100% - 116px);
}

.page-title .tab-container .nav-tabs {
    border: 0;
    flex-wrap: nowrap;
}

.page-title .tab-container .nav-tabs .nav-item .nav-link {
    padding: 20px 80px;
    display: inline-block;
    font-size: 50px;
    color: #101f30;
    background-color: #fff;
    border-radius: 15px;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    font-family: "DIN Pro Cond";
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    margin-left: 20px;
    white-space: nowrap;
}

.page-title .tab-container .nav-tabs .nav-item .nav-link.active {
    color: #101f30;
    background-color: #bd242e;
    border-color: transparent;
}

.faq-tab {
    max-width: 896px;
    margin: auto;
}

.faq-tab .card {
    background-color: transparent;
    border: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    border-radius: 0;
}

.faq-tab .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
}

.faq-tab .card .card-header .btn-link {
    font-size: 25px;
    font-weight: 700;
    color: #101f31;
    padding: 0;
    width: 100%;
    text-align: left;
    padding-left: 60px;
    position: relative;
}

.faq-tab .card .card-header .btn-link:after {
    content: "";
    height: 40px;
    width: 40px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    background-image: url("../images/mine.png");
    background-size: cover;
}

.faq-tab .card .card-body {
    font-size: 21px;
    padding: 20px 0;
}

.faq-tab .card .card-header .btn-link.collapsed:after {
    background-image: url("../images/plus.png");
}

.faq-tab .card .card-header .btn-link:hover {
    text-decoration: none;
}

.faq-tab .card .card-header .btn-link:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu ul li {
    margin-right: 30px;
}

.menu ul li:last-child {
    margin-right: 0;
}

.navbar {
    padding: 0.5rem 0rem;
}

.menu .custom-dropdown:hover .dropdown-menu {
    display: block;
}
.custom-dropdown-report{
    position: relative;
}
.custom-dropdown-report .dropdown-menu-report{
    display: none;
}
.custom-dropdown-report:hover .dropdown-menu-report{
    display: block;
}
.custom-dropdown-report li{
    list-style: none;
}
.custom-dropdown-report .dropdown-menu-report{
    position: absolute;
    right: -5px;
    padding-top: 15px;
}
.custom-dropdown-report .dropdown-menu-report a{
    color: white;
    background-color: #101f31;
    border-radius: 0.25rem;
    font-weight: 600;
}
.custom-dropdown-report .dropdown-menu-report .dropdown-item-report{
    padding: .5rem 2.5rem;
}
.custom-dropdown-report .dropdown-menu-report a:hover{
    background-color: #bd242e;
    transition: all .3s ease;
}
.custom-dropdown-report .dropdown-menu-report:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    top: 5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #101f31;
}
.menu ul li a img {
    height: 65px;
    width: auto;
}

.menu ul li .active-img {
    display: none;
}

.menu ul li:hover .no-active-img,
.menu ul li.active .no-active-img {
    display: none;
}

.menu ul li:hover .active-img,
.menu ul li.active .active-img {
    display: block;
}

.menu {
    margin-left: auto;
}

.error {
    color: #ff0000;
}

.filter-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    padding: 30px 0;
    flex-wrap: wrap;
}

.filter-menu ul li {
    margin-right: 35px;
}

.filter-menu ul li a {
    font-size: 27px;
    color: #bd242e;
}

.search-bar {
    border: 1px solid #bd242e;
    display: flex;
}

.search-bar ::-webkit-input-placeholder {
    color: #bd242e;
}

.search-bar :-ms-input-placeholder {
    color: #bd242e;
}

.search-bar ::placeholder {
    color: #bd242e;
}

.search-bar input[type="text"] {
    border: none;
    width: calc(100% - 93px);
    font-size: 25px;
    padding: 25px;
    color: #bd242e;
    background-color: transparent;
}

.search-bar input[type="text"]:focus {
    outline: none;
}

.search-bar button {
    height: 93px;
    width: 93px;
    background-color: transparent;
    border: none;
}

.search-bar button:hover {
    opacity: 0.8;
}

.search-bar button:focus {
    outline: none;
}

.search-bar button img {
    max-height: 65px;
    max-width: 65px;
}

.custom-pagination {
    border-top: 1px solid #707070;
    padding-top: 25px;
    text-align: right;
    margin-bottom: 40px;
    margin-top: 30px;
}

.custom-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}

.custom-pagination ul li {
    font-size: 25px;
    color: #bd242e;
}

.custom-pagination ul li a {
    padding: 0 10px;
    color: #bd242e;
}
.custom-pagination ul li.active{
    font-weight:bold;
}
.upload-action-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.upload-action-bar .action-button .btn {
    padding: 0;
    margin-right: 30px;
}

.upload-action-bar .action-button .btn img {
    max-width: 50px;
    max-height: 50px;
}

.upload-action-bar .upload-filter {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-left: 45px;
    flex-wrap: wrap;
}

.upload-action-bar .upload-filter li {
    color: #bd242e;
    font-size: 25px;
    padding-right: 20px;
}

.upload-action-bar .upload-filter li a {
    color: #bd242e;
}

.upload-action-bar .upload-filter li a:after {
    content: "|";
    padding-left: 20px;
}

.upload-action-bar .search-bar-conatiner {
    margin-left: auto;
    min-width: 475px;
}

.upload-action-bar .search-bar-conatiner .search-bar input[type="text"] {
    padding: 20px;
}

.upload-action-bar .search-bar-conatiner .search-bar button {
    height: 80px;
    width: 80px;
}

.upload-action-bar .search-bar-conatiner .search-bar button img {
    max-height: 55px;
    max-width: 55px;
}

.upload-content-container .row>div {
    border-top: 1px solid #707070;
}

.upload-content-container .image-card {
    padding-top: 30px;
    padding-bottom: 30px;
}

.upload-content-container .image-card .file {
    /* height: 300px;*/
}

.upload-content-container .image-card .file>img,
.upload-content-container .image-card .file>.video-js {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #e0e0e0;
}

.upload-content-container .image-card .details {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.upload-content-container .image-card .details .icon {
    margin-right: 10px;
}

.upload-content-container .image-card .details .icon img {
    max-width: 36px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
    box-shadow: none !important;
}

.upload-content-container .image-card .details .icon.grey img {
    filter: grayscale(1) brightness(2.5);
}

.upload-content-container .image-card .details .name {
    margin-left: 10px;
    font-size: 21px;
    font-weight: 500;
    color: #bd242e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-page .profile-header {
    background-size: cover;
    background-position: center;
    background-color: #101f31;
}

.profile-page .profile-header .profile-image {
    border-radius: 30px;
    overflow: hidden;
    border: 4px solid #bd242e;
    margin-top: 115px;
    position: relative;
}

.edit-btn {
    background-color: transparent;
    border: none;
    height: 50px;
    width: 50px;
}

.edit-btn img {
    width: 100%;
}

.profile-page .profile-header .profile-image .edit-btn {
    position: absolute;
    background-color: #fff;
    border: none;
    right: 10px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    bottom: 10px;
}

.profile-page .profile-header .state-bar .item .edit-text {
    display: flex;
    align-items: center;
}

.profile-page .profile-header .state-bar .item .edit-text .edit-btn {
    margin-left: 10px;
}

.edit-input {
    display: flex;
}

.edit-input .form-control {
    font-size: 25px;
}

.edit-input input[type="button"] {
    font-size: 25px;
    background-color: #bd242e;
    border: none;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
    padding: 7px 20px;
}

.profile-page .profile-header .profile-image img {
    width: 100%;
}

.profile-page .profile-header .state-bar {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.profile-page .profile-header .state-bar .item {
    color: #fff;
    text-align: center;
    margin: 0 10px;
}

.profile-page .profile-header .state-bar .item h4 {
    font-size: 50px;
    margin: 0;
}

.profile-page .profile-header .state-bar .item h5 {
    font-size: 25px;
    font-weight: 400;
}

.profile-page .profile-header .purchase-button {
    margin-bottom: 20px;
}

.profile-page .profile-header .purchase-button .btn {
    display: block;
    background-color: #101f31;
    width: 100%;
    color: #bd242e;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.profile-page .profile-header .purchase-button .btn img {
    margin-right: 20px;
}

.profile-page .profile-details .profile-wall {
    margin-top: 60px;
}

.profile-page .profile-details .profile-wall .message-form {
    margin-bottom: 80px;
}

.profile-page .profile-details .profile-wall .message-form .message-box {
    overflow: hidden;
    border: 4px solid #bd242e;
    border-radius: 20px;
}

.profile-page .profile-details .profile-wall .message-form .message-box .message-box-header {
    display: flex;
    justify-content: space-between;
    border: 4px solid #bd242e;
    border-radius: 20px;
    margin-top: -4px;
    margin-right: -4px;
    border-right: -4px;
    margin-left: -4px;
    overflow: hidden;
}

.profile-page .profile-details .profile-wall .message-form .message-box .message-box-header .title {
    padding: 10px;
    font-size: 25px;
    color: #bd242e;
    line-height: 1;
    display: flex;
    align-items: center;
}

.profile-page .profile-details .profile-wall .message-form .message-box .message-box-header .title .icon {
    margin-right: 20px;
    margin-left: 30px;
}

.profile-page .profile-details .profile-wall .message-form .message-box .message-box-header .paid-chat {
    background-color: #bd242e;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    padding: 18px 30px;
    border-radius: 15px 0 0 15px;
}

.profile-page .profile-details .profile-wall .message-form .message-box .type-area {
    border-bottom: 1px solid #707070;
    margin-bottom: 40px;
}

.profile-page .profile-details .profile-wall .message-form .message-box .type-area textarea {
    border: none;
    width: 100%;
    padding: 30px;
    font-size: 25px;
}

.profile-page .profile-details .profile-wall .message-form .message-box .type-area textarea:focus {
    outline: none;
    border: none;
}

.profile-page .profile-details .profile-wall .message-form .message-box .message-box-footer {
    display: flex;
    justify-content: flex-end;
}

.profile-page .profile-details .profile-wall .message-form .message-box .message-box-footer .btn {
    background-color: #bd242e;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    padding: 18px 30px;
    border-radius: 15px 15px 0 15px;
    border: none;
    margin-bottom: -2px;
    margin-right: -2px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #707070;
    margin-bottom: 25px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header .title {
    font-size: 25px;
    color: #bd242e;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header .action {
    padding: 25px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header .action .item {
    margin-left: 25px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header .action .item:hover {
    text-decoration: none;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header .action .item img {
    max-height: 35px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card {
    border: 4px solid #101f31;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 60px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-title {
    display: flex;
    align-items: center;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-title .avatar {
    height: 100px;
    width: 100px;
    margin-right: 10px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-title .avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-title .details h4 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-title .details h5 {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .images {
    margin-top: 30px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .images .imgs-grid {
    max-width: 100%;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .images .imgs-grid .imgs-grid-image:before {
    background-color: #ffffff;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .images .imgs-grid .imgs-grid-image {
    padding: 5px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .like-comments {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .like-comments .item {
    display: flex;
    font-size: 25px;
    align-items: center;
    margin-right: 20px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .like-comments .item .icon {
    margin-right: 10px;
    max-height: 35px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .comments {
    margin-bottom: 20px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .comments .item {
    font-size: 25px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-footer {
    display: flex;
    justify-content: center;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-footer.post-card-footer-margin .btn {
    height: 59px;
    margin-top: 0px;
    background-color: #bd242e;
    font-weight: 500;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-footer.fund_raised_button_margin .btn {
    height: 59px;
    margin-top: 0px;
    background-color: #bd242e;
    font-weight: 500;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-footer .btn {
    background-color: #938f8f;
    font-size: 25px;
    color: #fff;
    border-radius: 20px;
    padding: 13px 30px;
    min-width: 194px;
}

.profile-page .profile-sidebar {
    margin-top: 60px;
}

.profile-page .profile-sidebar .sidebar-button {
    font-size: 25px;
    background-color: #101f31;
    display: block;
    padding: 10px 20px;
    border-radius: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.profile-page .profile-sidebar .sidebar-button.red-text {
    color: #bd242e;
}

.profile-page .profile-sidebar .sidebar-button.red-bg {
    background-color: #bd242e;
    color: #fff;
}

.profile-page .profile-sidebar .sidebar-button:hover {
    text-decoration: none;
}

.profile-page .profile-sidebar .sidebar-button .icon {
    margin-right: 10px;
}

.profile-page .profile-sidebar .sidebar-text {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.profile-page .profile-sidebar .sidebar-text a {
    font-weight: 700;
    color: #101f31;
    text-decoration: underline;
}

.profile-page .profile-sidebar .info-text {
    font-size: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #101f31;
}

.profile-page .profile-sidebar .info-text.link span {
    text-decoration: underline;
    font-weight: 700;
    color: #101f31;
}

.profile-page .profile-sidebar .info-text .icon {
    margin-right: 10px;
}

.profile-page .profile-sidebar .info-text b {
    margin-right: 10px;
    color: #bd242e;
}

.profile-page .profile-sidebar .info-details {
    margin-bottom: 20px;
    display: block;
}

.profile-page .profile-sidebar .info-details h4 {
    font-size: 30px;
    color: #bd242e;
    margin: 0 0 3px;
}

.profile-page .profile-sidebar .info-details.link h4 {
    text-decoration: underline;
}

.profile-page .profile-sidebar .info-details h5 {
    font-size: 21px;
    font-weight: 400;
    color: #000000;
}

.profile-page .profile-sidebar .info-details:hover {
    text-decoration: none;
}

.profile-page .profile-sidebar .info-card {
    border: 4px solid #101f31;
    border-radius: 15px;
    margin-bottom: 20px;
}

.profile-page .profile-sidebar .info-card .details {
    padding: 10px;
    color: #bd242e;
    text-align: center;
    font-size: 21px;
}

.profile-page .profile-sidebar .info-card .details a {
    color: #bd242e;
    font-weight: 700;
    text-decoration: underline;
}

.profile-page .profile-sidebar .info-card .info-header {
    background-color: #101f31;
    padding: 10px;
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
}

.profile-page .profile-sidebar .info-card .info-header .icon {
    margin-right: 20px;
}

.profile-page .profile-sidebar .title {
    margin-bottom: 20px;
}

.profile-page .profile-sidebar .title h4 {
    font-size: 30px;
    font-weight: 500;
    color: #bd242e;
}

.profile-page .profile-sidebar .title h5 {
    font-size: 30px;
    font-weight: 500;
    color: #bd242e;
}

.profile-page .profile-sidebar .adv-card {
    text-align: center;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 100px;
}

.profile-page .profile-sidebar .adv-card .card-logo {
    margin-bottom: 30px;
}

.profile-page .profile-sidebar .adv-card h3 {
    color: #bd242e;
    font-family: "DIN Pro Cond";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
}

.profile-page .profile-sidebar .sidebar-button .icon {
    max-height: 40px;
    max-width: 40px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.profile-page .profile-sidebar .info-text .icon {
    max-height: 40px;
    max-width: 40px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.profile-page .profile-sidebar .info-card .info-header .icon {
    max-height: 40px;
    max-width: 40px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.profile-page .profile-sidebar .adv-card .card-logo img {
    max-height: 100px;
}

.profile-page .profile-sidebar .info-details.with-btn {
    position: relative;
    padding-right: 60px;
}

.profile-page .profile-sidebar .info-details.with-btn .edit-btn {
    position: absolute;
    background-color: transparent;
    border: none;
    right: 0;
    height: 50px;
    width: 50px;
    top: -10px;
}

.profile-page .profile-sidebar .info-details.with-btn .edit-btn img {
    width: 100%;
}

.profile-page .profile-header .change-cover {
    background-color: #fff;
    border: 4px solid #bd242e;
    border-radius: 16px;
    font-size: 30px;
    color: #bd242e;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100px;
    right: 0;
    white-space: nowrap;
}

.profile-page .profile-header .change-cover .icon {
    margin-right: 20px;
    height: 30px;
}

.on-off-toggle {
    width: 56px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.on-off-toggle__slider {
    width: 56px;
    height: 24px;
    display: block;
    border-radius: 34px;
    background-color: #d8d8d8;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.on-off-toggle__slider:before {
    content: "";
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 1px #949494;
    bottom: 3px;
    height: 18px;
    left: 3px;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 18px;
    z-index: 5;
    border-radius: 100%;
}

.on-off-toggle__slider:after {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    content: "off";
    color: #bd242e;
    padding-left: 26px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.on-off-toggle__input {
    /*
      This way of hiding the default input is better 
      for accessibility than using display: none;
    */
    position: absolute;
    opacity: 0;
}

.on-off-toggle__input:checked+.on-off-toggle__slider {
    background-color: #bd242e;
}

.on-off-toggle__input:checked+.on-off-toggle__slider:before {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
}

.on-off-toggle__input:checked+.on-off-toggle__slider:after {
    content: "on";
    color: #ffffff;
    padding-left: 8px;
}

.profile-page .profile-sidebar .title {
    padding-left: 20px;
}

.profile-page .profile-sidebar .title.dark h4 {
    color: #101f31;
    margin-bottom: 0;
}

.profile-page .profile-sidebar .title.dark h5 {
    color: #101f31;
}

.profile-page .profile-sidebar .follow-container {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.profile-page .profile-sidebar .follow-container .details {
    padding-right: 65px;
}

.profile-page .profile-sidebar .follow-container .details h4 {
    font-size: 30px;
}

.profile-page .profile-sidebar .follow-container .details h4 span {
    color: #bd242e;
}

.profile-page .profile-sidebar .follow-container .switch-container {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.profile-page .profile-sidebar .sidebar-card-outline {
    padding: 20px;
    border: 4px solid #bd242e;
    border-radius: 15px;
}

.profile-page .profile-sidebar .sidebar-card-outline h4 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.profile-page .profile-sidebar .sidebar-card-outline h4 span {
    color: #bd242e;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 20px;
    border-bottom: 1px solid #707070;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit.with-border {
    border: 2px solid #bd242e;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit .details {
    padding-right: 65px;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit .details h4 {
    margin: 0;
    font-size: 25px;
    margin-bottom: 5px;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit .details .label-with-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit .details .label-with-text h5 {
    color: #bd242e;
    font-size: 27px;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit .details .label-with-text h6 {
    color: #bd242e;
    font-size: 27px;
    border: 1px solid #bd242e;
    padding: 5px 30px;
    margin: 0;
    border-radius: 14px;
    line-height: 1;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit .edit-btn {
    position: absolute;
    background-color: transparent;
    border: none;
    right: 0;
    height: 50px;
    width: 50px;
    top: 22px;
    padding: 5px;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit .edit-btn img {
    width: 100%;
}

.profile-page .profile-sidebar .info-details.dark h4 {
    color: #101f31;
    font-size: 27px;
    padding-left: 20px;
}

.profile-page .profile-details .profile-wall .post-form {
    padding: 25px;
    border: 4px solid #bd242e;
    border-radius: 15px;
}

.profile-page .profile-details .profile-wall .post-form .post-header {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
}

.profile-page .profile-details .profile-wall .post-form .post-header .post-btn {
    background-color: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    margin-right: 40px;
}

.profile-page .profile-details .profile-wall .post-form .post-header .post-btn .icon {
    max-height: 55px;
}

.profile-page .profile-details .profile-wall .post-form .post-header .post-btn span {
    color: #bd242e;
    font-size: 25px;
    margin-left: 10px;
}

.profile-page .profile-details .profile-wall .post-form .text-area-container {
    padding:20px 0;
}

.profile-page .profile-details .profile-wall .post-form .text-area-container .text-area-highlight {
    position: relative;
    right: 0;
    bottom: 0;
}

.profile-page .profile-details .profile-wall .post-form .text-area-container .text-area-highlight .higlight-text-div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    padding: 2px;
    font-size: 18px;
}

.profile-page .profile-details .profile-wall .post-form .text-area-container .text-area-highlight .higlight-text-property {
    background-color: #bd242e;
    color: white;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 3px;
    margin-left: -15px;
}

.profile-page .profile-details .profile-wall .post-form .text-area-container .text-area-highlight .higlight-text-property::selection {
    color: white;
}

.profile-page .profile-details .profile-wall .post-form .text-area-container textarea {
    font-size: 25px;
    border: none;
    width: 100%;
    /* opacity: 0; */
}

.profile-page .profile-details .profile-wall .post-form .text-area-container textarea:focus {
    border: none;
    outline: none;
}

.profile-page .profile-details .profile-wall .post-form .post-footer .post-buttons {
    display: flex;
    justify-content: space-between;
}

.profile-page .profile-details .profile-wall .post-form .post-footer .post-buttons button {
    background-color: #bd242e;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    padding: 18px 30px;
    border-radius: 15px;
    font-weight: 400;
    border: none;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header.kreator-profile-header {
    border: none;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 30px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header.kreator-profile-header .title {
    color: #101f31;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header.kreator-profile-header .title a {
    color: #bd242e;
}

.profile-page .profile-details .profile-wall .post-form .post-header .post-btn img {
    max-height: 40px;
    width: auto;
}

.hero-title {
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 130px 0;
}

.hero-title .logo-hero-header {
    width: 110px;
    margin: auto;
}

.hero-title .logo-hero-header img {
    width: 100%;
}

.hero-title .title {
    font-size: 65px;
    font-family: "DIN Pro Cond";
    font-weight: bold;
    text-transform: uppercase;
    color: #bd242e;
    margin-top: 20px;
}

.form-card.product-form-card {
    padding: 30px 10px 0;
    border-color: #bd242e;
}

.search-bar-conatiner.rounded .search-bar {
    border-radius: 15px;
}

.categories-buttons-group {
    margin-bottom: 30px;
}

.categories-buttons-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.categories-buttons-group ul li {
    flex-grow: 1;
}

.categories-buttons-group ul li:nth-child(2) a {
    z-index: 3;
}

.categories-buttons-group ul li:last-child a {
    margin-right: 0;
}

.categories-buttons-group ul li a {
    background-color: #fff;
    border: 1px solid #bd242e;
    border-radius: 15px;
    display: block;
    font-size: 25px;
    text-align: center;
    color: #bd242e;
    padding: 15px;
    margin-right: -25px;
    z-index: 2;
    position: relative;
}

.categories-buttons-group ul li a.active {
    background-color: #bd242e;
    color: #fff;
    z-index: 4;
    position: relative;
}

.categories-buttons-group ul li a:hover {
    text-decoration: none;
}

.form-card-title {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
}

.form-card-title h5 {
    font-size: 25px;
    color: #bd242e;
    font-weight: 400;
}

.products-list .product-card {
    margin-bottom: 40px;
}

.products-list .product-card .product-image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    /*height: 300px;*/
    /*background-color: #e0e0e0;*/
}

.products-list .product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-list .product-card .details {
    border: 2px solid #101f31;
    border-radius: 17px;
    padding: 30px;
}

.products-list .product-card .details .product-name {
    font-size: 27px;
    color: #bd242e;
    font-weight: 500;
    margin: 0 0 10px;
}

.products-list .product-card .details .small-details {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.products-list .product-card .details .desc {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.products-list .product-card .details .price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products-list .product-card .details .price-container .edit-btn {
    height: 40px;
    width: 40px;
}

.products-list .product-card .details .price-container .edit-btn img {
    width: 100%;
}

.products-list .product-card .details .price-container .price {
    font-size: 30px;
    color: #bd242e;
    font-weight: 700;
}

.products-list .product-card .details .price-container .add-btn {
    font-size: 30px;
    font-weight: 700;
    color: #bd242e;
    text-decoration: underline;
}

.action-buttons-label {
    margin-top: 30px;
    padding: 0 30px;
}

.action-buttons-label .btn {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 300px;
    padding: 10px 30px;
}

.action-buttons-label .btn .icon {
    height: 45px;
    margin-left: 10px;
}

.btn-theme {
    background-color: #bd242e;
    border-radius: 15px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding: 20px 30px;
}

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

.kin-filter-list {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.kin-filter-list a {
    color: #101f31;
    font-size: 27px;
}

.kin-filter-list a.active {
    color: #bd242e;
}

.kin-filter-list a:after {
    content: "|";
    margin-right: 20px;
    margin-left: 20px;
}

.kin-form-card {
    padding: 30px 10px;
}

.kin-list-container .kin-item {
    background-color: #101f31;
    color: #fff;
    border-radius: 45px;
    padding: 30px;
    margin: 20px 20px 30px;
}

.kin-list-container .kin-item .kin-image {
    margin: 0 30px;
    height: 100%;
    border: 4px solid #bd242e;
    border-radius: 25px;
    overflow: hidden;
    margin-left: 0;
}

.kin-list-container .kin-item .kin-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kin-list-container .kin-item .member-status {
    margin-right: 30px;
}

.kin-list-container .kin-item .member-status .kinkster-name {
    font-size: 28px;
    font-weight: 400;
    text-decoration: underline;
    color: #bd242e;
    margin-bottom: 30px;
}

.kin-list-container .kin-item .member-status .kin-status {
    padding: 17px;
    background-color: #e6b309;
    border-radius: 18px;
    font-family: "DIN Pro Cond";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    color: #101f31;
    margin-bottom: 30px;
}

.kin-list-container .kin-item .member-status .kin-status.silver-member {
    background-color: #9b9992;
}

.kin-list-container .kin-item .member-status .kin-status.bronze-member {
    background-color: #ba6108;
}

.kin-list-container .kin-item .member-status .info {
    font-size: 25px;
    margin-bottom: 5px;
}

.kin-list-container .kin-item .member-status>a {
    color: #bd242e;
    font-size: 25px;
    font-weight: 400;
    text-decoration: underline;
}

.kin-list-container .kin-item .kin-konnect h4 {
    font-size: 25px;
    font-weight: 400;
    color: #bd242e;
}

.kin-list-container .kin-item .kin-konnect a {
    color: #fff;
    text-decoration: underline;
    display: block;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 5px;
}

.kin-list-container .kin-item .fetish-top h4 {
    font-size: 25px;
    font-weight: 400;
    color: #bd242e;
}

.kin-list-container .kin-item .fetish-top h4 span {
    color: #fff;
}

.kin-list-container .kin-item .fetish-top ul {
    padding-left: 20px;
    color: #bd242e;
}

.kin-list-container .kin-item .fetish-top ul p {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.tooltip>.tooltip-inner {
    background-color: #bd242e;
    color: #ffffff;
    border: 1px solid #bd242e;
    padding: 15px;
    font-size: 18px;
    max-width: 250px;
    text-align: left;
}

.search-result-alert {
    border: 1px solid #bd242e;
    position: relative;
}

.search-result-alert .title {
    font-size: 25px;
    color: #bd242e;
    padding: 30px;
}

.search-result-alert .icon {
    position: absolute;
    right: 30px;
    top: 35px;
}

.search-result-alert .icon img {
    max-width: 50px;
}

.settings-card {
    display: flex;
    align-items: center;
    padding: 30px;
    border: 1px solid #101f31;
    border-radius: 15px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.settings-card.red-outline {
    border: 2px solid #bd242e;
}

.settings-card.red-outline .details h4 {
    color: #bd242e;
}

.settings-card.red-outline .details p {
    color: #bd242e;
}

.settings-card.avatar-card {
    border: 2px solid #bd242e;
    height: auto;
}

.settings-card.avatar-card .avatar {
    height: 80px;
    width: 80px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 15px;
}

.settings-card.avatar-card .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.settings-card a {
    color: #bd242e;
    text-decoration: underline;
}

.settings-card.fill-blue {
    background-color: #101f31;
    border: none;
    height: auto;
}

.settings-card.fill-blue .details h4 {
    color: #bd242e;
}

.settings-card.fill-blue .details p {
    color: #fff;
}

.settings-card .icon {
    width: 80px;
    margin-right: 30px;
    height: 80px;
}

.settings-card .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.settings-card .details {
    width: calc(100% - 110px);
}

.settings-card .details h4 {
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 5px;
}

.settings-card .details p {
    font-weight: 400;
    font-size: 25px;
    margin: 0;
    line-height: 1;
}

.video-card {
    border: 2px solid #bd242e;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.5;
}

.video-card:hover .video-thumb .play-icon {
    opacity: 0.8;
    transition: all 0.5;
}

.video-card .details {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.video-card .details h4 {
    margin: 0;
    font-size: 25px;
    color: #bd242e;
}

.video-card .details h4 span {
    font-weight: 400;
}

.video-card .details h5 {
    margin: 0;
    font-size: 25px;
    color: #bd242e;
    font-weight: 400;
}

.video-card .video-thumb {
    position: relative;
}

.video-card .video-thumb .thumb {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.video-card .video-thumb .play-icon {
    transition: all 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.video-card .video-thumb .play-icon .icon {
    width: 75px;
}

.sidebar-container .notes {
    margin-top: 30px;
}

.sidebar-container .notes h4 {
    font-size: 25px;
    color: #bd242e;
}

.sidebar-container .notes p {
    font-size: 21px;
    line-height: 1.2;
    color: #bd242e;
}

.sidebar-container .sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-container .sidebar-menu li a {
    padding: 25px 25px 25px 60px;
    display: block;
    border: 2px solid #101f31;
    border-radius: 15px;
    font-size: 25px;
    color: #101f31;
    transition: all 0.3s;
    font-weight: 700;
    display: flex;
    align-items: center;
    min-height: 104px;
}

.sidebar-container .sidebar-menu li a.fill-menu {
    background-color: #101f31;
    color: #fff;
}

.sidebar-container .sidebar-menu li a.red-outline {
    background-color: #101f31;
    color: #bd242e;
}

.sidebar-container .sidebar-menu li a.red-outline:hover {
    color: #fff;
    text-decoration: none;
    background-color: #101f31;
}

.sidebar-container .sidebar-menu li a img {
    max-width: 50px;
    margin-right: 10px;
}

.sidebar-container .sidebar-menu li a:hover,
.sidebar-container .sidebar-menu li a.active {
    text-decoration: none;
    background-color: #bd242e;
    border-color: #bd242e;
}

.profile-settings-card {
    border: 4px solid #101f31;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

.profile-settings-card .title {
    color: #bd242e;
    font-size: 25px;
    display: flex;
    align-items: center;
}

.profile-settings-card .title img {
    height: 55px;
    margin-right: 20px;
}

.profile-settings-card .top-up-amount-div {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
    flex-wrap: wrap;
}

.profile-settings-card .top-up-amount-div .label {
    font-size: 25px;
    color: #bd242e;
}

.profile-settings-card .top-up-amount-div .top-up-form {
    display: flex;
    flex-wrap: wrap;
}

.profile-settings-card .top-up-amount-div .top-up-form button {
    font-size: 25px;
    font-weight: 700;
    background-color: #bd242e;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    min-width: 300px;
    margin-left: 20px;
}

.profile-settings-card .top-up-amount-div .top-up-form button:focus {
    outline: none;
}

.profile-settings-card .top-up-amount-div .top-up-form input[type="text"] {
    border: 1px solid #000000;
    text-align: center;
    font-size: 25px;
    color: #bd242e;
}

.profile-settings-card .top-up-amount-div .top-up-form input[type="text"]:focus {
    outline: none;
}

.profile-settings-card .instruction {
    color: #101f31;
}

.profile-settings-card .instruction h3 {
    font-size: 25px;
    font-weight: 700;
}

.profile-settings-card .instruction p {
    font-size: 25px;
    line-height: 1.2;
}

.responsive-div-table {
    display: table;
    width: 100%;
}

.responsive-div-table .edit-btn {
    border: none;
    background-color: transparent;
}

.responsive-div-table .edit-btn img {
    max-width: 55px;
    max-height: 55px;
}

.responsive-div-table .table-head {
    display: table-row;
}

.responsive-div-table .table-head .table-header {
    display: table-cell;
    border-bottom: 1px solid #000;
    padding: 0 0 20px;
    font-size: 25px;
    color: #bd242e;
    font-weight: 700;
}

.responsive-div-table .table-row {
    display: table-row;
}

.responsive-div-table .table-row .table-small {
    display: table-cell;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    vertical-align: middle;
}

.responsive-div-table .table-row .table-small .table-cell {
    font-size: 25px;
    color: #bd242e;
}

.responsive-div-table .table-row .table-small .table-cell:first-child {
    display: none;
}

.hero-button-container.coming-soon {
    width: 60%;
    flex-direction: column;
}

.hero-button-container.coming-soon .button-wrapper .signin-button-wrapper .custom-theme-btn:first-child {
    margin-right: 0;
}

.hero-button-container.coming-soon h2 {
    margin-bottom: 60px;
    font-family: "DIN Pro Cond";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 72px;
    color: #fff;
}

.hero-button-container.coming-soon .signin-button-wrapper .custom-theme-btn {
    margin-right: 0;
    text-decoration: underline;
}

.responsive-div-table.dark-font .table-row .table-small .table-cell {
    color: #101f31;
}

.responsive-div-table .table-row .table-small .table-cell .cc-card-details h4 {
    font-size: 25px;
}

.responsive-div-table .table-row .table-small .table-cell .cc-card-details h5 {
    color: #bd242e;
    font-size: 20px;
}

.responsive-div-table .table-row .table-small .table-cell .cc-card-details h5 img {
    width: 35px;
}

.profile-settings-card .title.with-border {
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
}

.profile-settings-card .switch-container-label {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #000000;
}

.profile-settings-card .switch-container-label .label {
    color: #bd242e;
    font-size: 25px;
}

.custom-dropdown .dropdown-toggle::after {
    content: none;
}

.custom-dropdown .dropdown-menu-right {
    right: -18px;
}

.custom-dropdown .dropdown-menu {
    padding: 0;
    background-color: transparent;
    min-width: 300px;
    padding-top: 20px;
    border: none;
}

.custom-dropdown .dropdown-menu:after,
.custom-dropdown .dropdown-menu:before {
    bottom: calc(100% - 20px);
    right: 32px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.custom-dropdown .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 16px;
    margin-left: -16px;
}

.custom-dropdown .dropdown-menu:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 16px;
    margin-left: -16px;
}

.custom-dropdown .dropdown-menu .dropdown-item {
    background-color: #101f31;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    transition: all 0.3s;
    font-size: 25px;
    padding: 20px;
    font-weight: 600;
}

.custom-dropdown .dropdown-menu .dropdown-item img {
    max-width: 45px;
    height: auto;
    margin-right: 10px;
}

.custom-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #bd242e;
}

.coming-soon .info {
    font-size: 20px;
    text-align: center;
}

.coming-soon .label-with-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.coming-soon .label-with-text h3 {
    font-size: 20px;
    margin: 15px 0;
    font-weight: 400;
    color: #bd242e;
}

.coming-soon .label-with-text .action {
    display: flex;
}

.custom-control {
    margin-left: 10px;
    padding-left: 0;
    padding-right: 2.5rem;
}

.custom-control .custom-control-label {
    color: #bd242e;
    font-size: 20px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #bd242e;
    background-color: #bd242e;
}

.custom-control-label::before {
    width: 2rem;
    height: 2rem;
    top: 0;
    right: -2.5rem;
    left: inherit;
}

.custom-control-label::after {
    width: 2rem;
    height: 2rem;
    top: 0;
    right: -2.5rem;
    left: inherit;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-pagination>nav>.pagination .page-item.active .page-link {
    background-color: transparent;
    color: inherit;
    border: none;
}

.custom-pagination>nav>.pagination li span,
.custom-pagination>nav>.pagination li a {
    padding: 0 10px;
    color: #bd242e;
    border: none;
    font-size: 20px;
}

.upload-content-container .image-card .details .custom-control {
    margin-left: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    font-size: 18px;
    border-radius: 10px !important;
    padding: 10px 20px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #bd242e;
}

.theme-text-color {
    color: #bd242e;
}

.icon-text-btn {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #bd242e;
}

.icon-text-btn img {
    margin-right: 20px;
    height: 50px;
}

.border-bottom-form {
    border-bottom: 1px solid #101f31;
    margin-bottom: 20px;
}

.border-bottom-form {
    padding-bottom: 20px;
}

.border-bottom-form .form-group {
    margin: 0;
}

.border-bottom-form p {
    margin: 5px 0;
}

.form-card.dark-card {
    background-color: #101f31;
}

.form-card.dark-card .form-title {
    color: #fff;
    border-bottom-color: #fff;
}

.border-bottom-form .link-icon {
    position: relative;
}

.border-bottom-form .link-icon:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(../images/icons/link.png);
    left: -50px;
    top: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.statitics-container {
    border-radius: 20px;
    border: 2px solid #101f31;
    padding: 40px 0;
    margin-bottom: 30px;
}

.statitics-container .static-details {
    text-align: center;
}

.statitics-container .static-details h2 {
    color: #bd242e;
    font-size: 50px;
    margin: 0;
}

.statitics-container .static-details p {
    margin: 0;
}

.table-custom-div .header {
    border-bottom: 1px solid #101f31;
    padding: 15px;
    margin-bottom: 15px;
}

.table-custom-div .table-card {
    border: 2px solid #101f31;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
}

.table-custom-div .table-card .table-header {
    display: none;
    margin-bottom: 10px;
}

.table-custom-div .table-card .user-details {
    display: flex;
    align-items: center;
}

.table-custom-div .table-card .user-details .img {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 20px;
}

.table-custom-div .table-card .user-details .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* .table-custom-div .table-card .user-details .cc-card-details {
    width: calc(100% - 170px);
} */

.table-custom-div .table-card .user-details .cc-card-details h4 {
    font-size: 25px;
}

.table-custom-div .table-card .user-details .cc-card-details h5 {
    color: #bd242e;
    font-size: 20px;
}

.table-custom-div .table-card .user-details .cc-card-details h5 img {
    width: 35px;
}

.custom-select-container.btn-type .custom-select {
    height: auto;
    background-color: #bd242e;
    border: none;
    color: #fff;
    font-size: 25px;
    border-radius: 15px;
    padding: 10px 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS45MTYiIGhlaWdodD0iNy43MzMiIHZpZXdCb3g9IjAgMCAxMS45MTYgNy43MzMiPgogIDxwYXRoIGlkPSJEUk9QRE9XTl9BR0VfTUVOVV9BUlJPVyIgZGF0YS1uYW1lPSJEUk9QRE9XTiBBR0UgTUVOVSBBUlJPVyIgZD0iTTcuOTU4LDkuNzMzLDIsMy43NzUsMy43NzUsMiw3Ljk1OCw2LjE4MywxMi4xNDEsMmwxLjc3NSwxLjc3NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0yKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
}

.profile-card-header {
    border-bottom: 1px solid #101f31;
    padding-bottom: 10px;
}

.profile-card-header h2 {
    font-size: 25px;
    font-weight: 400;
    color: #bd242e;
    margin: 0;
    padding: 15px;
}

.table-custom-div .table-card .action .icon {
    max-width: 35px;
}

.copy-content {
    display: flex;
    border: 1px solid #bd242e;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.copy-content input[type="text"] {
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 25px;
}

.copy-content input[type="text"]:focus {
    outline: none;
}

.copy-content button {
    background-color: #bd242e;
    color: #fff;
    font-size: 25px;
    border: none;
    white-space: nowrap;
    padding: 10px 30px;
}

.table-custom-div .header .icon {
    max-height: 30px;
    max-width: 30px;
}

.custom-select-container.btn-type.red-outline .custom-select {
    background-color: #fff;
    border: 1px solid #bd242e;
    color: #bd242e;
    text-align: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS45MTYiIGhlaWdodD0iNy43MzMiIHZpZXdCb3g9IjAgMCAxMS45MTYgNy43MzMiPgogIDxwYXRoIGlkPSJEUk9QRE9XTl9BR0VfTUVOVV9BUlJPVyIgZGF0YS1uYW1lPSJEUk9QRE9XTiBBR0UgTUVOVSBBUlJPVyIgZD0iTTcuOTU4LDkuNzMzLDIsMy43NzUsMy43NzUsMiw3Ljk1OCw2LjE4MywxMi4xNDEsMmwxLjc3NSwxLjc3NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0yKSIgZmlsbD0iI2JkMjQyZSIvPgo8L3N2Zz4K");
}

.text-info-card {
    border: 1px solid #bd242e;
    border-radius: 15px;
    padding: 15px;
    margin: 15px;
    text-align: center;
}

.debit-card-box {
    max-width: 700px;
    margin: auto;
    border-radius: 10px;
    background-image: linear-gradient( 30deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.2) 70%), linear-gradient( 45deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.2) 75%), linear-gradient( 60deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.2) 80%);
    background-color: silver;
    padding: 30px 30px 20px;
    margin-bottom: 30px;
}


/* @media screen and (max-width:1600px) { */

body,
html,
button {
    font-size: 16px;
}

.logo img {
    max-height: 65px;
}

.hero-header .button-list a {
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 18px;
}

.custom-theme-btn {
    padding: 20px 70px;
    font-size: 40px;
    border-radius: 20px;
}

.custom-theme-btn-dark {
    padding: 20px 70px;
    font-size: 40px;
    border-radius: 20px;
}

.hero-section .banner-slider .slick-prev,
.hero-section .banner-slider .slick-next {
    width: 55px;
    height: 55px;
    background-color: #101f31;
    border-radius: 5px;
}

.hero-section .banner-slider .slick-prev:before,
.hero-section .banner-slider .slick-next:before {
    font-size: 35px;
}

.main-header .navbar-nav .nav-item .nav-link {
    font-size: 20px;
}

.main-header .navbar .navbar-brand img {
    max-height: 100px;
    width: auto;
}

.fetish-card .fetish-details .fetish-name {
    font-size: 20px;
}

.fetish-card .fetish-details {
    padding: 20px;
}

.fetish-card .fetish-details .fetish-user-id {
    font-size: 18px;
}

.fetish-card .fetish-details .fetish-info {
    font-size: 18px;
}

.fetish-card .fetish-details .btn {
    font-size: 24px;
    border-radius: 14px;
}

.fetish-card .fetish-details .info-icon {
    font-size: 18px;
}

.fetish-card .fetish-details .info-icon .material-icons {
    font-size: 30px;
}

.fetish-card {
    margin-bottom: 20px;
    height: calc(100% - 120px);
}

.call-to-action-card .content p {
    font-size: 24px;
}

.custom-theme-btn.theme-btn-white {
    font-size: 30px;
    padding: 15px 45px;
    line-height: 1;
    background-color: #fff;
    border-radius: 15px;
}

.custom-theme-btn.theme-btn-white::after {
    height: 16px;
    width: 60px;
    left: 15px;
}

.custom-theme-btn.theme-btn-white::before {
    height: 23px;
    width: 70px;
}

.custom-theme-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.call-to-action-card {
    min-height: 400px;
}

.call-to-action-section {
    margin-top: 30px;
}

.main-footer .email-id {
    font-size: 18px;
}

.main-footer .copyright-text {
    font-size: 18px;
}

.main-footer .footer-menu ul li {
    margin-right: 10px;
    font-size: 18px;
}

.main-footer .footer-menu ul li:before {
    height: 6px;
    width: 6px;
}

.main-footer .footer-logo img {
    max-width: 220px;
}

.main-footer .instagram-feed .title {
    font-size: 18px;
}

.sticky+.main-content {
    padding-top: 126px;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content .logo img {
    height: 115px;
    width: auto;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content .logo h3 {
    font-size: 20px;
    margin: 15px 0;
}

.myfet-popup .modal-dialog .modal-content {
    border: 16px solid #fff;
    border-radius: 40px;
}

.dark-fat-form .form-group .dark-fat-input {
    font-size: 18px;
    border-radius: 10px;
    border: 2px solid #101f31;
    padding: 7px 15px 6px;
}

.btn-theme-fat-form {
    font-size: 20px;
    max-width: 280px;
    padding: 20px;
    border-radius: 10px;
}

.myfet-popup .modal-dialog {
    max-width: 682px;
}

.myfet-big.myfet-popup .modal-dialog {
    max-width: 795px;
}

.myfet-big.myfet-popup .modal-dialog .modal-content .sign-in-content {
    padding: 0 20px;
}

.myfet-popup .modal-dialog .modal-content .close img {
    height: 30px;
    width: 30px;
}

.dark-fat-form .form-link {
    font-size: 20px;
}

.social-login p {
    font-size: 16px;
}

.social-login .facebook-btn {
    font-size: 18px;
    padding: 10px 0px;
    border-radius: 10px;
}

.social-login .google-btn {
    font-size: 18px;
    padding: 10px 0px;
    border-radius: 10px;
}

.social-login .facebook-btn img {
    border-right: 1px solid #fff;
    padding-right: 20px;
    padding-left: 30px;
    height: 40px;
}

.social-login .google-btn img {
    border-right: 1px solid #fff;
    padding-right: 20px;
    padding-left: 20px;
    height: 40px;
}

.sign-up-link {
    font-size: 18px;
    margin-bottom: 20px;
}

.dark-fat-form {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.social-login {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.custom-checkbox.fet-checkbox .custom-control-label {
    font-size: 20px;
}

.custom-checkbox.fet-checkbox {
    padding-left: 25px;
}

.custom-checkbox.fet-checkbox .custom-control-label::before {
    height: 20px;
    width: 20px;
    left: -25px;
    top: 5px;
}

.custom-checkbox.fet-checkbox .custom-control-label::after {
    height: 20px;
    width: 20px;
    left: -25px;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content .social-login p {
    font-size: 16px;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content {
    padding: 0px 130px;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content.sign-up-start .logo p {
    font-size: 16px;
}

.myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content.sign-up-start .button-fat-group .custom-theme-btn {
    max-width: 320px;
    width: 100%;
}

.form-card .form-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.form-group .form-control {
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 20px 10px;
}

.form-card .form-sub-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.btn.theme-btn {
    padding: 15px 60px;
    border-radius: 10px;
    font-size: 16px;
}

.form-card p {
    font-size: 20px;
    line-height: 1.4;
}

.custom-checkbox-container p {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.form-card {
    border: 3px solid #101f31;
    border-radius: 10px;
    padding: 30px 40px;
    margin-top: 30px;
}

.page-title {
    /* padding: 20px 40px; */
    /* margin-top: 40px; */
    /* border-radius: 15px; */
}

.page-title .tab-container .nav-tabs .nav-item .nav-link {
    padding: 20px 50px;
    font-size: 36px;
}

.faq-tab .card .card-body {
    font-size: 16px;
}

.faq-tab .card .card-header .btn-link {
    font-size: 20px;
}

.faq-tab .card .card-header .btn-link:after {
    height: 30px;
    width: 30px;
}

.faq-tab .card .card-header .btn-link {
    padding-left: 45px;
}

.menu ul li a img {
    height: 40px;
    width: auto;
}

.filter-menu ul li a {
    font-size: 20px;
}

.filter-menu ul li {
    margin-right: 20px;
}

.search-bar input[type="text"] {
    width: calc(100% - 60px);
    font-size: 20px;
    padding: 15px;
}

.search-bar button {
    height: 60px;
    width: 60px;
}

.search-bar button img {
    max-height: 40px;
    max-width: 40px;
}

.custom-pagination ul li {
    font-size: 20px;
}

.upload-action-bar .action-button .btn img {
    max-width: 30px;
    max-height: 30px;
}

.upload-action-bar .action-button .btn {
    margin-right: 20px;
}

.upload-action-bar .upload-filter {
    margin-left: 30px;
}

.upload-action-bar .upload-filter li {
    font-size: 18px;
    padding-right: 15px;
}

.upload-action-bar .upload-filter li a:after {
    padding-left: 10px;
}

.upload-action-bar .search-bar-conatiner .search-bar button img {
    max-height: 35px;
    max-width: 35px;
}

.upload-action-bar .search-bar-conatiner .search-bar button {
    height: 60px;
    width: 60px;
}

.upload-action-bar .search-bar-conatiner .search-bar input[type="text"] {
    padding: 15px;
    font-size: 18px;
}

.profile-page .profile-header .state-bar .item h4 {
    font-size: 30px;
}

.profile-page .profile-header .state-bar .item h5 {
    font-size: 18px;
}

.profile-page .profile-header .purchase-button .btn {
    font-size: 20px;
    border-radius: 10px;
}

.profile-page .profile-header .purchase-button .btn img {
    margin-right: 10px;
    height: 30px;
}

.profile-page .profile-sidebar .sidebar-button {
    font-size: 18px;
    border-radius: 10px;
}

.profile-page .profile-sidebar .sidebar-text {
    font-size: 18px;
}

.profile-page .profile-sidebar .title h4 {
    font-size: 20px;
}

.profile-page .profile-sidebar .title h5 {
    font-size: 18px;
}

.profile-page .profile-sidebar .sidebar-button .icon {
    max-height: 35px;
    max-width: 35px;
}

.profile-page .profile-sidebar .info-text {
    font-size: 21px;
}

.profile-page .profile-sidebar .info-text b {
    margin-right: 5px;
}

.profile-page .profile-sidebar .info-text .icon {
    max-height: 30px;
    max-width: 30px;
}

.profile-page .profile-sidebar .info-details h4 {
    font-size: 24px;
}

.profile-page .profile-sidebar .info-details h5 {
    font-size: 16px;
}

.profile-page .profile-sidebar .info-card .info-header {
    font-size: 18px;
}

.profile-page .profile-sidebar .info-card .info-header .icon {
    max-height: 30px;
    max-width: 30px;
}

.profile-page .profile-sidebar .info-card .details {
    font-size: 16px;
}

.profile-page .profile-sidebar .adv-card h3 {
    font-size: 35px;
}

.profile-page .profile-details .profile-wall .message-form .message-box .message-box-header .title {
    font-size: 18px;
}

.profile-page .profile-details .profile-wall .message-form .message-box .message-box-header .title .icon {
    height: 35px;
    margin-right: 15px;
    margin-left: 15px;
}

.profile-page .profile-details .profile-wall .message-form .message-box .message-box-header .paid-chat {
    font-size: 16px;
    padding: 12px 30px;
}

.profile-page .profile-details .profile-wall .message-form .message-box .message-box-footer .btn {
    font-size: 16px;
    padding: 14px 30px;
}

.profile-page .profile-details .profile-wall .message-form {
    margin-bottom: 20px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header .title {
    font-size: 16px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header .action {
    padding: 15px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header .action .item img {
    max-height: 20px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-header .action .item {
    margin-left: 15px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-title .details h4 {
    font-size: 20px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-title .details h5 {
    font-size: 16px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-title .avatar {
    height: 70px;
    width: 70px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-title .avatar img {
    border-radius: 10px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .images {
    margin-top: 15px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .like-comments .item {
    font-size: 18px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .like-comments .item .icon {
    margin-right: 5px;
    max-height: 24px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .like-comments {
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .comments .item {
    font-size: 18px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card .post-card-footer .btn {
    font-size: 18px;
    border-radius: 15px;
    padding: 12px 20px;
    min-width: 159px;
}

.profile-page .profile-details .profile-wall .wall-list .wall-post .post-card {
    border: 3px solid #101f31;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.profile-page .profile-sidebar .adv-card .card-logo img {
    max-height: 80px;
}

.profile-page .profile-sidebar .follow-container .details h4 {
    font-size: 22px;
}

.profile-page .profile-sidebar .sidebar-card-outline h4 {
    font-size: 22px;
}

.profile-page .profile-sidebar .sidebar-card-outline {
    padding: 15px;
    border: 2px solid #bd242e;
    border-radius: 10px;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit .details h4 {
    font-size: 18px;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit {
    padding-bottom: 15px;
    padding-top: 20px;
    padding-left: 15px;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit .edit-btn {
    height: 40px;
    width: 40px;
    top: 10px;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit .details .label-with-text h5 {
    font-size: 18px;
}

.profile-page .profile-sidebar .sidebar-card-border-with-edit .details .label-with-text h6 {
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 8px;
}

.profile-page .profile-sidebar .info-details.dark h4 {
    font-size: 18px;
    padding-left: 15px;
}

.profile-page .profile-header .change-cover {
    border: 2px solid #bd242e;
    border-radius: 8px;
    font-size: 20px;
    padding: 5px 15px;
    top: 50px;
}

.profile-page .profile-details .profile-wall .post-form .post-footer .post-buttons button {
    font-size: 16px;
    padding: 14px 30px;
}

.profile-page .profile-details .profile-wall .post-form .post-header .post-btn img {
    max-height: 30px;
}

.profile-page .profile-details .profile-wall .post-form .post-header .post-btn {
    margin-right: 20px;
}

.profile-page .profile-details .profile-wall .post-form .post-header .post-btn span {
    font-size: 18px;
}

.profile-page .profile-details .profile-wall .post-form .text-area-container textarea {
    font-size: 18px;
}

.profile-page .profile-details .profile-wall .post-form .post-header {
    padding-bottom: 20px;
}

.profile-page .profile-details .profile-wall .post-form {
    padding: 20px;
    border: 2px solid #bd242e;
    border-radius: 10px;
    overflow: hidden;
}

.profile-page .profile-details .profile-wall .post-form .text-area-container {
    padding-top: 20px;
}

.hero-title .title {
    font-size: 40px;
}

.hero-title {
    padding: 78px 0;
}

.hero-title .logo-hero-header {
    width: 85px;
}

.categories-buttons-group ul li a {
    border-radius: 10px;
    font-size: 16px;
    padding: 10px;
    margin-right: -20px;
}

.form-card-title h5 {
    font-size: 20px;
}

.form-card-title {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.products-list .product-card .details .product-name {
    font-size: 20px;
}

.products-list .product-card .details .small-details {
    font-size: 18px;
}

.products-list .product-card .details .desc {
    font-size: 18px;
}

.products-list .product-card .details .price-container .price {
    font-size: 20px;
}

.products-list .product-card .details .price-container .add-btn {
    font-size: 20px;
}

.products-list .product-card .details {
    border-radius: 10px;
    padding: 20px;
}

.btn-theme {
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 10px;
}

.action-buttons-label .btn .icon {
    height: 30px;
}

.kin-filter-list a {
    font-size: 20px;
}

.kin-form-card {
    padding: 20px 10px;
}

.kin-list-container .kin-item .member-status .kinkster-name {
    font-size: 20px;
    margin-bottom: 15px;
}

.kin-list-container .kin-item .member-status .kin-status {
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 15px;
    max-width: 250px;
}

.kin-list-container .kin-item .kin-image {
    margin: 0 20px;
    border: 3px solid #bd242e;
    border-radius: 15px;
}

.kin-list-container .kin-item .member-status .info {
    font-size: 16px;
}

.kin-list-container .kin-item .member-status>a {
    font-size: 16px;
}

.kin-list-container .kin-item .fetish-top h4 {
    font-size: 20px;
}

.kin-list-container .kin-item .fetish-top ul p {
    font-size: 20px;
}

.kin-list-container .kin-item .kin-konnect h4 {
    font-size: 20px;
}

.kin-list-container .kin-item .kin-konnect a {
    font-size: 20px;
}

.search-result-alert .title {
    font-size: 18px;
    padding: 20px;
}

.search-result-alert .icon img {
    max-width: 30px;
}

.search-result-alert .icon {
    top: 21px;
}

.settings-card {
    padding: 20px;
    border-radius: 15px;
    height: calc(100% - 20px);
}

.settings-card .icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.settings-card .details h4 {
    font-size: 18px;
}

.settings-card .details p {
    font-size: 16px;
}

.settings-card.avatar-card .avatar {
    height: 60px;
    width: 60px;
    margin-right: 20px;
}

.sidebar-container .sidebar-menu li a {
    padding: 15px 15px 15px 30px;
    border: 1px solid #101f31;
    border-radius: 10px;
    font-size: 16px;
    min-height: 72px;
}

.sidebar-container .sidebar-menu li a img {
    max-width: 40px;
    margin-right: 10px;
    max-height: 40px;
    object-fit: contain;
    height: 40px;
}

.profile-settings-card .title {
    font-size: 16px;
}

.profile-settings-card .title img {
    height: 30px;
}

.profile-settings-card .top-up-amount-div .label {
    font-size: 16px;
}

.profile-settings-card .top-up-amount-div .top-up-form button {
    font-size: 16px;
    border-radius: 10px;
    min-width: 200px;
}

.profile-settings-card .top-up-amount-div .top-up-form input[type="text"] {
    font-size: 16px;
}

.profile-settings-card .instruction h3 {
    font-size: 16px;
}

.profile-settings-card .instruction p {
    font-size: 16px;
    line-height: 1.4;
}

.responsive-div-table .table-head .table-header {
    padding: 0 0 10px;
    font-size: 16px;
}

.responsive-div-table .table-row .table-small .table-cell {
    font-size: 16px;
}

.responsive-div-table .edit-btn img {
    max-width: 30px;
    max-height: 30px;
}

.profile-settings-card {
    border: 2px solid #101f31;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.sidebar-container .notes h4 {
    font-size: 16px;
}

.sidebar-container .notes p {
    font-size: 16px;
}

.hero-button-container.coming-soon h2 {
    margin-bottom: 40px;
    font-size: 56px;
}

.responsive-div-table .table-row .table-small .table-cell .cc-card-details h4 {
    font-size: 16px;
}

.responsive-div-table .table-row .table-small .table-cell .cc-card-details h5 {
    font-size: 16px;
}

.responsive-div-table .table-row .table-small .table-cell .cc-card-details h5 img {
    width: 25px;
}

.profile-settings-card .switch-container-label .label {
    font-size: 16px;
}

.edit-input .form-control {
    font-size: 16px;
}

.edit-input input[type="button"] {
    font-size: 16px;
}

.custom-dropdown .dropdown-menu .dropdown-item img {
    max-width: 30px;
}

.custom-dropdown .dropdown-menu .dropdown-item {
    border-radius: 10px;
    font-size: 16px;
    padding: 12px;
}

.custom-dropdown .dropdown-menu:after,
.custom-dropdown .dropdown-menu:before {
    bottom: calc(100% - 20px);
    right: 20px;
}

.coming-soon .label-with-text h3 {
    font-size: 16px;
}

.custom-control .custom-control-label {
    color: #bd242e;
    font-size: 16px;
    cursor: pointer;
}

.custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    top: 0rem;
    right: -1.8rem;
    left: inherit;
}

.custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0rem;
    right: -1.8rem;
    left: inherit;
}

.coming-soon .info {
    font-size: 16px;
    text-align: center;
}

.icon-text-btn img {
    margin-right: 10px;
    height: 30px;
}

.form-card .form-title img {
    margin-right: 10px;
    height: 30px;
}

.border-bottom-form .link-icon:before {
    width: 30px;
    height: 30px;
    left: -40px;
    top: 8px;
}

.statitics-container {
    border-radius: 10px;
    padding: 20px 0;
    margin-bottom: 30px;
}

.statitics-container .static-details h2 {
    font-size: 36px;
}

.table-custom-div .header {
    padding: 10px;
    margin-bottom: 10px;
}

.table-custom-div .table-card {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.table-custom-div .table-card .user-details .img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-right: 10px;
}


/* .table-custom-div .table-card .user-details .cc-card-details {
        width: calc(100% - 110px);
    } */

.table-custom-div .table-card .user-details .cc-card-details h4 {
    font-size: 18px;
}

.table-custom-div .table-card .user-details .cc-card-details h5 {
    font-size: 14px;
}

.table-custom-div .table-card .user-details .cc-card-details h5 img {
    width: 25px;
}

.custom-select-container.btn-type .custom-select {
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 20px;
}

.profile-card-header h2 {
    font-size: 16px;
    padding: 10px;
}

.copy-content {
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.copy-content input[type="text"] {
    font-size: 16px;
}

.copy-content button {
    font-size: 16px;
    padding: 10px 20px;
}


/* } */

.cms-page h2 {
    font-size: 18px;
    margin-bottom: 25px;
}

.cms-page h3 {
    font-size: 16px;
    margin-bottom: 25px;
}

.cms-page p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.cms-page ul {
    margin-top: 10px;
}

.cms-page a {
    color: #bd242e;
}

.cms-page ul li {
    margin-bottom: 10px;
}

.cms-page ol {
    margin-top: 10px;
}

.cms-page ol li {
    margin-bottom: 10px;
}

.cms-page table {
    margin-bottom: 30px;
}

.cms-page table td {
    border: 1px solid #e0e0e0;
    padding: 10px;
    vertical-align: top;
}

.notification-wrapper {
    overflow: hidden;
    height: calc(100vh - 120px);
    max-height: 300px;
}

.notification-container {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
}

.notification-inner {
    height: calc(100vh - 120px);
    max-height: 300px;
}
.notification_count span{
        position: absolute;
        background-color: #bd242e;
        font-size: 16px;
        padding: 0px 8px;
        border-radius: 3em;
        right: -10px;
        top: -8px;
        color:white;
}

.loader-container {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.loader-container .loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.loader-container .loader svg {
    width: 70px;
}

.loader-container .loader-inner {
    margin: 100px auto;
    width: 500px;
    text-align: center;
}

.loader-container .progress {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.loader-container .progress-bar {
    height: 18px;
    background-color: #ee303c;
    border-radius: 4px;
    transition: 0.4s linear;
    transition-property: width, background-color;
}

@keyframes progressAnimationStrike {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes progressAnimation {
    0% {
        width: 5%;
        background-color: #f9bcca;
    }
    100% {
        width: 85%;
        background-color: #ef476f;
    }
}

.loader-container .progress-bar3 {
    height: 18px;
    border-radius: 4px;
    background-image: linear-gradient(to left, #101f31, #3c2a69, #bd242e);
    transition: 0.4s linear;
    transition-property: width, background-color;
}

.loader-container .progress-infinite .progress-bar3 {
    width: 100%;
    background-image: linear-gradient(to left, #101f31, #3c2a69, #bd242e);
    animation: colorAnimation 1.5s infinite;
}

@keyframes colorAnimation {
    0% {
        background-image: linear-gradient(to left, #101f31, #3c2a69, #bd242e);
    }
    20% {
        background-image: linear-gradient(to left, #3c2a69, #bd242e, #101f31);
    }
    40% {
        background-image: linear-gradient(to left, #bd242e, #101f31, #3c2a69);
    }
    60% {
        background-image: linear-gradient(to left, #3c2a69, #bd242e, #101f31);
    }
    100% {
        background-image: linear-gradient(to left, #101f31, #3c2a69, #bd242e);
    }
}

.main-footer .instagram-feed-images .item a {
    display: block;
    /* height: 100%; */
}

.main-footer .instagram-feed-images .item a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.payment_data1 {}

.payment_data #seamless-form-target {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 15px;
}

.payment_data iframe {
    margin-top: 15px;
    min-height: 380px !important;
    height: auto !important;
}

.payment_data1 #seamless-form-target {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 15px;
}

.payment_data1 iframe {
    margin-top: 15px;
    min-height: 380px !important;
    height: auto !important;
}

.payment_data_sub #seamless-form-target {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 15px;
}

.payment_data_sub iframe {
    margin-top: 15px;
    min-height: 380px !important;
    height: auto !important;
}

.chat-users {
    border: 2px solid #bd242e;
    border-radius: 10px;
    margin-bottom: 100px;
    margin-top: 30px;
    overflow: hidden;
}

.chat-users .search {
    padding: 16px;
}

.chat-users .search .search-bar input[type="text"] {
    font-size: 15px;
    padding: 15px;
}

.chat-users .search .search-bar button img {
    max-height: 30px;
    max-width: 30px;
}

.chat-users .search .search-bar button {
    height: 50px;
    width: 60px;
}

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

.chat-users .users ul li.online .chat-user-card .avatar:before {
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    left: 3px;
    bottom: 3px;
    background-color: #5dc90e;
    border-radius: 100px;
    border: 2px solid #fff;
}
.chat-users .users ul li.gold_member .chat-user-card .avatar:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    height: 25px;
    width: 25px;
    background-image: url(../images/icons/gold_member.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.chat-users .users ul li.bronze_member .chat-user-card .avatar:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    height: 25px;
    width: 25px;
    background-image: url(../images/icons/bronze_member.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.chat-users .users ul li.silver_member .chat-user-card .avatar:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    height: 25px;
    width: 25px;
    background-image: url(../images/icons/silver_member.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.silver_member_class:after{
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    height: 25px;
    width: 25px;
    background-image: url(../images/icons/silver_member.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bronze_member_class:after{
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    height: 25px;
    width: 25px;
    background-image: url(../images/icons/bronze_member.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.gold_member_class:after{
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    height: 25px;
    width: 25px;
    background-image: url(../images/icons/gold_member.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.chat-users .users ul li:hover .chat-user-card,
.chat-users .users ul li.active .chat-user-card {
    background-color: #bd242e;
}

.chat-user-card {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.chat-user-card .content {
    width: calc(100% - 100px);
}

.chat-user-card .content h2 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat-user-card .content_new h2 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    
}

.chat-user-card .content p {
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-user-card .avatar {
    width: 50px;
    height: 50px;
    /* overflow: hidden; */
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
}

.chat-user-card .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.chat-container {
    border: 2px solid #101f31;
    border-radius: 10px;
    margin-bottom: 100px;
    margin-top: 30px;
    padding: 16px;
}

.chat-container .chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
    padding-bottom: 16px;
    flex-wrap: wrap;
}

.chat-container .chat-header .chat-user-card {
    padding: 0;
}

.chat-container .chat-header .chat-action .btn {
    display: inline-flex;
    align-items: center;
}

.chat-container .chat-header .chat-action .btn:hover {
    color: #bd242e;
}

.chat-container .chat-header .chat-action .btn img {
    max-width: 30px;
    max-height: 30px;
    margin-right: 10px;
}

.chat-container .chat-body {
    height: calc(100vh - 380px);
    overflow: auto;
}

.chat-container .chat-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat-container .chat-body ul li {
    margin-bottom: 30px;
    max-width: 80%;
}

.chat-container .chat-body ul li.client {
    margin-left: 20%;
}

.chat-container .chat-body ul li.client .chat-text {
    color: #777;
    border: 2px solid #777;
}

.chat-container .chat-body ul li.client .chat-date {
    color: #777;
}

.chat-container .chat-body ul li .chat-date {
    text-align: center;
    color: #bd242e;
    margin-bottom: 10px;
}

.chat-container .chat-body ul li .chat-text {
    border: 2px solid #bd242e;
    border-radius: 10px;
    padding: 16px;
    color: #bd242e;
}

.chat-container .chat-body ul li .chat-text .chat-image {
    max-width: 300px;
    margin-bottom: 20px;
}

.chat-container .chat-body ul li .chat-text .chat-image img {
    width: 100%;
    height:100%;
}

.chat-users .users {
    height: calc(100vh - 268px);
    overflow: auto;
}

.chat-container .chat-footer .search-bar {
    border: 1px solid #bd242e;
    display: flex;
    border-radius: 10px;
    margin-top: 10px;
}

.chat-container .chat-footer textarea {
    border: none;
    width: calc(100% - 60px);
    font-size: 16px;
    padding: 16px;
    color: #bd242e;
    background-color: transparent;
}

.chat-container .chat-footer textarea:focus {
    outline: none;
}

.chat-container .chat-body {
    padding-right: 20px;
}

.chat-container .chat-body ul {
    display: flex;
    flex-direction: column;
}

.chat-container .chat-body ul li.only-image {
    align-self: flex-start;
}

.chat-container .chat-body ul li.only-image.client {
    align-self: flex-end;
}

.chat-container .chat-body ul li.only-image .chat-text {
    padding: 0;
    overflow: hidden;
}

.chat-container .chat-body ul li.only-image .chat-text .chat-image {
    margin-bottom: 0;
    position: relative;
}

.hero-cart-header {
    background-color: #101f31;
}

.hero-cart-header .hero-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
}

.hero-cart-header .hero-header-inner .action .btn-theme {
    display: inline-flex;
    align-items: center;
    padding-right: 40px;
    padding-left: 20px;
}

.hero-cart-header .hero-header-inner .action .btn-theme img {
    height: 30px;
    margin-right: 10px;
}

.hero-cart-header .hero-header-inner .content {
    display: flex;
    align-items: center;
    max-width: 750px;
}

.hero-cart-header .hero-header-inner .content .logo-hero-header {
    width: 85px;
    margin-right: 20px;
}

.hero-cart-header .hero-header-inner .content .logo-hero-header img {
    width: 100%;
}

.hero-cart-header .hero-header-inner .content p {
    width: calc(100% - 105px);
    color: #bd242e;
    font-size: 21px;
    margin: 0;
}

.custom-theme-btn {
    padding: 15px 50px;
    font-size: 30px;
}

.custom-theme-btn::after {
    height: 22px;
    width: 80px;
    left: 24px;
}

.custom-theme-btn::before {
    height: 36px;
    width: 90px;
    left: 15px;
}

.custom-theme-btn-dark {
    padding: 15px 50px;
    font-size: 30px;
}

.main-header .navbar-nav .nav-item .nav-link {
    font-size: 18px;
}

.main-header .navbar .navbar-brand img {
    max-height: 70px;
}

.fetish-card {
    border-radius: 20px;
    margin-top: 70px;
    height: calc(100% - 90px);
}

.fetish-card .fetish-details {
    height: calc(100% - 230px);
}

.fetish-card .fetish-img {
    border: 3px solid #bd242e;
    border-radius: 15px;
    margin-bottom: -70px;
    -webkit-transform: translatey(-70px);
    -ms-transform: translatey(-70px);
    transform: translatey(-70px);
}

.sticky+.main-content {
    padding-top: 96px;
}

.shop-menu-container {
    padding-top: 30px;
}

.shop-menu-container .container-custom:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #707070;
    margin-top: 30px;
    margin-bottom: 30px;
}

.shop-menu-container .custom-select-container.btn-type .custom-select {
    background-color: transparent;
    border: 1px solid #bd242e;
    color: #bd242e;
    text-align: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS45MTYiIGhlaWdodD0iNy43MzMiIHZpZXdCb3g9IjAgMCAxMS45MTYgNy43MzMiPgogIDxwYXRoIGlkPSJEUk9QRE9XTl9BR0VfTUVOVV9BUlJPVyIgZGF0YS1uYW1lPSJEUk9QRE9XTiBBR0UgTUVOVSBBUlJPVyIgZD0iTTcuOTU4LDkuNzMzLDIsMy43NzUsMy43NzUsMiw3Ljk1OCw2LjE4MywxMi4xNDEsMmwxLjc3NSwxLjc3NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0yKSIgZmlsbD0iI2JkMjQyZSIvPgo8L3N2Zz4K");
}

.shop-menu-container .search-bar {
    border-radius: 8px;
}

.shop-menu-container .search-bar input[type="text"] {
    font-size: 16px;
    padding: 10px 20px;
    width: calc(100% - 50px);
}

.shop-menu-container .search-bar button {
    height: 45px;
    width: 45px;
}

.shop-menu-container .search-bar button img {
    max-height: 30px;
    max-width: 30px;
}

.red-border-card {
    border: 2px solid #bd242e;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 50px;
}

.red-border-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: section;
    margin-top: 20px;
}

.red-border-card ul li {
    color: #bd242e;
    margin-bottom: 5px;
}

.red-border-card ul li:before {
    counter-increment: section;
    content: counter(section) ".";
    margin-right: 5px;
}

.red-border-card ul li a {
    color: #bd242e;
}

.custom-card-title {
    background-color: #bd242e;
    padding: 10px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
}

.dark-border-card {
    border: 2px solid #101f31;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 50px;
}

.dark-border-card {
    border: 2px solid #101f31;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 50px;
}

.categories-slider {
    max-width: 80%;
    margin: 30px auto auto;
}

.categories-slider .slick-prev:before,
.categories-slider .slick-next:before {
    color: #bd242e;
}

.categories-slider .slick-prev:before {
    content: "<";
    font-family: "Helvetica Neue";
    font-weight: 700;
}

.categories-slider .slick-next:before {
    content: ">";
    font-family: "Helvetica Neue";
    font-weight: 700;
}

.categories-slider .product-category .products-category-details {
    padding: 10px;
}

.categories-slider .product-category .products-category-details .title {
    font-size: 16px;
    font-weight: 400;
    color: #bd242e;
}

.categories-slider .product-category .products-category-details .category-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 232px;
}

.categories-slider .product-category .products-category-details .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-custom {
    margin-bottom: 30px;
}

.product-card-custom .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card-custom .details .title {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

.product-card-custom .details .type {
    height: 25px;
    width: 90px;
}

.product-card-custom .details .type img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: right;
}

.product-card-custom .product-image {
    height: 200px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.product-card-custom .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-theme-fat-form-white {
    font-size: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    margin: auto;
    padding: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #bd242e;
}

.add-to-cart-popup {
    padding: 30px !important;
}

.add-to-cart-popup .product-image img {
    width: 100%;
}

.add-to-cart-popup a {
    color: #bd242e;
}

.add-to-cart-popup .product-status {
    color: #bd242e;
    text-align: center;
    padding: 10px 0;
}

.add-to-cart-popup .price-details {
    background-color: #bd242e;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.add-to-cart-popup .desc {
    margin-bottom: 10px;
}

.add-to-cart-popup .product-name {
    color: #bd242e;
    font-size: 18px;
}

.add-to-cart-popup .btn-theme {
    margin-bottom: 5px;
}

/*collective homepage*/

/*
.hero-title-collective{
    padding: 195px 0;
}
*/

.collective-subheader{
    background-color: #101f31;
     display: flex;
}

.collective-subheader .collective-subheader-logo{
    width: 100px;
}

.collective-subheader .collective-subheader-logo img{
    width: 100px;
}

.collective-subheader .collective-subheader-text p{
    color: #bd242e;
    margin: 0;
}

.collective-homepage-body img{
    width: 100%;
}

.collective-homepage-body .collective-body-image{
        position: relative;
}

.collective-homepage-body .collective-body-image-mr{
        margin-right: 48px;
}

.collective-homepage-body .collective-body-image .collective-image-inner .collective-body-icon{
        width: 100px;
        padding-bottom: 20px;
        margin: auto;
}

.collective-homepage-body .collective-body-image .collective-image-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.collective-homepage-body .collective-body-image .collective-image-inner .collective-body-text{
    color: #bd242e;
    font-weight: bolder;
}

/*collective my_education*/

.container-custom .page-title .title-container .title-icon .icon-earth{
    height: 82px;
}

.container-custom .education-filter .education-select option[value]{
    font-size: 20px;
}

.container-custom .education-filter .education-select select{
    background-color: white;
    font-size: 20px;
    color:#bd242e;
    padding:15px;
    border-color: #bd242e;
    border-radius: 8px;
    appearance: none;
}

.container-custom .education-filter .education-select select:focus{
    outline: none;
}

.container-custom .education-filter .education-select{
    position: relative;
}

.container-custom .education-filter .education-select:after {
    content: url("../images/icons/dropdown-arrow.svg");
    position: absolute;
    top: 17px;
    right: 20px;
}

.container-custom .education-filter .education-select .education-select-width{
    width: 337px;
}

.container-custom .education-videos{
    border-radius:16px;
    border: 4px solid #101f31;
    padding:45px 45px 0 45px;
    margin-bottom: 40px;
}

.container-custom .education-videos .education-videos-text{
    border-bottom: 1px solid #707070;
}

.container-custom .education-videos .education-videos-text p{
    color: #bd242e;
    font-size: 20px;
}

.container-custom .education-videos .education-navbar .breadcrumb{
    border-radius: 0;
    background-color: white;
    padding: 16px 0;
}

.container-custom .education-videos .education-navbar .breadcrumb a{
    color: #101f31;
}

.container-custom .education-videos .education-navbar .breadcrumb li{
    font-size: 20px;
}

.container-custom .education-videos .education-navbar .breadcrumb-item.active {
    color: #bd242e;
}

.container-custom .education-videos .education-navbar .breadcrumb-item.active a{
    color: #bd242e !important;
}

.container-custom .education-videos .education-navbar .breadcrumb a:hover{
    color: #bd242e;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #101f31;
    content: "\0399";
}

.container-custom .education-videos .education-example .education-example-each{
    background-color: #101f31;
    border-radius: 45px;
    padding: 32px;
}

.container-custom .education-videos .education-example .education-example-each .education-img-width{
    max-width: 421px;
}

.container-custom .education-videos .education-example .education-example-each .education-img-width img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-custom .education-videos .education-example .education-example-each p{
    font-size: 20px;
}

.container-custom .education-videos .education-example 
.education-example-each .education-each-text .each-text-first{
    color: #bd242e;
}

.container-custom .education-videos .education-example 
.education-example-each .education-each-text .each-text-second{
    color: white;
}

.container-custom .education-videos .education-example 
.education-example-each .education-each-text .each-text-third{
    margin: 0;
}

.container-custom .education-videos .education-example 
.education-example-each .education-each-text .each-text-third a{
    color: #bd242e;
    text-decoration: underline;
}

.container-custom .education-videos .education-example 
.education-example-each .education-each-text .each-text-third a:hover{
    color: #bd242e;
    text-decoration: none;
}

/*collective-partners*/

.container-custom .education-videos .collective-partners .collective-partners-each{
    border-radius: 45px;
    padding: 32px;
    border: 2px solid #101f31;
}

/* .container-custom .education-videos .collective-partners .collective-partners-each .education-img-width img{
    width: 295px;
    height: 295px;
} */
.container-custom .education-videos .collective-partners .collective-partners-each .education-img-width{	
    max-width:295px;	
}	
.container-custom .education-videos .collective-partners .collective-partners-each .education-img-width img{	
    width: 100%;	
    height: 100%;	
    object-fit: contain;	
}
.container-custom .education-videos .collective-partners .collective-partners-each .collective-partners-button{
    flex-wrap: wrap;
    width: 100%;
}

.container-custom .education-videos .collective-partners .collective-partners-each .collective-partners-button button{
    width: 281px;
    border: 2px solid #bd242e;
    border-radius: 12px;
    color: #bd242e;
    font-size: 20px;
    padding: 8px 0px;
}

.container-custom .education-videos .collective-partners .collective-partners-each .collective-partners-button button:hover{
    color: white;
    background-color: #bd242e;
}

.container-custom .education-videos .collective-partners .collective-partners-each .partners-each-text{
    font-size: 20px;
}

.container-custom .education-videos .collective-partners .collective-partners-each .partners-each-text p{
    margin-bottom: 8px; 
}

.container-custom .education-videos .collective-partners .collective-partners-each .partners-each-text .each-text-first{
    color: #bd242e;
}

.container-custom .education-videos .collective-partners .collective-partners-each .partners-each-text .each-text-second{
    color: #101f31;
}

/*id="promoter_data" modal*/

.sign-in-content .page-title .kin-image{
    max-width: 110px;
}

.sign-in-content .page-title .kin-image img{
    width: 100%;
    height: 100%;
    border: 4px solid #bd242e;
    border-radius: 24px;
    object-fit: cover;
}

.sign-in-content .page-title .member-status .kinkster-name {
    font-size: 24px;
    color: #bd242e;
}

.sign-in-content .page-title .kinkster-heading {
    font-size: 24px;
    color: #bd242e;
}

.sign-in-content .page-title-modal{
    margin: 0;
    padding:32px 32px;
}

.sign-in-content-modal{
    padding:0 !important;
}

.tab-content .tab-content-modal-text{
    font-size: 20px;
    color: #bd242e;
    text-align: left;
    margin-top: 20px;
}

.page-title-modal .tab-container .nav-tabs .nav-item .nav-link {
    padding: 24px 113px;
    font-size: 20px;
    font-family: "Helvetica Neue";

}
.form-group .form-control-modal {
    padding: 22px 30px 22px;
    font-size: 20px;
    font-weight: bold;
    color: #101f31;
    border-radius: 15px;
}

.post-card-footer label.post-card-footer-label {
    margin: 0;
    margin-left:16px;
}

.question-label-weight{
    font-weight: 500;
    font-size: 1.35rem;
    margin-bottom: 12px;
}
.profile-page .profile-details .profile-wall .message-form .message-box .message-box-header .paid-chat {
    padding: 12px 16px;
    cursor: pointer;
}
.profile-page .profile-details .profile-wall .message-form .message-box .message-box-header .paid-chat p {
    margin: 0;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.profile-page .profile-details .profile-wall .message-form .message-box .message-box-header .title {
    position: relative;
    padding-left: 50px;
    min-height: 50px;
    line-height: 1.3;
}
.profile-page .profile-details .profile-wall .message-form .message-box .message-box-header .title .icon {
    position: absolute;
    left: 0;
}
.chat-users .users ul li .chat-user-card {
    display: flex;
    align-items: center;
}
.chat-users .users ul li .chat-user-card .content {
    width: calc(100% - 90px);
}
.chat-users .users ul li .chat-user-card .notify {
    height: 20px;
    width: 20px;
    background-color: #e3342f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    margin: 0;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    margin-left: 5px;
}
.chat-users .users ul li:hover .chat-user-card .notify {
    background-color: #fff;
    color: #e3342f;
}
@media screen and (max-width:425px){

    .collaborationpost-external{
        display: flex;
        
    }
    .collaborationpost-external label{
        margin-left: 5px;
        margin-top: -5px;
    }
    
}
@media screen and (max-width: 1280px) {
    .call-to-action-card {
        margin-bottom: 30px;
    }
    .page-title .tab-container .nav-tabs .nav-item .nav-link {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .page-title-modal .tab-container .nav-tabs .nav-item .nav-link {
        padding: 24px 110px !important;
        font-size: 20px !important;
        font-family: "Helvetica Neue" !important;
    }
    .page-title-modal .tab-container .nav-tabs .nav-item .nav-link-left {
        margin-left: 20px !important;
        margin-right: 0;
        margin-bottom: 0;
    }
    .page-title .tab-container .nav-tabs {
        flex-wrap: wrap;
    }
    .myfet-popup .modal-dialog .modal-content .sign-in-content {
        padding: 0 40px;
    }
    .page-title .tab-container .nav-tabs .nav-item .nav-link {
        padding: 20px 30px;
        font-size: 20px;
    }
    .page-title .title-container .title-inner h3 {
        font-size: 20px;
    }
    .page-title .title-container .title-inner p {
        font-size: 16px;
    }
    .upload-action-bar .search-bar-conatiner {
        margin-left: auto;
        min-width: 100%;
        width: 100%;
    }
    .upload-action-bar .action-button {
        padding-bottom: 16px;
    }
    .upload-action-bar .upload-filter {
        padding-bottom: 16px;
    }
    .upload-action-bar {
        justify-content: center;
    }
    .upload-content-container .image-card .details .name {
        font-size: 16px;
    }
    .upload-content-container .image-card .details .icon img {
        max-width: 26px;
    }
    .hero-button-container.coming-soon h2 {
        font-size: 32px;
        text-align: center;
    }
    .hero-button-container.coming-soon .signin-button-wrapper .custom-theme-btn {
        padding-left: 20px;
        padding-right: 20px;
    }

/*collective homepage*/

    .collective-homepage-body .collective-body-image .collective-image-inner .collective-body-icon{
        width: 80px;
        padding-bottom: 20px;
        margin: auto;
    }
    .collective-homepage-body .collective-body-image .collective-image-inner .collective-body-text{
        font-size: 1.5rem;
    }
}

/*collective-partners*/

@media screen and (max-width: 1199px) {
    .container-custom .education-videos .collective-partners .collective-partners-each .collective-partners-button{
        justify-content: center;
    }
    .container-custom .education-videos .collective-partners .collective-partners-each .partners-each-text{
        text-align: center;
    }
}

/*collective my_education*/

@media screen and (max-width: 991px){
    .container-custom .education-videos .education-example 
    .education-example-each .education-each-text{
        text-align: center;
    }
}

@media screen and (max-width: 920px) {
    .hero-section .hero-button-container .button-wrapper .signin-button-wrapper {
        margin-bottom: 30px;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hero-section .hero-button-container {
        width: calc(100% - 100px);
        margin-left: 50px;
        margin-right: 50px;
    }
    .myfet-popup .modal-dialog .modal-content .sign-in-content {
        padding: 0 20px;
    }
    .myfet-popup .modal-dialog .modal-content .sign-in-content.sign-up-content {
        padding: 0px 25px;
    }
    .form-card {
        border: 2px solid #101f31;
        border-radius: 10px;
        padding: 16px 16px;
        margin-top: 16px;
    }
    .page-title {
        padding: 20px 30px;
        margin-top: 30px;
        border-radius: 10px;
    }
    .custom-checkbox-container p {
        margin: 0;
        font-size: 14px;
        margin-right: 10px;
    }
    .form-card p {
        font-size: 16px;
        line-height: 1.4;
    }
    .menu {
        position: fixed;
        bottom: 0;
        background-color: #101f31;
        width: 100%;
        left: 0;
        justify-content: center;
        padding: 15px;
    }
    .menu ul {
        justify-content: space-around;
    }
    .menu ul li {
        margin-right: 0;
    }
    .menu ul li a img {
        height: 30px;
        width: auto;
    }
    .page-title {
        flex-wrap: wrap;
    }
    .page-title .tab-container {
        margin-top: 16px;
    }
    .profile-page .profile-details .profile-wall .post-form .post-footer .post-buttons {
        flex-wrap: wrap;
    }
    .profile-page .profile-details .profile-wall .post-form .post-footer .post-buttons button {
        font-size: 16px;
        padding: 14px 30px;
        margin-bottom: 10px;
        width: 100%;
        justify-content: center;
    }
    .profile-page .profile-details .profile-wall .post-form .post-header .post-btn {
        margin-right: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .profile-page .profile-header .change-cover {
        top: 2px;
    }
    .hero-button-container.coming-soon h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .custom-dropdown .dropdown-menu {
        padding-bottom: 30px;
        padding-top: 0;
    }
    .custom-dropdown .dropdown-menu-right {
        right: -18px;
        top: auto;
        bottom: 100%;
    }
    .custom-dropdown .dropdown-menu:before {
        transform: rotate(180deg);
    }
    .custom-dropdown .dropdown-menu:after {
        transform: rotate(180deg);
    }
    .custom-dropdown .dropdown-menu:after,
    .custom-dropdown .dropdown-menu:before {
        content: none;
    }
    .custom-dropdown .dropdown-menu {
        position: fixed;
        width: 100%;
        bottom: 59px;
        left: 0;
        padding: 0;
    }
    .custom-dropdown.show .dropdown-toggle::before {
        content: "";
        width: 15px;
        height: 15px;
        background-color: #bd242e;
        position: absolute;
        top: -22px;
        left: calc(50% - 8px);
        border-radius: 0;
        transform: rotate(45deg);
    }
    .border-bottom-form .link-icon:before {
        content: none;
    }
    .page-title .tab-container .nav-tabs .nav-item .nav-link {
        padding: 20px 20px !important;
        font-size: 14px !important;
    }
    .page-title-modal .tab-container .nav-tabs .nav-item .nav-link {
        padding: 24px 104px !important;
        font-size: 20px !important;
        font-family: "Helvetica Neue" !important;
    }

/*collective homepage*/

    .collective-homepage-body .collective-body-image .collective-image-inner .collective-body-icon{
        width: 60px;
        padding-bottom: 20px;
        margin: auto;
    }
    .collective-homepage-body .collective-body-image .collective-image-inner .collective-body-text{
        font-size: 1.25rem;
    }

}

@media screen and (max-width: 767px) {
    .collaborationpost .collaborationpost-form-control-custom .collaborationpost-myfet{
        width: 100%;
    }
    .collaborationpost .collaborationpost-form-control-custom .collaborationpost-external{
        width: 100%;
        margin-left: 0px;
    }

    .hero-header .logo img {
        max-height: 60px;
    }
    .sticky+.main-content {
        padding-top: 72px;
    }
    .hero-header .button-list a {
        padding: 12px 25px;
        border-radius: 8px;
        font-size: 14px;
    }
    .hero-section .banner-slider .slick-prev:before,
    .hero-section .banner-slider .slick-next:before {
        font-size: 25px;
    }
    .hero-section .banner-slider .slick-next {
        right: 10px;
        z-index: 99;
    }
    .hero-section .banner-slider .slick-prev {
        left: 10px;
        z-index: 99;
    }
    .custom-theme-btn::after {
        height: 18px;
        width: 60px;
        left: 24px;
    }
    .custom-theme-btn::before {
        height: 29px;
        width: 70px;
        left: 15px;
    }
    .custom-theme-btn-dark {
        padding: 15px 50px;
        font-size: 20px;
    }
    .hero-section .hero-button-container .button-wrapper .signin-button-wrapper .custom-theme-btn:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .custom-theme-btn {
        padding: 15px 50px;
        font-size: 20px;
    }
    .fetish-card .fetish-details .btn {
        font-size: 20px;
        border-radius: 10px;
    }
    .fetish-card .fetish-details .fetish-info {
        font-size: 16px;
    }
    .fetish-card .fetish-details .fetish-name {
        font-size: 18px;
    }
    .fetish-card .fetish-details .fetish-user-id {
        font-size: 16px;
    }
    .main-header .navbar .navbar-brand img {
        max-height: 45px;
    }
    .container-custom {
        padding-right: 15px;
        padding-left: 15px;
    }
    .call-to-action-card .content p {
        font-size: 16px;
    }
    .custom-theme-btn.theme-btn-white {
        font-size: 20px;
    }
    .main-footer {
        text-align: center;
    }
    .main-footer .footer-menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page-title .title-container {
        flex-wrap: wrap;
    }
    .page-title .title-container .title-icon {
        margin-bottom: 20px;
    }
    .custom-checkbox-container {
        margin-bottom: 20px;
    }
    .btn.theme-btn {
        padding: 15px 50px;
        width: 100%;
    }
    .page-title .title-container .title-inner {
        width: calc(100% - 0px);
    }
    .profile-page .profile-header .profile-image {
        margin-top: 50px;
        margin-bottom: 50px;
        max-height: 300px;
        max-width: 300px;
    }
    .profile-page .profile-details .profile-wall .wall-list .wall-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #707070;
        margin-bottom: 25px;
        flex-wrap: wrap;
    }
    .responsive-div-table .table-head {
        display: none;
    }
    .responsive-div-table .table-row {
        display: table;
        width: 100%;
        border-bottom: 10px solid #e0e0e0;
    }
    .responsive-div-table .table-row .table-small .table-cell:first-child {
        display: table-cell;
    }
    .responsive-div-table .table-row .table-small {
        display: table-row;
    }
    .responsive-div-table .table-row .table-small .table-cell {
        font-size: 16px;
        display: table-cell;
        border-bottom: 1px solid #000;
        padding: 10px;
    }
    .table-custom-div .header {
        display: none;
    }
    .table-custom-div .table-card .table-header {
        display: block;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .page-title .title-container .title-icon {
        height: 80px;
        width: 80px;
    }

    /*collective homepage*/

    .collective-subheader{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .collective-subheader .collective-subheader-text p{
        padding-top: 16px;
    }
    .collective-subheader .collective-subheader-logo img{
        width: 80px;
    }
    .collective-homepage-body .collective-body-image-mr{
        margin-right: 0;
        margin-bottom: 24px;
    }
     .collective-homepage-body .collective-body-image .collective-image-inner .collective-body-icon{
        width: 90px;
        padding-bottom: 20px;
        margin: auto;
    }
    .collective-homepage-body .collective-body-image .collective-image-inner .collective-body-text{
        font-size: 1.8rem;
    }

/*collective my_education*/

    .container-custom .page-title .title-container .title-icon .icon-earth{
        height: 60px;
    }
    .container-custom .page-title .title-container .title-icon{
        margin:0 0 16px 0;
    }
    .container-custom .page-title{
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .container-custom .page-title .title-container{
        display: flex;
        justify-content: center;
        text-align: center;
    }
    /* .page-title-modal .tab-container .nav-tabs .nav-item .nav-link {
        padding: 24px 56px !important;
        font-size: 20px !important;
        font-family: "Helvetica Neue" !important;
    }
    .tab-content .tab-content-modal-text {
        text-align: center;
    } */
}

/*collective homepage*/

@media screen and (max-width: 576px) {

    .collective-subheader .collective-subheader-logo img{
        width: 60px;
    }
    .collective-homepage-body .collective-body-image .collective-image-inner .collective-body-icon{
        width: 50px;
        padding-bottom: 20px;
        margin: auto;
    }
    .collective-homepage-body .collective-body-image .collective-image-inner .collective-body-text{
        font-size: 1.25rem;
    }

/*collective my_education*/

    .container-custom .education-videos .education-navbar ol{
        display: flex;
        justify-content: center;
    }

/*collective-partners*/
    
    .container-custom .education-videos .collective-partners .collective-partners-each .partners-each-text{
        font-size: 16px;
    }
    .container-custom .education-videos .collective-partners .collective-partners-each .collective-partners-button button{
        width: 250px;
        font-size: 16px;
        padding: 8px 0px;
    }
    /* .container-custom .education-videos .collective-partners .collective-partners-each .education-img-width img{
        width: 250px;
        height: 250px;
    }
    .page-title-modal .tab-container .nav-tabs .nav-item .nav-link {
        padding: 24px 56px !important;
        font-size: 20px !important;
        font-family: "Helvetica Neue" !important;
    } */
}

/* @media screen and (max-width: 575px){
    .page-title-modal .tab-container .nav-tabs .nav-item .nav-link-left {
        margin: 16px 0 0 0!important;
    }
} */

@media screen and (max-width: 414px) {

    .collective-subheader .collective-subheader-logo img{
        width: 48px;
    }
    .collective-homepage-body .collective-body-image .collective-image-inner .collective-body-icon{
        width: 40px;
        padding-bottom: 10px;
        margin: auto;
    }
    .collective-homepage-body .collective-body-image .collective-image-inner .collective-body-text{
        font-size: .8rem;
    }

    /*collective my_education*/

    .container-custom .education-filter .education-select .education-select-width{
        width: 330px;
    }

    /*collective-partners*/

    .container-custom .education-videos .collective-partners .collective-partners-each .collective-partners-button button{
        width: 200px;
    }
    /* .container-custom .education-videos .collective-partners .collective-partners-each .education-img-width img{
        width: 200px;
        height: 200px;
    } */
    .container-custom .education-videos .collective-partners .collective-partners-each {
        border-radius: 25px;
        padding: 12px;
    }
    /* .page-title-modal .tab-container .nav-tabs .nav-item .nav-link {
        padding: 20px 45px !important;
        font-size: 20px !important;
        font-family: "Helvetica Neue" !important;
    } */
}

/*collective my_education*/

@media screen and (max-width: 340px){

    .container-custom .education-filter .education-select .education-select-width{
     width: 250px;
    }
    .container-custom .education-filter .education-select option[value]{
        font-size: 12px;
    }
    .container-custom .education-filter .education-select select{
        font-size: 14px;
    }
    .container-custom .education-filter .education-select:after {
        top: 14px;
        right: 20px;
    }
    .container-custom .education-videos .education-example .education-example-each{
        padding: 16px;
        border-radius: 25px;
    }

    /*collective-partners*/

    .container-custom .education-videos .collective-partners .collective-partners-each .partners-each-text{
        font-size: 12px;
    }
    .container-custom .education-videos .collective-partners .collective-partners-each .collective-partners-button button{
        width: 130px;
        padding: 0px;
        border-radius: 8px;
    }
    .container-custom .education-videos .collective-partners .collective-partners-each .education-img-width{
        padding:0;
    }
    /* .page-title-modal .tab-container .nav-tabs .nav-item .nav-link {
        padding: 16px 38px !important;
        font-size: 16px !important;
        font-family: "Helvetica Neue" !important;
    }
    .form-group .form-control-modal {
        padding: 16px 9px 16px;
        font-size: 16px;
        border-radius: 10px;
    } */
}

.select2-container {
    width: 100% !important;
}



