﻿.emailEdit #emailEdit {
    display: none !important;
}

.emailEdit:hover #emailEdit {
    display: inline !important;
}

.phoneEdit #phoneEdit {
    display: none !important;
}

.phoneEdit:hover #phoneEdit {
    display: inline !important;
}

.uploadImage {
    display: inline-block;
    cursor: pointer !important;
}

    .uploadImage input[type="file"] {
        -webkit-appearance: none;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer !important;
        display: none;
    }

.uploadImageLbl {
    cursor: pointer !important;
    width: 100%;
}

#toast-container > div:hover {
    -webkit-box-shadow: 0 0 0 0;
    opacity: 9999;
    box-shadow: 0 0 0 0;
}

#toast-container > div {
    -webkit-box-shadow: 0 0 0 0;
    opacity: 9999;
    box-shadow: 0 0 0 0;
}

#toast-container > .toast-error {
    background-image: url(../img/toast-warning.svg) !important;
    background-color: #e9f1f5;
    border-right: 0.1rem solid #b9d0da;
    border-top: 0.1rem solid #b9d0da;
    border-bottom: 0.1rem solid #b9d0da;
    border-left: 0.4rem solid #eda128;
    line-height: 1.5rem;
    border-radius: 0.5rem;
}

#toast-container > .toast-success {
    background-image: url(../img/toast-success.svg) !important;
    background-color: #e9f1f5;
    border-right: 0.1rem solid #b9d0da;
    border-top: 0.1rem solid #b9d0da;
    border-bottom: 0.1rem solid #b9d0da;
    border-left: 0.4rem solid #60ca7f;
    border-radius: 0.5rem;
    line-height: 1.2rem;
}

.toast-message {
    color: #252a37;
    font-size: 1.4rem;
    font-family: Roboto, Arial, Helvetica !important;
}

.toast-close-button {
    color: #252a37;
}

.vm-toast-message__title {
    font-size: 1.2rem !important;
    font-weight: bold;
}

.vm-toast-message__msg {
    font-size: 1rem !important;
    margin-top: 0.2rem;
}

.progress {
    position: fixed;
    /*transform: translate3d(99%, 0px, 0px);*/
    /*background-color: rgb(255, 204, 107);*/
    transition: all 200ms linear 0s;
    top: 0 !important;
    /*transform: translate3d(99%, 0px, 0px);*/
    background-color: #ffc107 !important;
    transition: all 200ms linear 0s;
    zoom: 1;
    z-index: 9999999999;
    width: 100%;
    height:0.3rem;
}

.progress-bar {
    background-color: #ffc107;
}

html {
    --scrollbarBG: #f2f5fa;
    --thumbBG: #a8b6bd;
    --scrollbarHoverBG: #97A3AA;
    overflow-y:hidden;
}

body {
    scrollbar-width: thin;
    scrollbar-color: #97A3AA #f2f5fa;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

::-webkit-scrollbar-thumb {
    z-index: 9 !important;
    background-color: var(--thumbBG);
    border-radius: 0 !important;
    border: 3px solid var(--scrollbarBG);
}

    ::-webkit-scrollbar-thumb:hover {
        border: 1.5px solid var(--scrollbarBG);
        background: var(--scrollbarHoverBG) !important;
    }
.vm-set-password .vm-input-error {
    background-position: 87% !important;
}
.vm-set-password .vm-input-success {
    background-position: 87% !important;
}

.defaultProfileLogo {
    cursor: auto !important;
}

#lblEmail {
    text-overflow: ellipsis;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
}

#txtEmail {
    width: 180px;
}

#txtPhoneNumber {
    width: 180px;
}


.vm-inline-edit .vm-edit-actions {
    right: 1rem !important;
}

.vm-inline-edit-icon {
    right: 5.5rem !important;
}

.tooltip {
    font-weight: 500 !important;
    line-height: 2.5 !important;
}

.modal-header{
    border-bottom:0px !important;
}

.modal-title{
    font-size:1.6rem !important;
}

.modal-footer {
    padding: 0.5rem !important;
    justify-content: center !important;
}