html {
    box-sizing: border-box;
    overflow: hidden;
}
body {
    font-family: "Figtree", sans-serif !important;
    background-color: #d0d0ce;
    background: #d0d0ce url("../img/auth/back1.jpg") no-repeat center center
        fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}

strong {
    font-weight: 700;
}

.d-none {
    display: none !important;
}

input:-webkit-autofill::first-line,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    font-family: "Figtree", sans-serif !important;
    /* -webkit-text-fill-color: green; */
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    font-size: 16px !important;
}

h3,
h5 {
    margin-top: 30px;
}
h5 {
    font-size: 25px;
}

.w-100 {
    width: 100% !important;
}
.w-min-px-250 {
    min-width: 250px !important;
}

.comments {
    font-size: 12px;
    color: #3f454b;
    font-style: italic;
}

.invalid-feedback {
    display: block;
}

.form-control.form-input-disabled[readonly] {
    background-color: #fefefe;
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}

.login-card .form-control {
    color: #183964;
}

.login-card .form-control:focus {
    border-color: #183964;
}

.login-card .form-control.form-control-sm {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.form-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100% !important;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
  }

.select2-container--default .select2-selection--single {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #d5dae2;
    min-height: 45px;
    line-height: 15;
    font-weight: 500;
    border-radius: 0.2rem;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #183964;
    line-height: 32px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default
    .select2-selection--single.select2-selection--clearable
    .select2-selection__clear {
    position: relative !important;
    height: 35px;
    display: block;
    margin-right: 25px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear
    span {
    position: absolute;
    top: -88px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    background-image: url("icon/UIF-76-512.png");
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    margin: auto !important;
    top: 12px !important;
    left: auto !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 10px;
    height: 10px;
    border: none;
    background-color: green;
}

.select2-dropdown {
    border: 1px solid #d5dae2;
    top: -10px;
}

.select2-results__option {
    font-size: 14px;
}

.form-control.select2-hidden-accessible.is-invalid
    .select2-container--default
    .select2-selection--single {
    border-color: #dc3545 !important;
}

.input-group-prepend {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.input-group-text {
    line-height: 0.75 !important;
    font-size: 14px !important;
}

.form-group.row {
    margin-bottom: 0px;
}

.form-input-line {
    display: none !important;
}
.form-input-ready {
    display: block !important;
}

.brand-wrapper {
    margin-bottom: 19px;
}
.brand-wrapper .logo {
    width: 170px;
}

@media (max-width: 766px) {
    .brand-wrapper .logo {
        margin: 0 auto;
        display: block;
    }
}

.login-card {
    border: 0;
    border-radius: 27.5px;
    box-shadow: 0 10px 30px 0 rgba(109, 104, 104, 0.4);
    overflow: hidden;
}
.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.login-card .card-body {
    padding: 80px 60px 60px 60px;
}
@media (max-width: 422px) {
    .login-card .card-body {
        padding: 20px 24px;
    }
}

.login-card-description {
    font-size: 25px;
    color: #183964;
    font-weight: lighter;
    margin-bottom: 23px;
}
@media (max-width: 766px) {
    .login-card-description {
        text-align: center;
    }
}
.login-card form {
    max-width: 326px;
}
.login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 15px 10px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 16px;
    line-height: 15;
    font-weight: 500;
}
.login-card .form-control.is-invalid {
    border-color: #dc3545 !important;
    margin-bottom: 5px;

    /* background: url('https://static.thenounproject.com/png/101791-200.png') no-repeat right;
    background-size: 20px;
    padding-right: 25px; */
}
@media (max-width: 766px) {
    .login-card form {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
}
.login-card .form-control::-webkit-input-placeholder {
    color: #919aa3;
}
.login-card .form-control::-moz-placeholder {
    color: #919aa3;
}
.login-card .form-control:-ms-input-placeholder {
    color: #919aa3;
}
.login-card .form-control::-ms-input-placeholder {
    color: #919aa3;
}
.login-card .form-control::placeholder {
    color: #919aa3;
}
.login-card .login-btn {
    padding: 13px 20px 12px;
    background-color: #183964;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
}
.login-card .login-btn:not([disabled]):hover {
    border: 1px solid #183964;
    background-color: transparent;
    color: #183964;
}
.login-card .form-link {
    font-size: 14px;
    color: #183964;
    margin-bottom: 12px;
}
.login-card .form-link:hover {
    color: #000;
}
.login-card-footer-text {
    font-size: 16px;
    color: #183964;
}
.login-card-footer-nav {
    font-size: 14px;
    color: #919aa3;
    margin-top: 60px;
}
@media (max-width: 767px) {
    .login-card-footer-nav {
        margin-top: 24px;
    }
}
.footer-link {
    position: absolute;
    bottom: 1rem;
    text-align: center;
    width: 100%;
}

.invalid-message {
    font-size: 80%;
    color: #dc3545;
    line-height: 1.5;
}

/********************************
Password meter
*********************************/
#error {
    font-weight: 700;
    color: #dc3545;
    line-height: 1.5;
}
div.progress-pwd {
    padding: 1% 0%;
    margin-top: 1%;
    display: flex;
    justify-content: space-between;
}
div.progress-pwd > div {
    background-color: lightgrey;
    width: 22%;
    height: 8px;
    border-radius: 5px;
}
div.progress-pwd .pwdRed {
    background-color: #ff4757 !important;
}
div.progress-pwd .pwdWarning {
    background-color: #ffad00 !important;
}
div.progress-pwd .pwdGood {
    background-color: #166939 !important;
}

.w-px-30 {
width: 30px !important;
}

.w-px-40 {
width: 40px !important;
}

.w-px-50 {
width: 50px !important;
}

.w-px-75 {
width: 75px !important;
}

.w-px-100 {
width: 100px !important;
}

.w-100 {
    width: 100% !important;
}


.login-card form.w-100 {
    width: 100% !important;
}

/********************************
2FA
*********************************/
#field-otp-label {
    letter-spacing: 1px;
}
#field-otp {
    letter-spacing: 7px;
    font-weight: bold;
}
img.appStore2FA {
    max-width: 200px !important;
}
#twofa-email-block,
#twofa-app-block,
#twofa-email-block form,
#twofa-app-block form
{
    max-width: 100% !important;
}



