.widgets,.widget {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.widget {
    /* overflow-y: auto; */
    /* max-width: 500px; */
    margin: auto;
    animation: intro 0.1s ease-out;
}

/* Global */
.widget .btn {
    width: 200px;
    height: 30px;
    padding: 10px 10px;
    display: flex;
    justify-content: right;
    align-items: center;
    border: 2px solid var(--dc);
    margin: 6px 0;
    border-radius: 5px;
}

.widget .btn>.text {
    direction: rtl;
    margin-left: auto;
    font-weight: bold;
}

.widget .btn>.icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 10px;
}

.widget .header30BoxMargin {
    width: 30px;
    height: 30px;
    margin: auto 10px auto 10px;
}

/*End of Global*/
/*



----------------------



*/
/*Loading*/
#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 1;
    display: flex;
}

.loading-icon {
    width: 100px;
    height: 100px;
    margin: auto;
    background-position: center;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-image: url("../assets/loading-icon.svg");
}

/*End of Loading*/
/* Home Widget */
.widgets>#home {
}

.widgets>#home>.content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
}

.widgets>#home>.content>.text {
    direction: rtl;
    width: 100%;
    text-align: center;
    margin: 40px 0 40px 0;
}

.widgets>#home>.content>.links {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.widgets>#home>.content>.links a {
    text-decoration: none;
    color: var(--dc);
}

.widgets>#home>.content>.links a:hover {
    color: #fff;
    background-color: var(--dc);
    transform: scale(0.97);
    transition: transform 150ms;
}

.widgets>#home>.content>.links a:hover .icon {
    filter: brightness(100);
}

.tg-icon {
    background-image: url(../assets/telegram.svg);
}

.fb-icon {
    background-image: url(../assets/facebook.svg);
}

.widgets>#home>.content #tg {
    text-align: right;
}

.widgets>#home>.content #fbp {
}

.widgets>#home>.content #fbg .text {
    width: 70%;
}

.widgets>#home>.content>#start {
    width: 200px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--dc);
    margin-top: 40px;
    font-weight: bold;
    color: var(--dc);
    cursor: pointer;
    border-radius: 5px;
}

.widgets>#home>.content>#start:hover {
    background-color: var(--dc);
    color: #fff;
    transform: scale(0.97);
    transition: transform 150ms;
}

.widgets>#home>.bottom-bar {
    /* background-color: var(--dc); */
    width: 100%;
    height: 25px;
    color: var(--dc);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* End of Home */
/* Paster */
#paster {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#pastedLink {
    position: absolute;
    width: 95%;
    height: 40px;
    text-align: center;
    border: none;
    border-bottom: 2px solid var(--dc);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 150ms;
    border-radius: 5px;
    animation: inScale 0.1s ease-out;
    transform-origin: center top;
    max-width: 500px;
}

#pastedLink:focus {
    outline: none;
}

/* End of Paster */
/* Order */
#order {
    overflow: auto;
    max-width: 500px;
}

#order .header {
    display: flex;
    max-width: 500px;
    /* margin: 0 auto; */
}

#order .header>.text {
    margin: 40px 5px 40px auto;
}

#order .header>.headerBtn {
    width: 30px;
    height: 30px;
    margin: auto 10px auto 10px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#order .header>#orderBackBtn {
    background-image: url('../assets/chevron-right.svg');
}

#order .orderTypes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#order .orderTypes .orderBtn {
    width: 200px;
    height: 20px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--dc);
    margin: 30px 0;
    font-weight: bold;
    cursor: pointer;
}

#order .orderTypes #developOrder {
    display: none;
}

#order .orderTypes .orderBtn {
    text-decoration: none;
    color: var(--dc);
    border-radius: 5px;
}

#order .orderTypes .orderBtn:hover {
    color: #fff;
    background-color: var(--dc);
    transform: scale(0.97);
    transition: transform 150ms;
}

/* End of Order */
/* Sell */
#sell {
    /* overflow:auto; */
    max-width: 500px;
}

#sell .header {
    display: flex;
    max-width: 500px;
}

#sell .header>.text {
    margin: 40px 5px 40px auto;
}

#sell .header>.headerBtn {
    width: 30px;
    height: 30px;
    margin: auto 10px auto 10px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#sell .header>#sellBackBtn {
    background-image: url('../assets/chevron-right.svg');
}

#sell .descHolder {
    direction: rtl;
    padding: 25px;
    margin: 0 auto;
}

