body{
    min-height: calc(100% - 100px);
    padding-bottom: 100px;
}
a{
    color: #415b76;
}
a:hover{
    color: #798b92;
}
.heading{
    height: 70px;
    color: #4a4a4a;
    font-family: Roboto,Arial,sans-serif;
    font-weight: bold;
    font-size: 22px;
    background-color: #ffffff;
    padding-top: 40px;
    line-height: normal;
    box-sizing: content-box;
}
.heading div{
    max-width: 1170px;
}
.pointer-class {
    cursor: pointer;
}
.watchlimit {
    margin-top: 164px;
    color: #5f3916;
    text-align: center;
    font-family: Roboto,Arial,sans-serif;
    font-size: 42px;
    font-weight: bold;
}
.watchlimit div{
    margin-top: 30px;
    font-family: 'Helvetica', Arial;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: normal;
}

.watchInactive {
    margin-top: 164px;
    color: #415b76;
    text-align: center;
    font-family: Roboto,Arial,sans-serif;
    font-size: 42px;
    font-weight: bold;
}
.watchInactive div{
    margin-top: 30px;
    font-family: 'Helvetica', Arial;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: normal;
}
.watchInactive button {
    width: 300px;
    background-color: #415b76;
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    margin: 20px 0;
    cursor: pointer;
}
.watchInactive button:hover {
    background-color: #2a415a;
    color: #fff;
}

.pagenotfound {
    margin-top: 75px;
    color: #5f3916;
    text-align: center;
    font-family: Roboto,Arial,sans-serif;
    font-size: 42px;
    font-weight: bold;
}
.pagenotfound div{
    margin-top: 30px;
    font-family: 'Helvetica', Arial;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: normal;
    margin-bottom: 150px;
}
.adblockLimit{
    height: 600px;
    margin-top: 150px;
    text-align: center;
    font-family: Roboto,Arial,sans-serif;
    font-size: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.ad-blocker-heading{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 42px;
    font-family: Roboto, Arial;
    font-weight: bold;
    text-align: center;
    color: #5f3916;
}
.adblockContent {
    font-family: Helvetica;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    color: #4a4a4a;
}
.try-again{
    text-decoration: none;
    color:#1385af;
}
.clear {
    clear: both;
}
.p_0 {
    padding-top: 0px;
}
.dynamic-preloader-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .4);
}

@media (max-width: 1300px) {
    .creator-heading {
        width: 1300px;
    }
}

@media (max-width: 590px) {
    body {
        min-height: calc(100% - 232px);
        padding-bottom: 232px;
    }
}

@media only screen and (max-width: 768px) {
    .adHeading {
        font-size: 26px !important;
    }

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

    .heading {
        height: auto;
    }

    .creator-heading {
        width: 100%;
    }

    .wrapper {
        width: 100%;
    }

    .sidebarArea {
        width: 51%;
        height: 100%;
        position: absolute;
        top: 100px;
        left: -50%;
        background-color: #fff;
        z-index: 100;
        transition: left 0.3s ease;
    }

    .sidebarArea.open {
        left: 0;
    }

    .uploadArea {
        width: 96%;
        margin-left: 2%;
    }

    .pendingArea {
        width: 96%;
        margin-left: 2%;
    }

    .contributorMenu {
        width: 100% !important;
    }
}

@media (min-width: 769px) {
    .desktop-hide {
        display: none !important;
    }
}