@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

#adFrame div:first-child {
    height: 100%
}

@font-face {
    font-family: "Freight Sans Semibold";
    src: url("fonts/1197013/d154fe01-4538-4277-9e56-74538134d43b.eot?#iefix");
    src: url("fonts/1197013/d154fe01-4538-4277-9e56-74538134d43b.eot?#iefix") format("eot"), url("fonts/1197013/84efe8b8-d2b9-464c-93b4-1237a3cb52c3.woff2") format("woff2"), url("fonts/1197013/0bef275a-3f3b-4cd1-8aa0-3535eefb27c0.woff") format("woff"), url("fonts/1197013/e0be4e39-367d-4f71-84cf-5b18ccc68510.ttf") format("truetype");
}

@font-face {
    font-family: "Freight Sans Semibold It";
    src: url("fonts/1197016/7386b6ce-d914-414c-96ed-086e3ee1225c.eot?#iefix");
    src: url("fonts/1197016/7386b6ce-d914-414c-96ed-086e3ee1225c.eot?#iefix") format("eot"), url("fonts/1197016/b0aeb865-5e89-4567-ada5-1bed1d79d6ab.woff2") format("woff2"), url("fonts/1197016/12d51302-6932-4023-9c23-34410f09132e.woff") format("woff"), url("fonts/1197016/8b887663-c527-4263-abbf-e4d83d72389b.ttf") format("truetype");
}

@font-face {
    font-family: "Freight Sans Medium";
    src: url("fonts/1197266/0b5df096-1809-4ede-bcf6-dcf708de9efe.eot?#iefix");
    src: url("fonts/1197266/0b5df096-1809-4ede-bcf6-dcf708de9efe.eot?#iefix") format("eot"), url("fonts/1197266/8b338cb3-bb89-40d3-8c01-5580bceb3715.woff2") format("woff2"), url("fonts/1197266/4901a31a-f392-404a-a900-77532930640a.woff") format("woff"), url("fonts/1197266/4d13c8f1-526a-4c9a-ac70-6d7a855f4c4c.ttf") format("truetype");
}

@font-face {
    font-family: "Freight Sans Medium Italic";
    src: url("fonts/1197269/fb8ffc08-3b0a-4333-b181-a1c5921371ff.eot?#iefix");
    src: url("fonts/1197269/fb8ffc08-3b0a-4333-b181-a1c5921371ff.eot?#iefix") format("eot"), url("fonts/1197269/7a65cc83-9de8-406c-b1d8-0391df58629d.woff2") format("woff2"), url("fonts/1197269/de34c567-eea6-47cd-88cd-833e71ab973b.woff") format("woff"), url("fonts/1197269/85635c10-0695-4f6c-b28e-09d216cb4346.ttf") format("truetype");
}

h1, h2, h3, h4, h5 {
    font-family: 'Freight Sans Semibold', Helvetica, Arial, sans-serif;
}


.header {
    padding: .9rem;
    text-align: center;
    background: #ff9800 !important;
    color: white;
    font-size: .8rem;
    display: none;
    font-weight: bold;
}

span {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
    font-size: 14px;
}

/* #### LAYOUT #### */

.wrapper {
    height: 100%;
}

.left {
    /* float: left;
      width: 50%;
      text-align: left;
      height: 100%; */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%), 0 10px 30px 0 rgb(0 0 0 / 20%);
    height: 395px;
    height: auto;
    left: 5em;
    margin: -12.8125em 0 0;
    position: absolute;
    top: 45%;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    width: 290px;
    z-index: 300;
}

.right {
    float: left;
    width: 50%;
    text-align: left;
    height: 100%;
    color: #ffffff;
    background-color: #cccccc;
}

aside, .fullwidthad {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    position: absolute;
}

.right .container {
    width: 100%;
    position: absolute;
    /*bottom: 20px;*/
    height: 100%;
}

.left .contanier {
    width: 100%;
}

.fullwidthad .container {
    width: 100%;
    position: absolute;
}

.layout-flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.align-items-center {
    align-items: center;
}