#sell .descHolder li {
    direction: rtl;
    margin: 20px 0;
}

#sell .sellTypes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sell .sellTypes .linkBtn {
    width: 200px;
    height: 30px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--dc);
    margin: 26px 0;
    font-weight: bold;
    cursor: pointer;
}

#sell .selltypes .linkBtn {
    text-decoration: none;
    color: var(--dc);
    border-radius: 5px;
}

#sell .selltypes .linkBtn:hover {
    color: #fff;
    background-color: var(--dc);
    transform: scale(0.97);
    transition: transform 150ms;
}

#sell .selltypes .linkBtn:hover>.link-icon {
    filter: brightness(100);
}

#sell .selltypes .linkBtn>.text {
    direction: rtl;
    margin-left: 10px;
    font-weight: bold;
}

#sell .selltypes .linkBtn>.link-icon {
    background-image: url('../assets/link.svg');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: cover;
    margin: 0 10px;
}

/* End of Sell */
/* Buy */
#buy {
    overflow: auto;
    max-width: 500px;
}

#buy .header {
    display: flex;
    max-width: 500px;
}

#buy .header>.text {
    margin: 40px 5px 40px auto;
}

#buy .header>.headerBtn {
    width: 30px;
    height: 30px;
    margin: auto 10px auto 10px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#buy .header>#buyBackBtn {
    background-image: url('../assets/chevron-right.svg');
}

#buy .small-header {
    color: var(--dc);
    direction: rtl;
    margin: 0 54px;
    font-size: 12px;
    text-align: center;
}

#buy .buyTypes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#buy .buyTypes .buyTypeBtn {
    width: 200px;
    height: 20px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--dc);
    margin: 20px 0;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

#buy .buyTypes .buyTypeBtn {
    text-decoration: none;
    color: var(--dc);
}

#buy .buyTypes .buyTypeBtn:hover {
    color: #fff;
    background-color: var(--dc);
    transform: scale(0.97);
    transition: transform 150ms;
}

/* End of Buy */
/* City */
#city {
    overflow: auto;
    max-width: 500px;
}

#city .header {
    display: flex;
    max-width: 500px;
}

#city .header>.text {
    margin: 40px 5px 40px auto;
}

#city .header>.headerBtn {
    width: 30px;
    height: 30px;
    margin: auto 10px auto 10px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#city .header>#cityBackBtn {
    background-image: url('../assets/chevron-right.svg');
}

#city .small-header {
    color: var(--dc);
    direction: rtl;
    margin: 0 54px;
    font-size: 12px;
    text-align: center;
}

#city .cityTypes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#city .cityTypes .cityTypeBtn {
    width: 200px;
    height: 20px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--dc);
    margin: 20px 0;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

#city .cityTypes .cityTypeBtn {
    text-decoration: none;
    color: var(--dc);
}

#city .cityTypes .cityTypeBtn:hover {
    color: #fff;
    background-color: var(--dc);
    transform: scale(0.97);
    transition: transform 150ms;
}

/* End of City */
/* Offers */
#offers {
    position: relative;
}

#offers #copy-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#offers #copy-holder #copier {
    background: #fff;
    border: none;
    border-bottom: 2px solid var(--dc);
    resize: none;
    width: 95%;
    height: 50px;
    font-size: 20px;
    padding: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    transform-origin: center top;
    animation: inScale 0.1s ease-out;
    user-select: all;
    max-width: 500px;
}

#offers #copy-holder #copy-btn {
    border: 1px solid var(--dc);
    background-color: #fff;
    padding: 6.5px 8px;
    cursor: pointer;
    display: flex;
    position: absolute;
    box-shadow: 0 4px 5px 0 #0000002e;
    border-radius: 3px;
    left: 20px;
    animation: inScale 0.1s ease-out;
    transform-origin: left top;
}

#offers #copy-holder #copy-btn>.text {
    color: var(--dc);
}

#offers #copy-holder #copy-btn>.icon {
    width: 19px;
    height: 19px;
    background-position: center;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-image: url('../assets/hashtag.svg');
    margin-left: 5px;
}

#offers .header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background-color: var(--dc);
    color: #fff;
    border-radius: 0 0 3px 3px;
}

#offers .header .bound-box {
    width: 30px;
    height: 30px;
    ;}

#offers .header .text {
    font-size: 14px;
    margin: 0 auto;
    direction: rtl;
}

