@font-face {
    font-family: "yekan";
    src: url("../fonts/Fa3/Yekan Bakh FA 04 Regular.eot") format("embedded-opentype"), url("../fonts/Fa3/Yekan Bakh FA 04 Regular.woff") format("woff"), url("../fonts/Fa3/Yekan Bakh FA 04 Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "yekan";
    src: url("../fonts/Fa3/Yekan Bakh FA 05 Medium.eot") format("embedded-opentype"), url("../fonts/Fa3/Yekan Bakh FA 05 Medium.woff") format("woff"), url("../fonts/Fa3/Yekan Bakh FA 05 Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "yekan";
    src: url("../fonts/Fa3/Yekan Bakh FA 06 Bold.eot") format("embedded-opentype"), url("../fonts/Fa3/Yekan Bakh FA 06 Bold.woff") format("woff"), url("../fonts/Fa3/Yekan Bakh FA 06 Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "yekan";
    src: url("../fonts/Fa3/Yekan Bakh FA 07 Heavy.eot") format("embedded-opentype"), url("../fonts/Fa3/Yekan Bakh FA 07 Heavy.woff") format("woff"), url("../fonts/Fa3/Yekan Bakh FA 07 Heavy.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

:root {
    --TextColor: #222222;
    --Primary: #21A9A1;
    --MainColor: #304ACA;
    --MainGreyColor: #BDBDBD;
    --Gradiant: linear-gradient(89.98deg, #3A62CD 5.15%, #6ADBDC 111.53%);
    --Gradiant2: linear-gradient(136.04deg, #21A9A1 13.21%, #57F5FF 86.36%);
    --StoryStroke: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(89.98deg, #8A8A8A 5.15%, #494949 111.53%);
    --GreenGradiant: linear-gradient(245.02deg, #67CE67 12.03%, #1AFF1A 226.32%);
    --RedGradiant: linear-gradient(241.52deg, #EB5545 17.54%, #FF1A1A 191.03%);
}


* {
    font-family: "yekan", sans-serif;
    outline: none !important;
}

html, body {
    direction: rtl;
    font-family: "yekan", sans-serif;
    font-size: 14px;
    text-align: right;
    transition: all 0.2s;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.btn-outline-primary {
    border: 1px solid var(--MainColor);
    color: var(--MainColor);
    background-color: #fff;

}

.btn-outline-primary.btn-outline-primary-custom {
    border-radius: 100px;
    padding: 12px !important;
    font-weight: bold;
}

.btn-outline-primary:hover {
    border: 1px solid var(--MainColor);
    color: #fff;
    background-color: var(--MainColor);
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:focus-visible {
    background-color: #2740b4;
    border-color: #2740b4;
    color: #fff;
}

.btn-primary2 {
    border: 1px solid #0D6EFD;
    color: #fff;
    background-color: #0D6EFD;
}

.btn-primary2:hover, .btn-primary2:focus {
    border: 1px solid var(--MainColor);
    color: #fff;
    background-color: var(--MainColor);
}

.btn-secondary-three {
    color: var(--TextColor);
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(103, 80, 164, 0.05) 0%, rgba(103, 80, 164, 0.05) 100%), #FFFBFE;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
}

.btn-secondary-three:hover, .btn-secondary-three:focus {
    background: #FFFBFE;
}

.btn-secondary-two {
    background-color: var(--MainGreyColor);
    color: var(--TextColor);
}

.btn-secondary-two:hover {
    background-color: #afafaf;
    color: var(--TextColor);
}

.btn {
    padding: 10px 25px;
}

.btn-primary {
    background-color: var(--Primary);
    border-color: var(--Primary);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #1b948d !important;
    border-color: #1b948d !important;
}

.btn-outline-primary-two {
    background-color: #fff;
    color: var(--Primary);
    border-color: var(--Primary);
}

.btn-outline-primary-two:hover, .btn-outline-primary-two:active, .btn-outline-primary-two:focus {
    background-color: #1b948d;
    color: #fff;
    border-color: #1b948d;
}

.btn-secondary {
    color: var(--TextColor);
    background-color: #E8DEF8;
    border-color: #E8DEF8;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    color: var(--TextColor);
    background-color: #e1d3fa;
    border-color: #e1d3fa;
}

.btn-success {
    background: var(--GreenGradiant);
    color: #fff;
    border-color: transparent;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
    background: linear-gradient(245.02deg, #4fa84f 12.03%, #11c911 226.32%);
    color: #fff;
    border-color: transparent;
}

.ltr {
    direction: ltr;
}

.f-14 {
    font-size: 14px !important;
}

.bg-primary {
    background-color: var(--Primary) !important;
}

.btn-warning2:disabled {
    background: #CED4DA;
    color: #fff;
}

.btn-warning2 {
    background: #E39D00;
    color: #fff;
}

.btn-warning2:hover {
    background: #c58c03;
    color: #fff;
}

/*--------------------header-------------------*/
header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000000;
}

header .top {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 50px;
    z-index: 10;
    position: relative;
}

header .menuClick, header button {
    background-color: unset;
    border: unset;
}

header .menuClick img, header button img {
    width: 32px;
}

header .right .userVipIcon {
    position: relative;
}

header .right .userVipIcon .star {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;

}

header .right .userImage {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 5px;
}

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

header .middle {
    text-align: center;
}

header .left {
    text-align: left;
}

header .middle, header .right, header .left {
    width: 33%;
}

header .middle .appName {
    font-size: 14px;
    color: #4B4B4B;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 600;
}

header .headerMenu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 50px;
    right: 0;
    z-index: 9;
    padding: 16px 8px 5px 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0 0 8px 8px;
    display: none;

}

header .headerMenu .item:last-child a {
    border-bottom: 0;
}

header .headerMenu .item a {
    padding: 12px 16px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    color: #212529;
    transition: all 0.2s;
    margin: 2px auto;
}

header .headerMenu .item:hover a {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border-color: #fff;
    border-radius: 4px;
}

header .headerMenu .item.active a {
    background: #BEFAF7;
    color: #21A9A1;
}

header .headerMenu .item.active:hover a {
    box-shadow: unset;
    border-color: transparent;
    border-radius: unset;
}

/*--------------------bottomNavigation-------------------*/
.bottomNavigation {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 75px;
    background-size: cover;
    background-position: center;
    padding: 0 24px;
    z-index: 1000;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10), 0 2px 4px 0 rgba(0, 0, 0, 0.08);

}

.bottomNavigation .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.bottomNavigation .navItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 10px 0 10px;
    text-decoration: unset;
    color: var(--TextColor);
    transition: all 0.2s;
}

.bottomNavigation .navItem img {
    width: 30px;
}

.bottomNavigation .navItem .name {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
}

.bottomNavigation .navItem.active {
    color: var(--Primary);
    margin: 10px 10px 0 10px;
}

.bottomNavigation .navItem.active img {
    filter: invert(46%) sepia(29%) saturate(3095%) hue-rotate(144deg) brightness(100%) contrast(74%);
}

/*--------------------main-------------------*/
main {
    padding: 50px 0 60px 0;
}

.topTitle {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    margin: 15px auto 10px auto;
}

.userStories {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}

.userStories .userStory .userPicture {
    margin: 5px 7px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    overflow: hidden;
    padding: 2px;
    background: #27cfc5;
    /*background: var(--Gradiant);*/
    box-sizing: border-box;
}

.userStories .userStory.seenStory .userPicture {
    background: var(--StoryStroke);
}

.userStories .userStory img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.storyBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.storyBox .clicks {
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
}

.storyBox .clicks .more {
    background-color: unset;
    border-radius: 5px;
    padding: 3px 0 3px 5px;
    display: flex;
    align-items: center;
}

.storyBox .clicks .more.select {
    background-color: #DADADA;
}

.storyBox .clicks .more.select a {
    display: block;
}

.storyBox .clicks .more a {
    color: var(--TextColor);
    display: none;
}

.storyBox.show {
    animation-name: showhide;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-direction: normal;
}

.storybg {
    width: 100%;
    height: 100%;
}

.storyBox.show .progress {
    top: 60px;
    height: 3px;
    background-color: #a4a4a420;
    position: absolute;
    justify-content: end;
    width: 90%;
    left: 5%;
    overflow: unset;
}

.storyBox.show .progress .progress-bar {
    position: absolute;
    top: -1px;
    height: 5px;
    background-color: #a4a4a4;
    left: 0;
    border-radius: 0 5px 5px 0;
}

.storyBox.show .progress-bar {
    animation-name: progress;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-direction: normal;
}

.animation {

}

@keyframes showhide {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    1% {
        opacity: 1;
        visibility: visible;
    }
    99% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes progress {
    0% {
        width: 0;
    }

    99% {
        width: 100%;
    }
}


.weBlog {
    margin: 15px auto;
}

.weBlog .nav-tabs {
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 10px;
    height: auto;
}

.weBlog .nav-tabs .nav-link {
    border: unset;
    font-size: 14px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    background-color: #E8DEF8;
    color: #1D192B;
    flex-grow: 1;
}

.weBlog .nav-tabs .nav-link.active {
    background-color: var(--Primary);
    color: #fff;
}

.weBlog .tab-content .tab-pane.active {
    /*column-count: 2;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: max-content;
    grid-gap: 8px;
}

.blogList:nth-child(2n-1) {
    grid-row: span 2;
}

.blogList {
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    overflow: hidden;
    margin: 5px 1%;
    width: 100%;
}

.blogList .image {
    height: 145px;
    width: 100%;
    display: block;
}

.blogList .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogList .captions .videoIcon {
    position: absolute;
    right: calc(50% - 15px);
    top: -15px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogList.blogListV .captions {
    padding: 20px 10px 40px 10px;
}

.blogList .captions {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 10px;
    position: relative;
}

.blogList .captions .title a {
    display: block;
    font-size: 13px;
    color: var(--TextColor);
    transition: all 0.2s;
}

.blogList:hover {
    cursor: pointer
}

.blogList:hover .captions .title a {
    color: var(--Primary);
}

.blogList .captions .date {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #A4A4A4;
}

.blogList .captions .date img {
    margin-left: 5px;
}

.sectionTitle {
    text-align: right;
    font-size: 16px;
    position: relative;
    margin: 20px auto 10px auto;
    z-index: 10;
}

.sectionTitle span {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    padding: 0 0 0 10px;
    display: inline-block;
}

.sectionTitle:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    top: 10px;
    right: 0;
    background-color: #A4A4A4;
    z-index: -1;
}

.topBlogList {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px auto;
}

.topBlogList .image {
    position: relative;
    width: 100%;
    height: 200px;
    display: block;
}

.topBlogList .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.topBlogList .image .badge {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    border-radius: 5px 5px 5px 0;
    padding: 5px 15px;
    font-weight: 500;
}

.bg-custom {
    background-color: var(--Primary);
    color: #fff;
}

.topBlogList .title {
    font-size: 14px;
    color: var(--TextColor);
    padding: 10px 5px;
    font-weight: 600;
    display: block;
}

.topBlogList:hover .title {
    color: var(--Primary);
}

.BlogList {
    display: flex;
    margin: 10px auto;
}

.BlogList .image {
    width: 130px;
    height: 90px;
    margin-left: 10px;
}

.BlogList .image img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.BlogList .title {
    font-size: 14px;
    color: var(--TextColor);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.BlogList:hover .title {
    color: var(--Primary);
}

.BlogList .date {
    color: #474747;
    font-size: 12px;
}

.topBlogList .videoIcon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 0.5s;
    background-color: #fff;
    border-radius: 100%;
}

.topBlogList:hover .videoIcon img {
    transition: all 0.2s;
}

.topBlogList:hover .videoIcon img {

    filter: invert(54%) sepia(35%) saturate(876%) hue-rotate(127deg) brightness(95%) contrast(86%);
}

.topBlogList:hover .videoIcon {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    transform: scale(1.3, 1.3);
}

.singleBlogs {
    background-color: #191919;
    padding-top: 1px;
}

.singleBlogs .sectionTitle span {
    background-color: #191919;
    color: #fff;
}

.singleBlogs .sectionTitle:after {
    background-color: #A4A4A4;
}

.singleBlogs .title {
    color: #fff;
}

.singleBlogs .date {
    color: #D9D9D9;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.singleBlogs .date:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
    margin-left: 5px;
}

.singleBlogs .text {
    color: #fff;
    font-weight: 400;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 25px;
    display: -webkit-box;
    text-align: justify;
}

.singleBlogs .carousel-control-next, .singleBlogs .carousel-control-prev {
    position: unset;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 5px;
    width: auto;
    color: #fff;
}

.singleBlogs .carousel-control-next-icon {
    margin-left: 5px;
}

.singleBlogs .carousel-control-prev-icon {
    margin-right: 5px;
}

.singleBlogs .carousel-control-prev-icon, .singleBlogs .carousel-control-next-icon {
    width: 15px;
}

.customBreadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto;
}

.customBreadcrumb .customBreadcrumb-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.customBreadcrumb .customBreadcrumb-items .customBreadcrumb-item {
    color: var(--MainColor);
    margin: 0 5px;
    font-size: 14px;
}

.customBreadcrumb .customBreadcrumb-items a.customBreadcrumb-item {
    font-weight: bold;
}

.articleImage {
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px auto;
}

.articleImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articleImage .imageMoreDetails {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #000;
    background: linear-gradient(0deg, #3A62CD 0.06%, rgba(255, 255, 255, 0) 45.18%);
    z-index: 10;
    top: 0;
    right: 0;
    padding: 25px 15px;
}

.articleImage .imageMoreDetails .title {
    color: #fff;
    font-size: 16px;
}

.articleImage .imageMoreDetails .details {
    color: #fff;
    font-size: 12px;
}

.articleImage .imageMoreDetails .details .date {
    font-weight: bold;
}

.moreDetails {
    margin: 10px auto;
    border-radius: 5px;
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
}

.moreDetails .title {
    font-size: 16px;
    color: var(--TextColor);
}

.moreDetails .options {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreDetails .options a {
    margin: 5px;
    color: var(--TextColor);
    display: flex;
    align-items: center;
}

.moreDetails .options img {
    opacity: 0.5;
}

.moreDetails .options .like.active img {

}

.description {
    text-align: justify;
    line-height: 30px;
}

.description p {
    color: var(--TextColor);
    font-size: 16px;
    font-weight: 400;
}

.description h4 {
    font-size: 16px;
    font-weight: bold;
}

.description li {
    list-style-type: disc;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
}

.box {
    padding: 10px 15px;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    background-color: #fff;
    margin: 15px auto;
}

.writer {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.box .topBlogList {
    margin: 5px auto;
}

.box .topBlogList .image {
    height: 110px;
}

.box .topBlogList .title {
    font-weight: 500;
    font-size: 13px;
}

.box .topBlogList .badge {
    font-size: 12px;
}

.articleVideo {
    width: 100%;
    height: 225px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px auto;
}

.articleVideo video {
    width: 100%;
    height: 100%;
}

.commentsBox {
    padding-bottom: 30px;
}

.comment {
    display: flex;
    align-items: start;
}

.comment .userImage {
    width: 40px;
}

.comment .userImage img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    object-fit: cover;
}

.comment .details {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comment .details .name {
    font-weight: bold;
    color: var(--TextColor);
    font-size: 14px;
}

.comment .details .date {
    font-size: 12px;
    color: #959595;
    display: flex;
    align-items: center;
}

.comment .details .commentText {
    color: var(--TextColor);
    line-height: 25px;
    margin-bottom: 10px;
}

.comment .details .answer {
    color: #959595;
}

.answerComment {
    background-color: #eeeeee;
    padding: 15px;
    border-radius: 5px;
}

.form-control {
    padding: 8px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid var(--MainGreyColor);
    border-radius: 8px;
}

.form-control::placeholder {
    color: #737373;
}

.form-control:focus, .form-check-input:focus {
    border-color: var(--Primary);
    box-shadow: unset;
}

.checkBox .form-check-input:checked {
    background-color: var(--Primary);
    border-color: var(--Primary);
}

.form-check-label {
    font-size: 13px;
    font-weight: 500;
}


/*--------------------phonecall-------------------*/
section.call {
    z-index: 1000000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
}

.phoneCall {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-image: url("../img/Phone Call.png");
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 100px 40px;
}

.phoneCall:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(40px);
    z-index: 1;
}

.phoneCall:after {
    content: "";
    position: absolute;
    width: calc(100% - 240px);
    height: 4px;
    right: 120px;
    bottom: 10px;
    background: #FFFFFF;
    border-radius: 999px;
    z-index: 2;
}

.phoneCall .top, .phoneCall .bottom {
    position: relative;
    z-index: 10;
    direction: ltr;
    margin: 0 auto;
}

.phoneCall .top {
    text-align: left;
    color: #fff;

}

.phoneCall .bottom .top {
    transform: scale(1, 1);
    transition: all 0.2s;
}

.phoneCall .bottom .top:hover {
    transform: scale(1.1, 1.1);
    cursor: pointer;
}

.phoneCall .top .phoneNumber {
    font-size: 46px;
}

.phoneCall .top .title {
    font-size: 22px;
}

.phoneCall .bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phoneCall .bottom .top {
    margin-bottom: 30px;
}

.phoneCall .bottom .top, .phoneCall .bottom .bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.phoneCall .bottom .top .icon {
    width: 24px;
    height: 24px;
}

.phoneCall .bottom .top .title {
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
    transition: all 0.2s;
}

.phoneCall .bottom .top:hover .title {
    cursor: pointer;
    color: #eee;
}

.phoneCall .bottom .bottom .iconBox {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phoneCall .bottom .bottom .iconBox img {
    width: 45px;
    height: 45px;
}

.phoneCall .bottom .bottom.exitBox .iconBox {
    background: var(--RedGradiant);
    border: 2px solid transparent;
    transition: all 0.2s;
}

.phoneCall .bottom .bottom.acceptBox .iconBox {
    background: var(--GreenGradiant);
    border: 2px solid transparent;
    transition: all 0.2s;
}

.phoneCall .bottom .bottom.acceptBox .iconBox:hover, .phoneCall .bottom .bottom.exitBox .iconBox:hover {
    border: 2px solid #fff;
    cursor: pointer;
}

.phoneCall .bottom .bottom .title {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.callModal .modal-content {
    color: #737373;
}

.callModal .modal-content .user {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    overflow: hidden;
    margin: 15px -10px 0 -10px;
    border: 1px solid var(--MainColor);
}

.callModal .modal-content .user img {
    width: 100%;
    height: 100%;
}

/*--------------------questions-------------------*/
.bluePageTop {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 70px 15px 15px 15px;
    background-color: var(--MainColor);
    color: #fff;
}

.bluePageTop.singleTitle {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.greenPageTop {

    width: 100%;
    padding: 20px 15px 30px 15px;
    background: linear-gradient(136deg, #21A9A1 13.21%, #57F5FF 86.36%);
    color: var(--TextColor);
}

.greenPageTop.singleTitle {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.questions {
    position: relative;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    transform: translateY(-20px);
}

.questionsBox {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 60px;
}

.questionsBox .questionBox {
    margin: 10px auto;
    background: #F7F7F7;
    border-radius: 5px;
    width: 100%;
}

.questionsBox .questionBox .title {
    display: flex;
    align-items: center;
    padding: 10px;
    transition: all 0.2s;
}

.questionsBox .questionBox .title:hover {
    cursor: pointer;
    background-color: var(--MainColor);
}

.questionsBox .questionBox .title:hover .titleText {
    color: #fff;
}

.questionsBox .questionBox .title .icon {
    padding: 12px;
    border-left: 1px solid #BDBDBD50;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    transition: all 0.2s;
}

.questionsBox .questionBox .title:hover .icon img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(303deg) brightness(105%) contrast(101%);
}

.questionsBox .questionBox .title:hover .icon {
    border-left: 1px solid #ffffff70;
}

.questionsBox .questionBox .title .titleText {
    width: calc(100% - 50px);
    color: #000;
    padding-right: 12px;
    transition: all 0.2s;
}

.questionsBox .questionBox .answer {
    padding: 20px 15px;
    border-top: 1px solid #BDBDBD50;
    display: none;
}

.bottomClick {
    width: 100%;
    padding: 18px 15px;
    background: #FFFFFF;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    right: 0;
}

/*--------------------chat-------------------*/
.blueChatPageTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}


.blueChatPageTop .user {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 -15px 0 -15px;
    border: 1px solid var(--MainColor);
}

.blueChatPageTop .user img {
    width: 100%;
    height: 100%;
}

.blueChatPageTop .details {
    display: flex;
    align-items: center;
}

.blueChatPageTop .details .detailsTitle {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-right: 20px;
}

.blueChatPageTop .details .detailsTitle .title {
    font-weight: 500;
}

.blueChatPageTop .details .detailsTitle .subTitle {
    font-size: 12px;
    margin-top: 5px;
}

.blueChatPageTop .back {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D9D9D920;
    transition: all 0.2s;
}

.blueChatPageTop .back:hover {
    background-color: #D9D9D950;
    cursor: pointer;
}

.chatBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 140px;
    padding-bottom: 20px;
}

.notification {
    padding: 10px 30px;
    background: #FFFFFF;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.chatsBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    height: calc(100vh - 220px);
    overflow: auto;
}

.chatsBox .date {
    font-size: 16px;
    color: #BDBDBD;
    margin: 15px auto;
}

.chatsBox .chats {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.chatsBox .chats .userchat {
    margin-left: auto;
    margin-right: 30px;
    width: calc(100% - 110px);
    background-color: var(--MainColor);
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
}

.chatsBox .chats .userchat:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -15px;
    background-image: url("../img/userchat.svg");
    width: 18px;
    height: 20px;
}

.chatsBox .chats .adminChat {
    margin-right: auto;
    margin-left: 50px;
    width: calc(100% - 110px);
    background-color: #E5E5E5;
    color: #000;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 20px;
    position: relative;
}

.chatsBox .chats .adminChat:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    background-image: url("../img/userchat2.svg");
    width: 18px;
    height: 20px;
}

.chatsBox .chats .adminChat .adminImage {
    position: absolute;
    bottom: 5px;
    left: -45px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #E5E5E5;
}

.chatBoxSend {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
}

.chatBoxSend .form-group {
    position: relative;
    width: 100%;
}

.chatBoxSend .form-group .chat-form-control {
    background: #FFFFFF;
    border: 1px solid #7C7C7C;
    border-radius: 100px;
    padding: 12px 60px 12px 25px;
    text-align: left;
    width: 100%;
}

.chatBoxSend .form-group .chat-form-control::placeholder {
    color: #BDBDBD;
}

.chatBoxSend .form-group .chat-form-control:focus {
    border-color: var(--MainColor);
}

.chatBoxSend .form-group .buttons {
    position: absolute;
    top: 8px;
    right: 10px;
    display: flex;
    align-items: center;
}

.chatBoxSend .form-group button {
    background-color: unset;
    border: unset;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatBoxSend .form-group button:hover {
    filter: invert(20%) sepia(86%) saturate(2485%) hue-rotate(226deg) brightness(91%) contrast(91%);
}

/*--------------------separesh-------------------*/
.separeshSection {
    background-image: url("../img/separeshbg.svg");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    transition: all 0.3s;
    position: fixed;
    right: 0;
    top: 0;

}

.separeshSection .title {
    font-size: 32px;
    font-weight: bold;
    color: var(--TextColor);
    text-align: center;
    transition: all 0.2s;
}

.separeshSection .subTitle {
    text-align: center;
    color: var(--TextColor);
    transition: all 0.2s;
}

.startSeparesh {
    width: 100%;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    right: 0;
}

.startSeparesh .btn-outline-primary-two {
    border-radius: 30px
}

.separeshFirstPage {
    transition: all 0.2s;
    position: relative;
}

body.fadeItems .separeshFirstPage .title {
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}

body.fadeItems .separeshFirstPage .subTitle {
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}

body.fadeItems header {
    /*transform: translateY(-50px);*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
}

body.fadeItems .separeshSection {
    height: 80vh;
}

.separeshSecondPage {
    display: none;
}

.separeshSecondPage .startSeparesh {
    display: none;
}

.separeshSecondPage .startSeparesh .title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 30px;
}

.separeshThirdPage {
    display: none;
}

.separeshThirdPage .startSeparesh {
    display: none;
}

.separeshThirdPage .startSeparesh .title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 30px;
}

.separeshSteps {
    background-image: url("../img/separeshbg2.svg");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
}

.stepsLevel {
    background: #5BB6D7;
    border-radius: 15px;
    height: 8px;
    position: fixed;
    top: 40px;
    width: calc(100% - 60px);
    right: 30px;
    overflow: hidden;
}

.stepsLevel span {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 12.5%;
    border-radius: 15px;
    background-color: #fff;
    transition: all 0.2s;
}

.stepsBox {
    position: fixed;
    bottom: 0;
    right: 0;
    height: auto;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 34px 34px 0 0;
    padding: 35px;
}

.stepsBox .stepNumber {
    text-align: center;
    color: #959595;
    margin-bottom: 15px;
}

.stepsBox .questions {
    text-align: center;
    color: var(--TextColor);
    font-weight: 500;
    margin: 15px auto;
    display: block;
}

.stepsBox .btn-outline-primary-two.active {
    background-color: #1b948d;
    color: #fff;
    border-color: #1b948d;
}

.stepsBox .btn-outline-primary-two.disable {
    background-color: unset;
    color: #E8DEF8;
    border: 1px solid #E8DEF8;
}

.stepQuestionsInLast {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.stepQuestionsIn {
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.stepQuestionsIn.show {
    display: flex;
}

.stepQuestionsIn .btn-secondary {
    width: calc(50% - 10px);
    margin: 5px auto;
    box-sizing: border-box;
}

.stepQuestionsIn .btn-secondary.active {
    color: var(--Primary);
    background: rgba(103, 128, 126, 0.5);
    border: 1px solid #79747E;
}

.stepQuestionsIn label, .stepQuestionsInLast label {
    width: 100%;
    text-align: center;
    margin: 10px auto;
}

.stepQuestionsIn .form-control {
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: unset;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    margin: 5px;
}

.stepQuestionsIn .form-control:focus {
    border-color: var(--Primary);
}

.stepQuestionsIn .label {
    width: 100px;
    margin: 5px;
    text-align: right;
    color: var(--MainGreyColor);
}

.stepQuestionsIn .form-control-two::placeholder {
    color: var(--MainGreyColor);
}

.stepQuestionsIn .form-control-two {
    flex-grow: 1;
}

.stepQuestionsIn textarea.form-control {
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: unset;
    width: auto;
    height: auto;
    padding: 10px;
    text-align: right;
    vertical-align: unset;
    margin: 5px;
}

.stepsButton .back.disable {
    opacity: 0.3;
}

.stepsBox .stepLevelBox {
    display: none;
}

.stepsBox .stepLevelBox.active {
    display: block;
}

.separeshResult {
    width: 100%;
    position: fixed;
    padding-top: 50px;
    padding-bottom: 40px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    top: 0;
    right: 0;
    z-index: 10000000;
    background: #fff;
}

.backPage {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 32px;
    height: 32px;
    background-color: #E8DEF8;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.backPage:hover {
    background-color: #d5d0e1;
}

.separeshResult .userPicture {
    margin: 10px auto;
    width: 130px;
    height: 130px;
    border-radius: 100%;
}

.separeshResult .userPicture img {
    width: 100%;
    object-fit: cover;
}

.separeshResult .phoneNumber {
    text-align: center;
    color: var(--Primary);
    font-size: 32px;
    font-weight: 500;
    direction: ltr;
}

.separeshResult .text {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.separeshResult .stepOne label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.separeshResult .stepOne .form-control {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 7px;
}

.separeshResult .stepTwo .items {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.separeshResult .stepTwo .items .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.separeshResult .stepTwo .items .item .title {
    color: #000;
    font-size: 14px;
}

.separeshResult .stepTwo .items .item .answer {
    width: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    color: var(--Primary);
    background-color: #EEF9F8;
}

.separeshResult .stepThree {
    background: #FFFFFF;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
}

.separeshResult .stepThree .numberBox {
    height: 40px;
    border-radius: 8px;
    margin: 20px auto;
    border: 1px solid var(--Primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    direction: ltr;
    word-spacing: 20px;
}

#confirmModal .title {
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

#confirmModal .text {
    color: #000000;
}

/*---------------------------------sellpage---------------------------------*/
.sellSection {
    background-color: #6ADBDC20;
    width: 100%;
    height: calc(100vh - 110px);
    padding-top: 80px;
    box-sizing: border-box;
}

.sellFirstPage .title {
    color: var(--TextColor);
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.sellFirstPage .subTitle {
    text-align: center;
    color: var(--TextColor);
}

.sellSection .box {
    background: #FFFFFF;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 0;
    padding: 25px 15px;
    margin-top: 40%;
}

.sellSection .box .form-label {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.sellSection .box .btn {
    width: 100%;
}

.sellSection .box .form-control:focus {
    border: 1px solid #79747E;
    background-color: #EEF9F8;
}


.sellSteps {
    background-image: url("../img/sellbg.svg");
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10000000;
}

.sellSteps .stepsLevel span {
    width: 12.5%;
}


.sellResult .stepOne .items {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sellResult .stepOne .items .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.sellResult .stepOne .items .item .title {
    color: #000;
    font-size: 14px;
}

.sellResult .stepOne .items .item .answer {
    width: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    color: var(--Primary);
    background-color: #EEF9F8;
}

.sellResult .stepTwo {
    background: #FFFFFF;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
}

.sellResult .stepTwo .numberBox {
    height: 40px;
    border-radius: 8px;
    margin: 20px auto;
    border: 1px solid var(--Primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    direction: ltr;
    word-spacing: 20px;
}

.loginPage
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 170px);
    box-sizing: border-box;
}
.loginPage .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 12px;
}

.loginPage img {
    width: 100%;
    max-width: 110px;
    margin-bottom: 12px;
}

.loginPage .boxTitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 12px;
}

#getCode .editPhoneNumber, #getCode .timer, #getCode .sendAgain {
    font-size: 14px;
    color: var(--MainColor);
    margin-top: 10px;
}

#getCode .phoneNumber {
    font-size: 18px;
    margin-top: 10px;
    direction: ltr;
}

#getCode .inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#getCode .inputs .form-control {
    margin: 5px;
    border-radius: 8px;
    border: 1px solid #BDBDBD;
    background: #fff;
    text-align: center;
}
#getCode .inputs .form-control:focus {
    border: 1px solid var(--Primary);
}

#Register .editPhoneNumber, #Register .timer, #Register .sendAgain {
    font-size: 14px;
    color: var(--MainColor);
    margin-top: 10px;
}

#Register .phoneNumber {
    font-size: 18px;
    margin-top: 10px;
    direction: ltr;
}

#Register .inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#Register .inputs .form-control {
    margin: 5px;
    border-radius: 8px;
    border: 1px solid #BDBDBD;
    background: #fff;
    text-align: center;
}
#Register .inputs .form-control:focus {
    border: 1px solid var(--Primary);
}
/*-------------------------Userprofile-----------------------*/
.userProfile {

}

.userProfile .userDetails {
    text-align: center;
}

.userProfile .userDetails .picture {
    width: 135px;
    height: 135px;
    border-radius: 100%;
    position: relative;
    margin: 10px auto 30px auto;
}

.userProfile .userDetails .picture .userPicture {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.userProfile .userDetails .picture .edit {
    width: 40px;
    height: 40px;
    background-color: var(--TextColor);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    right: calc(50% - 20px);
}

.userProfile .userDetails .picture .edit img {
    width: 19px;
}

.userProfile .userDetails .userName {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.userProfile .userDetails .userPhone {
    color: #737373;
    font-size: 18px;
    font-weight: 600;
}

.userProfile .profileMenu {
    display: flex;
    flex-direction: column;
}

.userProfile .profileMenu .profileMenuItem {
    color: var(--TextColor);
}


.userProfile .profileMenu .profileMenuItem a.disabled {
    color: #737373;
}

.userProfile .profileMenu .profileMenuItem a {
    padding: 10px;
    color: var(--TextColor);
    display: block;
    font-size: 14px;
}

.userProfile .profileMenu .profileMenuItem a {
    transition: all 0.2s;
}

.userProfile .profileMenu .profileMenuItem a:hover {
    color: var(--Primary);
    cursor: pointer;
    padding-right: 15px;
}


.customForm {
    border-radius: 15px;
    border: 1px solid #BDBDBD;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.customForm .icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #BDBDBD;
    margin-left: 15px;
}

.customForm .form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.customForm .form .form-label {
    color: #BDBDBD;
    font-size: 14px;
}

.customForm .form input {
    border: unset;
    font-weight: 700;
    color: var(--TextColor);
}

/*-------------------------packagePurchase-----------------------*/

.packagePurchase {
    padding-bottom: 90px;
}

.packagePurchase .userDetail {
    display: flex;
    align-items: center;
}

.packagePurchase .userDetail img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    object-fit: cover;
    margin-left: 10px;
}

.packages {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding-bottom: 15px;
}

.packageItem {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 10px;
    min-width: 170px;
}

.packageItem:hover {
    cursor: pointer;
}

.packageItem.active {
    border: 1px solid var(--Primary);
    background: rgba(33, 169, 161, 0.20);
}

.packageItem .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    width: 100%;
    padding-top: 10px;
}

.newTitle {
    color: var(--TextColor);
    font-weight: 700;
    position: relative;
    padding: 10px 0;
}

.newTitle:before {
    content: " ";
    height: 2px;
    width: 80px;
    background-color: var(--Primary);
    position: absolute;
    bottom: 0;
    right: 0;
}

.packageDetails {
    display: flex;
    flex-direction: column;
}

.packageDetails .packageDetail {
    border-bottom: 1px solid #E8DEF8;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.packageDetails .packageDetail .title {
    font-weight: 700;
    margin-bottom: 5px;
}

.packageDetails .packageDetail .subTitle {
    font-size: 12px;
    color: #737373;
}

.packagePriceBox {
    border-radius: 8px 8px 0 0;
    background: #FFF;
    box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.10);
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
}

.packagePriceBox .packagePrice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 15px;
}

.packagePriceBox p {
    color: #7E7E7E;
    font-size: 12px;
}


/*-------------------------payment-----------------------*/
.paymentTop {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 32px 0 10px 0;
    transform: translateY(-20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--Primary);
}

.paymentTop .title {
    font-size: 27px;
    font-weight: 700;
}

.paymentTop .subtitle {
    font-size: 17px;
}

.titleTwo {
    margin-bottom: 15px;
}

.paymentBox {
    padding-bottom: 90px;
}

.paymentBox .paymentWay {
    display: flex;
    align-items: center;
    color: var(--Primary);
}

.paymentBox .paymentWay img {
    margin-left: 15px;
}

.paymentBox .text {
    color: #737373;
    font-size: 14px;
    margin-top: 15px;
}

.paymentDetails {
    margin-top: 25px;
}

.paymentDetails li {
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paymentDetails li .title {
    font-size: 14px;
    font-weight: 400;
}

.paymentDetails li .subtitle {
    font-size: 14px;
    font-weight: 700;
}

div.trakingList {
    border: 1px solid #E8DEF8;
    border-radius: 8px;
}
.trakingListabc
{
    display: none;
}
.separeshPage .trakingList .item {
    border: 1px solid #CED4DA;
    border-radius: 8px;
    box-shadow: 0px 2px 4px -1px #0000000F;
}

.trakingList .item {

    background: #FFF;
    padding: 10px;
    margin: 15px auto;
    transition: all 0.2s;
}

.trakingList .item:hover {
    cursor: pointer;
    border-color: var(--Primary);
}

.trakingList .item .title {
    color: #737373;
    font-size: 14px;
}

.trakingList .item .title span {
    color: #737373;
    direction: ltr;
}

.trakingList .item .date {
    font-size: 14px;
    color: var(--TextColor);
}

.trakingDetails {
    margin: 15px auto;
}

.trakingDetails li {
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trakingDetails li .title {
    color: #737373;
    font-size: 14px;
}

.trakingDetails li .subtitle {
    font-size: 14px;
    color: var(--Primary);
}


/*-------------------------aboutUs-----------------------*/
.otherPageTitle {
    font-size: 12px;
    color: var(--TextColor);
}

.otherPageTitle span {
    color: var(--Primary);
    font-size: 16px;
    font-weight: 700;
}

.aboutUs .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;

}

.aboutUs .text {
    color: var(--TextColor);
    text-align: justify;
    font-size: 16px;
}

.aboutUs .image {
    width: 100%;
    border-radius: 5px;
    margin: 15px auto;
}

.aboutUs .team {
    padding: 20px 0;
}

.aboutUs .userBox {
    border-radius: 16px;
    background: #FFF;
    padding: 115px 20px 15px 20px;
    position: relative;
    margin-top: 70px;
}

.aboutUs .userBox .userImage {
    position: absolute;
    width: calc(100% - 20px);
    height: 150px;
    max-width: 150px;
    right: 10px;
    top: -50px;
    border-radius: 8px;
    overflow: hidden;
}

.aboutUs .userBox .userImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.aboutUs .userBox .details {
    color: var(--TextColor);

}

.aboutUs .userBox .details .name {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.aboutUs .userBox .details .side {
    text-align: center;
    font-size: 14px;
}

.contactUs .detail {
    display: flex;
    align-items: center;
    margin: 10px auto;
}

.contactUs .detail img {
    margin-left: 15px;
}

.serviceBox {
    border-radius: 8px;
    border: 1px solid #E8DEF8;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px auto;
    background: #DEE2E6;
    transition: all 0.2s;
}

.serviceBox:hover {
    border-color: var(--Primary);
    color: var(--Primary);
    cursor: pointer;
}

.serviceBox img {
    height: 60px;
}

.serviceBox .title {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}


/*--------------------loginNew----------------------*/
.loginNew {
    width: 100%;
    height: 100vh;
    background: #E7FFFE;
}

.loginNew form {
    width: calc(100% - 70px);
    margin: 10px auto;
}

.loginNew .text {
    text-align: center;

}

.loginNew .image {
    margin: 20px auto;
    display: block;
}

.loginNew .loginForm {
    position: relative;
}

.loginNew .loginForm label {
    position: absolute;
    right: 5px;
    top: 14px;
}

.loginNew .loginForm .form-control {
    padding: 15px 30px 15px 15px;
    text-align: right;
    border-radius: 8px;
    background: #F0F0F0;
    height: auto;
}

.loginNew .loginForm .form-control:focus {
    border: 1px solid var(--Primary);
    background-color: unset;
}


/*--------------------buySim----------------------*/


.buySim .nav-tabs {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 10px;
    height: auto;
}

.buySim .nav-tabs .nav-link {
    border: unset;
    font-size: 14px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    background: #BDBDBD;
    flex-grow: 1;
    color: #fff;
}

.buySim .nav-tabs .nav-link.active {
    background-color: var(--Primary);
}

.buySim .boxNew {
    background: #FFF;
    border-radius: 8px;
    padding: 15px 10px;
    margin-bottom: 15px;
    transition: all 0.2s;
}

.buySim .boxNew:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05), 0px -10px 20px 0px rgba(0, 0, 0, 0.05);
}

.buySim .boxNew .top {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.buySim .boxNew .top .logo {
    border-radius: 8px;
    background: #F2F2F2;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buySim .boxNew .top .logo img {
    width: 60%;
}

.buySim .boxNew .top .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buySim .boxNew .top .details .number {
    direction: ltr;
    padding: 10px 32px;
    border-radius: 31px;
    background: rgba(144, 211, 207, 0.40);
    color: var(--TextColor);
    margin-bottom: 10px;
}

.buySim .boxNew .top .details .prices .badge {
    padding: 8px;
    border-radius: 16px;
    font-size: 14px;
    margin-left: 15px;
}

.buySim .boxNew .top .details .prices .priceO {
    opacity: 0.4;
    font-size: 10px;
    text-decoration: line-through;
}

.buySim .boxNew .top .details .type {
    font-size: 12px;
    margin-bottom: 10px;
}

.buySim .boxNew .top .details .prices .price {
    font-size: 12px;
}

.buySim .boxNew .top .details .prices {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    color: var(--TextColor);
    margin-bottom: 10px;
}

.buySim .boxNew .btn-outline-primary {
    border-radius: 30px;
    border: 1px solid #E8DEF8;
    background: #FFF;
    color: var(--TextColor);
}

.buySim .boxNew .btn-outline-primary:hover {
    border: 1px solid var(--Primary);
    background: rgba(33, 169, 161, 0.20);
}


.buySimDetails .logo {
    border-radius: 8px;
    background: #F2F2F2;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}

.buySimDetails .logo img {
    width: 60%;
}

.buySimDetails .number {
    font-size: 24px;
    text-align: center;
    direction: ltr;
    font-weight: 500;
}

.buySimDetails h4.title {
    text-align: center;
    font-size: 14px;
}

.buySimDetails .buySimDetailsBox {
    margin-bottom: 20px;
}

.buySimDetails .buySimDetailsBox li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #E8DEF8;
}

.buySimDetails .buySimDetailsBox li:last-child {
    border-bottom: unset;
}

.buySimDetails .buySimDetailsBox li .title {
    color: #737373;
    font-size: 14px;
}

.buySimDetails .buySimDetailsBox li .subTitle {
    color: var(--Primary);
    font-size: 14px;
}

.buySimDetails .box {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    border: unset;
    margin: 15px auto;
}

.packagePriceBox .priceOff {
    opacity: 0.4;
    font-size: 14px;
    text-decoration: line-through;
}

.packagePriceBox .badge.bg-primary {
    padding: 8px;
    border-radius: 8px;
    font-size: 14px;
    color: var(--TextColor);
}

.PaymentSummary {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.10);
    border: unset;
    margin: 15px auto;
    padding: 15px;
}

.PaymentSummary .summary {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.PaymentSummary .click {
    position: relative;
    transition: all 0.2s;
}

.PaymentSummary .summary span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-right: 10px;
}

.rotate {
    transform: rotateZ(180deg);
}

.selectSimType {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto;
}

.selectSimType a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #E8DEF8;
    background: #FFF;
    font-size: 12px;
    color: var(--TextColor);
    width: 100px;
    height: 100px;
}

.selectSimType a:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.10);
    font-size: 14px;
}

