.navbar {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-light .navbar-toggler {
    font-size: medium;
    padding: 0 !important;
    border-color: transparent !important;
    background-color: transparent !important;
}

.dx-texteditor-input{
    padding-right: 9px!important;
}

strong, b {
    font-weight: 600;
}

.m_mile_cricle{
    position: relative;
    width: 4px;
    height: 4px;
    bottom: 3px;
    background: #626366;
    border-radius: 50%;
    display: inline-block;
}


input {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon, .dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon{
    background-color: transparent!important;
}

.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon, .dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon{
    background-color: transparent!important;
}

.m-item-red{
    position: absolute;
    text-align: left;
    color: #F00;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 10px;
}

div#field1_div::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    top: 70%;
    margin-top: -4px;
    border-right: 6px solid transparent;
    border-top: 8px solid #626466;
    border-left: 6px solid transparent;
    z-index: 1;
}

.dx-list:not(.dx-list-select-decorator-enabled)
.dx-list-item.dx-state-active{
    background-color: transparent!important;
}

.dx-list-item.dx-state-active .dx-list-item-content{
    color: black;

}

.dx-texteditor-input{
    color: #626466!important;
}