﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.user-portal-header .nav-link {
  padding-top: 20px;
  color: #486aaa !important;
}

.container-margin {
  margin-top: 70px !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: Roboto;
  font-weight: 300;
}

.navbar .btn-link {
  border-width: 0;
  font-weight: 300;
}

.table.no-top-border th {
  border-top-color: transparent;
}
.users-table-wrapper{
    max-height:calc(100vh - 267px);
    overflow-y:auto;
}
    .users-table-wrapper::-webkit-scrollbar {
        width: 8px;
    }
    .users-table-wrapper::-webkit-scrollbar-thumb {
        background: #479cc8;
        border: 4px solid rgba(0, 0, 0, 0);
        border-radius: 8px;
    }
    .users-table-wrapper::-webkit-scrollbar-track {
        background-color: #e6ecef;
    }
    .users-table-wrapper .table thead .table-row  {
        background-color: #e6ecef;
        padding: 0.5rem 0 0 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: none;
    }
 
        .users-table-wrapper .table thead tr {
            background-color: #f6f8f9;
        }
    .users-table-wrapper .table tr td {
        color: #48606c;
        padding: 8px 10px;
        font-size: 0.875rem;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        vertical-align: middle;
        min-height: 38px;
    }
.users-table-wrapper .table thead {
        position: sticky;
        top: -2px;
    }
.users-table-wrapper .table thead tr th {
            border-top:0px;
            border-bottom:0px;
            font-size: 14px;
            position: sticky;
            top: 0;
            z-index: 1;
        }
    .users-table-wrapper .table-striped tbody tr:nth-of-type(odd) {
        background-color: #f6f8f9;
    }
    .users-table-wrapper .table thead .form-input {
        height: 2.1875rem;
        line-height: 1.75rem;
        color: #212529;
        font-size: 0.875rem;
        transition: none;
        outline: none;
    }
}
.users-table-wrapper .table tr:hover td {
    background-color: #f6f8f9 !important;
}
.users-table-wrapper .table thead tr th a {
    transition: all ease 0.3s;
    font-size: 12px;
    margin-top: 2px;
}
.users-table-wrapper .table thead tr th a:hover {
        text-decoration: none
    }
.users-table-wrapper .table thead tr th a:focus {
            transform: translateY(-4px);
            color: #48606c;
        }
.users-table-wrapper .table thead tr th, .table thead tr td {
    padding: 8px 10px;
}

.select2-selection--multiple:before {
    content: '';
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
    .switch.show-deleted-switch {
        margin-bottom: 0px;
        height: 26px;
        width: 48px;
    }
    .switch.show-deleted-switch .slider:before {
        height: 19px;
        width: 19px;
    }
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6c757d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
    background-color: #4F69A5;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4F69A5;
}

input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}
.switch.show-deleted-switch input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
    .switch-text {
        font-weight: 500;
        margin-bottom: 3px;
    }
.complete-invite-form .form-control-plaintext {
    transition: all ease-out 0.3s;
    /*padding-left: 12px;*/
    max-width: 48%;
    font-size: 14px;
}
    .complete-invite-form .form-control-plaintext:focus {
        padding-left: 12px;
    }
   .complete-invite-form-wrapper {
        min-width: 100%;
    }
.complete-invite-form * {
    /*min-width: 860px;*/
    font-family: Poppins, sans-serif;
}
     
    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

.slider.round:before {
  border-radius: 50%;
}

