@font-face{
    font-family:"AmaliaW01-Regular";
    src: url("../fonts/Amalia/Amalia-Regular.ttf") format("truetype"),
    url("../fonts/Amalia-woff/AmaliaW05-Regular.woff") format("woff");
}

@font-face{
    font-family:"AmaliaW01-Bold";
    src:url("../fonts/Amalia/Amalia-Bold.ttf") format("truetype"),
    url("../fonts/Amalia-woff/AmaliaW05-Bold.woff") format("woff");
}

@font-face{
    font-family:"AmaliaW01-Italic";
    src:url("../fonts/Amalia/Amalia-Italic.ttf") format("truetype"),
    url("../fonts/Amalia-woff/AmaliaW05-Italic.woff") format("woff");
}

input::-ms-reveal,
    input::-ms-clear {
    display: none;
}

body {
    font-family: 'AmaliaW01-Regular' !important;
    display: none;
}

.bolded {
    font-family: 'AmaliaW01-Bold' !important;
}

.rbsso-login {
    background-color: #f4f4f4;
    color: #2B2D33;
    font-size: 14px;
}

#form_1 {
    min-height: 300px;
}

.rbsso-login h1 {
    color: #2B2D33;
    font-size: 25px;
}

.rbsso-login h2 {
    color: #2B2D33;
    font-size: 20px;
}

.rbsso-login .rb-header {
    background-color: #ffffff;
    color: #2B2D33;
}