.selectSimType a img {
    width: 60px;
    max-height: 40px;
    margin-bottom: 15px;
}

.tab-content .tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto;
}

.tab-content .tabs .tab_item {
    flex-grow: 1;
    margin: 0 5px;
    padding: 8px;
    color: var(--TextColor);
    text-align: center;
    border-radius: 4px;
    border: 1px solid #21A9A1;
}

.tab-content .tabs .tab_item:hover {
    border-color: var(--MainGreyColor);
    cursor: pointer;
}

.tab-content .tabs .tab_item.active {
    flex-grow: 1;
    margin: 0 5px;
    padding: 8px;
    border-color: var(--Primary);
    color: var(--Primary);
    background-color: #EAFFFE;
}

.tab-content .contents .trakingList {
    display: none
}

.tab-content .contents .trakingList.active {
    display: block
}

.empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px auto;
}

.empty img {
    max-width: 240px;
    width: 100%;
}

/*-----------------homePage----------------*/
.homePage {
    background: linear-gradient(180deg, #6ADBDC 19.65%, #FFF 95.65%);
    padding-top: 20px;
}

.simLists .simList {
    padding: 20px 15px;
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    margin: 8px auto;
}

.simLists .simList .bottom {
    padding: 8px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #F2F2F2;
}

.simLists .simList .bottom .items:last-child {
    border-right: 1px solid #F2F2F2;
    padding-right: 8px;
}

.simLists .simList .bottom .items .title {
    color: #7E7E7E;
    font-size: 12px;
}

.simLists .simList .bottom .items .subTitle {
    color: #222;
    font-size: 12px;
    margin-top: 8px;
}

.simLists .simList .bottom .items {
    flex-grow: 1;
}

.simLists .simList .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
}

