/* :: 5.0 Sidebar Area CSS */

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 80vh;
    overflow-y: auto;
}

.social-sidebar-area {
	
	border-radius: 0px 10px 10px 0px;
    width: 50px;
    height: 80%;
    background-color: transparent;
    position: fixed;
    bottom: 80px;
    left: 0;
    z-index: 100;
    overflow: hidden;
}

.social-info-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: 300px;
    left: -145px;
    z-index: 10;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-info-area a {
    text-transform: uppercase;
	color: black;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    line-height: 1;
}

.social-info-area a i {
    font-size: 40px;
    color: #9f9f9f;
    margin-right: 5px;
}

.message-box > a {
    width: 50px;
    height: 75px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #A08C79;
    text-align: center;
    color: #fff;
    font-size: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.message-box > a > img {
    max-width: 40px;
}

/* :: 6.0 Welcome Area CSS */

.welcome-area {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh !important;
}