.rbsso-login .rb-header h1 {
    color: #2B2D33;
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

.rbsso-login .rb-header .content {
    height: 80px;
    display: flex;
    align-items: center;
    text-align: left;
}

.rbsso-login .rb-header .content .right {
    text-align: right;
}

.rbsso-login .rb-header .content .right .icons {
    display: inline-flex;
}

.rbsso-login .rb-header .content .right .icons .language {
    padding-left: 50px;
}

.rbsso-login .rb-header .content .right a {
    color: #2B2D33;
    text-decoration: none;
    font-size: 16px;
}

.rbsso-login .rb-footer-outher {
    position: absolute;
    /*bottom: 0;*/
    width: 100%;
}

.rb-footer-outher a {
    line-height: 24px;
    color: #2B2D33;
    font-size: 14px;
}

.rb-footer-outher a:hover {
    text-decoration: underline;
}

.rbsso-login .rb-footer {
    margin-top: 50px; 
    background-color: #B3B3B3; 
    color: #2B2D33;
    font-size: 14px;
}

.rbsso-login .rb-footer .content {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.rbsso-login .rb-footer .content .left {
    text-align: left;
}

.rbsso-login .rb-footer .content .left a {
    color: #2B2D33;
    margin-right: 20px;
}

.rbsso-login .rb-footer .content .right {
    text-align: right;
}

.rbsso-login .rb-footer .content .center {
    text-align: center;
}

.rb-footer-outher .rb-panel {
    margin-top: 0px !important;
    color: #2B2D33;
}

.rbsso-login .rb-footer .copyright {
    line-height: 24px;
}

.rbsso-login .rb-panel {
    margin-top: 50px;
    color: #2B2D33;
}

.rbsso-login .rb-panel .row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rbsso-login .rb-panel .header {
    background-color: transparent;
    padding-left: 62px; 
    padding-right: 62px; 
    /*height: 80px;*/
    display: flex;
}

.rbsso-login .rb-panel .header h1 {
    font-size: 24px !important;
    margin: 0px;
    padding-top: 25px;
    flex: 80%;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    font-family: 'AmaliaW01-Bold' !important;
}

.rbsso-login .rb-panel .header h2 {
    font-style: normal;
    font-size: 24px;
    margin: 0px;
    padding-top: 44px;
    /* flex: 80%; */
    font-weight: 900;
    line-height: 32px;
    font-family: 'AmaliaW01-Bold' !important;
}

.rbsso-login .rb-panel .header .right {
    flex: 20%; 
    text-align: right;
}

.rbsso-login .rb-panel .header img {
    width: 30px; 
    padding-top: 56px;
    cursor: pointer;
}

.rbsso-login .rb-panel .horizontal-separator {
    background-color: #f4f4f4;
    height: 20px;
}

.rbsso-login .rb-panel .horizontal-separator-lite {
    height: 3px; 
    color: #f4f4f4;
}

.rbsso-login .rb-panel .vertical-separator {
    width: 20px;
    background-color: #f4f4f4;
}

.rbsso-login .rb-panel .rb-button {
    display: flex; 
    justify-content: center;
    border-radius: 8px;
}

.rbsso-login .rb-panel .rb-button-active {
    background-color: #fee600;
    color: #2b2d33;
    border: none !important;
    flex: 50%;
    text-align: center;
    outline: none !important;
    font-size: 16px; 
    cursor: pointer;
    height: 56px;
    min-width: 240px;
    border-radius: 8px;
}

.rbsso-login .rb-panel .rb-button-active:hover {
    background-color: #fed500;
    color: #2b2d33;
}

.rbsso-login .rb-panel .rb-button-inactive {
    background-color: #ffffff;
    color: #949499;
    border: none !important;
    flex: 50%;
    text-align: center;
    outline: none !important;
    font-size: 16px; 
    cursor: pointer;
    min-width: 240px;
    border-radius: 8px;
    height: 56px;
}

.rbsso-login .rb-panel .rb-button-inactive:hover {
    background-color: #fed500;
    color: #2b2d33;
}

.rbsso-login .rb-panel .rb-button:active {
    border: none !important;
    outline: none !important;
    border-radius: 8px;
}

.rbsso-login .rb-panel .rb-button:focus {
    border: none !important;
    outline: none !important;
    border-radius: 8px;
}

.rbsso-login .rb-panel .rb-button-anchor {
    background-color: #fee600;
    color: #2b2d33;
    border: none !important;
    flex: 50%;
    text-align: center;
    outline: none !important;
    font-size: 16px; 
    cursor: pointer;
    min-width: 240px;
    border-radius: 8px;
    text-decoration: none;
    padding: 14px 30px 14px 30px;
    white-space: nowrap;
}

.rbsso-login .rb-panel .rb-button-anchor:hover {
    background-color: #fed500;
    color: #2b2d33;
}

.rbsso-login .rb-panel .rb-form {
    background-color: #ffffff;
    border-radius: 8px;
    padding-bottom: 44px;
}

.rbsso-login .rb-panel .rb-form .rb-button {
    background-color: #fefbcc;
    color: #808185;
    border-radius: 8px;
}

.rbsso-login .rb-panel .rb-form .rb-button-inactive {
    background-color: #fefbcc;
    color: #808185;
    border-radius: 8px;
}

.rbsso-login .rb-panel .rb-form a {
    color: #004454;
}

.rbsso-login .rb-panel .rb-form a:hover {
    text-decoration: underline;
}

.rbsso-login .rb-panel .rb-form .forget-pwd-button {
    text-align: right !important;
}

.rbsso-login .rb-panel .rb-form .select-another-btn {
    text-align: left !important;
    padding-top: 40px;
}

.rbsso-login .rb-panel .rb-button-img {
    border: none;
    background-color: transparent;
}

.rbsso-login .rb-panel .content {
    padding-left: 62px;
    padding-right: 62px;
    /* padding-bottom: 20px; */
    background-color: transparent;
    font-size: 16px;
    margin: 0px;
}

.rbsso-login .rb-panel .content p {
    margin: 0px;
    padding-top: 20px;
    line-height: 24px;
}

.rbsso-login .rb-panel .content .cronto {
    text-align: center;
    padding-top: 25px;
}

.rbsso-login .rb-panel .content .cronto img {
    width: 200px;
    cursor: pointer;
}

.rbsso-login .rb-panel .content img {
    max-width: 300px;
}

.rbsso-login .rb-panel .content .fields {
    display: flex;
    /* padding-bottom: 10px; */
    padding-top: 20px;
    flex-direction: row;
    /* flex-basis: fit-content; */
    justify-content: space-between;
}

.rbsso-login .rb-panel .content .activate_success {
    padding: 20px;
}

.rbsso-login .rb-panel .content .activate_success p {
    margin: 0px;
    padding-top: 0px;
}

.rbsso-login .rb-panel .content .activate_success .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}


.rbsso-login .rb-panel .content button:enabled {
    border: none; 
    height: 48px; 
    /*flex: 20%;*/ 
    background-color: #fee600; 
    color: #2b2d33;
    width: 100%;
    max-width: 280px;
    /*min-width: 240px;*/
    border-radius: 8px;
}

.rbsso-login .rb-panel .content .rb-group-btn-cancel button:enabled {
    border: 1px solid !important;
    border-color: #004454;
    background-color: transparent; 
    color: #004454;
}

.rbsso-login .rb-panel .content .select-another-btn button:enabled {
    background-color: #004454;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    position: relative;
    /* flex: 40%; */
    /* margin-right: 20px; */
    max-width: 280px;
    margin-right: 10px;
}

.rbsso-login .rb-panel .content .select-another-btn .placeholder {
    background-color: transparent;
    /* color: #FFFFFF; */
    width: 100%;
    height: 50px;
    position: relative;
    /* flex: 40%; */
    /* margin-right: 20px; */
    max-width: 280px;
}

.rbsso-login .rb-panel .content button:enabled:hover {
    background-color: #fed500;
    color: #2b2d33;
}

.rbsso-login .rb-panel .content .rb-group-btn-cancel button:enabled:hover {
    border: none;
    background-color: #00242C; 
    color: #ffffff;
}

.rbsso-login .rb-panel .content .select-another-btn button:hover {
    background-color: #00242C;
    color: #FFFFFF;
}

.btn_as_link {
    color: #2B2E36 !important;
    text-transform: none !important;
    font-size: 12px !important;
    cursor: pointer;
    background-color: transparent !important;
    text-decoration: underline;
    text-align: left;
    height: auto !important;
    padding: 0px;
}

#selectAnotherDevice {
    color: #373737;
    text-transform: none;
    font-weight: bold;
    cursor: pointer;
    max-width: 400px !important;
}

