﻿html {
    overflow: auto;
    color: rgba(0, 0, 0, .7);
}

.topShortTitle {
    margin-top: 30px !important;
    font-family: sans-serif;
    color: rgba(0, 0, 0, .8);
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    border-radius: 5px;
    max-width: 900px;
    line-height: 25px;
}

@media screen and (min-width: 700px) {
    main.mainContent {
        padding-top: 80px;
    }

    .topShortTitle {
        padding: 30px 0;
        width: 95%;
        border: 0 none transparent;
    }

    .responsiveAds,
    ins.adsbygoogle {
        min-height: 280px;
        min-width: 700px;
    }

    button.linkButton {
        border: 0px none transparent;
        text-decoration: underline;
    }

    .marketFeature {
        margin: 1%;
    }

    .showOnMobile {
        display: none;
    }

    .menu>li>button {
        border-left: 1px solid #d8d8d8 !important;
    }

    .inBetweenContainer {
        width: 80%;
        margin: 0 auto;
    }

    .inBetweenContainer:not([maxwidth='1']) {
        max-width: 900px;
    }

    .inBetweenContainer[maxwidth='1'] {
        padding-top: 20px;
    }

    body {
        width: auto;
        margin: 0;
    }

}

@media screen and (max-width: 699px) {
    .topShortTitle {
        padding: 30px 5%;
        width: 80%;
        border: 1px solid rgba(216, 216, 216, .8);
    }

    .responsiveAds,
    ins.adsbygoogle {
        min-height: 350px;
        min-width: 250px;
    }

    main.mainContent {
        padding-top: 80px;
    }

    .marketFeature {
        margin: 5% 0;
    }

    .showOnDesktop {
        display: none;
    }

    .hiddenOnMobile {
        display: none;
    }

    .inBetweenContainer {
        height: 100%;
    }

    body,
    head {
        overflow-x: hidden;
        padding: 0;
        margin: 0;
    }

    body {
        width: 100%;
    }

}

.menu>li>button {
    padding: 12px;
}

.myCV {
    border: 0px none transparent !important;
    line-height: 30px;
}

input {
    height: 35px;
    padding-left: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

input[dataentry] {
    width: 99%;
}

hr {
    background-color: #e0e0e0;
    border: 0px none transparent;
    height: 1px;
}

input[readonly]:not([birthdate]):not([datepicker]),
input[disabled]:not([birthdate]):not([datepicker]) {
    border: 0 none transparent !important;
    background-color: #e5e5e5;
}

.dataentry {
    margin: 0 auto;
}

.entryContainer {
    height: 100vh;
}

.lengthCtl {
    float: right;
    font-size: 1rem !important;
    padding-right: 7px;
}

.lengthCtl * {
    font-size: 1rem !important;
}

.initiallyHidden {
    display: none;
}

.initiallyNotVisible,
.inBetweenContainer {
    visibility: hidden;
}

textarea {
    resize: none;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    height: 100px;
    width: 99%;
}

.marketFeature {
    flex-flow: column;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    max-width: 240px;
    text-align: left;
    padding: 20px 5% 20px 140px;
    display: inline-flex;
    height: 150px;
}

.marketFeature p {
    margin-bottom: 0px;
}

a.buttonArrowRight {
    margin: 10px 0 10px 0;
    font-weight: bold;
    color: #000000;
    font-size: 1.2rem !important;
}

.noBorder {
    border: 0px none transparent !important;
}

.center {
    margin: 0 auto;
    text-align: center;
}

a[tabindex] {
    color: #0340b1;
    text-decoration: underline;
    cursor: pointer;
}

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

body {
    border-collapse: collapse;
    top: 0px;
}

.requiredLabel {
    font-weight: bold;
    padding: 0 0px 0 0;
    margin: 0 0px 0 0;
    display: inline-block;
}

.requiredLabel:after {
    color: red;
    content: '*';
}

.inBetweenContainer {
    line-height: 25px;
}


label {
    cursor: inherit;
}

select {
    height: 40px;
    padding-left: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    width: stretch;
}

select::-ms-expand {
    display: none;
}

option {
    padding: 5px;
}


main.mainContent {
    margin: 0;
    text-align: center;
    background-image: url('https://urtechcity.com/api/file/SiteIcons/fade-stagger-circles.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 300px;
    background-size: 10%;
}

.text {
    color: #f2f2f2;
    font-size: 1rem;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

:not([langtran]):not(.title):not(.topShortTitle):not(.logo):not(.solTitle):not(.caption):not(b):not([translated]):not(.publishedContent) {
    font-family: sans-serif;
    font-size: 1rem;
}

button:not(.linkButton):not(.searchIcon) {
    border: 1px solid #d8d8d8;
}


button {
    font-family: sans-serif !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    font-weight: bold;
    border-radius: 8px !important;
    padding: 6px 12px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, .2);
    height: 40px;
}

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

.menu {
    float: right;
}

.responsiveAds,
ins.adsbygoogle {
    margin: 50px auto;
    display: block;
}

.displayNone,
.adsbygoogle[data-ad-status='unfilled'][data-adsbygoogle-status='done'] {
    display: none !important;
}

ins.adsbygoogle[data-ad-format='autorelaxed'] {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.button-icon {
    padding-left: 30px;
    min-width: 100px;
    margin: 5px 0 0 5px;
}

button.primary {
    border: 1px solid #000000;
    background-color: rgba(0, 0, 0, 1) !important;
    color: #ffffff;
}

.bannerSuspense {
    height: 400px;
    width: 1vw;
}

.advantagesSuspense {
    height: 627px;
    width: 1vw;
}

.sectionSuspense {
    width: 1vw;
}

.topShortTitleParent {
    text-align: center;
    border-collapse: collapse;
    position: sticky;
}

.width100 {
    width: 100% !important;
}

.alignCenter {
    text-align: center !important;
}