.modal-body.with-scroll {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.manage-companies-modal {
    max-height: calc(100vh - 300px);
    overflow:auto;
}
.footer {
    position: fixed;
    bottom: 0;
    max-height: 60px;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #fff;
}
.user-portal-footer{
    min-height:64px;
}
.user-portal-footer .nav .nav-item a {
    color: #486aaa !important;
}

.onboarding-wrapper {
    background-color: rgb(120, 120, 121);
    margin: -7px -15px -14px -16px;
    font-family: Poppins, sans-serif;
}

.onboarding-form-wrapper {
    padding: 56px 32px;
    border-radius: 16px;
}

.stepper-steps {
    gap: 32px;
    margin-top: 24px;
}

.stepper-steps-wrapper {
    min-width: 25%;
}

.stepper-step {
    gap: 24px;
    cursor: pointer;
}

.stepper-step-title {
    color: #787879;
    font-size: 14px;
}

.stepper-step-title-active {
    color: #3A5085;
    font-size: 14px;
    font-weight: 400;
}

.stepper-step-avatar {
    min-height: 30px;
    min-width: 30px;
    background-color: #787879;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
}

.stepper-step-avatar.active-step {
    background-color: #3A5085;
}

.stepper-substep-avatar {
    min-height: 12px;
    min-width: 12px;
    background-color: #787879;
    border-radius: 50%;
    margin: 0px 10px;
    font-size: 14px;
}

.stepper-form {
    gap: 12px;
    margin-left: 12px;
    max-width: 56%;
}

.stepper-form-heading {
    font-size: 24px;
    font-weight: 600;
}
.register-form-heading{
    font-size:24px;
    font-weight:500;
    line-height:1;
}

.stepper-form-description {
    font-size: 14px;
}
.stepper-form-description.semi-bold{
    font-family: Poppins, sans-serif;
    font-weight:400;
}

.onboarding-form {
    max-width: 100%;
}
.input-validation-error{
  border-color: #dc3545!important;
}
.onboarding-form .form-control [type="password"] {
  padding-right: 24px!important;
}
.complete-invite-form-wrapper .form-control {
    font-weight: 300 !important;
    color: #000;
    font-family: Poppins, sans-serif;
}
.complete-invite-form .form-control,
.onboarding-form .form-control {
    font-family: Poppins, sans-serif;
    height: 38px;
    padding: 8px 14px;
    font-weight: 400 !important;
    font-size: 14px;
    color:#000;
}

.onboarding-form-input-label {
    font-size: 16px;
    font-weight: 400;
}
.onboarding-form-input-optional-label {
    font-size: 13px;
    font-weight: 500;
}

.onboarding-form-input:hover {
    border-color: #3A5085;
}

.onboarding-form .form-control:focus {
    border-color: #3A5085;
    box-shadow: none;
}

.onboarding-form .form-control::placeholder {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 400 !important;
    color: #787879 !important;
    opacity: 0.5 !important;
}

.custom-select {
    background-image: url('/arrow-down-icon.svg');
    padding-right: 24px !important;
}
    .full-width-input .select2-container {
        width:100%;
    }
.form-footer .btn-continue,
.stepper-form .btn-continue {
    background-color: #4F69A5;
    border-color: #4F69A5;
    font-size: 13px;
    font-weight: 400;
    transition: all ease 0.3s;
    padding: 8px 24px;
}
    .form-footer .btn-continue:hover,
    .stepper-form .btn-continue:hover {
        background-color: rgb(34, 27, 73);
        border-color: rgb(34, 27, 73);
    }

    .form-footer .btn-continue:active,
    .form-footer .btn-continue:focus,
    .form-footer .btn-continue:active:focus
    .stepper-form .btn-continue:active,
    .stepper-form .btn-continue:focus,
    .stepper-form .btn-continue:active:focus {
        background-color: rgb(34, 27, 73) !important;
        box-shadow: none !important;
    }
.select2-selection--multiple {
    border-color: #ced4da !important;
    height: 38px;
}

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

.select2-selection--multiple:before {
    border: none;
    background-image: url("/arrow-down-icon.svg");
    padding-right: 24px !important;
    background-repeat: no-repeat;
    right: -2px;
    height: 6px;
    background-size: 8px;
}
.custom-select {
    background-image: url('/arrow-down-icon.svg');
    padding-right: 24px !important;
}

.form-btn{
  height: 44px;
  border-radius: 8px;
  background-color: #4F69A5;
  border-color: #4F69A5;
  }
.form-btn:hover,
.form-btn:active,
.form-btn:focus{
  background-color: #4F69A5!important;
  border-color: #4F69A5!important;
}
.form-btn-outline-primary:focus,
.form-btn-outline-primary:active:focus,
.form-btn:focus, .form-btn:active:focus {
  box-shadow:none!important;
}
.form-btn-outline-primary{
  background-color: transparent;
  color: #114EEA;
  border-color: #114EEA ;
  height: 44px;
  border-radius: 4px;
  padding:12px 8px;
}
.form-input.form-control:focus{
  border-color: #4F69A5;
  box-shadow: none;
  cursor:pointer;
}

.form-wrapper .form-group label {
  font-weight:400;
}
.form-wrapper {
    height: calc(100vh - 149px);
    overflow: auto;
    padding-bottom: 16px;
}

.login-form {
    border: 1px solid #EDEEF2;
    border-radius: 12px;
    padding: 32px 48px;
    box-shadow: 0px 12px 24px 0px #2B2B4329;
    margin-top: 56px;
}

.form-wrapper button:hover {
    opacity: 0.9;
}

.form-inner-wrapper {
    min-width: 378px;
}

.login-form-heading {
    font-weight: 700;
    font-size: 32px;
}

.form-wrapper .form-group label {
    font-weight: 400;
}

.login-form .form-group .checkbox label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.login-form .form-control:focus {
    border-color: #4F69A5;
    box-shadow: none;
    cursor: pointer;
}

.login-form .form-checkbox {
    border-color: #4F69A5;
}

    .login-form .form-checkbox:checked {
        accent-color: #4F69A5;
    }

.form-helper-text {
    font-weight: 400;
    font-size: 16px;
    margin: 12px 0px;
}

.form-btn-outline-primary {
    background-color: transparent;
    color: #114EEA;
    border-color: #114EEA;
    height: 44px;
    border-radius: 4px;
    padding: 12px 8px;
}

.forgot-password-link {
    color: #4F69A5;
    line-height: 44px;
}
.form-heading{
  font-size:32px;
  width: fit-content;
}

.forgot-password-wrapper{
  width:378px;
}
.form-description{
  font-size:14px;
  font-weight:400;
  margin: 0 auto;
}
.complete-invite-form .confirm-password-input {
    margin-top:32px;
    }
.toggle-icon-eye {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 10px;
    height: 1em;
    width: 1em;
}
.field-validation-error{
    font-size:12px;
}
/*.login-link {
    font-weight:400;
}*/
.login-link:hover{
    text-decoration:none;
}
.input-clear-icon {
    position: absolute;
    right: 23px;
    top: 23px;
    height: 24px;
    width: 24px;
    background-image: url('/circle-cross-icon.png');
    background-size:16px;
    background-repeat:no-repeat;
    background-position:center center;
    border-radius:8px;
}
    .input-clear-icon:hover {
      background-color:#ececec;
        cursor:pointer;
      }
.input-clear{
    padding-right:36px;
}

/*//Profile nav Styles*/
.profile-initials {
    align-content: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #4F69A5;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
}

.right-nav-wrapper {
    gap: 20px;
    font-family: Poppins, sans-serif;
}

.profile-link-content.btn:focus {
    box-shadow: none;
}

.profile-avatar.profile-link-content {
    padding: 0 !important;
}

.profile-link-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-dropdown .dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
    color: #000000;
}