.rbsso-login .rb-panel .content button:active {
    border: none !important;
    outline: none !important;
}

.rbsso-login .rb-panel .content button:focus {
    border: none !important;
    outline: none !important;
}

.rbsso-login .rb-panel .content button:disabled {
    border: none; 
    height: 48px; 
    flex: 20%; 
    background-color: #808185; 
    color: #D5D5D6;
    width: 100%;
    max-width: 280px;
    /*min-width: 240px;*/
    border-radius: 8px;
}

/*
    COOKIE BAR
*/

.rbsso-login .rb-cookiebar {
    background-color: rgba(128, 129, 133, 0.6);
    position: fixed;
    top: 0px;
    font-size: 16px;
    height: 80px;
    bottom: 0;
    width: 100%;
    display: none;
    justify-content: center;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    color: #004454;
    height: auto;
    z-index: 100;
    align-items: center;
}

.rbsso-login .rb-cookiebar .content-outer {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-grid;
    top: 30%;
    margin: 10%;
}

.rbsso-login .rb-cookiebar .content-inner {
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgb(0 0 0 / 10%);
    border-radius: 8px;
    display: block;
    height: min-content;
    text-align: right;
    max-width: 672px !important;
    color: #2B2D33;
    padding: 20px;
    margin: 20px;
}

#cookie_content h1 {
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'AmaliaW01-Bold' !important;
}

#cookie_title {
    text-align: left;
}

#cookie_btn_bar {
    margin-top: 20px;
    margin-bottom: 20px;
}

#cookie_link1 {
    flex: 60%;
}

#cookie_link1 p {
    font-weight: bold;
    font-family: 'AmaliaW01-Bold' !important;
}

#cookie_button {
    
}

.rbsso-login .rb-cookiebar .content-inner a {
    color: #004454;
}