.d-inline-block {
    display: inline-block;
}

/* #### TEXT UTILS #### */

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-grey {
    color: var(--grey);
}

/* #### MAIN #### */
.logo {
    padding: 0 1rem;
    max-width: 100%;
    margin-bottom: 2rem;
}

/* #### FORM #### */
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group {
    position: relative;
    margin-bottom: 1rem;
}

.forms {
    width: 235px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.form-container {
    padding: 0;
    font-size: 14px;
}

.input-big {
    width: 100%;
}

input[type='checkbox'] {
    height: 15px;
    width: 15px !important;
    padding: 0;
}

.toggle-password-visibility {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0.75rem;
    border: none;
    background: none;
    opacity: 0.5;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: all 200ms ease-out;
}

.toggle-password-visibility:hover,
.toggle-password-visibility:active,
.toggle-password-visibility:focus {
    opacity: 0.8;
    background: var(--lightGrey);
}

/* password obscured */
.toggle-password-visibility .fa-eye-slash {
    display: none;
}

.toggle-password-visibility .fa-eye {
    display: block;
}

/* password exposed */
.toggle-password-visibility.toggle-password-visibility__exposed .fa-eye-slash {
    display: block;
}

.toggle-password-visibility.toggle-password-visibility__exposed .fa-eye {
    display: none;
}


/* AD */

.halfpage-ad {
    /*background-color: #03bafb;*/
    height: 50%;
    float: left;
    width: 100%;
    background-size: cover;
}

.vhalf {
    position: relative;
    height: 50%;
    float: left;
    width: 100%;
    background-size: cover;
}

.fullpage-ad {
    /*background-color: #03bafb;*/
    height: 100%;
    float: left;
    width: 100%;
    background-size: cover;
}

#ad1,
#ad2 {
    width: 100%;
    height: 100%;
}

.inner {
    width: 80%;
    position: absolute;
    /*top: 50%;*/
    left: 10%;
    margin-left: auto;
    margin-right: auto;
}

.inner h2,
.inner h2 span {
    font-family: 'HelveticaNeue-bold', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
    font-size: 38px;
    line-height: 45px;
    display: inline-block;
    font-weight: normal;
}

.inner h3 {
    font-family: 'HelveticaNeue-light', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
    font-size: 21px;
    line-height: 22px;
    font-weight: normal;
}

.inner p,
.inner li {
    font-size: 15px;
    line-height: 21px;
}

.inner a {
    font-family: 'HelveticaNeue-bold', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
}

.inner a:hover {
    font-family: 'HelveticaNeue-bold', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
    text-decoration: none;
    text-decoration: underline;
}

.bold {
    font-family: 'HelveticaNeue-bold', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
}

.drk-blue {
    color: #1b4164;
}

.red {
    color: #e61e1d;
}

.caf {
    color: #6ab443;
}

.chl {
    color: #4d92ce; /*#03bafb;*/
}

.bg-advert {
    background-image: url('http://login.connective.com.au/media/big-ad.jpg');
    background-size: cover;
}

.ads h2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.ads {
    margin: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
}

.top-ad {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 6000px;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
}

.top-ad:hover {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.18);
    margin-left: auto;
    margin-right: auto;
    height: 6000px;
    transition: background-color 0.3s ease;
}

.ad {
    width: 80%;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 18px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

.ad h1 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-weight: normal;
}

.ad p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12.5px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.ad .body {
    float: left;
    width: 75%;
    overflow: auto;
}

.ad .link {
    width: 17%;
    margin-left: 2%;
    float: left;
}

.ad .link .button {
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 2px solid #fff;
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
    font-size: 11px;
    transition: border 0.2s ease;
}

.ad .link .button:hover {
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 2px solid #d00914;
    background-color: transparent;
    color: #fff;
    font-size: 11px;
    transition: border 0.2s ease;
}

a.adbutton,
a.adbutton:hover {
    font-size: 15px;
    /* padding-top: 17px; */
    /* padding-bottom: 17px; */
    margin-top: 15px;
    margin-bottom: 10px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
    border: none;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 30px;
}