.simLists .simList .top .seryaliSim {
    display: flex;
    align-items: center;
}

.simLists .simList .top .seryaliSim img {
    width: 45px;
    margin-left: -25px;
}

.simLists .simList .top .singleSim img {
    width: 70px;
}

.simLists .simList .top .numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.simLists .simList .top .numbers .number {
    padding: 4px 8px;
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    direction: ltr;
    line-height: 24px;
}

.simLists .simList .location {
    color: #737373;
    font-size: 12px;
}

.simLists .simList .prices {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.simLists .simList .prices .priceOff {
    opacity: 0.4;
    text-decoration: line-through;
}

/*-----------------footer----------------*/
footer {

}

footer .title {
    color: var(--TextColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

footer .link {
    color: var(--TextColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: block;
    padding: 8px;
}

footer .link:hover {
    cursor: pointer;
    color: var(--Primary);
}

footer .licenses {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px auto;
}

footer .licenses img {
    width: 55px;
}

footer .contactUs .item {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin: 12px auto;
    text-align: right;
}

footer .contactUs .item .icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #F8F8F8;
}

.chatIcon {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    overflow: hidden;
}

.chatIcon img {
    width: 100%;
    transition: all 0.2s;
}

.chatIcon:hover img {
    transform: scale(1.1, 1.1);
}

.homePage .trakingList .item {
    border-radius: 8px;
}

.homePage .trakingList .item:hover {
    cursor: default;
    background: #fff;
}

.homePage .box {
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background: #fff;
}

.filter {
    position: fixed;
    top: 100%;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    background-color: #fff;
    z-index: 100000000;
    padding: 10px;
    transition: all 0.3s;
}

.filter .closeFilter {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
}

.filter .closeFilter:hover {
    cursor: pointer;
}

.filter.show {
    top: 150px;
    border-radius: 15px;
    padding: 0px 8px;
}

.filter .filterItems .filterItem {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
}

.filter .filterItems .filterItem:hover {
    cursor: pointer;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
}

.filterContents {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    right: -100%;
    top: 0;
    background-color: #fff;
    transition: all 0.3s;
}

.filterContents .selectOperator .operatorItem .items .item:last-child {
    border-bottom: unset;
}

.filterContents .selectOperator .operatorItem .items {
    display: none;
}

.filterContents .selectOperator .operatorItem .topItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filterContents .selectOperator .operatorItem {
    margin: 4px auto;
    border-radius: 4px;
    border: 1px solid #F8F8F8;
    padding: 8px 16px;
    transition: all 0.2s;
}

.filterContents .selectOperator .operatorItem:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

.filterContents .selectOperator .operatorItem.active .items {
    display: block;
}

.filterContents .selectOperator .operatorItem.active .icon {
    transform: rotateZ(180deg);
}

.filterContents .selectOperator .operatorItem.active {
    background: #EBFFFE;
}

.filterContents .selectOperator .operatorItem .name img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.filterContents.show {
    right: 10px;
}

.filterContents .Content.active {
    display: flex;
}

.filterContents .Content {
    display: none;
    height: calc(100% - 60px);
    flex-direction: column;
    justify-content: space-between;
    overflow: scroll;
}

.filterContents .Content .title {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: #F8F8F8;
    transition: all 0.2s;
}

.filterContents .Content .title:hover {
    padding-right: 10px;
    cursor: pointer;
}

.filterContents .Content button {
    position: absolute;
    bottom: 0;
    right: 0;
}

.filterContents .Content .items .item {
    padding: 12px 16px;
    border-bottom: 1px solid #CED4DA;
}

.filter .form-check .form-check-label {
    flex-grow: 1;
}

.filter .checkBox .form-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
}

.filter .checkBox .form-check-input {
    background: url("../img/wrapper2.svg");
    width: 24px;
    height: 24px;
    background-size: cover;
    border: unset;
    border-radius: 5px;
}

.filter .form-check-input[type="radio"] {
    background: #FFF;
    width: 24px;
    height: 24px;
    background-size: cover;
    border: unset;
    border: 2px solid #eee;
    border-radius: 100%;
}

.filter .checkBox .form-check-input[type="checkbox"]:checked {
    background: url("../img/tick-square2.svg");
}

.filter .form-check-input[type="radio"]:checked {
    background: #FFF;
    border: 8px solid var(--Primary);
}

.khatkhaste .top {
    display: flex;
    padding-top: 12px;
}

.khatkhaste .top .image {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.khatkhaste .top .image img {
    width: 100%;
    height: 100%;
}

.khatkhaste .top .details {
    width: calc(100% - 60px);
}

.khatkhaste .top .details .top .date {
    color: #7E7E7E;
    font-size: 10px;
}

.khatkhaste .top .details .subTitle {
    color: #737373;
    margin-top: 4px;
    font-size: 8px;
}

.khatkhaste .top .details .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
}

.khatkhaste .top .details .top .topTitle {
    padding: 0;
    margin: 0;
}

.khatkhaste .topTabs {
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 4px 10px;
    margin-top: 8px;
    position: sticky;
    top: 50px;
    z-index: 10;
}

.khatkhaste .topTabs .tab {
    width: 50%;
    padding: 5px 10px;
    text-align: center;
    color: #ADB5BD;
}

.khatkhaste .topTabs .tab:hover {
    cursor: pointer;
}

.khatkhaste .topTabs .tab .tab-in {
    border-radius: 8px;
    border: 1px solid #21A9A1;
    width: 100%;
    max-width: 160px;
    height: 35px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    margin: 0 auto;
}

.khatkhaste .topTabs .tab.active .tab-in {
    background: #EAFFFE;
}

.khatkhaste .topTabs .tab:first-child {
    border-left: 2px solid #ADB5BD;
}

.rolls {
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    color: #E39D00;
    border: 1px solid #E39D00;
    text-align: center;
    margin: 12px auto;
    transition: all 0.2s;
}

.rolls:hover {
    cursor: pointer;
    background-color: #E39D00;
    color: #fff;
}

.khatkhaste .topContents .content {
    display: none;
}

.khatkhaste .topContents .content.active {
    display: block;
}

.khatkhaste .box {
    display: flex;
    padding: 16px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px 16px 16px 0;
    border: 1px solid #F8F8F8;
    background: #F8F8F8;
    text-align: center;
}

.khatkhaste .box .title {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #E39D00;
}

.khatkhaste .box2 .item {
    opacity: 0.5;
}

.khatkhaste .box .item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 8px auto;
}

.khatkhaste .box2 .item.phoneNumber {
    font-size: 18px;
    opacity: 1;
}

.khatkhaste .box .item.phoneNumber {
    color: #197E78;
    font-weight: 700;
}

.khatkhaste .box2 .btn-secondary {
    color: #fff;
    opacity: 0.3;
}

#rolls .details {
    text-align: right;
    padding-right: 10px;
}