.right-nav-wrapper .user-name {
    font-size: 16px;
    color: #486AAA;
}
.right-nav-wrapper .login-link {
    font-size: 16px;
    color: #486AAA;
}
.right-nav-wrapper .help-btn {
    font-size: 23px;
    font-weight: 700;
    cursor: pointer;
    color: #486AAA;
}

.profile-dropdown .dropdown-divider {
    margin: 0;
}

.profile-dropdown .dropdown-item {
    padding: 8px 12px;
    font-size: 14px;
    color: #2B2B43;
    font-family: Poppins, sans-serif;
}

.profile-dropdown .dropdown-menu {
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #F3EFEF;
}

.right-nav-wrapper .profile-link-content .user-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #2B2B43;
}

.right-nav-wrapper .profile-link-content .user-email {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #83859C;
} 

/*Side Nav Styles */
.side-nav{
    gap:16px;
    margin-top:24px;
}
.side-nav .nav-link {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #787879;
}

    .side-nav .nav-link.active, .side-nav .nav-link:hover, .side-nav .nav-link.active:hover {
        color: #4F69A5;
        background-color: transparent;
    }
.acount-form .form-control{
    height: 40px;
    border-radius: 8px;
    border: 1px solid #C7C8D2;
    transition:all 0.5s ease-in;
}
.acount-form .form-group , 
.manage-account-forms .form-group{
    margin-bottom: 1.6rem;
}
.form-heading{
    font-size:24px;
    font-weight:600;
    line-height:24px;
    margin-left:-15px;
}
.acount-form label {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
.acount-form  .select2.select2-container{
    width:100%!important;
}
.select2.select2-container .select2-selection {
border-radius:8px;
}
.acount-form .form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url('/arrow-down-icon.svg');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all ease 0.3s;
}
    .acount-form .form-select:focus-visible{
        outline:none;
    }
    .acount-form .form-control:focus, .acount-form .form-control:hover {
        box-shadow: none;
        border-color: #000;
    }
.manage-account-forms{
    min-width:90%;
}
    .manage-account-forms label {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
    }
  .form-section-title{
        font-size:20px;
        line-height:20px;
    }
    .manage-account-forms .btn {
        background-color: #4F69A5;
        border-radius: 8px;
    }
    .manage-account-forms .toggle-icon-eye {
        right: 12px;
        top: 12px;
    }
    .manage-account-forms .btn:focus {
        box-shadow: none;
    }
.manage-account-forms .form-control {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #C7C8D2;
    transition:all 0.3s ease;
}
    .manage-account-forms .form-control:hover, .manage-account-forms .form-control:focus {
        box-shadow: none;
        border-color: #000;
    }
.manage-account-forms form{
    margin-bottom:24px;
}
.user-email-text{
    font-size:15px;
    font-weight:300;
    color:#000000;
}
    .user-email-text.label{
        font-weight:400;
        margin-top:24px;
    }
    .auth-coa {
        gap: 24px;
    }
.auth-coa .btn {
    padding: 8px 32px;
    background-color: #4F69A5;
    border-radius: 8px;
}
    .auth-coa .btn:focus, .auth-coa .btn:active {
        box-shadow: none;
        background-color: #4F69A5!important;
    }
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #4F69A5 !important;
    box-shadow: none;
}
.form-control {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #C7C8D2;
}
.form-control:focus, .form-control:hover {
    box-shadow: none;
    border-color: #000;
}
/*Modal Styles*/
.confirmation-modal .modal-header {
    border-bottom:none;
}
.confirmation-modal .modal-content {
    max-width:394px;
    border-radius: 8px;
    box-shadow: 0px 20px 56px 0px #2B2B4366;
}
.confirmation-modal .modal-body p {
    font-size: 14px;
    line-height: 20px;
    color: #545563;
}
.confirmation-modal .modal-title h5{
    margin:0;
}
.confirmation-modal .modal-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.confirmation-modal .modal-footer .btn-default {
    border: 1px solid #83859C;
}

.confirmation-modal .modal-footer .btn {
    border-radius:8px;
}
    .confirmation-modal .modal-footer .btn:focus {
        box-shadow:none;
    }
 