.inp_small {
    width: 10px;
}

.redtext a {
    color: #203361;
}

.orange_row td {
    background-color: rgba(255, 153, 0, 0.27) !important;
}

.yellow_row td {
    background-color: rgba(255, 0, 0, 0.2) !important;
}

.bright_orange_row td {
    background-color: rgba(232, 112, 27, .5) !important;
}

.table tbody tr.success>td {
    background-color: #d0e9c6 !important;
}

.table tbody tr.stc>td {
    background-color: rgba(0, 128, 128, 0.2) !important;
}

.table tbody tr.error>td {
    background-color: #ebcccc !important;
}

.table tbody tr.warning_perc>td {
    background-color: #e8701b;
}

#valuation-grid table tr:nth-child(2n) td {
    background-color: #f7f8f9;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    padding-right: 8px !important;
    padding-left: 8px !important;
    margin-right: 2px;
    line-height: 14px;
}

.damage_images {
    max-width: 100%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

.verified_logo {
    height: 48px;
    width: 35px;
    background-repeat: no-repeat;
}

.green {
    color: #0ebc00 !important;
}

.summary_container.rtlactive {
    right: unset !important;
    left: 45px;
    top: 95px;
}

.rtlactive .summary-row {
    direction: ltr !important;
}

.dropdown-menu .divider {
    margin: 4px 12px !important;
}

.dropdown-menu li a i {
    padding-right: 8px;
}

table.offer-table th {
    font-size: 12px;
}

#trader-offer-modal {
    width: 700px;
}

@media screen and (max-width: 768px) {
    #trader-offer-modal {
        width: 95%;
    }
}

table.arabic td {
    text-align: right;
}

.datepicker-days {
    max-width: 215px;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    max-width: 215px;
}

.datepicker.datepicker-rtl.dropdown-menu {
    right: unset !important;
}

div#contentarea {
    margin-top: 24px;
}


/* Seller Fica Modal Styling */

.modal.seller_details {
    width: 460px !important;
    margin-left: -230px !important;
}

.seller_details .modal-body {
    padding: 24px 24px 20px 24px;
}

.seller_details .modal-header {
    padding: 0 !important;
    border-bottom: 0 !important;
}

h3.modal-title {
    color:  #101828;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}

.seller_details p {
    color:  #101828;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
}

.seller_details a {
    color: #155EEF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
}

.seller_details button.full_button {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid  #1373CC;
    background:  #1373CC;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.seller_details .text-center a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color:  #0E5699;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    gap: 8px;
    padding: 6px 16px;
    margin-top: 10px;
}

.seller_details .modal-footer {
    background: #FFFFFF;
    display: flex;
    padding: 16px 16px 0 24px;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    text-align: left;
    gap: 8px;
}

.seller_details .modal-footer p {
    color:  #344054;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 130%;
}

.seller_details .modal-footer a {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 130%;
}

/* DO-7239 */

#stock-note-modal {
    width: 530px !important;
    margin-left: -280px !important;
}

#note-modal {
    width: 530px !important;
    margin-left: -280px !important;
}

.modal-body.no_padding {
    padding: 0;
}

.note_code {
    padding: 24px 24px 0px 24px;
    border-bottom: 1px solid #D0D5DD;
}

h6.name_note {
    color: #1D2939;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 6px;
}

p.noted_date {
    color: #475467;
    font-size: 14px;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 8px;
}

p.note_comment {
    color: #1D2939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}

#note-form {
    padding: 24px 24px 0 24px;
}

#note-form textarea {
    width: 100%;
    max-width: 468px !important;
}

.grid-view ul.dropdown-menu.dropdown-menu-right {
    text-align:left;
}

a.toggle-actions {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
}

.modal-body.no_padding form#note-form {
    padding: 0;
}

.max-320.modal {
    max-width: 320px;
    margin-left: -160px !important;
}

.max-320.modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0;
}

.max-320.modal .modal-body {
    padding: 0 15px 15px;
    display: flex;
    flex-direction: column;
}

button.full_blue {
    display: flex;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #1373CC;
    background: #1373CC;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
}

button.full-white {
    display: flex;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #344054;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px;
    font-family: "Roboto", sans-serif;
}