#rolls .details li {
    list-style: disc;
    margin-bottom: 10px;
    color: #000;
}

.searchTop {
    position: sticky;
    top: 60px;
    background: #6ADBDC;
    z-index: 100;
}

.searchTop:after {
    content: " ";
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 20px);
    top: -20px;
    left: -15px;
    background: #6ADBDC;
    z-index: -1;
}

.searchTop .filters {
    align-items: center;
    overflow-x: auto;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    padding-top: 5px;
    display: none;
}

.searchTop .filters .filterItem {
    border-radius: 100px;
    border: 1px solid #ADB5BD;
    background: #F2F2F2;
    padding: 10px 16px;
    display: block ruby;
    width: max-content;
    margin-left: 5px;
    transition: all 0.2s;
}

.searchTop .filters .filterItem:hover {
    cursor: pointer;
}

.searchTop .filters .filterItem img {
    margin-right: 5px;
}

.searchTop .filters .filterItem.deleteAll {
    border: 1px solid #FF1900;
    background: #FFDEDB;
}

.proProfile {
    background: linear-gradient(180deg, #6ADBDC20 19.65%, #FFF 95.65%);
}

.customForm-new {
    position: relative;
}

.customForm-new .form-control {
    padding-right: 35px;
}

.customForm-new img {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 24px;
    height: 24px;
}

.itemChilds {
    padding: 5px 10px;
    background-color: #d0f7f5;
    line-height: 30px;
    border-radius: 15px;
    margin-top: 10px;
    display: none;
}

.disable {
    opacity: 0.4;
}

.disable:hover {
    box-shadow: none !important;
}

.form-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
}

