/* Custom Css */

.header-1-bold {
    font-weight: 700;
    font-size: 50px;
  }
  
  h5.sub-header {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #3d3b3a;
    margin-bottom: 20px;
  }
  
  .right-col {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  
  .mt-8 {
    margin-top: 8px;
  }
  
  .right-col img {
    max-width: calc(100vw / 2);
    max-height: 83vh;
  }
  
  .btn-primary--blue {
    background-color: #3a97f7;
    color: #ffffff;
  }
  
  .footer-bottom {
    position: fixed;
    bottom: 0px;
    background: #E0DCD7;
    width: 100%;
    padding: 30px 12px;
  }
  
  .footer-container p {
    margin: 0;
    display: flex;
    align-items: center;
  }
  
  p.text-product-of {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0px;
  }
  
  .text-softway {
    height: 25px;
    margin-bottom: 0px;
  }
  
  .mb-3 {
    margin-bottom: 1.2rem;
  }
  
  .mt-1 {
    margin-top: 1rem;
  }
  
  .mt-3 {
    margin-top: 1.2rem;
  }
  
  .relative-col {
    position: relative;
  }
  
  .icon.positioned-icon {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: 11px;
  }
  
  .green--color {
    border: 1px solid #a0d72d;
  }
  
  .red--boundary {
    border: 1px solid red;
  }
  
  .warning-info {
    padding: 3px 0px;
  }
  
  .warning-info p.small-text {
    font-size: 13px;
    color: #3d3b3a;
  }
  
  .warning-info p {
    color: #a0d72d;
    font-size: 16px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }
  
  .warning-info p.red--color {
    color: red;
    align-items: start;
  }
  
  .warning-info .invalid {
    color: red;
  }
  
  .warning-info .invalid:before {
    content: url("https://platform-universal-login.s3.amazonaws.com/login-global/icon-red.svg");
    display: flex;
    margin-right: 5px;
    margin-top: 2px;
    width: 12px;
    height: 12px;
    align-items: center;
    justify-content: center;
  }
  
  .warning-info .valid {
    color: #a0d72d;
  }
  
  .warning-info .valid:before {
    content: url(https://platform-universal-login.s3.amazonaws.com/login-global/icon-small.svg);
    display: flex;
    margin-right: 5px;
    margin-top: 2px;
    width: 12px;
    height: 12px;
    align-items: center;
    justify-content: center;
  }
  
  .tick {
    content: url("https://platform-universal-login.s3.amazonaws.com/login-global/icon.svg");
  }
  
  .cross {
    content: url("https://platform-universal-login.s3.amazonaws.com/login-global/icon-cross-big.svg");
  }
  
  .input-error input {
    border: 1px red solid;
  }
  
  .register-form span.icon, .login100-form span.icon {
    display: none;
  }
  
  .register-form .warning-info, .login100-form .warning-info {
    display: none;
  }
  
  .input-error .warning-info {
    display: block;
  }
  
  .input-error span.icon {
    display: block;
    position: absolute;
    right: -30px;
    top: 50%;
  }
  
  .input-error {
    position: relative;
  }
  
  .input-error span.icon.cross {
    display: block;
    position: absolute;
    right: -30px;
    top: 50%;
  }
  
  /* .warning-info p span.icon {
      margin-top: 3px;
      display: block;
      margin-right: 6px;
    } */
  
  /* .warning-info p span.icon img {
      width: 12px;
    } */
  
  .sds-container {
    padding-bottom: 114px;
  }
  
  .show-on-phone {
    display: none;
  }
  
  .text-center {
    text-align: center;
  }
  
  .img-loader {
    height: 60px;
    width: 60px;
  }
  
  .mb-0, .mt-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  
  .text-poppins {
    font-family: "Poppins";
  }
  
  .no-background .footer-bottom {
    background: none;
  }
  
  .footer-fixed {
    position: fixed;
    bottom: 0;
  }
  
  .text-box {
    width: 100%;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    color: #1f1f1f;
  }
  
  span.icon {
    display: inline-block;
    margin-right: 5px;
    margin-top: 0px;
  }
  
  .input-error span.icon.cross {
    display: block;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -5px;
  }
  
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  
  input[type="number"] {
    -moz-appearance: textfield;
  }
  
  .link-button {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #2b9af8;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
  }
  
  #passwordMatch {
    right: -24px;
  }
  
  .mt-16 {
    margin-top: 9px;
  }
  
  .margin-top-16 {
    margin-top: 16px;
  }
  
  .text-box--hover:hover, .text-box--hover:focus {
    box-shadow: 0px 4px 15px -6px rgba(58, 151, 247, 0.2);
    border: 1px solid #2b9af8;
  }
  
  .text-box-label {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
  }
  
  #passwordMatch {
    right: -24px;
  }
  
  .button-large {
    width: 128pt;
    height: 40pt;
    line-height: 20px !important;
  }
  
  .button-small {
    width: 97pt;
    height: 40pt;
  }
  
  .fs-16 {
    font-size: 16pt;
  }
  
  .footer-bottom {
    left: 0px;
  }
  
  .footer-container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
  }
  
  .help-desk-link {
    position: absolute;
    right: 0px;
    top: 13px;
  }
  
  .help-desk-link a {
    text-decoration: none;
  }
  
  .error-border {
    border-color: #f15353 !important;
  }
  
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
  }
  
  .top-margin {
    margin-top: 2rem;
  }
  
  button {
    outline: 0 !important;
  }
  
  .forgotpassword-form {
    position: relative;
  }
  
  .forgotpassword--cancel {
    position: absolute;
    bottom: 0;
    left: 140pt;
  }
  
  .text-box-label span {
    color: grey;
  }
  
  .text-box::placeholder {
    color: grey;
    opacity: 1;
    /* Firefox */
  }
  
  .text-box:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: grey;
  }
  
  .text-box::-ms-input-placeholder {
    /* Microsoft Edge */
    color: gray;
  }
  
  .text-box-message {
    font-size: 12px;
    color: gray;
  }
  
  #verification-code-input .relative-col .icon.cross {
    top: 20px;
    margin-top: 0;
  }
  
  /* User Profile */
  
  .user-profile-section {
    padding: 40px 50px;
  }
  
  .sway-logo-block {
    margin-bottom: 50px;
  }
  
  .user-profile-details {
    padding: 0;
    margin-bottom: 35px;
  }
  
  .user-profile-details h2 {
    font-weight: 700;
    margin: 0 0 10px;
  }
  
  .user-profile-details p {
    color: #3D3B3A;
    margin: 0;
  }
  
  .sds-col-12.user-profile-edit {
    width: 1302px;
    max-width: 100%;
  }
  
  .sds-col-4.profile-picture-section {
    border-right: 1px solid #E0DCD7;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    padding: 40px 0;
  }
  
  .profile-form {
    padding: 40px 28px 10px;
  }
  
  .pp-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .pp-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .pp-block h6 {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    letter-spacing: 0.002em;
    /* Neutral / Neutral 2 */
    color: #3D3B3A;
    margin: 0 0 24px;
  }
  
  .pp-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    height: 100%;
  }
  
  .profile-placeholder {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #FCD2B6;
    border-radius: 100%;
    overflow: hidden;
  }
  
  .profile-placeholder h3 {
    font-size: 144px;
    margin: 0;
    line-height: 204px;
    color: #1f1f1f;
  }
  
  .pp-loader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .pp-loader-item {
    display: inline-block;
    width: 4em;
    height: 4em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  
  .pp-loader-item {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
  }
  
  .pp-loader-item:before, .pp-loader-item:after {
    content: "";
    color: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
  }
  
  .pp-loader-item:before {
    transform: rotateX(70deg);
  }
  
  .pp-loader-item:after {
    transform: rotateY(70deg);
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  
  @-webkit-keyframes rotate {
    0% {
      transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotateZ(360deg);
    }
  }
  
  @keyframes rotate {
    0% {
      transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotateZ(360deg);
    }
  }
  
  @-webkit-keyframes rotateccw {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(-360deg);
    }
  }
  
  @keyframes rotateccw {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(-360deg);
    }
  }
  
  @-webkit-keyframes spin {
    0%, 100% {
      box-shadow: 0.2em 0px 0 0px currentcolor;
    }
    12% {
      box-shadow: 0.2em 0.2em 0 0 currentcolor;
    }
    25% {
      box-shadow: 0 0.2em 0 0px currentcolor;
    }
    37% {
      box-shadow: -0.2em 0.2em 0 0 currentcolor;
    }
    50% {
      box-shadow: -0.2em 0 0 0 currentcolor;
    }
    62% {
      box-shadow: -0.2em -0.2em 0 0 currentcolor;
    }
    75% {
      box-shadow: 0px -0.2em 0 0 currentcolor;
    }
    87% {
      box-shadow: 0.2em -0.2em 0 0 currentcolor;
    }
  }
  
  @keyframes spin {
    0%, 100% {
      box-shadow: 0.2em 0px 0 0px currentcolor;
    }
    12% {
      box-shadow: 0.2em 0.2em 0 0 currentcolor;
    }
    25% {
      box-shadow: 0 0.2em 0 0px currentcolor;
    }
    37% {
      box-shadow: -0.2em 0.2em 0 0 currentcolor;
    }
    50% {
      box-shadow: -0.2em 0 0 0 currentcolor;
    }
    62% {
      box-shadow: -0.2em -0.2em 0 0 currentcolor;
    }
    75% {
      box-shadow: 0px -0.2em 0 0 currentcolor;
    }
    87% {
      box-shadow: 0.2em -0.2em 0 0 currentcolor;
    }
  }
  
  .pp-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
  }
  
  .profile-picture-block {
    position: relative;
    width: 204px;
    height: 204px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  
  .pp-action {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .pp-action .btn.outline__btn-primary {
    font-size: 12px;
    line-height: 24px;
    padding: 2px 17px;
    margin: 0 0;
  }
  
  .cpp-button {
    position: relative;
    width: 140px;
    height: 32px;
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
  }
  
  .cpp-button input[type='file'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
  }
  
  .remove-pp-link {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    /* identical to box height, or 200% */
    text-decoration-line: underline;
    /* Action / Error Red */
    color: #F15353;
    cursor: pointer;
  }
  
  .pp-info-block p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    text-align: center;
    /* Ext Neutral / Gray 800 */
    color: #65615C;
    margin: 0 0 8px;
  }
  
  .pp-info-block ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .pp-info-block ul li {
    margin: 0 8px;
  }
  
  .pp-info-block ul li a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    /* identical to box height, or 200% */
    text-decoration-line: underline;
    /* Neutral / Neutral 2 */
    color: #3D3B3A;
  }
  
  .profile-form .text-box-label, .change-password-form .text-box-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    letter-spacing: 0.002em;
    /* Neutral / Neutral 2 */
    color: #3D3B3A;
  }
  
  .profile-form .text-box, .change-password-form .text-box {
    height: 44px;
  }
  
  .password-action {
    margin: 50px 0 0;
  }
  
  .placeholder-info {
    font-size: 12px;
    color: #64615c;
    margin: 5px 0 0;
    font-style: italic;
  }
  
  .change-password-link {
    cursor: pointer;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    /* identical to box height, or 200% */
    text-decoration-line: underline;
    /* Action / Confirmation blue */
    color: #2B9AF8 !important;
    transition: 0.3s ease-in;
  }
  
  .change-password-link:hover {
    color: #1f1f1f !important;
  }
  
  .info-tooltip {
    position: relative;
    display: flex;
    margin-left: 6px;
  }
  
  .info-tooltip .info-tooltip-block {
    position: absolute;
    left: 100%;
    top: -7px;
    width: 200px;
    font-size: 12px;
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
    padding: 2px 10px;
    margin-left: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease;
  }
  
  .info-tooltip .info-tooltip-block:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent #000000 transparent transparent;
  }
  
  .info-tooltip:hover .info-tooltip-block {
    visibility: visible;
    opacity: 1;
    margin-left: 10px;
  }
  
  .cp-action {
    position: absolute;
    right: 0;
    top: 0;
    margin: 50px -41px 0 0;
  }
  
  .password-message {
    margin: 52px 0 0;
  }
  
  .password-message p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    /* identical to box height, or 200% */
    /* Action / Confirmation Green */
    color: #A0D72D;
    margin: 0;
  }
  
  .mobile-only {
    display: none;
  }
  
  .password-message.success, .password-message.failure {
    display: none;
  }
  
  .password-message.failure p {
    color: red;
  }
  
  .show {
    display: block !important;
  }
  
  .hide {
    display: none;
  }
  
  .error.password-error {
    font-size: 14px;
    margin: 10px 0 0;
    color: red;
  }
  
  .pp--changes {
    display: none;
  }
  
  .profile-placeholder.pp--changes h3 {
    text-align: center;
  }
  
  .pp-message-handler {
    display: none;
    width: 100%;
    margin: 20px 0;
  }
  
  .pp-message-handler p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    /* color: #A0D72D; */
    margin: 0;
  }
  
  .container-fluid {
    padding: 0 12px;
  }
  
  .text-box[readonly] {
    /* opacity: .3 !important; */
    background: #e6e6e6;
    color: #64615c;
    border-color: #cfcfcf;
  }
  
  .change-password-link.back--btn {
    margin-left: 20px;
    color: #1f1f1f !important;
  }
  
  .error-msg {
    display: none;
    font-size: 14px;
    margin: 10px 0 0;
    color: red;
    font-family: Poppins;
    font-style: normal;
  }
  
  .text-box[disabled] {
    background: #e6e6e6 !important;
    color: #64615c !important;
    border-color: #cfcfcf !important;
    opacity: 1 !important;
  }
  
  /* Croppie css */
  
  .profile-picture-crop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgb(210 210 210 / 50%);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  
  .profile-picture-crop.open {
    display: flex;
  }
  
  .pp-crop__dialog {
    position: relative;
    background: #ffffff;
    width: 100%;
    max-width: 600px;
    padding: 30px;
    border: 2px solid #e4e4e4;
  }
  
  .pp-crop-panel {
    display: flex;
  }
  
  .upload-msg {
    display: none;
  }
  
  .upload-demo-wrap {
    width: 100%;
    height: 300px;
  }
  
  .croppie-container .cr-slider-wrap {
    width: 100%;
  }
  
  .croppie-container .cr-boundary {
    height: 250px !important;
  }
  
  .pp-crop-action {
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  
  .pp-crop-action .btn {
    padding: 7px 20px;
    font-size: 14px;
    min-width: 130px;
    margin: 0 10px;
  }
  
  .change-password-form {
    padding: 40px 28px 10px;
  }
  
  .button-panel {
    display: flex;
  }
  
  .button-panel .btn {
    display: flex;
    padding: 10px 30px;
    font-size: 16px;
  }
  
  .button-main-panel {
    display: flex;
    align-items: center;
  }
  
  .button-main-panel .btn__icon-wrapper {
    display: flex;
  }
  
  .button-main-panel .btn {
    display: flex;
    padding: 10px 28px !important;
    font-size: 16px !important;
    height: 50px;
    width: 130px;
    justify-content: center;
  }
  
  .cp-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edeeee;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
  }
  
  .button-panel .btn {
    position: relative;
    overflow: hidden;
  }
  
  .cp-loader.on {
    opacity: 1;
    visibility: visible;
  }
  
  .button-panel .btn.primary-btn--blue {
    position: relative;
    overflow: hidden;
  }
  
  .cp-loader-wrapper {
    height: 100%;
    width: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .cp-loader-left, .cp-loader-right {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: white;
    animation: pulse 1.4s linear infinite;
  }
  
  .cp-loader-right {
    animation-delay: 0.7s
  }
  
  @keyframes pulse {
    0%, 100% {
      transform: scale(0);
      opacity: 0.1;
    }
    50% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  a.btn.outline__btn-secondary {
    text-decoration: none;
    color: #3a97f7;
  }
  
  .outline__btn-secondary:hover {
    background: #f3f0ed;
  }
  
  .primary-btn--blue--disable {
    color: #C3BCB0 !important;
  }
  
  .text-box.green--color {
    border-color: #a1d72b !important;
  }
  
  .change-password-form #passwordMatch {
    right: -35px;
    margin-top: -10px;
  }
  
  .remove-pp-handler {
    display: none;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0;
  }
  
  .remove-pp-handler.open {
    display: flex;
  }
  
  .remove-pp-handler p {
    font-size: 16px;
    font-weight: 600;
    color: #64615c;
    margin: 000;
  }
  
  .remove-pp-handler ul li a {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    color: #3d3b3a;
    margin: 0 10px;
    transition: 0.3s ease;
  }
  
  .remove-pp-handler ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 10px 0 0;
  }
  
  .remove-pp-handler ul li a:hover {
    color: #3a97f7;
  }
  
  .cpp-button input[type='file']:hover+.outline__btn-primary {
    border: 2px solid #3A97F7;
    background-color: #3A97F7;
    color: #ffffff;
  }
  
  .profile-page-loader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  
  .profile-page-loader .pp-loader {
    display: flex;
    background: none;
  }
  
  .login100-form .btn.primary-btn--blue {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .error-row .warning-info {
    margin: 0 0 30px;
  }
  
  .pp-info-block.desktop-only {
    margin: 5rem 0 0;
  }
  
  .cpp-button.desabled input#upload {
    display: none;
  }
  
  .cpp-button.desabled 
  .btn.outline__btn-primary {
    background-color: #EDEEEE !important;
    border-color: #EDEEEE !important;
    color: #C3BCB0 !important;
    cursor: no-drop;
  }
  
  .cpp-button.desabled {
    cursor: no-drop !important;
  }
  
  @media(min-width: 1024px) {
    .profile-picture-section {
      min-height: 674px;
    }
  }
  
  @media (max-width: 1440px) {
    .right-col img {
      object-fit: cover;
    }
  }
  
  @media (max-width: 1023px) {
    .no-background .footer-bottom {
      background: #fff;
    }
  }
  
  @media (max-width: 1024px) and (orientation: portrait) {
    .sds-container .sds-col-5 {
      margin: 0 auto;
    }
  }
  
  @media (min-width: 992px) {
    .footer-container {
      max-width: 930px;
    }
  }
  
  @media (min-width: 1200px) {
    .footer-container {
      max-width: 1140px;
    }
  }
  
  @media (max-width: 993px) {
    .forgotpassword--cancel {
      position: absolute;
      bottom: 0;
      left: 105pt;
    }
    .button-large {
      width: 100pt;
    }
    .profile-form {
      padding: 20px 0;
    }
    .sds-col-12.user-profile-edit .sds-col-4.profile-picture-section {
      border-right: 0;
      border-bottom: 1px solid #E0DCD7;
      padding: 20px 0;
    }
    .sds-col-12.user-profile-edit .sds-col-4.profile-picture-section, .sds-col-12.user-profile-edit .sds-col-8 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .mobile-only {
      display: flex;
    }
    .desktop-only {
      display: none;
    }
    .pp-info-block.mobile-only {
      width: 100%;
      align-items: flex-start;
      padding: 20px 4px 0;
      border-top: 1px solid #e7e5e1;
      margin-top: 10px;
    }
    .pp-info-block ul {
      flex-direction: column;
    }
    .pp-info-block ul li {
      margin: 0 0;
    }
  }
  
  @media (max-width: 812px) and (orientation: landscape) {
    .sds-container .sds-col-5 {
      margin: 0 auto;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  
  @media (max-width: 812px), (max-width: 1024px) and (orientation: portrait) {
    .container {
      display: flex;
      flex-wrap: wrap;
    }
    .justify-container {
      justify-content: center;
    }
    .img-w-100 {
      width: 100%;
    }
    .text-center {
      text-align: center;
    }
    .sds-container {
      padding-bottom: 20px;
      width: 100%;
      max-width: 100%;
    }
    .right-col {
      order: 2;
      position: relative;
      z-index: 99;
      width: 100%;
    }
    .right-col img {
      max-width: 600px;
      object-fit: cover;
      width: 100%;
      margin: 0 auto;
      display: block;
    }
    .sds-container {
      order: 1;
    }
    .footer-bottom {
      text-align: center;
    }
    .sds-col-5 .row .sds-col-12 {
      width: 90%;
    }
    .icon.positioned-icon {
      right: -24px;
    }
    .header-1-bold, .header-1-extra-light {
      font-size: 24px;
    }
    .hide-on-phone {
      display: none;
    }
    .show-on-phone {
      display: block;
    }
    .softway-footer {
      width: 100%;
      text-align: center;
      padding: 15px 0px;
      order: 3;
      width: 100%;
    }
    .help-desk-link {
      position: relative;
      top: 0px;
    }
  }
  
  @media(max-width: 767px) {
    .sds-col-12.user-profile-section {
      padding: 30px 24px;
    }
    .sway-logo-block {
      margin-bottom: 30px;
    }
    .password-message {
      margin: 0;
    }
    .cp-action {
      position: relative;
      width: 100%;
      display: inline-block;
      margin: 0 0 1rem;
      padding: 0 10px;
    }
    .password-action {
      margin: 0;
    }
    .change-password-form {
      padding: 40px 0 20px;
    }
    .button-panel {
      display: inline-block;
    }
    .button-panel .outline__btn-secondary {
      display: inline-block;
    }
  }
  
  /* Last updated 3/2/21 - 0615IST */
  
  @media(max-width: 540px) {
    .sds-container .sds-col-5 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }