/* Account CSS */

/* Profile Avatar */

#select-avatar {
    margin-top: 20px;
}

.options-container {
    cursor: pointer;
}

.avatar-remove {
    display: inline-block;
    width: 125px;
    margin-top: 5px;
}

.avatar-container {
    position: relative;
}

.resetpass-page .message-container .invalid-feedback {
    display: inline-block;
}

#webinar-account-form #CompanyProfileID {
    max-width: 480px;
}

.journey-reevaluatesbtn {
    background: #1B6AFF;
    color: #fff;
    padding: 4px 10px;
    border: 1px solid #1B6AFF;
    border-radius: 4px;
    font-size: 14px;
}

.journey-reevaluatesbtn:hover {
    background: #1144A7;
    border: 1px solid #1144A7;
    color: #fff;
}

.usertab-cls a {
    color: #575757;
    display: block;
}

.newtab-txncls a {
    color: #575757;
    display: block;
}

.actions-txnblk {
    background: #fff;
    padding: 0px;
    font-size: 14px;
    top: 40px;
    z-index: 999;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    width: 140px;
    border-radius: 15px;
}

.restricted-cls {
    opacity: 0.3;
}

#orgupdModal .modal-dialog {
    padding-top: 50px;
}

.orgmod-header {
    background-color: #F7F8FA !important;
    max-width: 130px;
    position: absolute;
    margin-top: -30px;
    height: 26px;
    right: 0px;
    border-radius: 5px !important;
    padding: 5px;
}

.orgmod-closetg {
    color: #304CA0 !important;
    font-size: 14px;
    padding-top: 2px;
}

.orgmod-closetg + .block-options {
    padding-left: 0px;
}

.orgmod-closebtn {
    color: #304CA0 !important;
    opacity: 1 !important;
    font-size: 14px;
    padding: 0px;
}

.orgupd-cancelbtn {
    background: #F5F5F6;
    color: #3B3B3B;
    border: 1px solid #F5F5F6;
    width: 90px;
    height: 40px;
}

.orgupd-savebtn {
    width: 95px;
    height: 40px;
    margin-left: 5px;
    font-family: 'Poppins';
    font-weight: 400;
}

.orgmod-header:hover {
    cursor: pointer;
}