.ql-editor.ql-blank::before{
    display: none;
}
.webform-field-upload .webform-small-button{
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
    color: #007bff;
    border-radius: 8px;
    border: 1px solid;
}
#file_input_mfiavatar{
    cursor: pointer;
}
#detal-text-root{
    border: 1px solid #e0e4ea;
}
.update-btn{
    position: absolute;
    bottom: -70px;
    right: 20px;
    background-color: #d8d8d8;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    padding: 1px 0;
    color: #626263;
    border-radius: 50%;
    border: 1px solid #c5c5c5;
}
.update-btn:hover{
    background-color: #007bff;
    color: #e4e4e4;
    border: 1px solid #0070e8;
}
.image-profile{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0 !important;
}
.nav .nav-item .nav-link
{
    text-align: center;
}
  
.nav-menu-list-mb{
    display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
{
    .main-navbar__search
    {
        position: static !important;
    }
    .navbar-nav
    {
        width: calc(100% - 60px);
    }
    .nav-item.dropdown
    {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .nav-menu-list-mb{
        display: block;
    }
    .main-navbar__search
    {
        display: none !important;
    }
}

@media screen and (max-width:480px) {
    .main-navbar .navbar .nav-link {
        /*display: none !important;*/
    }
}
.main-navbar .navbar {
    height: 7rem;
}
.blog-comments__avatar img {
    width: auto !important;
}
.resize_image {
    margin-left: auto!important;
    min-height: 240px;
    max-height: 240px;
    overflow: hidden;
	position: relative;
}
.resize_image .image-profile {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0 !important;
    position: absolute;
    left: 0;
}
.resize_image .top {
    top: 0%;
}
.resize_image .center {
    top: 50%;
    transform: translate(0%, -50%);
}

#calendar ul, #calendar ol, #calendar li
{
    list-style-type: none;
    padding: 0;
}
.calendar-hd {
    height: 50px;
}
#calendar
{
    margin-bottom: 25px;
}
.calendar-ct
{
    height: 100% !important;
}

.menu-parent
{
    display: none;
    padding: 0;
    list-style-type: none;
    background: #fff;
    padding: 0px;
    width: 100%;
    height: 65vh;
    padding-top: 1em;
    padding-bottom: 1em;
    border: 1px solid #e6e6e6; 
    box-shadow: 0px 0px 10px #e6e6e6;
    border-radius: 3px;
}
.menu-parent a {
    padding: 0px 10px;
    text-decoration: none;
}
.menu-parent .downmenu
{
    position: relative;
    width: 10px;
    display: inline-block;
    padding: 0px;
}
.menu-parent .downmenu::before
{
    /*content: '';*/
    border: 4px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    border-top-color: #333;
}

.menu-cities
{
    position: relative;
}

.menu-dis
{
    position: absolute;
    width: 300px;
    left: 100%;
    top: 0px;   
}

.menu-reg
{
    position: absolute;
    width: 100%;
    left: 100%;
    top: -1px;
}

.menu-cit
{
    position: absolute;
    width: 100%;
    left: 100%;
    top: -1px;
    overflow: auto;
}

.menu-cities:hover .menu-dis {
    display: block;
}
.menu-dis li:hover > .menu-reg {
    display: block;
}
.menu-reg li:hover > .menu-cit {
    display: block;
}

.main-sidebar .nav-wrapper
{
    overflow: visible;
}
.menu-cities li:hover > a {
    text-decoration: underline;
}

.main-sidebar .nav .nav-item .nav-link {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}