#offers .header .headerBtn {
    width: 30px;
    height: 30px;
    background-size: 17px 17px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#offers .header #offersBackBtn {
    background-image: url('../assets/chevron-right.svg');
    filter: invert(1);
}

#offers .content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    text-align: center;
    margin: auto;
    text-align-last: right;
}

#buffering {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#offers .content #buffering .loading-icon {
    background-size: 50px 50px;
}

#offers .content .offer {
    margin: 15px 15px 30px 15px;
    display: inline-grid;
    flex-direction: column;
    cursor: pointer;
    width: 370px;
    height: 200px;
}

@media (max-width: 420px) {
    #offers .content .offer {
        width: 92.5%;
        height: unset;
        max-width: 370px;
        max-height: 200px;
        margin: 3.75% 3.75% 7.5% 3.75%;
    }
}

#offers .content .image {
    width: 100%;
    max-height: 165px;
    height: 165px;
    display: inline-grid;
    margin: 2px;
    background-color: var(--sc);
    background-image: url(../assets/icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    position: relative;
    border-radius: 4px;
}

#offers .content .haveImage {
    background-image: url('../assets/loading.gif');
    background-size: 20px 20px;
}

#offers .content .image .img-src {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
}

#offers .content .bottom {
    margin-top: 15px;
    display: flex;
}

#offers .content .more-menu {
    background-image: url('../assets/more-icon.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

#offers .content .text {
    height: 20px;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    direction: rtl;
    font-size: 13px;
}

#offers .content .text .dot {
    color: #0000008c;
    margin: 0 5px;
}

#offers .navigator {
    display: flex;
    width: 100%;
    height: 25px;
    justify-content: center;
    align-items: center;
}

#offers .navigator .text {
}

#offers .navigator .slash {
    background: var(--dc);
    width: 2px;
    height: 12.5px;
    border-radius: 60px 60px;
    margin: 0 10px;
}

#offers .navigator .nav-btn {
    width: 25px;
    height: 25px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#offers .navigator #for {
    background-image: url('../assets/chevron-right colored.svg');
    margin-left: 5px;
}

#offers .navigator #back {
    background-image: url('../assets/chevron-left colored.svg');
    margin-right: 5px;
}

@media (max-width: 330px) {
    #offers .offer {
        max-width: 250px;
        max-height: 140px;
        margin: 15px;
        display: flex;
        flex-direction: column;
    }

    #offers .offer .image {
        height: 105px;
    }
}

/* End of Offers */
/* Search Widget */
#searchWidget .header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background-color: var(--dc);
    color: #fff;
}

#searchWidget .header .bound-box {
    width: 30px;
    height: 30px;
    ;}

#searchWidget .header .text {
    font-size: 18px;
    margin: 0 auto;
    direction: rtl;
}

#searchWidget .header .headerBtn {
    width: 30px;
    height: 30px;
    background-size: 17px 17px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#searchWidget .header #searchBackBtn {
    background-image: url('../assets/chevron-right.svg');
    filter: invert(1);
}

#searchWidget .content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
}

#searchWidget .search-controls {
    direction: rtl;
    width: 100%;
    display: flex;
    height: 35px;
    box-shadow: 0 2px 3px 0px #0002;
    border-radius: 0 0 6px 6px;
}

#searchWidget .search-controls #s-city:focus {
    outline: none;
}

#searchWidget .search-controls #s-city {
    height: 35px;
    width: 50%;
    border: solid 2px var(--dc);
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 0 0 6px 0;
}

#searchWidget .search-controls #s-buyType:focus {
    outline: none;
}

#searchWidget .search-controls #s-buyType {
    height: 35px;
    width: 50%;
    border: solid 2px var(--dc);
    background-color: #fff;
    border-right: none;
    font-size: 16px;
    text-align: center;
    border-radius: 0 0 0 6px;
}

#searchWidget .content .location-link:hover {
    background-color: #bd720a36;
}

#searchWidget .content .location-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#searchWidget .content .location-link {
    position: relative;
    direction: rtl;
    display: flex;
    height: 40px;
    border-bottom: solid 1px #bd720a57;
    padding: 2px 0;
    border-radius: 5px;
    margin: 0 10px;
}

#searchWidget .content .loc-text {
    font-size: 18px;
    color: var(--dc);
    font-weight: bold;
    margin: auto 10px auto 0;
}

#searchWidget .content .loc-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 0px 10px;
    background-image: url('../assets/map-marker-alt.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 25px;
}

/* End of Search Widget */
