﻿#DockSidebar {
    z-index: 1000;
    transform: unset;
    position: fixed;
    top: 0px;
    height: 100%;
    box-shadow: none;
    overflow-x: hidden;
}

.logoCont {
    display: block;
    width: fit-content;
    border-radius: 0px;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.logoCont .user-avatar{

    width: 75px;
    height: 75px;
    padding-top:5px;
    margin-bottom: 15px;

}
.logoCont  .user-avatar  .edit-avatar{
    position: absolute;
    /* left: 250px; */
    /* top: 200px; */
    z-index: 10;
    margin-top: -20px;
    /* top: 200px; */
    margin-left: 50px;

}

.logoCont  .user-avatar .initials {

    background-color: #5CE1E1;
    width: 75px;
    height: 75px;
    border-radius: 4px;
    font-size: 50px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    z-index: 5;
    position: relative;

}

.expand {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
    .expand button, .expand p {
        width: fit-content;
        padding: 0px;
    }
        .expand p svg, .expand p p {
            float: left;
            width: auto;
            height: 25px;
            font-size: 13px;
            font-weight: bold;
            color: rgb(133, 139, 153);
        }
        .expand p svg {
            width: 25px;
        }
        .expand p .reduced {
            margin-top: -18px;
            height: 50px;
            margin-left: -15px;
        }
        .expand p p {
            margin-top: 4px;
        }

        .expand button:hover {
            background-color: unset !important;
            transition: none !important;
        }


header .mud-toolbar {
    height: 100% !important
}

.topMenuContainer {
    position: absolute;
    right: 17px;
    overflow: hidden;
    height: 100%;
}
    .topMenuContainer .profile-icon {
        width: 160px;
        position: absolute;
        bottom: 23px;
        right: -149px;
    }

    .topMenuContainer .commonStyles {
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
        height: 45px;
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        border-radius: 7px;
        float: right;
        cursor: pointer;
        margin-right: 10px;
        margin-top: 21px;
    }

    .topMenuContainer .icon-click {
        background-image: url(images/Btn.png);
        width: 65px;
        position: relative;
    }

    .topMenuContainer .helpIcon {
        background-image: url(images/QuestionMarkIcon.png);
        width: 50px;
        margin-left: 20px;
    }

    .topMenuContainer .mud-input.mud-input-underline::before {
        border:0 none !important;
    }

.mud-main-content {
    margin-top: 91px !important;
    height: 100%;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
    .mud-main-content .mud-grid {
        height: 99%;
    }
        .mud-main-content .mud-grid .mud-grid-item {
            height: 100%;
        }

.applyBorderRoundShadow {
    border-radius: 15px !important;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.popupStyles {
    width:500px;
}
    .popupStyles .popupHeader h4 {
        font-weight: 700 !important;
        font-size: 1.5rem !important;
        color: black;
    }
.popupHeader h4 {
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    color: black;
}
    .popupStyles .mud-dialog-content {
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        padding-top: 15px !important;
        padding-bottom: 10px !important;
    }

    .popupStyles label, .popupStyles label span, .popupStyles label p {
        font-size: 13px !important;
    }

    .popupStyles .mud-switch {
        margin-inline-start:0px !important;
    }

.mud-form .mud-input-control {
    margin-bottom: 15px;
}

.tabsContainer {
    height: 100%;
}
    .tabsContainer .mud-tabs-panels {
        height: calc(100% - 48px);
    }
        .tabsContainer .mud-tabs-panels .mud-tabs {
            height: 100%;
        }