/*-- Side Menu Bar --*/
.side-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 75px;
    height: 100vh;
    background: #304669;
    /* box-shadow: 0 8px 6px -6px black; */
    /* padding: 0.5rem;
    margin: 0; */
}
.side-bar .profile {
    height: 50px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #33344a; */
}
.side-bar .profile .profile_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
}
.side-bar .side-bar-items__block ul {
    list-style: none;
    padding: 0;
}
.side-bar .side-bar-items__block ul li {
    text-align: center;
    padding: 1rem 0.1rem;
    margin-left: -1.5px;
}
.side-bar .side-bar-items__block ul li a {
    text-align: center;
    padding: 1.3rem;
}
/* .side-bar .side-bar-items__block ul li a:hover {
    background: #1d2b40;
} */
.side-bar .side-bar-items__block ul li a.active {
    background: #1d2b40;
    /* padding: 1.35rem; */
}
.side-bar .side-bar-items__block ul li.active a .MuiSvgIcon-root,
.side-bar .side-bar-items__block ul li:hover a .MuiSvgIcon-root {
    color: #36c96d;
}
.side-bar .side-bar-items__block ul li .MuiSvgIcon-root {
    font-size: 2rem;
    color: #ddd;
    vertical-align: middle;
}
/*-- //End --*/

/*-------------------- Messages --------------------*/
.messages-container {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #f5f6fa;
}
.video-conference,
.contacts,
.workbench,
.settings {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 75px;
    padding: 0 1rem;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #f5f6fa;
}
/* .settings {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 75px;
    padding: 0 1rem;
    background: transparent;
    width: -webkit-fill-available;
    height: 100vh;
} */