a.adbutton {
    background-color: #1b4164;
    transition: background-color 0.2s ease;
}

a.adbutton:hover {
    background-color: #202745;
    transition: background-color 0.2s ease;
}

.half {
    width: 48%;
    display: block;
    float: left;
}

.black {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.white {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.black:hover {
    background-color: #323232 !important;
    color: #ffffff !important;
}

.white:hover {
    background-color: #dddcdd !important;
    color: #000000 !important;
}

.hide {
    display: none;
}

#error {
    /* background-color: #ed7782; */
    text-align: center;
    font-family: 'HelveticaNeue-bold', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
    color: #e61e1d;
    width: 90%;
    padding: 5%;
    font-size: 13px;
    line-height: 17px !important;
    /* margin-top: 55px; */
}

#error a,
#error a:hover {
    color: #e61e1d;
}

.shadow {
    -moz-box-shadow: 0 0 5px 0 #5dbdc5;
    -webkit-box-shadow: 0 0 5px 0 #5dbdc5;
    box-shadow: 0 0 5px 0 #5dbdc5;
}

#feedback {
    padding-top: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    width: 350px;
}

.ad-headline {
    font-size: 43px;
    line-height: 48px;
}

.headline {
    font-size: 38px;
    line-height: 48px;
}

@media screen and (max-width: 1400px) {
    .ad-headline {
        font-size: 32px;
        line-height: 43px;
    }

    .headline {
        font-size: 32px;
        line-height: 43px;
    }
}

@media screen and (max-height: 700px) {
    .hider {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .right {
        display: none;
    }

    .left {
        float: left;
        width: 100%;
        text-align: left;
        left: 0;
        top: 0;
        height: 100%;
        margin: 0;
        padding-top: 100px;
    }

    .left .container {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .container {
        width: 100%;
        padding: 0;
    }

    .ad {
        margin: 10px;
    }
}

/* partner group selector  ## START ##*/
#wrapper {
    display: flex;
    justify-content: center;
    background: #F7F6F7;
    height: 100vh;
    background-image: url(partner-group/background.png);
    background-repeat: no-repeat;
    background-position: right;
    min-width: 600px;
}

.bg-form {
    background: #FFF;
    margin-top: 30%;
    height: min-content;
    border-bottom-right-radius: 3.8px;
    border-bottom-left-radius: 3.8px;
}
.confirm-partner-group-center-wrapper {
    width: 540px;
    display: flex;
}

.confirm-partner-group-header {
    display: flex;
    width: 541px;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    background: #233858;
    color: #FFF;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-top-left-radius: 3.8px;
    border-top-right-radius: 3.8px;
}
.confirm-partner-group-title {
    display: flex;
    padding: 16px 16px 8px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    color: var(--all-apps-text, #1F1F1F);
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.proceed-btn-wrapper {
    justify-content: end;
    display: flex;
    border-top: 1px solid var(--neutral-400, #BCBFC3);
    background: var(--shades-white, #FFF);
}

.proceed-btn {
    border-radius: 3px;
    background: #233858;
    margin: 16px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    padding-block: 0;
    padding-inline: 0;
    border-width: 0;
    border-style: unset;
    border-image: 0;
    :hover {
        border-radius: 3px;
        background: #8ac6f4;
    }
    
}
.proceed-btn:hover {
    border-radius: 3px;
    background: #8ac6f4;
}
.proceed-btn:focus {
    outline: unset;
}

.button-text {
    color: var(--shades-white, #FFF);
    font-family: Open Sans;
    font-size: 10.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.315px;
    padding: 6px 9px;
}

.confirm-partner-group-select {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--all-apps-text, #1F1F1F);
    /* Dropdown_Text */
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.12px;
    margin: 8px 16px 16px 16px;
    width: -webkit-fill-available;
}

.forgetPassword-buttons {
    margin-top: 15px;
}

.forgetPassword-buttons-space {
    margin-top: 3px;
}

.subHeadings{
    font-size: 18px;
    font-weight: 400;
}
/* partner group selector  ## END ## */