.rbsso-login .rb-cookiebar .content-inner img {
    margin-right: 20px;
    width: 32px;
    height: 32px;
}

.rbsso-login .rb-cookiebar .content-inner h1 {
    font-size: 24px;
    color: #004454;
    text-align: left;
    margin-bottom: 20px;
}

.rbsso-login .rb-cookiebar .content-inner p {
    text-align: left;
    margin: 0px;
    font-size: 16px;
}

.rbsso-login .rb-cookiebar .content-inner span {
    font-weight: bold;
}

.rbsso-login .rb-cookiebar .content-inner button {
    min-width: 150px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 8px;
    color: #004454;
    border-color: #004454;
    border-style: solid;
    font-size: 16px;
}

.rbsso-login .rb-cookiebar .content-inner button:active {
    outline: none !important;
}

.rbsso-login .rb-cookiebar .content-inner button:focus {
    outline: none !important;
}

.rbsso-login .rb-cookiebar .content-inner button:hover {
    outline: none !important;
    background: #00242C;
    color: #ffffff;
}
    

/**

Input field label + animation

**/

.rbsso-login .rb-panel .rb-form .field_error_msg {
    color: #e61e33;
    display: none;
    font-size: 12px;
    padding-top: 5px;
    line-height: 16px;
    font-weight: 400;
}

.rbsso-login .rb-panel .rb-form .field_error_msg a {
    color: #e61e33;
    font-weight: bold;
}

.rbsso-login .rb-panel .rb-form .field_error_msg_inner {
    color: #e61e33;
    display: none;
    font-size: 12px;
    padding-top: 5px;
    line-height: 16px;
    font-weight: 400;
}

.rbsso-login .rb-panel .rb-form .field_error_msg_inner a {
    color: #e61e33;
    font-weight: bold;
}

.rbsso-login .rb-panel .rb-form .field_error_msg_outher {
    color: #e61e33;
    display: none;
    font-size: 12px;
    padding-top: 5px;
    line-height: 16px;
    font-weight: 400;
}

.rbsso-login .rb-panel .rb-form .field_error_msg_outher a {
    color: #e61e33;
    font-weight: bold;
}

.rbsso-login .rb-panel .rb-form .error_msg {
    color: #e61e33;
    display: none;
    font-size: 12px;
    padding-top: 5px;
}

.rbsso-login .rb-panel .rb-form .error_msg_inner {
    color: #e61e33;
    display: none;
    font-size: 12px;
    padding-top: 5px;
}

.rbsso-login .rb-panel .rb-form .error_msg_outher {
    color: #e61e33;
    display: none;
    font-size: 12px;
    padding-top: 5px;
}

.rbsso-login .rb-panel .rb-form .error_msg_outher a {
    color: #e61e33;
    font-weight: bold;
}

.rbsso-login .rb-panel .rb-form .info_msg {
    color: blue;
}

.rbsso-login .rb-panel .rb-form .warning_msg {
    color: yellow;
}

.rbsso-login .rb-panel .rb-form .rb-group {
    width: 100%;
    height: 50px;
    position: relative;
    /* flex: 40%; */
    /* margin-right: 20px; */
    max-width: 280px;
    margin-right: 10px;
}

.rbsso-login .rb-panel .rb-form .rb-group-double {
    width: 100%;
    height: 50px;
    position: relative;
    max-width: 560px;
    margin-right: 10px;
}

.rbsso-login .rb-panel .rb-form .rb-group-double p {
    padding-top: 10px;
}

  .rbsso-login .rb-panel .rb-form .rb-group-placeholder {
    width: 100%;
    height: 50px;
    position: relative;
    /* flex: 40%; */
    /* margin-right: 20px; */
    max-width: 280px;
  }

  /*.rbsso-login .rb-panel .rb-form .rb-group-placeholder2 {
    display: none;
  }*/

  .rbsso-login .rb-panel .rb-form .rb-placeholder {
      /*max-width: 100px;*/
  }

  .rbsso-login .rb-panel .rb-form .rb-group-btn {
    width: 100%;
    height: 50px;
    position: relative;
    max-width: 280px;
  }

  .rbsso-login .rb-panel .rb-form .rb-group-btn-cancel {
    width: 100%;
    height: 50px;
    position: relative;
    max-width: 280px;
    margin-right: 10px;
  }

  .rbsso-login .rb-panel .rb-form .rb-group-btn-left {
    text-align: left !important;
  }
  