.video-conference .video-conference__title,
.workbench .workbench__title {
    /* margin: 0;
    display: flex;
    align-items: center; */
    height: 80px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video-conference .video-conference__content {
    width: -webkit-fill-available;
    height: 100vh;
}
.video-conference .video-conference__content .video-conference__content__inner {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    height: auto;
    overflow: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* .video-conference .video-conference__content .item-placement {
    display: flex;
    justify-content: center;
} */
.video-conference .video-conference__content h2 {
    color: #304669;
}
.video-conference .video-conference__content .video-conference__content__inner span.MuiTypography-root.MuiTypography-body2 {
    color: #888f99;
    line-height: 2.5rem;
}
.video-conference .video-conference__content .MuiSvgIcon-root {
    font-size: 10rem;
    color: #36c96d;
}
.video-conference .video-conference__content .video-conference__content__inner a,
.workbench .workbench__title a,
.settings .body-content .body-content__inner .body-content__title a {
    background: #36c96d;
    color: #fff;
    text-transform: capitalize;
}
.video-conference .video-conference__title h1,
.workbench h1,
.settings .body-content .body-content__inner .body-content__title>span,
.contacts .body-content .body-content__inner .header-left h1 {
    font-size: 1.5rem;
    color: #304669;
    font-weight: 500;
}
.settings .side-menu .side-menu__title h1 {
    padding: 0 1rem;
    font-size: 1.5rem;
    color: #304669;
    font-weight: 500;
}
.settings .body-content .body-content__inner .body-content__title,
.contacts .body-content .body-content__inner .body-content__title {
    height: 80px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.settings .side-menu .menu-lists button {
    max-width: none;
    font-size: 14px;
    text-transform: capitalize;
    color: #304669;
}
.settings .side-menu .menu-lists button .MuiTab-wrapper {
    align-items: flex-start;
}
.settings .side-menu .menu-lists button:hover,
.settings .side-menu .menu-lists button.Mui-selected {
    background: #edeef2;
    color: #304669;
    font-weight: 500;
}
.settings .side-menu .menu-lists [class*="PrivateTabIndicator-vertical-"] {
    right: unset;
    width: 3px;
    background-color: #36c96d;
}
.settings .body-content .body-content__inner>div [class*="MuiBox-root-"] {
    padding: 0;
}
/* .workbench .workbench__title a {
    background: #36c96d;
    color: #fff;
    text-transform: capitalize;
} */
.workbench .workbench__title .MuiSvgIcon-root,
.settings .body-content .body-content__title .MuiSvgIcon-root {
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 3px;
    fill: #fff;
}
/* .workbench .workbench__button {
    text-align: right;
}
.workbench .workbench__button a {
    background: #36c96d;
    font-weight: 600;
} */
/*-- Side menu List Bar --*/
.side-menu,
.settings .side-menu,
.contacts .side-menu {
    position: fixed;
    left: 0;
    margin-left: 75px;
    width: 325px;
    height: 100vh;
    background: #fff;
    border-right: 1px solid #ddd;
    overflow: hidden;
}
.settings .side-menu,
.contacts .side-menu {
    background: #f5f6fa;
}
/*-- //End --*/
/* Search Bar */
.search-bar .search-bar-inner {
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 1.3rem;
}
.search-bar .search-bar-inner .MuiSvgIcon-root {
    font-size: 1.3rem;
}
.contacts .side-menu .search-bar .search-bar-inner [class*="makeStyles-search-"] {
    background: #fff;
}
/* //End */
/*-- menu-lists --*/
.menu-lists,
.settings .side-menu .menu-lists,
.contacts .side-menu .menu-lists {
    height: 90%;
    /* overflow-y: scroll; */
}
.settings .body-content,
.contacts .body-content {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 400px;
    background: #fff;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    padding: 0 1rem;
}
.contacts .side-menu .icons {
    padding: 0 1rem;
}
.contacts .side-menu .search-bar header {
    margin: 0;
}
.contacts .side-menu .icons .MuiSvgIcon-root {
    border: 1px solid #304669;
    color: #304669;
    margin: 0 0.5rem;
    font-size: 0.8rem;
    opacity: 0.6;
}
/* .contacts .body-content .header-right .MuiSvgIcon-root {
    border: 1px solid #304669;
    color: #304669;
    margin: 0 !important;
    text-transform: capitalize;
    margin: 0 0.5rem;
    font-size: 0.8rem;
    opacity: 0.6;
} */
.contacts .body-content .header-right .MuiSvgIcon-root {
    margin: 0.2rem 0.5rem;
}
.contacts .body-content .header-right {
    display: flex;
    justify-content: flex-end;
}
.contacts .side-menu .menu-lists .MuiTypography-root.MuiTreeItem-label.MuiTypography-body1 {
    color: #304669;
    font-size: 14px;
}
.contacts .side-menu .menu-lists .MuiSvgIcon-root {
    font-size: 1.2rem;
}
.contacts .side-menu .menu-lists .tree-view ul li {
    padding: 0.5rem 1rem;
}
/*-- //End --*/
.message-body-header {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 400px;
    /* width: 100%; */
    width: -webkit-fill-available;
    height: 65px;
    padding: 0 1rem;
    background: #fff;
    box-shadow: 5px 3px 5px #a7a7a7;
    z-index: 9;
    display: flex;
    vertical-align: middle;
}
.message-text-area {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 400px;
    /* width: 100%; */
    width: -webkit-fill-available;
    height: 65px;
    padding: 0 1rem;
    background: #fff;
    box-shadow: 5px -3px 5px #a7a7a7;
    z-index: 9;
    display: flex;
    vertical-align: middle;
}
.message-text-area .message-text-area__block {
    padding: 0 1rem;
}
.message-text-area textarea {
    /* width: 100%; */
    width: -webkit-fill-available;
    /* padding: 0.5rem; */
    padding: 0.5rem 10rem 0.5rem 0.5rem;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.message-text-area .message-text-area__icons {
    /* padding: 0 1rem;
    text-align: center; */
    position: relative;
    float: right;
    display: inline-block;
    margin-top: -2.7rem;
    margin-right: 1.5rem;
}
.message-text-area .message-text-area__icons .MuiSvgIcon-root {
    fill: #3046698a;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 2rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    -webkit-user-select: none;
    user-select: none;
    margin: 0 0.5rem;
}
.message-chat-box__outer {
    position: fixed;
    /* top: 0;
    left: 0; */
    margin: 65px 0 65px 400px;
    padding: 1rem;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #f5f6fa;
    /* background: #7ac143; */
    z-index: 5;
    /* overflow-y: scroll; */
}
.message-chat-box__inner {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    width: -webkit-fill-available;
}
.message-sender-block {
    text-align: left;
}
.message-receiver-block {
    text-align: right;
}
.message-body-header .header-left,
.contacts .body-content .header-left {
    display: flex;
    align-items: center;
    padding: 0 1rem;
}
.message-body-header .header-left span {
    color: #304669;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 1rem;
    margin: 0;
    /* text-align: center; */
}
.message-body-header .header-right,
.contacts .body-content .header-right  {
    text-align: right;
}

.contacts .body-content .header-right span {
    /* opacity: 0.6; */
    font-size: 14px;
    color: #304669;
    margin: 0;
    text-transform: capitalize;
}
.message-body-header .header-right .MuiSvgIcon-root {
    fill: #3046698a;
    width: 1.5em;
    height: 1em;
    display: inline-block;
    font-size: 2rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    -webkit-user-select: none;
    user-select: none;
}
/*-------------------- //End -------------------- */

/*-------------------- //Shreya's CSS File -------------------- */
/* .image-height
{
    height: 200px;
    background-position: unset !important;
}
.message-sender-block {
    text-align: left;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-left: 5px;  
}
.message-receiver-block {
    text-align: right;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-right: 5px;
}
.message-box
{
    width: 100%;
    display: flex;
    padding: 25px;
}
.MuiAvatar-colorDefault {
    color: #ffffff;
    background-color: #36c96d;
}
.stepper-text
{
    border-radius: 12px;
    border:1px solid #bdbdbd;
    padding: 6px;
    color: gray;
}
.avatar-text
{
    background-color: #36c96d;
    font-size: 20px;
    width:65px ;
    height:65px;
} */


/* avatar:
{
    backgroundColor:'#36c96d',
    fontSize:'20px',
    width:'65px',
    height:'65px'
}, */
/*-------------------- //End -------------------- */

/*-------------------- //Shreya's CSS File -------------------- */
.image-height
{
    height: 140px;
    background-position: unset !important;
}
.message-sender-block {
    text-align: left;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-left: 5px;  
}
.message-receiver-block {
    text-align: right;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-right: 5px;
}
.message-box
{
    width: 100%;
    display: flex;
    padding: 25px;
}
.MuiAvatar-colorDefault {
    color: #ffffff;
    background-color: #36c96d;
}
.stepper-text
{
    border-radius: 12px;
    border:1px solid #bdbdbd;
    padding: 6px;
    color: gray;
}
.avatar-text
{
    background-color: #36c96d;
    font-size: 20px;
    width:65px ;
    height:65px;
}
.MuiGrid-item-margin
{
    margin: 10px !important;
}
/* .MuiGrid-container-width
{
    width: 60%;
    padding: 20px;
} */
.MuiButton-containedPrimary {
    color: #fff !important;
    background-color: #36c96d !important;
    text-transform: capitalize !important;
}
.MuiStepIcon-root.MuiStepIcon-active {
    color: #36c96d !important;
    font-size: xx-large;
}
.MuiStepIcon-root.MuiStepIcon-completed {
    color: #36c96d !important;
}
.MuiStepLabel-label.MuiStepLabel-active {
    color: #304669 !important;
    font-weight: 500;
    font-size: 17px !important;
}
.MuiStepLabel-label.MuiStepLabel-completed {
    color: #304669 !important;
    font-weight: 500;
    font-size: 17px !important;
}
.MuiStepLabel-label {
    color: rgb(0 0 0 / 61%) !important;
    font-size: 17px !important;
}
/* .corporate-content {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0px;
    padding: 0 1rem;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #f5f6fa;
} */

.dissolution__corporate .dissolution__content .dissolution__inner,
.password__complete .complete__content .complete__inner {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    height: auto;
    overflow: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}    
.dissolution__corporate .dissolution__content,
.password__complete .complete__content {
    width: -webkit-fill-available;
    height: 100vh;
}
.dissolution__corporate .dissolution__content .dissolution__inner .MuiSvgIcon-root,
.password__complete .complete__content .complete__inner .MuiSvgIcon-root {
    color: #36c96d;
    font-size: 10rem;
}
.dissolution__corporate .dissolution__content .dissolution__inner h2,
.password__complete .complete__content .complete__inner h2 {
    color: #304669;
    line-height: 2.5rem;
    font-size: 1.2rem;
}
.change_creator_form_wrapper {
    width: 100vw;
    height: 100vh;
}
.change_creator_form_wrapper form,
.change_password_form_wrapper form {
    padding: 2rem 0;
    text-align: left;
}
.change_creator_form_wrapper form .form-control,
.change_password_form_wrapper form .form-control {
    margin-bottom: 1.5rem;
}
.change_password_form_wrapper form .react-tel-input,
.change_password_form_wrapper form .form-control-pwd {
    margin-top: 8px;
    margin-bottom: 1.5rem;
}
.change_password_form_wrapper form .form-control input {
    /* padding-right: 150px; */
    padding-right: 9rem;
}
.change_password_form_wrapper .MuiFormControl-root {
    width: 100%;
}
.change_password_form_wrapper a.verification_link {
    /* position: absolute;
    right: 38.5%;
    top: 47.3%; */
    position: relative;
    font-size: 0.9rem;
    float: right;
    margin: -53px 5px 0 0;
    z-index: 1;
}
.change_creator_form_wrapper form .form-control input,
.change_password_form_wrapper form .form-control input,
.change_password_form_wrapper form .react-tel-input input.form-control,
.corporate_information form .form-control input,
.change_password_form_wrapper form .form-control-pwd input {
    font-size: 14px;
    color: rgba(48 70 105 / 0.6);
    width: 100%;
}
.change_creator_form_wrapper form .button-control,
.change_password_form_wrapper form .button-control  {
    margin: 1rem .5rem .5rem .5rem;
    background: #36c96d;
    color: #fff;
    text-transform: capitalize;
}
.change_creator_form_wrapper form .button-next,
.change_password_form_wrapper form .button-next  {
    background: #36c96d;
    color: #fff;
    text-transform: capitalize;
}
.password__complete .complete__content .complete__inner span {
    color: #a3adbe;
    line-height: 2.5rem;
    font-size: 1rem;
    font-weight: 500;
}
.MuiButton-outlinedSecondary {
    color: #ea5454 !important;
    border: 1px solid #ea5454;
    text-transform: capitalize !important;
}
.MuiCheckbox-colorSecondary.Mui-checked {
    color: #36c96d !important;
}
.MuiIconButton-colorSecondary:hover {
    background-color: #4caf5026 !important;
}
.MuiTableHead-root {
    display: table-header-group;
    background-color: #607d8b1a !important;
}
.stepper-center
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.MuiTypography-colorPrimary {
    color: #36c96d !important;
    /* font-size: 14px !important; */
}
.MuiStepIcon-root {
    color: rgba(0, 0, 0, 0.38) !important;
    display: block;
    /* font-size: xx-large !important; */
}
/* .makeStyles-highlight-26 {
    color: #36c96d;
    background-color: rgb(76 175 80 / 4%) !important;
} */
.MuiTableRow-root.Mui-selected, .MuiTableRow-root.Mui-selected:hover {
    background-color: rgb(237 250 242 / 44%) !important;
}
.table-button .MuiButton-contained
{
    background: #36c96d;
    color: #fff;
    text-transform: capitalize;
    width: max-content;
    margin: 5px;
    font-weight: 400;
    letter-spacing: 0px;
}  
.table-button .MuiButton-text
{
    color: rgb(48 70 105);
    text-transform: capitalize;
    width: max-content;
    margin: 5px;
    font-weight: 400;
    letter-spacing: 0px;
}
.itemtext
{
    border: 1px solid #36c96d;
    border-radius:5px;
    padding: 3px;
    font-size: 12px;
    color: #36c96d;
}
.tablecell-notification
{
    color: #c19963;
    display: inline-table;
    background-color: #fbf4df;
    padding: 16px;
    width: -webkit-fill-available;
}
.save-cancel,
.modify {
    margin: 1.5rem 0.5rem 0rem;
}
.save-cancel .save,
.save-cancel .cancel,
.modify a {
    font-size: 0.9rem;
    text-decoration: none !important;
}
.save-cancel .cancel {
    color: red !important;
}
.list-item-text span {
    font-size: 0.8rem;
    color: #304669;
}
/*-------------------- //End -------------------- */