/********************************
FORCE Update Profile Info
*********************************/
#forceUpdateProfile {
    min-height: 444px;
    display: block;
    position: relative;
}
#forceUpdateProfile #navStep {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
}

@media (max-width: 1100px) {
    html {
        overflow: visible;
    }
    #forceUpdateProfile {
        min-height: auto;
    }
    #forceUpdateProfile #navStep {
        position: relative;
        margin-bottom: 20px;
    }
    #forceUpdateProfile #navStep .float-right {
        float: none !important;
    }
}

.middleAlign {
    display: flex;
    align-items: center;
    min-height: 350px;
    width: 100%;
    background-color: #f9f9f9;
    border-right: 1px solid #e7e9eb;
}

ul {
    list-style-type: none;
}

.middleAlign li {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.middleAlign li:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f06a";
    padding-right: 5px;
}

.middleAlign li.active {
    color: #183964;
    font-weight: 700;
}
.middleAlign li.active:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f30b";
    font-weight: 900;
}

.middleAlign li.passed {
    color: #1f9852;
}
.middleAlign li.passed:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f058";
    font-weight: 900;
}

.login-card .form-force-step {
    display: none;
    width: 100%;
    max-width: 100%;
}

.login-card .form-force-step-active {
    display: block;
}

.middleAlign #checklist li#check_StepComplete,
.middleAlign #checklist li#check_StepComplete:before
 {
    display: none !important;
}

@media (max-width: 900px) {
    #contentListStep {
        display: none;
    }

    .contentWorks {
        padding: 0px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .contentWorks .card-body  {
        padding: 30px 30px;
    }
}
@media (max-width: 340px) {
    .contentWorks .card-body  {
        border-radius: 0px;
        padding: 15px 10px;
    }
}

.div-privacy {
    max-height: 300px;
    overflow-y: scroll;
    padding-right: 20px;
}

.div-privacy ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}

/********************************
TOAST
*********************************/
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #33b561;
}
.toast-error {
    background-color: #da4453;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}

#toast-container > div {
    box-shadow: none !important;
    opacity: 1 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#toast-container > .toast-error {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alert-triangle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path stroke="white" d="M12 9v4" /><path stroke="white" d="M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" /><path stroke="white" d="M12 16h.01" /></svg>') !important;
}
#toast-container > .toast-success {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-circle-check" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path stroke="white" d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path stroke="white" d="M9 12l2 2l4 -4" /></svg>') !important;
}

#StepComplete h1 {
    color:#183964;
    margin-top: 40px;
    margin-bottom: 60px;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #33b561;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 40px auto 0 auto;
    box-shadow: inset 0px 0px 0px #33b561;
    animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 90px #33b561;
    }
}


label {
    display: inline-block;
  }

  .form-check-label {
    color: #444050;
    cursor: pointer;
  }

  .custom-option .custom-option-content {
    cursor: pointer;
    width: 100%;
  }

.custom-option-basic .custom-option-content {
    padding: 1.067em;
      padding-left: 1.067em;
    padding-left: 3.517em;
  }


  .form-check:not(.form-switch) .form-check-input[type="radio"], .dt-checkboxes-cell .form-check-input[type="radio"] {
    background-size: 1.3125rem;
  }


  .custom-option .form-check-input {
    background-color: rgba(0,0,0,0);
    margin-inline-start: -2.016em;
  }

  .custom-option-basic .custom-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2px;
  }

  .form-check {
    display: relative;
    min-height: 1.3754296875rem;
    padding-left: 1.8em;
    margin-bottom: .5rem;
  }
  .custom-option {
    padding-left: 0;
    border: 1px solid #e6e6e8;
    border-radius: .375rem;
    margin: 1px;
  }
  .custom-option.checked {
    border: 2px solid #7367f0 !important;
    margin: 0;
  }






input, button, select, optgroup, textarea {
    margin: 0;
      margin-left: 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: .426rem .9375rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.625;
    color: #444050;
    background-color: rgba(0,0,0,0);
    background-clip: padding-box;
    border: 1px solid #d1d0d4;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .form-control {
    padding: calc(.426rem - 1px) calc(.9375rem - 1px);
  }


.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-radius: 0.375rem;
  }

  .input-group-text {
    display: flex;
    align-items: center;
    padding: .426rem .9375rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.625;
    color: #444050;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0,0,0,0);
    border: 1px solid #d1d0d4;
    border-radius: 0.375rem;
  }

  .input-group-text {
    background-clip: padding-box;
  }

  .input-group-text {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .input-group .input-group-text {
    padding: calc(.426rem - 2px) calc(.9375rem - 1px);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }

  .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(1px*-1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group > :not(:first-child):not(.dropdown-menu):not(.btn):not(.dropdown-menu + .form-control):not(.btn + .form-control):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-inline-start: -1px;
  }


  input#field-otp::-webkit-outer-spin-button,
  input#field-otp::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  input#field-otp{
      -moz-appearance: textfield;
  }

