
/* ============================================================================================== */
/* [#] MAIN                                                                                       */
/* ============================================================================================== */

.main--columns {
    min-height: 100vh;
    height: auto;
}

.main--columns .columns {
    height: 100%;
    padding-right: calc(100vw / 3);
}

.main--columns .column--content {
    width: 100%;
}

.main--columns .column--content .main__container {
    min-height: calc(100vh - var(--header-size) - var(--footer-size));
    padding-block: var(--spacing-10);
}

.main--columns .main__content {
    max-width: 720px;
}

.main--columns .column--sidebar {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    height: 100vh;
    width: calc(100vw / 3);
    overflow: hidden;
}

.main--columns .column--sidebar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 991.98px) {
    .main--columns .columns {
        padding-right: 0;
    }

    .main--columns .column--sidebar {
        display: none;
    }
    
}

/* ========================================================================== */
/* [#] ADJUSTMENTS                                                            */
/* ========================================================================== */

.postscript-link {
    color: var(--color-light-contrast) !important;
    text-decoration: underline;
}

.postscript-link:hover {
    color: var(--color-primary) !important;
}

/* ========================================================================== */
/* Layouts                                                                    */
/* ========================================================================== */

#content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 50px);
  padding-top: 70px;
}

.partitioning.portal__partition.portal-content {
  height: auto;
}

.partitions {
    display: flex;
    align-items: stretch;
    background-color: #ffffff;
    border-radius: 20px;
}

.partitions .partitioning {
    height: auto;
    padding: 0;
}

.portal-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 30px;
    border: 1px solid #2b323c1f;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.portal-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 30px;
    background: #c3383d;
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.portal-container {
    width: 100%;
}

.portal-content.col-md-6 {
   padding-left: 100px;
}

.portal__illustration {
    display: block;
    width: 100%;
    height: 400px;
    background: url('../img/bg-barista.png') no-repeat center 10%;
    background-size: cover;
    border-radius: 20px;
    z-index: 2;
}

.col-md-6 .portal__illustration {
    width: calc(100% - 120px);
}

.portal__copy {
    margin-top: 30px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
}

@media screen and (max-width: 991.5px) {
  #view .partitioning.portal__partition.portal-sidebar {
    display: none;
  }

  #view .partitioning.portal__partition.portal-content:after {
    content: "";
    background: #c3383d;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: -15px;
    z-index: -1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  #view .partitioning.portal__partition.portal-content {
    z-index: 1;
    padding: 0;
    border: none;
  }
}

#header {
  border-bottom: none;
}

/* ============================================================================================== */
/* Forms                                                                                          */
/* ============================================================================================== */

::-webkit-input-placeholder { /* Edge */
    color: #aaacac !important;
    font-weight: 400 !important;
}

:-ms-input-placeholder { /* Internet Explorer !important 10-11 */
  color: #aaacac !important;
  font-weight: 400 !important;
}

::placeholder {
  color: #aaacac !important;
  font-weight: 400 !important;
}

.app-panel.app-panel-main {
    width: 100%;
}

hr {
    height: 1px;
    margin: 15px 0;
    background-color: #d0d8d8;
}

.balert-error {
    color: #0d2f66;
    padding: 0 0 8px;
    background: none;
    font-family: inherit;
    font-size: 1em;
}

table[bgcolor='white'] {
    display: block;
    background: none;
}

.advent-msg-err > div[align="center"] {
    text-align: left;
}

/* ============================================================================================== */
/* Footer                                                                                         */
/* ============================================================================================== */

#japp-footertime {
    display: none;
}

#footer {
    padding: 15px 0;
}

#footer .midf__footer .container {
    margin: auto;
    width: 90%;
    display: flex;
}

.footer__content.midf-privacy {
    margin-left: auto;
    width: 230px;
    display: flex;
    justify-content: space-between;
}

/* ============================================================================================== */
/* Screens                                                                                        */
/* ============================================================================================== */


/* -- Logout screen --------------------------------------------------------- */

.logout {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    text-align: center;
}

.logout__message {
    margin: 15px;
}
/* -- OTP ------------------------------------------------------------------- */

#content #otp-container-1,
#content #otp-new-mobile {
    width: 400px;
    margin: 30px auto;
    background: none;
    border: 0;
}

#content #otp-container-1 button,
#content #btnNewSubmit {
    width: initial;
    height: initial;
    padding: 15px 30px;
    background-color: #0d2f66;
    border: 0;
    font-size: initial;
    letter-spacing: initial;
}

#content #otp-container-1 button:hover {
    background-color: #202525;
}

#content #otp-container-1 button i,
#content .flip-clock-label {
    display: none;
}

#content .flip {
    width: 60px;
    padding: 0 !important;
    border-radius: 15px;
    /* font-family: nunito; */
    box-shadow: none;
}

#content .flip li {
    padding-left: 0;
}

#content .flip-clock-wrapper ul li a div div.inn {
    background-color: #d4e0e0;
    color: #202525;
    text-shadow: none;
}

#content .flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(0, 0, 0, 0.1);
}

#content .flip-clock-divider.minutes {
    opacity: 0;
}

#content .flip-clock-dot {
    box-shadow: none;
    background-color: hsl(180 6% 65% / 1);
}

.mdl-textfield__input {
    font-family: inherit;
}

#content #oneTimePass {
    width: 100% !important;
}

#content #otp-container-1 .input-field input[type='text'],
#content #otp-container-1 .input-field input[type='password'],
#content #otp-new-mobile .input-field input[type='text'],
#content #otp-new-mobile .input-field input[type='password'] {
    width: 100%;
    margin: 5px 0;
}

/* ============================================================================================== */
/* Responsiveness                                                                                 */
/* ============================================================================================== */

@media screen and (max-width: 991.5px) {

    .partitions {
        display: block;
        transform: translate(10px, 10px);
    }

    #view .portal-content {
        border-radius: 20px;
        box-shadow: 0 2px 5px rgb(0 0 0 / 10%), -20px -20px 0 0 #c3383d;
      }

    .portal-sidebar {
        display: none;
    }

    .partitioning.portal__partition.portal-content.col-md-6 {
        background-color: #ffffff;
        border-radius: 20px 0 0 20px!important;
        margin-left: 100px;
        margin-top: 10px;
        margin-left: 25px;
    }

    .partitioning.portal__partition.portal-content.col-md-6 {
        padding-left: 60px;
    }

    .portal__illustration {
        width: 0% !important;
    }
    .portal-menu {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

}

/* ============================================================================================== */
/*    Reinforcing Bootstrap grids                                                                 */
/* ============================================================================================== */

@media (min-width: 576px) {
    #header .container,
    #content .container,
    #footer .footer__copyright.midf__footer .container {
        width: 540px;
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #header .container,
    #content .container,
    #footer .footer__copyright.midf__footer .container {
        width: 720px;
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #header .container,
    #content .container,
    #footer .footer__copyright.midf__footer .container {
        width: 960px;
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #header .container,
    #content .container,
    #footer .footer__copyright.midf__footer .container {
        width: 1140px;
        max-width: 1140px;
    }
}


