.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: 5.75rem;
}
.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%);
}
/***************************/
.main-sidebar .nav .nav-item .nav-link.active, .main-sidebar .nav .nav-item .nav-link:hover, .main-sidebar .nav .nav-item.active, .main-sidebar .nav .nav-item:hover {
    box-shadow: inset 0.1875rem 0 0 #ff6500;
    background-color: #fbfbfb;
    color: #ff6500;
}
.main-sidebar .nav .nav-item .nav-link.active i, .main-sidebar .nav .nav-item .nav-link:hover i, .main-sidebar .nav .nav-item.active i, .main-sidebar .nav .nav-item:hover i {
    color: #ff6500;
}
a {
    color: #ff6500;
}
a:hover {
    color: #ff6500;
    text-decoration: underline;
}
.btn-outline-primary {
    background-color: transparent;
    background-image: none;
    border-color: #ff6500;
    color: #ff6500;
}             
.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff6500;
    border-color: #ff6500;
    box-shadow: 0 5px 15px rgba(0,0,0,.05), 0 4px 10px rgba(255, 101, 0, 0.25098039215686274);
}
.btn-danger {
    color: #fff;
    border-color: #001034;
    background-color: #001034;
    box-shadow: none;
}
.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 3px rgba(0, 16, 52, 0.14901960784313725), 0 3px 15px rgba(0, 16, 52, 0.2), 0 2px 5px rgba(0,0,0,.1);
}
.btn-danger:hover {
    color: #fff;
    background-color: #001034;
    border-color: #001034;
    box-shadow: 0 5px 15px rgba(0,0,0,.05), 0 4px 10px rgba(0, 16, 52, 0.25098039215686274);
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #001034;
    border-color: #001034;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)!important;
}