.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-50 {
    width: 50% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-100 {
    width: 100% !important;
}

.dot-opacity-loader {
    width: 50px;
    height: 15px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}
.dot-opacity-loader span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #4B49AC;
    margin: 5px 2px;
    opacity: 0;
}

#yield-table tbody tr:hover {
    background-color: color(srgb 0.9175 0.9171 0.9463);
    border-radius: 8px 0 0 8px;
}

#yield-table thead tr th {
    padding: 14px;
}

#yield-table tbody tr td:first-child {
    border-radius: 8px 0 0 8px;
}

#yield-table tbody tr td:last-child {
    border-radius: 0 8px 8px 0;
}

#history-import-date-input, .input-group-addon {
    height: 40px;
}

.input-group-addon {
    display: none;
}

.ti-calendar {
    height: 41px;
}

#datepicker-block .datepicker-search {
    padding: 0;
    padding-top: 6px;
    padding-left: 5px;
}

#datepicker-block .datepicker-input {
    padding-right: 6px;
}

.accordion > .card .card-header {
    background-color: rgba(232, 235, 238, 0.54);
}

.accordion.accordion-solid-header .card .card-header a {
    padding: 1.5rem 4.5rem 1.5rem 2rem;
}

#budget-tab input.form-control {
    padding: 12px;
    width: 80%;
    display: inline-block;
}

#confirmation-form input.code_box {
    width: 17px;
    padding: 15px;
    margin: 3px;
    font-size: 20px;
    text-align: center;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    height: 50px;
}

.auth .brand-logo img {
    width: 250px;
}

.auth .login-half-bg {
    background: url("../images/auth/auth-b5c194de3df026123b1441adefd65199.png");
}

.symbol {
    font-size: 10px;
}

.mb-2 .symbol {
    font-size: 16px;
}

#item-companies {
    margin-right: 0;
}

#item-import {
    margin-right: 0;
}

#import-button {
    width: 96px;
}

#import-button .icon-cloud-upload {
    padding-right: 5px;
}

#item-companies select, #item-establishments select {
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}