/* General Style Start */

@font-face {
    font-family: eucilid_medium;
    src: url(../fonts/eucilid/EuclidCircularBMedium.ttf);
}

@font-face {
    font-family: eucilid_bold;
    src: url(../fonts/eucilid/EuclidCircularBBold.ttf);
}

@font-face {
    font-family: eucilid_regular;
    src: url(../fonts/eucilid/EuclidCircularBRegular.ttf);
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
}

.row {
    margin: 0px;
}

* {
    font-family: 'Heebo', sans-serif;
}

.mh10p0 {
    min-height: 10px;
    padding: 0px;
}

.mh10p5 {
    min-height: 10px;
    padding: 5px;
}

.mh10p10 {
    min-height: 10px;
    padding: 10px;
}

.mh10p15 {
    min-height: 10px;
    padding: 15px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1238px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1338px;
    }
}

.slick-slider {
    overflow: hidden;
}
:root {
    /* --mainColor: #fa8072;
    --onlineColor: green;
    --waitColor: #ffd400;
    --oflineColor: red; */
    --mainColor: #ff0000;
    --onlineColor: green;
    --waitColor: #ffd400;
    --oflineColor: red;
}
/* General Style End */
/* index page start */
.mainIndexIndexPage {
    width: 100%;
    height: 100vh;
    position: relative;
}
.imagesLine {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.absIndexGenerate {
    width: 100%;
    min-height: 100%;
    background-color: #33333396;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}
.whiteUserLogins {
    min-height: 30px;
    background-color: #0d0d0d91;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.textWhiteIndexPage {
    color: #fff;
    font-size: 16px;
}
.whiteUserLogins p {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    font-weight: 600;
}
.whiteUserLogins > span {
    color: #fff;
}
.spaceIndexRadioGenerate {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #fff;
}
.gapLabelAndRadio {
    display: flex;
    align-items: center;
    gap: 5px;
}
.gapLabelAndRadio label {
    color: #fff;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.inputTextHeader {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom:7px;
}
.generateInputFuel {
    margin-top: 10px;
    background-color: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    padding: 0 15px;
    font-size: 13px;
    border-radius: 5px;
    color:#fff;
}
.generateInputFuel::placeholder {
    color: #fff;
}

/* index page end */
/* menu start */
.main_menu {
    min-height: 70px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.LogoText {
    color: var(--mainColor) !important;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
}
.LogoText span {
    font-weight: 900;
    font-size: 20px;
    font-family: 'Nothing You Could Do', cursive;
}

/* menu end */
.leftMenu {
    width: 100%;
    overflow: hidden;
    padding: 0 25px;
    margin-bottom: 25px;
}

.leftMenuTextAll {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    animation: slide 35s linear infinite;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 600;
    opacity: 0.2;
    text-wrap: nowrap;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.leftMenuTextAll::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    opacity: 0.5;
    z-index: -1;
}
.loginButtonForIndexPage {
    width: 300px;
    height: 50px;
    border: 0 !important;
    background: rgb(250, 128, 114);
    /* background: linear-gradient(
        5deg,
        rgba(250, 128, 114, 1) 0%,
        rgba(250, 128, 114, 1) 67%,
        rgba(255, 171, 161, 1) 76%
    ); */
    background: linear-gradient(
        5deg,
        rgb(255, 25, 0) 0%,
        rgb(255, 68, 47) 40%,
        rgb(255, 116, 101) 76%
    );
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heckInputForWebSites {
    width: 25px;
    height: 25px;
    background-color: transparent !important;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 0 !important;
    padding: 0 !important;
}
.textOkayContent {
    color: #fff;
    font-size: 16px;
}
.textOkayContent a {
    color: #fff !important;
    text-decoration: underline;
    cursor: pointer !important;
    border: 0 !important;
    background: transparent !important;
}
.facebookbuttons {
    margin-top: 10px;
    width: 100%;
    background-color: #4267b2;
    height: 50px;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
}
.textFacebbokAlert {
    font-size: 18px;
    color: transparent;
    margin-top: 10px;
    text-align: center;
    color:#fff;
    letter-spacing: 1px;
}
.textGenerateRightIndex {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}
.socialAllRightButton {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    border-radius: 50%;
    font-size: 22px;
    color: #000 !important;
    cursor: pointer;
}
.contentIndexOage {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.contentIndexOage a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.expolainLeftDetailIndex {
    margin-top: 15px;
    color: #dadada;
    font-size: 14px;
}
/* content page start */
.contentIndroduce {
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.textCenterLines {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contentIndroducePtItem {
    font-size: 16px;
    color: #333;
}
/* content page end */
.dowlandIndex {
    margin-top: 25px;
    color: transparent;
    font-weight: 600;
    font-size: 32px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.wrapIndexRightDowland {
    display: flex;
    width: 100%;
    gap: 15px;
}
.imagesDowland {
    width: 250px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

/* register all start */
.registerMainPage {
    width: 100%;
    min-height: 10px;
}
.classRegisterSteps {
    width: 100%;
    min-height: 80px;
    background-color: #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.end_lineRegisterPage {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.componentPercantageRegisterPage {
    width: 100%;
    min-height: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.percantageCardGenerate {
    width: 300px;
    height: 40px;
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    display: flex;
}
.textNumbersPercantage {
    width: 50px;
    height: 40px;
    border-right: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
}
.generateAllFlexible {
    flex: 1;
    height: 100%;
    display: flex;
}
.colorsPercantageGoes {
    background-color: green;
    height: 100%;
}
.generateRights {
    font-size: 13px;
    color: #333;
    font-weight: 600;
}
.componentBottom_register {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.active_register {
    font-size: 32px;
    font-family: 'Nothing You Could Do', cursive;
    color: var(--mainColor);
}
.pasive_register {
    font-size: 16px;
    color: gray;
}
.centerRegistersLine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    flex: 1;
    padding: 30px 0;
    background-image: url('../images/system/bbb.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.centerHeaderTextRegister {
    text-align: center;
    color: transparent;
    font-weight: 600;
    font-size: 24px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    letter-spacing: 1px;
}
.centerCardGenerated {
    min-height: 10px;
}
.cardGenerateRegister {
    min-height: 420px;
    padding: 15px;
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.registerInput {
    flex: 1;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dadada;
    font-size: 15px;
    padding: 0 15px;
    outline: 0 !important;
}
.registerTextarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dadada;
    font-size: 15px;
    padding: 15px;
    outline: 0 !important;
}
.registerSelect {
    flex: 1;
    background-color: white;
    border: thin solid #dadada;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}
.registerSelect:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 0.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}
.imagesRightRegister_page {
    width: 100%;
    min-height: 420px;
    border-radius: 10px;
    object-fit: cover;
}
.registerBottomSlideText {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    animation: slide 35s linear infinite;
    color: #ffffff00;
    letter-spacing: 3px;
    font-weight: 600;
    opacity: 0.5;
    text-wrap: nowrap;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
}
.goPageRegiserButtonNext {
    flex: 1;
    height: 55px;
    background: rgb(250, 128, 114);
    background: linear-gradient(
        5deg,
        rgba(250, 128, 114, 1) 0%,
        rgba(250, 128, 114, 1) 67%,
        rgba(255, 171, 161, 1) 76%
    );
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 5px;
    gap: 5px;
    font-size: 20px;
    font-weight: 600;
    outline: 0 !important;
    border: 0 !important;
}
.goPageRegiserButtonPrev {
    flex: 1;
    height: 55px;
    background: rgb(49, 44, 43);
    background: linear-gradient(5deg, rgb(58, 45, 43) 0%, rgb(38, 29, 29) 67%, rgb(29, 25, 25) 76%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 5px;
    gap: 5px;
    font-size: 20px;
    font-weight: 600;
    outline: 0 !important;
    border: 0 !important;
}
.subHeaderForRegisterPage {
    font-size: 18px;
    color: gray;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blueGenderButtons {
    flex: 1;
    height: 50px;
    background-color: #4267b2;
    border: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    gap: 5px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.girlGenderButtons {
    flex: 1;
    height: 50px;
    background-color: #ff12ff;
    border: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    gap: 5px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.opacity_register {
    opacity: 0.5;
}
.registerInputTop {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
}
.centerTextHeader {
    font-size: 18px;
    font-weight: 600;
}
.generateRowAndTextCheckedMan {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 48%;
}
.generateRowAndTextCheckedMan input {
    width: 30px;
    height: 30px;
}
.generateRowAndTextCheckedMan label {
    font-size: 16px;
    font-weight: 600;
    color: gray;
}
@media screen and (max-width: 990px) {
    .generateRowAndTextCheckedMan {
        width: 100% !important;
    }
    .componentPercantageRegisterPage {
        justify-content: flex-start;
    }
}
.centerCardCameraIcons {
    width: 100%;
    height: 100px;
    border: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}
.centerCardCameraIcons label {
    font-size: 32px;
    cursor: pointer;
}
.textCameraBottoms {
    font-size: 13px;
    color: #333;
}
.gotoHomePageCenter {
    text-align: center;
    color: gray !important;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none !important;
}
/* register all end */
/* login start */
.imageLoginTopMain {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.imagesLoginApk {
    width: 32%;
    height: auto;
    object-fit: contain;
}
.forgetPasswordGenerate {
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.inputNumbersSquare {
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none !important;
    border: 1px solid #dadada;
    border-radius: 5px;
    color: #fff;
}
.inputNumbersSquare::-webkit-outer-spin-button,
.inputNumbersSquare::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.inputNumbersSquare[type='number'] {
    -moz-appearance: textfield;
}
/* login end */
/* menu start */
.menuCenter_Alls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.activeMenu {
    text-decoration: none !important;
    color: gray !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer !important;
    letter-spacing: 1px;
}
.pasiveMenu:hover::after {
    width: 100%;
    transition: ease 0.5s all;
}
.activeMenu::after {
    content: '';
    float: left;
    width: 100%;
    height: 2px;
    background-color: var(--mainColor);
}
.pasiveMenu::after {
    content: '';
    float: left;
    width: 0%;
    height: 2px;
    background-color: var(--mainColor);
}
.pasiveMenu {
    text-decoration: none !important;
    color: gray !important;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer !important;
}
.endSocialMenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.socialCardMenu {
    width: 35px;
    height: 35px;
    background-color: var(--mainColor);
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
}
.IndexMainLine {
    width: 100%;
    min-height: 320px;
    background-color: #333;
    padding: 20px 0;
}

.circlesExplainHomeBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cardLeftBanner {
    flex: 1;
    height: 300px;
    background-color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    position: relative;
}
.absCardLeftIndBanner {
    width: 120px;
    height: 100px;
    background-color: #333;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 20px;
}
.numberImage {
    width: 100%;
    height: 80%;
    object-fit: contain;
}
.cardRightBanner {
    flex: 1;
    height: 350px;
    background-color: #fff;
    border: 1px solid #dadada;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding: 15px;
    overflow: hidden;
}
.textNumberLeft {
    color: transparent;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1px;
    color:var(--mainColor);
}
.textNumberLeft span {
    font-size: 22px !important;
    color: gray !important;
    -webkit-text-stroke-width: 0px !important;
}
.homeBannerExplains {
    font-size: 18px;
    line-height:45px;
    color: var(--mainColor) !important;
    /* font-family: 'Nothing You Could Do', cursive; */
    font-family: "Pacifico", cursive;
}
.rightBannersLine {
    font-size: 16px;
    color: gray;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 10px;
}
.userCardOnlineAndOfline {
    width: 33%;
    height: 150px;
    padding: 10px;
    text-decoration: none !important;
}

.cardDetailsLine:hover > img {
    width: 120%;
    transition: ease 0.5s all;
}
.cardDetailsLine:hover .absCardEnd > i {
    display: flex;
}
.cardDetailsLine:hover .absCardEnd > span {
    display: flex;
}
.cardDetailsLine:hover .absCardEnd {
    height: 100%;
    transition: ease 0.5s all;
}
.absCardEnd > i,
.absCardEnd > span {
    display: none;
}
.absCardEnd {
    width: 100%;
    height: 0%;
    background-color: #333333ba;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff !important;

    gap: 5px;
}
.absCardEnd span {
    font-weight: 400;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 16px;
}
.cardDetailsLine {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: rgba(183, 183, 185, 0.15) 0px 48px 100px 0px;
    position: relative;
    border: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.cardDetailsLine img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.nameClassCardUser {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    color: gray;
    font-size: 13px;
    padding: 0 5px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.circleUserCard {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.absBottomCardGenerated {
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: #ffffffb3;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    color: #333;
    font-weight: 600;
}
.TextGopageBanner {
    color: #333 !important;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 20px;
    position: absolute;
    transform: rotate(-15deg);
    top: 20px;
    left: 5px;
}
@media screen and (max-width: 990px) {
    .circlesExplainHomeBanner {
        flex-direction: column;
    }
    .absCardLeftIndBanner {
        display: none !important;
    }
}
.absArrows {
    width: 100% !important;
    height: 40px !important;
    object-fit: contain !important;
}
.leftHomePageMainu {
    width: 100%;
    min-height: 100px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 0 15px;
    margin-bottom: 20px;
    padding-top: 10px;
    z-index: 10;
}
.lineButtonGenerate {
    width: 100%;
    min-height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    color: gray !important;
    font-weight: 600;
    cursor: pointer;
}
.buttonGoLogaout {
    width: 100%;
    min-height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    color: var(--mainColor) !important;
    font-weight: 800;
    cursor: pointer;
}
.buttonGoLogaout:hover {
    padding-left: 20px;
    transition: ease 0.5s all;
}
.buttonGoLogaout i {
    font-size: 20px;
    color: gray !important;
}
.lineButtonGenerate_active {
    width: 100%;
    min-height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    color: gray !important;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
}
.lineButtonGenerate_active::before {
    content: '';
    height: 70%;
    width: 3px;
    background-color: var(--mainColor);
    position: absolute;
    left: 0;
}
.lineButtonGenerate:hover {
    padding-left: 20px;
    transition: ease 0.5s all;
}
.lineButtonGenerate:last-child {
    border-bottom: 0 !important;
}
.textLeftHomePageMeu {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
}
.headerLeftMenuForHomes {
    font-size: 22px;
    font-family: 'Pacifico', cursive; 
    letter-spacing:2px;
    color: var(--mainColor);
    margin-bottom:15px;
}
.imagesNotifications {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.notification_column {
    display: flex;
    flex-direction: column;
}
.notification_column p {
    color: #333 !important;
    font-size: 12px !important;
    margin: 0;
    padding: 0;
}
.notification_column span {
    color: gray !important;
    font-size: 12px !important;
    margin: 0;
    padding: 0;
}
.newNotificationsCircle_home {
    width: 12px;
    height: 12px;
    background-color: var(--mainColor);
    border-radius: 50%;
}
.arrowsBottom {
    min-width: 50px;
    height: 50px;
    background-color: var(--mainColor);
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    gap: 10px;
    padding: 0 10px;
    z-index: 99;
    transition: ease 0.5s all;
}
.scrollText {
    display: none;
    font-size: 16px !important;
    -webkit-animation: tahsin 0.9s both;
    animation: tahsin 0.9s both;
}

@-webkit-keyframes tahsin {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tahsin {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rowsSenderHomePage {
    width: 100%;
    height: 55px;
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
}
.rowsSenderHomePage input {
    flex: 1;
    height: 100%;
    padding: 0 15px;
    border: 1px solid #dadada;
    font-size: 14px;
    border-radius: 5px;
    outline: 0 !important;
}
.rowsSenderHomePage button {
    background-color: var(--mainColor);
    padding: 0 15px;
    border: 0 !important;
    height: 100%;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
}
.imagesMobilesGeneratedRighted {
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.topGeneratedRightMobilMockpa {
    text-decoration: none !important;
    color: #333 !important;
}
.centerTextGenerated {
    text-align: center;
    /* font-family: 'Nothing You Could Do', cursive; */
    font-family: "Pacifico", cursive;
    letter-spacing: 2px;
    font-size: 42px;
    transform: rotate(-25deg);
    color: var(--mainColor);
}
.cardTopMain {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 15px;
}
.card_Post {
    width: 100%;
    min-height: 10px;
    padding: 15px;
    border: 1px solid #dadada;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.spaceCardBtwn {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.imagesGeneratedTopCardCom {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.imagesGeneratedTopCardCom > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.onlineColorss {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgb(15, 255, 15);
    position: absolute;
    right: 0;
    bottom: 0;
}
.cardComponentLeftMain {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    color: #333 !important;
}
.cardComponendNameAndCity {
    font-size: 13px;
    color: #333;
}
.cardComponentTimes {
    color: gray;
    font-size: 12px;
}
.imagesCardDetailsForComponent {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.lineBtnGenerated_card {
    width: 100%;
    border-top: 1px solid #dadada;
    display: flex;
    padding-top: 15px;
    flex-wrap: wrap;
}
.clickLike_bottom {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: gray;
    cursor: pointer;
    padding: 0 10px;
    border-right: 1px solid #dadada;
}
.clickLike_bottom:first-child {
    padding-left: 0 !important;
}
.clickLike_bottom:last-child {
    border-right: 0 !important;
}
.clickLike_bottom:hover {
    font-size: 16px;
    margin-left: 10px;
    transition: ease 0.5s all;
    transform: rotate(-10deg);
    color: var(--mainColor);
}
.clicked_color {
    color: var(--mainColor);
}
.commend__cardText {
    font-size: 14px;
    color: #333;
}
@media screen and (max-width: 990px) {
    .main_menu {
        display: none;
    }
    .clickLike_bottom {
        width: 50%;
        height: 40px;
        padding: 0 !important;
        border-right: 0 !important;
    }
}
/* message page start */
.messageGenerateMain {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 10px;
    padding-bottom: 15px;
}
.messageCardGenerate {
    width: 100%;
    min-height: 10px;
    border: 1px solid #dadada;
    display: flex;
    flex-wrap: wrap;
}
.imagesMessageLeft {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.imagesMessageLeft img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
.rightMessageDetailsPage {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-left: 1px solid #dadada;
}
.textMessageDateTops {
    font-size: 14px;
    color: gray;
}
.textMessageDateTops span {
    color: var(--mainColor);
    font-size: 14px !important;
    font-weight: 600;
}
.textMessageDateTops p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 800;
    /* font-family: 'Nothing You Could Do', cursive; */
    font-family: "Pacifico", cursive;
    letter-spacing: 2px;
}
.rightMessageDetailsPage button {
    width: 100%;
    height: 40px;
    background: rgb(250, 128, 114);
    background: linear-gradient(
        5deg,
        rgba(250, 128, 114, 1) 0%,
        rgba(250, 128, 114, 1) 27%,
        rgba(255, 171, 161, 1) 76%
    );
    border: none !important;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
/* .rightMessageDetailsPage button:hover {
    transition: ease 0.5s all;
    background: rgb(250, 128, 114);
    background: linear-gradient(5deg, rgb(250, 128, 114) 0%, rgb(255, 255, 255) 67%, rgb(255, 255, 255) 76%);
    color: var(--mainColor) !important;
    border: 1px solid var(--mainColor);
} */
@media screen and (max-width: 990px) {
    .imagesMessageLeft {
        width: 100% !important;
        justify-content: center !important;
        align-items: center;
    }
    .modalCenterWhiteGenerate {
        width: 90% !important;
        height: 70% !important;
    }
}
/* message page end */
/* message modal start */
.messageModalMains {
    width: 100%;
    height: 100vh;
    background-color: #3333338f;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}
.modalCenterWhiteGenerate {
    height: 90%;
    background-color: #fff;
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}
.absTimesGoModal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    font-size: 62px;
}
.absTimesGoModal:hover {
    transform: rotate(25deg);
    transition: ease 0.5s all;
}
.animationModal {
    -webkit-animation: aksOpen 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: aksOpen 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes aksOpen {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes aksOpen {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.HeaderModalMessages {
    width: 100%;
    min-height: 80px;
    background-color: #f5f5f587;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.CircleModalInroduEs {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
}
.modaHeaderLeftGenerated {
    display: flex;
    align-items: center;
    gap: 10px;
}
.circleModalImages {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.openMenuLineButtons {
    width: 200px;
    min-height: 10px;
    background-color: #fff;
    position: absolute;
    display: none;
    top: 80px;
    right: 15px;
    border: 1px solid #dadada;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0 10px;
    -webkit-animation: Svm 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: Svm 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes Svm {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}
@keyframes Svm {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}

.buttonModalUsersAll {
    text-decoration: none !important;
    display: flex;
    width: 100%;
    color: #333 !important;
    height: 40px;
    align-items: center;
    border-bottom: 1px solid #dadada;
    cursor: pointer;
}
.buttonModalUsersAll:hover {
    padding-left: 10px;
    transition: ease 0.5s all;
}

.sender_meesageModalBottoms {
    width: 100%;
    min-height: 10px;
    border-top: 1px solid #dadada;
    background-color: #fff;
    padding: 15px;
    display: flex;
    gap: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    flex-wrap: wrap;
}
.sender_meesageModalBottoms input {
    flex: 1;
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    outline: 0 !important;
    border: 1px solid #dadada;
}
.sender_meesageModalBottoms button {
    padding: 0 15px;
    height: 45px;
    background-color: var(--mainColor);
    border: none !important;
    border-radius: 5px;
    color: #fff;
}
.introduceMessageScrrols {
    flex: 1;
    width: 100%;
    padding: 15px;
    overflow-y: scroll;
}
.comeHereMessage {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 5px;
}
.ballonsMessages {
    min-width: 10px;
    max-width: 70%;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 20px 20px 20px 0;
    font-size: 13px;
}
.comeHereMessageEnd {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 5px;
}
.ballonsMessagesEnd {
    min-width: 10px;
    max-width: 70%;
    background-color: lightgreen;
    padding: 15px;
    border-radius: 20px 20px 0px 20px;
    font-size: 13px;
    color: #333;
}
.red_color {
    color: red !important;
}
@media screen and (max-width: 990px) {
    .reportModals {
        width: 80% !important;
    }
    .absTimesGoModal {
        font-size: 32px;
    }
}
.reportModals {
    width: 30%;
    min-height: 10px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.reportModals img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.reportModals p {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Nothing You Could Do', cursive;
    color: gray;
    font-size: 22px;
}
.reportModals span {
    font-size: 16px;
    color: gray;
}
.checkboxEndLabelForModal {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.checkboxEndLabelForModal input {
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
    outline: 0 !important;
}
.checkboxEndLabelForModal label {
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: gray;
}
.buttonSenderReportMdoal {
    width: 100%;
    height: 45px;
    background-color: var(--mainColor);
    border: none !important;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* message modal end */
/* user profie page start */
.cardPorfiles {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
}
.rowImagesClickImage {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
}
.imagesGalleryTop {
    width: 33%;
    height: 100px;
    cursor: pointer;
    padding: 5px;
}
.minimalImages {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 5px;
}
.slide_mainModal {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.modalSlickTop {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
}

.modalSlickTop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.buttonSliderModal {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.nextButton {
    position: absolute;
    top: calc(50% - 50px);
    right: 15px;
}
.prevButton {
    position: absolute;
    top: calc(50% - 50px);
    left: 15px;
}
.socialIconsProfilesLeftMenu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    gap: 15px;
}
.socialIconsProfilesLeftMenu a {
    width: 50px;
    height: 50px;
    border: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333 !important;
    text-decoration: none !important;
    border-radius: 50%;
    font-size: 18px;
}
.textCenterGenerateLeftProfilesMenu {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.spaceUserProfilesBtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spaceUserProfilesBtn span {
    font-size: 13px;
}
.onlineProfile {
    color: #333;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.circlesColorsProfiles {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.buttonMessagesSender {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mainColor);
    height: 40px;
    border: none !important;
    border-radius: 5px;
    color: #fff !important;
    font-size: 13px;
    text-decoration: none !important;
    cursor: pointer;
}
.rowsGenerated_userProfiless {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.buttonsCardCenterUserProfile {
    flex: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    border: 1px solid #dadada;
    cursor: pointer;
}
.buttonsCardCenterUserProfile:hover {
    background-color: var(--mainColor);
    color: #fff;
}
.addClassBg {
    background-color: var(--mainColor);
    font-size: 16px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    color: #fff !important;
}
.detailTextGenerate_userPorfiles {
    display: flex;
    width: 100%;
    margin-top: 10px;
}
.detailTextGenerate_userPorfiles p {
    width: 25%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: gray;
    margin: 0;
    padding: 0;
}
.detailTextGenerate_userPorfiles span {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #333;
    flex: 1;
    display: flex;
    align-items: center;
}
.userProfileModalGenerated {
    height: 35px;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    border-radius: 5px;
    color: #fff !important;
    outline: 0 !important;
    background-color: var(--mainColor);
    margin-top: 10px;
    font-size: 14px;
}
.userInforAbsIcon {
    width: 80px;
    height: auto;
    object-fit: contain;
    position: absolute;
    right: 10px;
    top: 0;
}
.leftCommentUsers {
    margin-right: 15px;
    font-size: 14px;
    color: gray;
}
.rightCommentUsers {
    font-size: 14px;
    color: gray;
    margin-left: 15px;
}
.activeUserTabButton {
    height: 35px;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    border-radius: 5px;
    color: #fff !important;
    outline: 0 !important;
    background-color: gray;
    margin-top: 10px;
    font-size: 14px;
}
.pasiveUserTabButton {
    height: 35px;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    border-radius: 5px;
    color: #fff !important;
    outline: 0 !important;
    background-color: gray;
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.5;
}
.pasiveUserTabButton:hover {
    opacity: 1 !important;
}
/* user profie page end */
/* footerPage start */
.FooterMain {
    min-height: 30px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #dadada;
    padding: 15px;
}
.spaceTextForFooter {
    min-height: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spaceTextForFooter {
    font-size: 13px;
}
@media screen and (max-width: 990px) {
    .topGeneratedRightMobilMockpa {
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
    }
    .spaceTextForFooter {
        display: block !important;
    }
}
/* footerPage end */
/* search component start */
.searchComponentMain {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.searchComponentMain img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.textSerachComponent {
    font-size: 16px;
    color: gray;
}
.textSerachComponent a {
    color: var(--mainColor) !important;
    text-decoration: none !important;
}
/* search component end */
.lineGenerateVisitTop {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
}
/* user card component start */
.componentUserCardMain {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
}
.absUserCard {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.TopImageandTextLineCardUsers {
    width: 100%;
    display: flex;
    gap: 10px;
}
.w100ImageCardTops {
    width: 150px;
    min-height: 10px;
}
.w100ImageCardTops img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}
.cardSocialsGenerateBottom {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.userCardSocalMain {
    width: 40px;
    height: 40px;
    border: 1px solid #dadada;
    color: gray !important;
    font-size: 20px;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.userComponentRightFelxOne {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.nameUserCard {
    color: gray;
    font-size: 22px;
    font-weight: 600;
}
.userComponentRightFelxOne span {
    color: gray;
    font-size: 15px;
}
/* user card component end */
/* marthces page start */
.tabMatchPage {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.aactiveTabMatchPage {
    color: var(--mainColor);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.pasiveTabMatchPage {
    color: #dadada;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
/* marthces page end */
/* search page search start */
.generatedSearchCekecked {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.ndroCheckHeaderSearchedPage {
    display: flex;
    align-items: center;
    gap: 5px;
}
.checkSearchPage {
    width: 20px;
    height: 20px;
    outline: 0 !important;
    border: 1px solid #dadada !important;
}
.inputLabelGenerate_searchPage {
    font-size: 13px;
    color: gray;
    cursor: pointer;
}
.searchPageSelectTop {
    width: 50%;
    min-height: 10px;
    margin-top: 10px;
}
.searchLeftMenuGenerate {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}
.searchLeftMenuGenerate span {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.inputTowPriceTop {
    display: flex;
    gap: 10px;
}
.gapPageNumbersGenerated {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.activePageNumbers {
    width: 35px;
    height: 35px;
    border: none !important;
    background-color: var(--mainColor);
    border-radius: 5px;
    color: #fff;
}
.pasivePageNumbers {
    width: 35px;
    height: 35px;
    border: none !important;
    background-color: var(--mainColor);
    border-radius: 5px;
    color: #fff;
}
.pasivePageNumbers {
    width: 35px;
    height: 35px;
    border: none !important;
    background-color: var(--mainColor);
    border-radius: 5px;
    color: #fff;
    opacity: 0.5;
}
.pasivePageNumbers:hover {
    opacity: 1;
}
.searchLeftPageMenu {
    width: 100%;
    height: 45px;
    background-color: var(--mainColor);
    border: none !important;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
}
.searchLeftPageMenu:hover {
    opacity: 1;
}
/* search page search end */
/* social connectted page start */
.socialMainGapClass {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lineBordersSocialMainCard {
    width: 100%;
    min-height: 10px;
    border-radius: 7px;
    border: 1px solid #dadada;
}
.socialHeaderForCard {
    padding: 10px;
    width: 100%;
    min-height: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: gray;
    border-bottom: 1px solid #dadada;
}
.socialCardDetailssLine {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}
.socialCardDetailssLine span {
    font-size: 14px;
}
.gapInputAndButtonSocial {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.gapInputAndButtonSocial button {
    padding: 0 30px;
    height: 40px;
    border-left: 0 !important;
    border-bottom: 1px solid var(--mainColor);
    border-top: 1px solid var(--mainColor);
    border-right: 0 !important;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--mainColor) !important;
    font-size: 16px;
    font-weight: 500;
}
.gapInputAndButtonSocial button:hover {
    border: none !important;
    color: #fff !important;
    background-color: var(--mainColor) !important;
}
.modalEditUserTagged {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    background: none !important;
    text-decoration: none !important;
    border: 0 !important;
    outline: 0 !important;
    font-size: 16px;
    font-weight: 600;
}
/* social connectted page end */
/* profil edit page start */
.editProfilesTopMenu {
    width: 300px;
    display: flex;
}
@media screen and (max-width: 990px) {
    .userInforAbsIcon {
        display: none !important;
    }
    .detailTextGenerate_userPorfiles {
        flex-direction: column;
        gap: 5px;
    }
    .detailTextGenerate_userPorfiles p {
        width: 100%;
    }
    .editProfilesTopMenu {
        width: 100% !important;
    }
    .butonEditProfiles {
        margin-left: 0 !important;
        height: 40px;
        width: 100% !important;
        flex: none !important;
    }
    .butonEditProfiles_area {
        width: 100%;
    }
}
.butonEditProfiles {
    flex: 1;
    margin-left: 10px;
    height: 40px;
    background-color: var(--mainColor);
    border: none !important;
    color: #fff !important;
    font-size: 13px;
    border-radius: 5px;
}
.butonEditProfiles_area {
    width: 30%;
    height: 40px;
    background-color: var(--mainColor);
    border: none !important;
    color: #fff !important;
    font-size: 13px;
    border-radius: 5px;
}
.buttonLastEditSelect {
    width: 30%;
    height: 40px;
    background-color: var(--mainColor);
    border: none !important;
    color: #fff !important;
    font-size: 13px;
    border-radius: 5px;
}
.cardTopDeleteEditgingButton {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.editUpdateLines {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: -15px;
}
.editUpdateLines button {
    width: 30px;
    height: 30px;
    background-color: red;
    border-radius: 50%;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}
.topMainEditUtadetes {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* profil edit page end */
/* analasise page start */
.analisesPageMainGap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.selectAndTextAnalisesPage {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.selectAndTextAnalisesPage label {
    display: flex;
    align-items: center;
    flex: 1;
    align-items: center;
    font-size: 15px;
    margin: 0 !important;
    padding: 0 !important;
}
.selectAnlalisesTopPage {
    width: 150px;
    display: flex;
}
.saveButtonAnalises {
    width: 50%;
    height: 40px;
    background-color: var(--mainColor);
    border: none !important;
    border-radius: 3px;
    color: #fff;
    outline: 0 !important;
}
@media screen and (max-width: 990px) {
    .selectAndTextAnalisesPage {
        flex-direction: column;
        align-items: flex-start;
    }
    .selectAnlalisesTopPage {
        width: 100% !important;
    }
    .saveButtonAnalises {
        width: 100% !important;
    }
}
/* analasise page end */
/* account page start */
.userAcooıuntMain {
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dadada;
    gap: 10px;
}
.accountW40Rows {
    width: 40%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.accountW40Rows i {
    font-size: 14px;
}
.accountW40Rows span {
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
}
.userAcooıuntMain p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
}
.userAcooıuntMain button {
    padding: 0 15px;
    height: 40px;
    background-color: var(--mainColor);
    color: #fff;
    font-size: 14px;
    outline: 0 !important;
    border-radius: 5px;
    border: none !important;
}
@media screen and (max-width: 990px) {
    .userAcooıuntMain {
        display: block !important;
        padding-bottom: 10px;
    }
    .endOkaysBuyButton {
        justify-content: flex-start !important;
    }
}
.passwordOpenItem {
    width: 100%;
    display: none;
    .text-focus-in {
        -webkit-animation: ta 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
        animation: ta 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    }
}

@-webkit-keyframes ta {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes ta {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.okayButtonAccountNoneClass {
    padding: 0 15px;
    height: 40px;
    background-color: var(--mainColor);
    color: #fff;
    font-size: 14px;
    outline: 0 !important;
    border-radius: 5px;
    border: none !important;
    margin-top: 10px;
}
.endOkaysBuyButton {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}
.buttonBuyPageGoes {
    height: 40px;
    padding: 0 10px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    border-radius: 5px;
}
.buttonBuyPageGoes span {
    color: var(--mainColor) !important;
    font-weight: 600;
}
.openCloseAccount {
    display: none;
    width: 100%;
}
.openCloseAccount span {
    font-size: 14px;
}
.openCloseAccount p {
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}
.closeAccountButton {
    padding: 0 15px;
    background-color: #333;
    height: 40px;
    border-radius: 5px;
    color: var(--mainColor) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    outline: 0 !important;
    margin-top: 10px;
    font-size: 13px;
    text-decoration: none !important;
}
/* account page end */
/* mobile menu start */
.mobileMenu {
    width: 100%;
    min-height: 70px;
    display: none;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}
@media screen and (max-width: 990px) {
    .mobileMenu {
        display: flex !important;
    }
}
.cardBarsMenuGenerate {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}
.allModabileMenuItemss {
    width: 100%;
    height: 100vh;
    background-color: #33333359;
    position: fixed;
    z-index: 9999999;
    top: 0;
    display: none;
    justify-content: flex-end;
}
.rightMobileMenuOpen {
    width: 90%;
    height: 100vh;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 15px;
    -webkit-animation: akyolMobileAnimation 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: akyolMobileAnimation 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes akyolMobileAnimation {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}
@keyframes akyolMobileAnimation {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

.endTimesModalGenerate {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.circleModalGenerated {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobileActivePage {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dadada;
    display: flex;
    align-items: center;
    color: gray !important;
    text-decoration: none !important;
    font-weight: 600;
}
/* mobile menu end */
/* buy page start */
.imagesRightUsersBuys {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.spaceBuyPageName {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spaceBuyPageName span {
    font-size: 13px;
}
.endImagesBottomsLineBuyPage {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.circleBuysPage {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.pHeaderBuyPage {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px !important;
}
.mainCardCardBuysPage {
    width: 100%;
    display: flex;
    height: 40px;
    border-bottom: 1px solid #dadada;
    align-items: center;
}
.firstBuysPage {
    width: 50%;
    font-size: 12px;
    font-weight: 600;
    display: flex;
}
/* buy page end */
.SeconsBuysPage {
    flex: 1;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buysCardMainsPage {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    flex-wrap: wrap;
}
.cardLinePacket {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 2px solid green;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 20px 10px;
}
.cardLinePacket_pasive {
    width: 24%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 1px solid #dadada;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}
.centerCardBuyPage {
    font-size: 15px;
    font-weight: 600;
}
.circlecActivePage {
    width: 100px;
    height: 100px;
    background-color: var(--mainColor);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    text-align: center;
}
.circlecPasivePage {
    width: 100px;
    height: 100px;
    background-color: rgb(7, 73, 73);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    text-align: center;
}
.circlecActivePage span {
    color: #fff;
    font-size: 11px;
}
.circlecActivePage p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}
.circlecPasivePage span {
    color: #fff;
    font-size: 11px;
}
.circlecPasivePage p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}
.totalDivGenerate {
    text-align: center;
    color: #333;
    font-size: 15px;
}
.buyCardPageActive {
    width: 100%;
    height: 40px;
    background-color: rgb(43, 168, 43);
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    border: none !important;
    outline: 0 !important;
}
.buyCardPagePasive {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(43, 168, 43);
    border-radius: 5px;
    color: #333;
    font-size: 13px;
    outline: 0 !important;
    background-color: #fff;
}
@media screen and (max-width: 990px) {
    .cardLinePacket {
        width: 49% !important;
    }
    .cardLinePacket_pasive {
        width: 49% !important;
    }
}
.imageBottomIzicco {
    height: 130px;
    width: auto;
    object-fit: contain;
}
.bottomBuysPagesEnds {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottomBuysPagesEnds span {
    font-size: 13px;
}
.bottomBuysPagesEnds button {
    padding: 0 15px;
    height: 40px;
    background-color: var(--mainColor);
    border: none !important;
    outline: 0 !important;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
}
.topBottomBuysPagesGenerated {
    width: 100%;
    min-height: 10px;
    border-top: 1px solid #dadada;
    margin-top: 20px;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.topBottomBuysPagesGenerated p {
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.topBottomBuysPagesGenerated span {
    font-size: 15px;
    color: gray;
}
.lineBuysModalsOkayGaps {
    width: 100%;
    flex-direction: column;
    gap: 5px;
}
.lineBuysModalsOkayGaps span {
    font-size: 14px;
    color: gray;
}
.inputAndModalSelectTop {
    width: 100%;
    display: flex;
    min-height: 10px;
    gap: 10px;
}
.imagesBuysGenerateModal {
    width: 100% !important;
    height: 150px !important;
    object-fit: contain;
    border-radius: 0 !important;
}
/* buy page end */
/* revize start */
.newRightMenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: gray;
}
.absCardGenerateMenuLeft {
    width: 100%;
    min-height: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 99;
    border-radius: 5px;
    padding: 10px;
    display: none;
}
.endSocialMenu:hover .absCardGenerateMenuLeft {
    display: block !important;
    transition: ease 0.5s all;
}
/* revize end */
/* modalSender start */
.modalMainsSender {
    width: 100%;
    height: 100vh;
    background-color: #33333359;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.whiteGenerateLineChoose {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.centerModalText {
    text-align: center;
    font-size: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.whiteGenerateLineChoose input {
    width: 100%;
    height: 45px;
    border: 1px solid #dadada;
    border-raidus: 5px;
    font-size: 13px;
    padding: 0 15px;
    margin-bottom: 15px;
}
.whiteGenerateLineChoose textarea {
    width: 100%;
    min-height: 120px;
    max-width: 100%;
    min-width: 100%;
    border: 1px solid #dadada;
    border-raidus: 5px;
    font-size: 13px;
    padding: 15px;
    margin-bottom: 15px;
}
.newButtonModalEnd {
    width: 100%;
    display: flex;
    gap: 15px;
    min-height: 10px;
}
.newButtonModalEnd button {
    flex: 1;
    height: 45px;
    background-color: var(--mainColor);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    outline: 0 !important;
    border: none !important;
    border-radius: 5px;
}
/* modalSender end */
.giftOpenGenerate {
    width: 100%;
    min-height: 100px;
    padding: 15px;
    display: none;
    gap: 10px;
    flex-wrap: wrap;
    background-color: #fff;
    position: absolute;
    bottom: 76px;
    border-top: 1px solid #dadada;
}
.activeGiftCenter {
    width: 90px;
    height: 90px;
    border: 1px solid green;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 5px;
}
.pasiveGiftCenter {
    width: 90px;
    height: 90px;
    border: 1px solid #dadada;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 5px;
    opacity: 0.5;
}
.activeGiftCenter img,
.pasiveGiftCenter img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.activeGiftCenter span,
.pasiveGiftCenter span {
    font-size: 11px;
}

.custom_logo_box
{
    width:100%;
    height:100px;
    float:left;
    margin-bottom:15px;
}

.custom_logo_box img
{
    width:100%;
    height:100px;
    object-fit: contain;
    object-position: center left;
}