.form-switch .form-check-input:checked {
    background-color: var(--Primary);
    border-color: var(--Primary);
}

.suggestNumber {
    margin: 15px auto;
    text-align: center;
}

.suggestNumber .title {
    color: var(--TextColor);
    font-size: 16px;
}

.suggestBox {
    padding: 15px;
    border-radius: 8px;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    width: 275px;
    position: relative;
}

.suggestBox:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
}

.suggestBox .top {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}

.suggestBox .top .userIcon .star {
    position: absolute;
    bottom: 0;
    right: -6px;
}

.suggestBox .top .userIcon {
    position: absolute;
    top: 0;
    right: 10px;
}

.suggestBox .middle {
    margin-bottom: 24px;
}

.suggestBox .middle .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
}

.suggestBox .middle .details .detail {

}

.suggestBox .middle .details .title {
    font-size: 11px;
    display: block;
    color: #737373;
}

.suggestBox .middle .details .subtitle {
    font-size: 11px;
    color: var(--TextColor);
}

.suggestBox .bottom {
    border-top: 1px #CED4DA solid;
}

.suggestBox .bottom .price {
    font-size: 14px;
    color: var(--TextColor);
    margin: 24px auto;
}

.btn-gradient {
    background: linear-gradient(90deg, #F9AE2B 24%, #FCC761 77%, #FFDC8D 100%);
    border-radius: 8px;
    color: #fff;
    width: 100%;
    border: unset;
}

.owl-item {
    opacity: 0.4;
}

.owl-item.active.center .suggestBox:after {
    content: unset;
}

.owl-item.active.center {
    z-index: 1000;
    opacity: 1;
}

.owl-carousel {
    direction: ltr;
}

.showMore {
    text-align: left;
    color: #7E7E7E;
    transition: all 0.2s;
    padding: 10px;
}

.showMore:hover {
    cursor: pointer;
}

.showMore .title {
    margin-left: 10px;
}

.showMore.open .title {
    display: none;
}

.showMore.open .arrow {
    transform: rotateZ(180deg);
}

.customToast {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-radius: 12px;
    width: 90%;
    margin: 0 auto;
    position: fixed;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    right: 5%;
    z-index: 100;
    overflow: hidden;
    transition: all 0.2s;
}

.customToastBox {
    z-index: 100000000000;
    position: relative;
}

.customToastBox.show:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s;
}