.rbsso-login .rb-panel .rb-form .rb-group .label-placeholder {
    position: absolute;
    top: 15px;
    font-size: 14px;
    color: #949499;
    cursor: text;
    transition: 0.25s ease;
    padding-left: 20px; 
    padding-right: 20px;
}
  
.rbsso-login .rb-panel .rb-form .rb-group input {
    display: block;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 20px; 
    padding-right: 20px; 
    color: #2B2D33; 
    border: 1px solid #2B2D33;; 
    background-color: #ffffff;
    height: 48px;
    width: 100%;
    transition: 0.3s ease;
    outline: none;
    border-radius: 4px;
  }
  .rbsso-login .rb-panel .rb-form .rb-group .label-with-value {
    top: 5px;
    font-size: 10px;
    color: #949499;
  }
  .rbsso-login .rb-panel .rb-form .rb-group input:focus:invalid {
    outline: none;
  }
  .rbsso-login .rb-panel .rb-form .rb-group input:disabled {
    border: 1px solid #2B2D33; 
    background-color: #ffffff;
  }
  .rbsso-login .rb-panel .rb-form .rb-group input:disabled ~ label {
    top: 5px;
    font-size: 10px;
    color: #949499;
    position: absolute;
    left: 20px;
  }

  .rbsso-login .rb-panel .rb-form .consent-page {
    display: block !important;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list {
    padding: 0px;
    margin-bottom: 0px;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list li {
    margin-bottom: 2px;
    border-radius: 8px;
    border: 1px solid #00000000;
    z-index: 1000;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list li:hover {
    cursor: pointer;
    border: 1px solid #004454;
    border-radius: 8px;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list .radioBtn {
    width: 21px;
    height: 20px;
    min-width: 21px;
    min-height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 15px;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-csata li {
    background-color: #E5F0F2;
    color: #404247;
    height: 50px;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-csata li .col-xs-8 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-csata li .col-xs-9 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-csata li .radioBtn {
    background-image: url("/sso/XUI/themes/rsso/images/radio-consent-csata.png");
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-csata li:hover {
    background-color: #B3D4D8;
    color: #2B2D33 !important;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-csata li:hover .radioBtn {
    background-image: url("/sso/XUI/themes/rsso/images/radio-consent-csata-hover.png");
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-csata li.selected {
    background-color: #037080 !important;
    color: #ffffff !important;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-csata li.selected .radioBtn {
    background-image: url("/sso/XUI/themes/rsso/images/radio-consent-selected.png") !important;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-electra li {
    background-color: #E9ECF0;
    color: #002040;
    height: 50px;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-electra li .col-xs-8 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-electra li .col-xs-9 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-electra li .radioBtn {
    background-image: url("/sso/XUI/themes/rsso/images/radio-consent-electra.png");
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-electra li:hover {
    background-color: #002040;
    color: #ffffff !important;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-electra li:hover .radioBtn {
    background-image: url("/sso/XUI/themes/rsso/images/radio-consent-electra-hover.png");
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-electra li.selected {
    background-color: #324C65 !important;
    color: #ffffff !important;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-list-electra li.selected .radioBtn {
    background-image: url("/sso/XUI/themes/rsso/images/radio-consent-selected.png") !important;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-option {
    margin: auto;
    display: flex;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-option input {
    margin: auto;
    cursor: pointer;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-option label {
    margin: auto 0px auto 0px;
    padding-left: 10px;
    max-width: 100%;
    word-wrap: break-word;
    cursor: pointer;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-option label.content-option-label {
    display: flex;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-option label.content-option-label span {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    display: -webkit-box;
    /* align-items: center; */
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-option label.consent-header {
    cursor: auto;
    font-weight: bold;
    padding: 0px;
    margin: 20px 0px 20px 0px;
  }

  /* left side */

  .rbsso-login .rb-panel .rb-form .consent-page-option .col-xs-8 {
    padding: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-option .col-xs-9 {
    padding: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  /* end left side */

  /* right side */
  .rbsso-login .rb-panel .rb-form .consent-page-option .col-xs-4 {
    padding: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    display: flex;
    justify-content: right;
  }

  .rbsso-login .rb-panel .rb-form .consent-page-option .col-xs-3 {
    padding: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    display: flex;
    justify-content: right;
  }
  /* end right side */

  .rbsso-login .card.card-body {
    padding-top: 20px;
    flex-direction: row;
    /* flex-basis: fit-content; */
    justify-content: space-between;
    display: flex;
  }

  input:required,
  input:invalid {
    box-shadow:none !important;
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    box-shadow: 0 0 0 30px #ffffff inset !important;
    font-family: 'AmaliaW01-Regular' !important;
  }

  /**

  Modal Popup

  **/

.modal-header {
    border-bottom: 0px !important;
    border: none !important;
    padding: 0px !important;
}

.modal-content {
    background-color: #ffffff;
    border-radius: 8px;
    border: none;
    padding: 25px;
    text-align: center;
}

.modal-content button {
    height: 50px !important;
    max-width: 240px;
    min-width: 240px;
}

.modal-content .rb-button-modal {
    background-color: #fee600;
    color: #2b2d33;
    border: none !important;
    flex: 50%;
    text-align: center;
    outline: none !important;
    font-size: 16px; 
    cursor: pointer;
    height: 56px;
    min-width: 240px;
    border-radius: 8px;
}

.modal-content .rb-title {
    text-align: center;
    font-size: 16px;
}

.modal-content .rb-content {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 16px;
}

.modal-content .rb-button {
    min-width: 150px; 
    border: none; 
    height: 48px; 
    background-color: #fee600; 
    color: #2B2D33; 
}

.modal-content a {
    color: #004454;
    font-weight: bold;
}

.modal-content a:hover {
    color: #004454;
    text-decoration: underline;
}

#imagemodal {
    padding: 0px !important;
}

.modal-open {
    padding: 0px !important;
}

/**

Arrows

**/

i {
    padding-left: 10px;
}
 
/**

Tooltips

**/

.rb-tooltip-icon {
    position: absolute;
    top: 15px;
    font-size: 14px;
    color: #949499;
    cursor: pointer;
    right: 20px;
}

.rb-tooltip-icon img {
    width: 20px;
    height: 20px;
}

.tooltip.bottom .tooltip-inner {
    background-color:white;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
    text-align: left;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: white;
}  

/**
 OPTIONAL DISABLE COLLAPSE ANIMATION
**/

.no-transition {
    transition: none !important;
}

/**

 START CAROUSEL

 **/

 .carousel {
    position: relative;
    border-radius: 8px;
    background-color: transparent;
}

.carousel-indicators {
    bottom: 0px !important;
    position: absolute;
    z-index: 15;
    width: auto;
    margin-left: 0px;
    margin-bottom: 15px;
    left: auto;
    cursor: pointer;
    right: 30px;
}

 .carousel-indicators li {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0px;
    margin-left: 5px;
}

.carousel-indicators .active {
    background-color: #FFF101 !important;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0px;
    margin-left: 5px;
}

.carousel-control {
    width: 10% !important;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control.left {
    background-image: none !important;
}

.carousel-inner {
    padding-bottom: 0px !important;
    cursor: pointer;
    border-radius: 8px;
}

.carousel-inner .item {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 257px;
}

.container {
    max-width: 1136px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.arrow-right {
    color: #373737;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 30px;
    margin-top: -15px;
    font-size: 30px;

    margin-right: -15px;
    right: 50%;

    transform: rotate(-90deg);
}

.arrow-left {
    color: #373737;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 30px;
    margin-top: -15px;
    font-size: 30px;

    margin-left: -15px;
    left: 50%;

    transform: rotate(90deg);
}

/* CAROUSEL FADE EFFECT */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
  }    
  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }    
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }    
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }    
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  
  /*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
    Need to override the 3.3 new styles for modern browsers & apply opacity*/
  @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-fade .carousel-inner > .item.next,
      .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.prev,
      .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.next.left,
      .carousel-fade .carousel-inner > .item.prev.right,
      .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
  }


  .toggle-eye {
    margin-left: 85%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    cursor: pointer;
    top: 15px;
    width: 22px;
    height: 20px;
  }
 /** 

 START RESPONSIVE

 **/

 /** 
 COOKIE POPUP RESPONSIVE - BOOTSTRAP UPGRADE START
 **/
 @media (max-width: 420px) {
    .rbsso-login .rb-cookiebar .content-inner button {
        min-width: 100%;
    }
 }
 @media (min-width: 768px) {
    .rbsso-login .rb-cookiebar .content-inner .col-sm-6 {
        width: 100%;
    }
 }
 @media (min-width: 421px) {
    .rbsso-login .rb-cookiebar .content-inner .col-sm-6 {
        width: 50%;
    }
    .rbsso-login .rb-cookiebar .content-inner .col-sm-6 #cookie_link1 {
        margin-top: 15px;
    }
 }
 @media (max-width: 420px) {
    .rbsso-login .rb-cookiebar .content-inner {
        text-align: left !important;
    }
    #cookie_button {
        margin-top: 20px;
    }
 }
 /** 
 COOKIE POPUP RESPONSIVE - BOOTSTRAP UPGRADE END
 **/

 @media (max-width: 576px) {


    /*.rbsso-login {
        font-size: 12px;
    }
    .rbsso-login h1 {
        font-size: 20px;
    }
    .rbsso-login h2 {
        font-size: 15px;
    }
    .rbsso-login .rb-header h1 {
        font-size: 16px;
    }
    .rbsso-login .rb-footer {
        font-size: 12px;
    }
    .rbsso-login .rb-panel .header h1 {
        font-size: 24px;
    }
    .rbsso-login .rb-panel .header h2 {
        font-size: 20px;
    }
    .rbsso-login .rb-panel .rb-button-active {
        font-size: 14px;
    }
    .rbsso-login .rb-panel .rb-button-active {
        font-size: 14px;
    }
    .rbsso-login .rb-panel .rb-button-anchor {
        font-size: 12px;
    }
    .rbsso-login .rb-panel .content {
        font-size: 12px;
    }
    .rbsso-login .rb-cookiebar {
        font-size: 12px;
    }
    .rbsso-login .rb-cookiebar .content-inner p {
        font-size: 12px;
    }
    .rbsso-login .rb-panel .rb-form .field_error_msg {
        font-size: 10px;
    }
    .rbsso-login .rb-panel .rb-form .error_msg {
        font-size: 10px;
    }
    .rbsso-login .rb-panel .rb-form .rb-group .label-placeholder {
        font-size: 12px;
    }
    .rbsso-login .rb-panel .rb-form .rb-group input {
        font-size: 12px;
    }
    .rbsso-login .rb-panel .rb-form .rb-group .label-with-value {
        font-size: 8px;
    }
    .rbsso-login .rb-panel .rb-form .rb-group input:disabled ~ label {
        font-size: 8px;
    }
    .modal-content button {
        font-size: 12px;
    }*/
    .modal-content .rb-button-modal {
        min-width: 80%;
    }
    .rb-tooltip-icon img {
        width: 12px;
        height: 12px;
    }
    
}


@media (max-width: 991px) {

    .rbsso-login .rb-footer {
        text-align: center;
    }
    .rbsso-login .rb-footer .content .right {
        text-align: center !important;
    }
    .rbsso-login .rb-footer .content .left {
        text-align: center !important;
    }
    .rbsso-login .rb-footer .content .center {
        text-align: center !important;
    }
}

@media (max-width: 712px) {
    /*.rbsso-login .rb-panel .content .fields  {
        flex-wrap: wrap;
    }

    .rbsso-login .rb-panel .rb-form .rb-group-placeholder2 {
        width: 100%;
        height: 50px;
        position: relative;
        max-width: 280px;
        display: block;
    }*/
}
@media (min-width: 641px) {
    .rbsso-login .rb-panel .rb-form .field_error_msg_inner {
        display: none !important;
    }

    .rbsso-login .rb-panel .rb-form .error_msg_inner {
        display: none !important;
    }

}

@media (max-width: 640px) {

    /*.rbsso-login .rb-panel .content .fields  {
        flex-wrap: unset;
    }

    .rbsso-login .rb-panel .rb-form .rb-group-placeholder2 {
        display: none;
      }*/

    .rbsso-login .rb-panel .rb-form .field_error_msg_outher {
        display: none !important;
    }

    .rbsso-login .rb-panel .rb-form .error_msg_outher {
        display: none !important;
    }

    .rbsso-login .rb-panel .rb-form .rb-group-placeholder {
        display: none;
    }

    .rbsso-login .rb-panel .content .select-another-btn .placeholder {
        display: none;
    }

    #header_contacts {
        display: none;
    }

    .rbsso-login .rb-panel {
        margin-top: 20px;
    }
    .rbsso-login .rb-panel .rb-button-active {
        display: none;
    }
    .rbsso-login .rb-panel .vertical-separator {
        display: none;
    }

    .stage1BlankDiv {
        height: 40px;
    }

    #imgCol1 {
        display: none;
    }
    #imgCol2 {
        display: none;
    }
    #imgCol3 {
        display: none;
    }

    #stage1BlankDiv {
        display: none;
    }

    .rbsso-login .rb-header h1 {
        display: none;
    }
    .rbsso-login .rb-panel .header {
        padding-left: 10%;
        padding-right: 0px;
        display: block;
        height: auto;
    }
    .rbsso-login .rb-panel .header h2 {
        padding-bottom: 10px;
    }
    .rbsso-login .rb-panel .content {
        padding-left: 10%;
        padding-right: 10%;
    }
    .rbsso-login .rb-panel .content .fields {
        display: block;
        padding-top: 0px;
    }
    /*.rbsso-login .rb-panel .rb-form {
        padding-bottom: 0px;
    }*/
    .rbsso-login .rb-panel .rb-form .rb-group {
        margin-top: 10px;
        max-width: 100%;
        height: 100%;
    }
    .rbsso-login .rb-panel .rb-form .rb-group-btn {
        text-align: left;
        margin-top: 10px;
        max-width: initial;
        margin-right: 0px;
    }
    .rbsso-login .rb-panel .rb-form .rb-group-btn-cancel {
        text-align: left;
        margin-top: 10px;
        max-width: initial;
        margin-right: 0px;
    }
    .rbsso-login .rb-panel .rb-form .rb-group-btn-left {
        text-align: center !important;
    }

    .rbsso-login .rb-panel .rb-form .forget-pwd-button {
        text-align: center !important;
    }
    
    /*.rbsso-login .rb-panel .rb-form .select-another-btn {
        text-align: center !important;
        padding-bottom: 40px;
    }*/
    
    .rbsso-login .card.card-body {
        padding-top: 0px;
        text-align: center;
        display: block;
    }
    .rbsso-login .card.card-body button {
        margin-top: 10px;
    }
    
    .rbsso-login .rb-panel .content button:enabled {
        width: 100%;
        max-width: 100%;
    }
    .rbsso-login .rb-panel .content button:disabled {
        width: 100%;
        max-width: 100%;
    }

    .rbsso-login .rb-panel .content .select-another-btn button:enabled {
        width: 100%;
        max-width: 100%;
    }

    .toggle-eye {
        margin-left: 90%;
    }

    .rbsso-login .rb-panel .rb-button-inactive {
        background-color: #fee600;
        color: #2b2d33;
    }
}

@media (max-width: 512px) {
    .toggle-eye {
        margin-left: 80%;
    }
}

@media (max-width: 1200px) {
   
}