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

body {
    background-color: #fff;
}

* {
}
:root {
    --main_color: #5aa3cc;
    --second_color: #59c6e5;
}
/* menu start */
.menu_outher {
    width: 100%;
    min-height: 10px;
    background: linear-gradient(
        167deg,
        rgb(46 105 139) 0%,
        rgb(16 132 165) 27%
    );
    padding: 15px 0;
}
.menu_inner {
    min-height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
}
.menu_right_Generate {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.menu_link {
    color: #fff;
    text-decoration: none !important;
    font-size: 17px;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.menu_link:hover {
    transform: translateY(-3px);
    transition: ease 0.5s all;
}
.select_lang_menu {
    padding: 5px;
    min-width: 60px;
    background-color: #ffffff6e;
    cursor: pointer;
    border-radius: 2px;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imagesFlagMenu {
    width: 45px;
    height: 25px;
    object-fit: contain;
}
/* menu end */
/* footer start */
.footer_outher {
    width: 100%;
    min-height: 10px;
    background-color: #e7e9ed;
    padding: 30px 0;
}
.footer_bottom_generate {
    width: 100%;
    background-color: var(--main_color);
    min-height: 10px;
    padding: 10px 0;
}
.space_footer_EA {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left_footerText {
    font-size: 17px;
    color: #fff;
}
.designAndSoft {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.designAndSoft > a {
    color: #fff !important;
    font-size: 13px;
    text-decoration: none !important;
}
.adj_footer_generate {
    width: 100%;
    padding: 20px;
    background-color: #041d50;
    min-height: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 7px;
    align-items: center;
}
.adj_footer_generate span {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.end_iconAndPhoneNumbersæ {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.end_iconAndPhoneNumbers > i {
    color: #fff;
    font-size: 18px;
}
.footer_innet_main {
    margin-top: 15px;
}
.footer_innet_main > span {
    font-size: 13px;
}
.footer_innet_main p {
    margin: 0 !important;
    font-size: 15px;
    font-weight: 700;
}
.footer_innet_main a {
    color: #333 !important;
    font-size: 15px;
    margin-top: 5px;
    display: flex;
    text-decoration: none !important;
    font-weight: 500;
}
.footer_innet_main a:hover {
    margin-left: 5px;
    transition: ease 0.5s all;
}
.iconAndText_footers {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    align-items: center;
}
.rowGaps_icons {
    width: 100%;
    display: flex;
    gap: 5px;
}
.iconsSocial {
    width: 35px;
    height: 35px;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border-radius: 5px !important;
}
.iconsSocial > i {
    color: #fff !important;
}
@media screen and (max-width: 990px) {
    .adj_footer_generate,
    .space_footer_EA {
        display: block;
    }
}
/* footer end */
/* index start */
.index_outherSearch {
    width: 100%;
    min-height: 10px;
    background-color: #e7e9ed;
    padding: 30px 0;
}
.inBlueSearchDetail {
    width: 100%;
    min-height: 20px;
    background-color: var(--main_color);
    padding: 15px;
    border-radius: 5px;
}
.headerIndex_searchChoosed {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.leftAndRightChooser {
    display: flex;
    align-items: center;
    gap: 15px;
}
.oneSearchLabel {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.oneSearchLabel > input {
    border: 1px solid #dadada;
    outline: 0 !important;
}
.oneSearchLabel > label {
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}
.filterSearch_blue_Icons {
    width: 100%;
    min-height: 20px;
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.filterSearchCity {
    width: 150px;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #dadada;
    display: flex;
    flex-direction: column;
}
.textHeader_whoGoes {
    font-size: 13px;
}
.filterSearchCity select,
.filterSearchCity input {
    width: 100%;
    flex: 1;
    font-size: 18px;
    background: none;
    font-weight: 600;
    border: 0 !important;
    outline: 0 !important;
}
.arrowFilterButtons {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}
.goesIndex_Sliders {
    width: 150px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #dadada;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 600;
}
.goesIndex_Sliders:hover {
    background-color: #ade6c1;
    transition: ease 0.5s all;
}
@media screen and (max-width: 990px) {
    .filterSearchCity,
    .goesIndex_Sliders {
        width: 100%;
    }
    .filterSearch_blue_Icons {
        justify-content: center;
    }
}
/* index end */
/* modal filter start */
.fixedModalGenterGenerate {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #33333387;
    display: none;
    justify-content: center;
    padding: 30px;
    z-index: 99;
}
.abs_timesModal_end {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: #fff !important;
    border: none !important;
    font-size: 20px;
    border-radius: 50%;
}
.detail_SerachedCenter_modal {
    min-height: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    max-height: 80vh;
    overflow-y: auto;
}
.detail_SerachedCenter_modal > span {
    font-size: 16px;
    color: red;
}
.modalInputsGenerate {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}
.modalInput_generateLabelTops {
    width: 100%;
    min-height: 10px;
}
.modalInput_generateLabelTops > span {
    font-size: 15px;
    margin-bottom: 5px;
}
.modalInput_generateLabelTops > input {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #dadada;
    border-radius: 3px;
    outline: 0 !important;
}
.modalInput_generateLabelTops > select {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #dadada;
    border-radius: 3px;
    outline: 0 !important;
}
/* Chrome, Safari, Edge, Opera */
.modalInput_generateLabelTops > input::-webkit-outer-spin-button,
.modalInput_generateLabelTops > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.modalInput_generateLabelTops > input[type="number"] {
    -moz-appearance: textfield;
}
.modalInput_generateLabelTops > textarea {
    width: 100%;
    min-height: 150px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #dadada;
    border-radius: 3px;
    outline: 0 !important;
}
.saveOrRegister {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none !important;
    border: none !important;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333 !important;
    text-decoration: none !important;
}
.saveOrRegister:before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #333;
}
.saveOrRegister:hover {
    padding-right: 30px;
    transition: ease 0.5s all;
}
.ortetCenterMOdals {
    width: 100%;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-family: "Whisper", cursive;
}
.swal2-title {
    font-size: 17px !important;
}
.btn_loginGenerate {
    padding: 7px 15px;
    background-color: #207f99;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 500;
    border: 1px solid #dadada;
    border-radius: 2px;
    letter-spacing: 0.5px;
}
/* modal filter end */
/* loginPage start */
.login_outher {
    width: 100%;
    min-height: 80vh;
    background-size: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.imagesTruck_loginLeft {
    width: 100%;
}
.rightCard_loginInner {
    width: 100%;
    min-height: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dadada;
    padding: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rightCard_loginInner > span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.inputLogin_inner {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.inputLogin_inner > span {
    font-size: 16px;
}
.inputLogin_inner input {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #dadada;
    outline: 0 !important;
    font-size: 12px;
}
.inputLogin_inner textarea {
    width: 100%;
    min-height: 120px;
    padding:10px;
    border-radius: 5px;
    border: 1px solid #dadada;
    outline: 0 !important;
    font-size: 12px;
    max-width:100%;
}
.inputLogin_inner select {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #dadada;
    outline: 0 !important;
    font-size: 12px;
}
.btn_login_Href {
    width: 100%;
    height: 45px;
    background-color: var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: none !important;
    outline: 0 !important;
}
.center_loginQuestionText {
    width: 100%;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    font-size: 14px;
}
.center_loginQuestionText:before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #333;
}
.center_loginQuestionText > a {
    color: var(--main_color) !important;
    text-decoration: none !important;
    font-weight: 600;
}
.forgetPassword {
    font-size: 15px;
    color: #333 !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.forgetPassword:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #333;
}
.forgetPassword:hover {
    margin-left: 10px;
    transition: ease 0.5s all;
}
.cardAlertText_MessageForgets {
    width: 100%;
    padding: 15px;
    background-color: #c9c9c9;
    min-height: 10px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
}
/* loginPage end */
/* code page start */
.centerCodeInput {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.codeInputs {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #dadada;
    border-radius: 5px;
    text-align: center;
}
.codeInputs::-webkit-outer-spin-button,
.codeInputs::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.codeInputs[type="number"] {
    -moz-appearance: textfield;
}
/* code page end */
/* index go on start */
.bannerIndex_detail {
    width: 100%;
    min-height: 10px;
    margin-top: 15px;
}
.bannerSecondLeft_Banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.bannerSecondLeft_Banner h1 {
    margin: 0 !important;
    color: var(--main_color);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.w100RightBanner {
    width: 100%;
    min-height: 10px;
    border-bottom: 1px solid #5aa3cc;
    margin-top: 15px;
    display: flex;
    padding-bottom: 7px;
}
.inBannerSupportMain {
    flex: 1;
    height: 40px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.inBannerSupportMain:first-child {
    border-right: 1px solid #5aa3cc;
}
.inBannerSupportMain:last-child {
    padding-left: 10px;
}
.inBannerSupportMain i {
    font-size: 22px;
    color: #5aa3cc;
}
.images_rightBottom_banner {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    margin-top: 15px !important;
    border-radius: 10px;
}
.left_bannerCardGenerate {
    width: 100%;
    display: flex;
    gap: 15px;
    min-height: 10px;
    margin-top: 25px;
    flex-wrap: wrap;
}
.card_right_indexBanner {
    flex: 1;
    min-height: 90px;
    border: 1px solid var(--main_color);
    border-radius: 5px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.card_right_indexBanner i {
    color: var(--main_color);
    font-size: 32px;
}
.index_secondLİne {
    width: 100%;
    min-height: 10px;
    padding: 30px 0;
}
.headerSecondIndex {
    width: 100%;
    font-size: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.headerSecondIndex:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #333;
}
.card_Services {
    width: 100%;
    min-height: 450px;
    border: 1px solid #dadada;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
}
.card_Services img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.grayTextCards {
    width: 100%;
    min-height: 40px;
    background-color: #e7e9ed !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #103178;
    font-size: 15px;
    font-weight: 700;
}
.textDetails_cardComp {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
}
/* index go on end */
/* index third line start */
.third_line_index {
    width: 100%;
    min-height: 10px;
    padding: 30px 0;
    background-color: #e7e9ed;
}
.index_thirdCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 22px;
    font-weight: 600;
}
.index_thirdCenter:before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #333;
}
.index_thirdCenter:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #333;
}
.indexDetail_thirdleftAndRight {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.indexDetail_thirdleftAndRight span {
    font-size: 15px;
}
.imagesLeftThirdded {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 990px) {
    .card_right_indexBanner {
        flex: unset !important;
        width: 100%;
    }
}
/* index third line end */
/* index four line start */
.indexLast_page {
    width: 100%;
    padding: 30px 0;
}
.indexLastHeader_left {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.indexLastHeader_left:after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #333;
}
.collepseComp {
    width: 100%;
    min-height: 10px;
}
.collepseOpened {
    width: 100%;
    min-height: 60px;
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #dadada;
}
.opendTextCarded {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    background-color: #f5f5f5;
    display: none;
    transition: ease 0.5s all;
}
.indexPageLast_card {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card_indexLastted_50 {
    width: 49%;
    min-height: 10px;
    padding: 15px;
    border: 1px dashed gray;
    margin-top: 15px;
}
.headerCard_indexLast {
    font-size: 18px;
    font-weight: 600;
    color: #041d50;
}
.card_indexLastted_50 span {
    font-size: 13px;
}
@media screen and (max-width: 990px) {
    .card_indexLastted_50 {
        width: 100%;
    }
}
.logoImagesGenerate {
    width: 200px;
    height: auto;
}
/* index four line end */
/* about page start */
.bannerGray_about {
    width: 100%;
    padding: 30px 0;
    background-color: #dadada;
    min-height: 10px;
}
.headerAbout_outher {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.aboutHeader {
    font-size: 22px;
    font-weight: 700;
}
.secondHeader_aboutPage {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.aboutSecondLine {
    padding: 30px 0;
    background-color: #fff;
}
.aboutBanner {
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.aboutPage_SecondHeader {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #041d50;
    margin-bottom: 10px;
}
.aboutPage_SecondHeader:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #333;
}
.aboutSecondLine > span {
    font-size: 15px;
}
.thirdLine_aboutPaged {
    padding: 30px 0;
    background: rgb(229, 241, 245);
    background: linear-gradient(
        167deg,
        rgba(229, 241, 245, 1) 18%,
        rgba(245, 245, 245, 1) 54%,
        rgba(229, 241, 245, 1) 77%
    );
    width: 100%;
    min-height: 10px;
    padding-top: 15px !important;
}
.cardCenterAboutPage {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.aboutCardLassty {
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    border: 1px solid #dadada;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.aboutCardLassty > span {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
}
.aboutCardLassty img {
    object-fit: contain;
    width: 100%;
    height: 100px;
}
.lastAbout_pages {
    padding: 30px 0;
    width: 100%;
    min-height: 10px;
}
.card_lastAbouted {
    margin-bottom: 15px;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border: 1px solid #dadada;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imagesnewsPaper {
    width: 50%;
    height: 50px;
    object-fit: contain;
    filter: grayscale(100%);
}
.card_lastAbouted:hover .imagesnewsPaper {
    filter: grayscale(0%);
    transition: ease 0.5s all;
}
.detailContactUs_aboutPage {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}
.iconAndText_aboutPage {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.iconAndText_aboutPage > i {
    font-size: 22px;
    color: #333;
}
.iconAndText_aboutPage > span {
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #333;
}
/* about page end */
/* contact page start */
.contactPageNumberHeader {
    width: 100%;
    min-height: 10px;
    padding: 15px 0;
    background-color: #041d50;
}
.centerContactPage {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.centerContactPage span,
.centerContactPage_right span {
    color: #fff;
    font-size: 17px;
}
.centerContactPage_right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    min-height: 50px;
}
.centerContactPage_right i {
    color: #fff;
}
.form_senderContactPage {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.senderInputAndText_contactPage {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}
.senderInputAndText_contactPage span {
    font-size: 17px;
}
.senderInputAndText_contactPage input {
    width: 100%;
    height: 45px;
    background-color: #f5f5f5;
    padding: 0 15px;
    border: 1px solid #dadada;
    outline: 0px solid var(--main_color);
    border-radius: 2px;
}
.senderInputAndText_contactPage textarea {
    width: 100%;
    min-height: 160px;
    background-color: #f5f5f5;
    padding: 15px;
    border: 1px solid #dadada;
    outline: 0px solid var(--main_color);
    border-radius: 2px;
}
.senderInputAndText_contactPage input:focus {
    outline: 1px solid var(--main_color);
    transition: ease 0.3s all;
}
.senderInputAndText_contactPage textarea:focus {
    outline: 1px solid var(--main_color);
    transition: ease 0.3s all;
}
.senderInputAndText_contactPage button {
    width: 100%;
    height: 50px;
    background: rgb(90, 163, 204);
    background: linear-gradient(
        24deg,
        rgba(90, 163, 204, 1) 6%,
        rgba(89, 198, 229, 1) 94%
    );
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: none !important;
    outline: 0 !important;
    border-radius: 5px;
}
.senderInputAndText_contactPage button:hover {
    transform: translateX(5px);
    transition: ease 0.5s all;
}
.right_generateContact {
    margin-top: 15px;
    width: 100%;
    min-height: 10px;
}
.lastContactPage {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.lastContactPage:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #333;

}
.spaceContact_page {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-size: 18px;
}
/* contact page end */
/* contect start */
.card_content {
    width: 100%;
    min-height: 80vh;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #dadada;
}
.header_content {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.header_content:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #333;
}
.gap_contentDetail {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.gap_contentDetail span {
    font-size: 14px;
}
.gap_contentDetail span:first-letter {
    margin-left: 20px;
}
/* contect end */
.mobiletops {
    flex: 1;
    display: none;
    justify-content: flex-end;
}
.mobiileteButton {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    outline: 0 !important;
    border-radius: 2px;
    color: #333;
    font-size: 20px;
}
@media screen and (max-width: 990px) {
    .menu_right_Generate {
        display: none;
    }
    .mobiletops {
        display: flex !important;
    }
}
/* profil  main page start */
.GenerateWhiteProfileCard {
    width: 100%;
    min-height: 60vh;
    background-color: #fff;
    border: 1px solid #dadada;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.pasiveProfilClass {
    width: 100%;
    min-height: 60px;
    border-bottom: 1px solid #dadada;
    display: flex;
    align-items: center;
    color: #333 !important;
    text-decoration: none !important;
    padding: 10px;
    font-weight: 500;
}
.activeProfilClass {
    width: 100%;
    min-height: 60px;
    border-bottom: 1px solid #dadada;
    display: flex;
    align-items: center;
    color: #333 !important;
    text-decoration: none !important;
    padding: 10px;
    font-weight: 500;
    gap: 10px;
}
.pasiveProfilClass:hover {
    padding-left: 20px !important;
    transition: ease 0.5s all;
}
.activeProfilClass:before {
    content: "";
    height: 30px;
    width: 5px;
    background-color: var(--main_color);
}
/* profil  main page end */
/* user menu session start */
.userMenu {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 35px;
    background-color: #ffffff6e;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
.absMenuCard {
    width: 190px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 15;
    border: 1px solid var(--main_color);
    display: none;
}
.userMenu:hover .absMenuCard {
    display: block;
}
.absMenuCard > a {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dadada;
    text-decoration: none !important;
    color: #333 !important;
    font-size: 14px;
}
.absMenuCard > a:last-child {
    border-bottom: none !important;
}
.absMenuCard > a:hover {
    padding-left: 15px !important;
    transition: ease 0.5s all;
}
.notificationsCard {
    height: 35px;
    background-color: #ffffff6e;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    color: #fff !important;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none !important;
}
/* user menu session end */
/* waitin page start */
.endWaitingPage {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.btn_saved_waitingPage {
    padding: 7px 15px;
    background-color: var(--second_color);
    border: none !important;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
}
.btn_saved_waitingPage:hover {
    transform: translateY(-5px);
    transition: ease 0.5s all;
}
.card_oradersAlls {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}
.cardOrdersGenerated {
    width: 100%;
    min-height: 10px;
    padding: 15px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    position: relative;
}
.leftMenuCardOkay img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flexLineCardEd {
    flex: 1;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.cardWaitHeader {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.cardWaitHeader > span {
    font-size: 15px;
    font-weight: 500;
}
.cardWaitHeader > i {
    font-size: 13px;
}
.flexLineCardEd span {
    font-size: 14px;
}
.leftMenuCardOkay {
    width: 200px;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.WaittingText {
    color: orange;
    font-size: 13px;
    text-align: center;
    color: #095563;
}
.priceAbsoluteCard {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 600;
    font-size: 18px;
}
.okaysBtn {
    width: 100%;
    height: 42px;
    border: none !important;
    outline: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #407b40;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.cancelBtn {
    width: 100%;
    height: 42px;
    border: none !important;
    outline: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #8d2929;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.inputRadiosChoose {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 10px;
}
.rowCreateRadioTops {
    display: flex;
    align-items: center;
    gap: 5px;
}
.rowCreateRadioTops label {
    cursor: pointer;
    font-size: 14px;
}
.editBttn_abs {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: orange;
    border: none !important;
    outline: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}
.deleteBttn_abs {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 60px;
    background-color: #8d2929;
    border: none !important;
    outline: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}
/* waitin page end */
/* notification page start */
.alertText_notification {
    width: 100%;
    min-height: 10px;
    background-color: #eaeef5;
    padding: 25px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 18px;
}
.alertText_notification i {
    color: var(--main_color);
    font-size: 24px;
}
.notificationGenerated {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    max-height: 3000px;
    overflow-y: auto;
}
.notificationMain {
    width: 100%;
    min-height: 60px;
    background-color: #f5f5f5;
    border-bottom: 1px solid var(--second_color);
    padding: 10px;
    display: flex;
    align-items: center;
    flex-wrap:wrap
}
.notifiLeftOneToOne {
    flex: 1;
    font-size: 15px;
}
.notificationSeee {
    width: 40px;
    height: 40px;
    background-color: darkgreen;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border-radius: 3px;
}
.delete_notifications {
    width: 40px;
    height: 40px;
    background-color: #8d2929;
    border: none !important;
    outline: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: 5px;
}
.splashIndexMain {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #33333378;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: akyl 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: akyl 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

 @-webkit-keyframes akyl {
    0% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-1100px);
              transform: translateZ(-1100px);
      opacity: 0;
    }
  }
  @keyframes akyl {
    0% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-1100px);
              transform: translateZ(-1100px);
      opacity: 0;
    }
  }

.circledSplash {
    width: 300px;
    height: 300px;
    background-image: url("../images/system/circSp.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circledSplash img {
    width: 240px;
    height::200px;
    object-fit:contain;
    animation: thsn 2s ease infinite;
}
@keyframes thsn {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(20px);
    }
    100% {
      transform: translateY(0);
    }
  }
/* notification page end */
/* user information page start */
.headerInfromationText {
    width:100%;
    min-height:10px;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:18px;
    font-weight:600;

}
.headerInfromationText:after{
    content:"";
    flex:1;
    height:1px;
    background-color:#333;
}
.mg15top{
    margin-top:15px !important;
}
.update_Btn{
    width:170px;
    height:45px;
    background-color:darkgreen;
    border-radius:5px;
    color:#fff;
    font-size:15px;
    border:none !important;
    outline:0 !important;
}
/* user information page end */
/* mobile menu start */
.mobileMenu_details{
    width:100%;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    background-color:#6d6d6d6e;
    display:none;
    z-index:99999
}
.mobileWhite_left_menu{
    width:70%;
    height:100vh;
    background-color:#fff;
    padding:15px;
    transition:ease 0.5s all;
    background-image:url('../images/system/bottomM.png');
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:100%;
    position:relative;

}
.noneButton_mobile{
    flex:1;
    height:100vh;
    background:none !important;
    border:none !important;
    outline:0 !important;
}
.logo_mobile{
    width:70%;
    height:auto;
    object-fit:contain;

}
.absMobileMenu{
    width:50px;
    height:50px;
    background-color:#242282;
    position:absolute;
    top:15px;
    left:calc(70% - 25px);
    border-radius:50%;
    outline:0!important;
    border:none !important;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
}
.mobile_menu_link{
    width:100%;
    height:50px;
    border-bottom:1px solid #dadada;
    display:flex;
    align-items:center;
    text-decoration:none !important;
    color:#333 !important;
}
.flex_mobileButtonsTops{
    width:100%;
    min-height:10px;
    display:flex;
    gap:10px;
    margin-top:25px;
}
.mobile_login{
    flex:2;
    height:45px;
    border:1px solid #dadada;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#333 !important;
    text-decoration:none !important;
    border-radius:3px;
}
@media screen and (max-width:990px){
    .select_lang_menu {
        background-color:#1413130d;
        border:1px solid #dadada;
        flex:1 !important;
    }
    .imagesFlagMenu {
        width:100px !important;
        height:30px;
    }
}
.absBottomMobileMenu{
    width:100%;
    height:200px;
    position:absolute;
    bottom:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    padding:0 30px;
    align-items:center;
    color:#03a8e9;
    font-weight:600;
    letter-spacing:1px;
}
/* mobile menu end */
/* mobile all media start */
@media screen and (max-width:990px){
    .adj_footer_generate span{
        font-size:13px
    }
    .activeProfilClass,.pasiveProfilClass,.headerInfromationText {
        font-size:14px;
    }
    .update_Btn{
        width:100%;
        font-size:14px;
    }
    .alertText_notification {
        padding:10px;
        font-size:14px;
    }
    .notifiLeftOneToOne{
        flex:unset;
        margin-bottom:10px;
        width:100%;
        font-size:14px
    }
    .cardOrdersGenerated{
        flex-direction:column
    }
    .leftMenuCardOkay{
        width:100%;
    }
    .inputRadiosChoose {
        flex-direction:column;
        align-items:flex-start;
    }
    .fixedModalGenterGenerate{
        padding:30px 0 !important;
    }
    .filterSearchCity select, .filterSearchCity input ,.goesIndex_Sliders {
        font-size:14px
    }
    .bannerSecondLeft_Banner h1 {
        font-size:20px;
        margin-top:10px !important;
    }
    .bannerSecondLeft_Banner span{
        font-size:14px;
    }
    .w100RightBanner{
        display:block;
    }
    .inBannerSupportMain:first-child{
        border-right:none !important;
    }
    .inBannerSupportMain:last-child{
        padding-left:0 !important;
    }
    .headerSecondIndex {
        font-size:20px;
    }
    .index_thirdCenter, .aboutPage_SecondHeader  {
        font-size:17px;
    }
    .aboutSecondLine > span {
        font-size:13px
    }
    .aboutCardLassty img {
        height:70px;
    }
    .iconAndText_aboutPage > span{
        font-size:13px
    }
    .iconAndText_aboutPage > i {
        font-size:16px;
    }
    .secondHeader_aboutPage {
        font-size:15px;
    }
    .centerContactPage span, .centerContactPage_right span{
        font-size:14px;
    }
    .senderInputAndText_contactPage span,.senderInputAndText_contactPage input, .senderInputAndText_contactPage textarea{
        font-size:14px;
    }
    .lastContactPage {
        font-size:14px;
    }
    .spaceContact_page,.btn_login_Href  {
        font-size:15px;
    }
    .imagesTruck_loginLeft{
        margin-bottom:15px;
    }
    .forgetPassword,.cardAlertText_MessageForgets  {
        font-size:13px;
    }
    .inputLogin_inner > span, .iconAndText_footers >span{
        font-size:13px;
    }
    .footer_innet_main a,.left_footerText  {
        font-size:13px;
    }
    .designAndSoft,.designAndSoft > a {
        font-size:11px;
    }
    .rowGaps_icons{
        margin-top:15px;
    }
    .arrowFilterButtons {
        font-size:18px;
    }
}
/* mobile all media end */