.customToastBox.show .customToast {
    top: 60px;
    opacity: 1;
    visibility: visible;
}

.customToast.toast-success {
    background-color: #fff;
}

.customToast.toast-success .timer {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #28A745;
    width: 0;
    height: 4px;
}

.customToast.toast-warning {
    background-color: #FFF7E1;
}

.customToast .icon {
    width: 50px;
    margin-left: 10px;
}

.customToast .toastContent {
    width: calc(100% - 50px);
    font-size: 12px;
    font-weight: 400;
}

.customToast .toastContent .title {
    font-size: 14px;
}

.customToast .timer {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #E6A20A;
    width: 0;
    height: 4px;
}

.toast-container {
    z-index: 10000000000;
}

.VipLogin {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 110px);
}

.VipLogin .vipLoginBox {
    width: calc(100% - 32px);
    margin: 0 auto;
    text-align: center;
}

.VipLogin .profileImage {
    position: relative;
    width: 115px;
    height: 115px;
    border-radius: 100%;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}

.VipLogin .profileImage img {
    object-fit: cover;
    width: 95%;
    height: 95%;
    border-radius: 100%;
}

.VipLogin .profileImage .star {
    position: absolute;
    right: -10px;
    bottom: -10px;
    object-fit: unset;
    width: 50px;
    height: 50px;
}

.custom-tooltip {
    --bs-tooltip-bg: #fff;
    --bs-tooltip-color: #474747;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    text-align: right;
}

.btn-primary:disabled {
    background-color: #F2F2F2;
    color: #222;
    border-color: #F2F2F2;
}

.buySimPage {
    z-index: 100000;
    position: relative;
}

.modal {
    z-index: 100000000000;
}

.modal-backdrop.show {
    /*z-index: 100000000;*/
}


.pageLoading
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000000000000;
    top: 0;
    right: 0;
    background: #fff;
    transition: all 0.1s;
}
.pageLoading img
{
    object-fit: cover;
    width: 250px;
    height: 250px;
}
.simLogo
{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
