﻿input, textarea {
    display: inline-block;
    padding: 5px 10px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #727a8e;
    border: 1px solid #dddfe4;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

body {
    background: #fff;
    font-size: 13px;
    font-weight: normal;
    color: #182539;
    padding: 0 !important;
    margin: 0;
    font-family: var(--primary-font);
}

section {
    background-color: #FFFFFF;
}

.selfAdStandardBorder {
    border-radius: 20px;
    overflow: hidden;
}

.selfAdStandardBorderTopOnly {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.selfAdStandardBorderBottomOnly {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.selfAdStandardBorderLeftOnly {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.selfAdStandardBorderRightOnly {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

#SelfAdMainBackground {
    background-color: transparent;
}

.profileTitle {
    font: normal normal bold 32px/42px var(--primary-font);
    text-align: center;
    color: #292929;
    text-transform: uppercase;
}

.connectionInfoLabel {
    opacity: 0.75;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.profileError {
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0;
}

.profileLabel {
    font: normal normal normal 16px/26px var(--secondary-font);
    color: #3e3e3e;
    min-width: 100%;
    text-align: left;
}

.title {
    font-size: 34px;
    font-weight: bold;
}

#cc_div .title {
    font-size: 1em;
}

#btnScrollToTop {
    display: none;
}

#btnScrollToTop {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #484848;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0.6;
    z-index: 600;
}

    #btnScrollToTop:active {
        background: #cc2333;
    }

#mdiv {
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 50%;
    border: 1px solid #000;
    float: right;
    min-width: 25px;
    min-height: 25px;
    position: absolute;
    right: -11px;
    top: -11px;
    z-index: 1;
}

.mdiv {
    height: 15px;
    width: 3px;
    margin-left: 10px;
    background-color: #fff;
    transform: rotate(45deg);
    Z-index: 1;
    margin-top: 4px;
}

.md {
    height: 15px;
    width: 3px;
    background-color: #fff;
    transform: rotate(90deg);
    Z-index: 2;
}

#catfish-container {
    display: none;
}

.pub-static-m32 {
    background-color: rgba(199, 199, 199, 0.95);
    padding: 5px 0px;
}

button {
    margin: 6px;
}

input[type=checkbox] {
    display: none;
}

.register-title {
    font-size: 34px;
    font-weight: bold;
}

.register-sub-title {
    font-size: 25px;
    font-weight: bold;
}

.register-page-basis {
    flex-basis: 975px;
}

.package-choice-section {
    width: 100%;
    padding-top: 40px;
    background: transparent linear-gradient(180deg, #3071B9 0%, #3071B9 33%, #18395DF2 100%) 0% 0% no-repeat padding-box;
    margin-top: 20px;
    margin-bottom: 75px;
}

.package-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    bottom: -75px;
}

.package {
    display: flex;
    flex-basis: 325px;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-grow: 0;
    flex-shrink: 1;
    min-width: 250px;
    background-color: transparent;
}

.package-DataSection {
    width: 100%;
    height: 100%;
    padding: 25px;
    min-height: 430px;
    max-height: 430px;
    background-color: white;
    opacity: 0.9;
}

.recommended-package .package-DataSection {
    min-height: 450px;
    max-height: 450px;
    opacity: 1;
}

.recommendation-height {
    height: 38px;
    width: 100%;
}

.recommended-package .recommendation-header {
    color: white;
    background: #DF622A 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.package-title {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.package-price {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

.package-DataSection ul li {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

    .package-DataSection ul li:before {
        content: '';
        background: url("http://localhost:46384/assets/images/list-checkmark.svg");
        background-repeat: no-repeat;
        background-position: center;
        width: 25px;
        height: 25px;
        display: block;
    }

.registerform-fieldgroup {
    width: 100%;
}

    .registerform-fieldgroup > * {
        flex-basis: 475px;
        max-width: 48%;
    }

@media screen and (max-width: 974px) {
    .package-choice-section {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        padding-bottom: 40px;
    }

    .package-wrapper {
        max-width: 360px;
        padding-left: 20px;
        padding-right: 20px;
        bottom: auto;
    }

    .package {
        display: flex;
        flex-basis: 320px;
        flex-wrap: wrap;
        align-content: flex-start;
        flex-grow: 0;
        flex-shrink: 1;
        min-width: 250px;
        background-color: transparent;
        margin-bottom: 35px;
    }

    .package-DataSection {
        border-radius: 20px;
    }

    .recommended-package .package-DataSection {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .recommendation-height {
        display: none;
    }

    .publio-registerform {
        padding-left: 20px;
        padding-right: 20px;
    }

    .registerform-fieldgroup > * {
        flex-basis: 140px;
        flex-grow: 1;
        max-width: 48%;
    }
}

@media screen and (max-width: 645px) {
    .registerform-fieldgroup > * {
        display: flex;
        flex-wrap: wrap;
        min-width: 100%;
    }

        .registerform-fieldgroup > * > * {
            flex-basis: auto;
            width: 100%;
        }
}
