input, select {
    border-radius: 100px !important;
    font-size: 15px;
    color: #585858;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 19px !important;
}
input::placeholder, textarea::placeholder, select::placeholder {
    color: #585858 !important;
}
.form-check-input[type=checkbox] {
    border-radius: 4px !important;
}
textarea {
    border-radius: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 19px !important;
}
.btn-theme {
    font-size: 16px;
    font-weight: 700;
}
.rounded-30 {
    border-radius: 30px !important;
}
.rounded-100 {
    border-radius: 100px !important;
}
.upload-pic .upload-btn {
    left: 0;
    right: -61px;
}
.bg-coffee {
    background-color: #FFBE6D;
}
.input-group.input-group-merge input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group.input-group-merge span.input-group-text.cursor-pointer {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.py-2_5 {
    padding-top:0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.layout-navbar.navbar-detached {
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none;
}
.upload-pic img {
    border-radius: 100px;
    width: 90px;
}
.app-brand-logo.demo {
    height: 35px;
}
html:not([dir=rtl]) .app-brand-text {
    margin-left: 0 !important;
}
.iti__selected-flag {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.file-list button {
    position: absolute;
    right: -7px;
    top: -11px;
    font-size: 11px !important;
    width: 23px !important;
    height: 22px !important;
}
.file-list img {
    border: 1px solid #dedede;
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    background-color: #1d62f01f !important;
}
.btn-outline-primary.waves-effect .waves-ripple {
    background: radial-gradient(rgba(29, 98, 240, 0.2) 0, rgba(29, 98, 240, 0.3) 40%, rgba(29, 103, 240, 0.4) 50%, rgba(29, 98, 240, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.menu-inner li.menu-item.active a.menu-link {
    background: #FFBE6D !important;
}
.menu-inner li.menu-item.active a.menu-link div,
.menu-inner li.menu-item.active a.menu-link i{
    color: black !important;
}
.customer-details .label{
    color: #5E5E5E;
    font-size: 14px;
}
.customer-details .value{
    color: #1D1B20;
    font-size: 16px;
}
