
/* ============ 6. Profile ============ */
.profile-cover-image {
    position: relative;
    width: 100%;
    height: 400px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}


.profile-page-top {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 45px;
}

.profile-details {
    width: 100%;
    display: table;
    position: relative;
    float: left;
}

.profile-details .left {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 180px;
    padding-right: 30px;
}

.profile-details .right {
    display: table-cell;
    vertical-align: top;
}

.profile-details .img-profile {
    width: 180px;
    height: 180px;
    border-radius: 0.1875rem;
}

.profile-details .p-last-seen {
    margin: 0;
    text-align: left;
    margin-bottom: 8px;
    color: #888;
}

.last-seen {
    font-size: 12px;
    color: #888;
}

.last-seen i {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #CFCFCF;
}

.last-seen-online i {
    color: #85cc84
}

.row-profile-username {
    line-height: 23px;
    margin-bottom: 5px;
}

.profile-details .username {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 !important;
    width: auto;
    float: left;
}

.icon-verified-member {
    float: left;
    color: #09b1ba;
    font-size: 24px;
    line-height: 26px;
    margin-left: 5px;
}

.profile-rating {
    float: left;
    height: 20px;
    line-height: 20px;
}

.profile-rating .rating {
    float: left;
    position: relative;
}

.profile-rating span {
    line-height: 20px;
    color: #595959;
    position: relative;
}

.profile-details .description {
    line-height: 24px;
    color: #555;
    margin-bottom: 8px;
}

.profile-details .user-contact {
    margin-bottom: 8px;
}

.profile-details .user-contact .info {
    color: #777;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #E1E3DF;
}

.profile-details .user-contact a {
    color: #777;
}

.profile-details .user-contact .info:last-child {
    border: 0;
}

.profile-details .user-contact .info i {
    margin-right: 10px;
}

.shipping-address-box {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 20px;
}

.shipping-address-box strong {
    display: block;
    margin-bottom: 10px;
}

.shipping-address-box p {
    margin-bottom: 5px;
}

.shipping-address-box-cart p {
    font-size: 13px;
}

.shipping-address-box p a {
    float: right;
}

.shipping-address-box p .btn-edit {
    margin-right: 5px;
}

.shipping-address-box .add-new {
    text-align: center;
}

.shipping-address-box .add-new i {
    display: block;
}

.shipping-address-box-cart {
    display: table;
    width: 100%;
    background-color: #f9f9f9;
    border: 0;
}

.shipping-address-box-cart .address-left {
    display: table-cell;
    vertical-align: middle;
}

.shipping-address-box-cart .address-right {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    text-align: center;
}

.shipping-address-box-cart .custom-control-label {
    display: block;
    width: 100%;
    padding-left: 5px;
    position: relative;
}

.shipping-address-box-cart .custom-control-label::before, .custom-control-label::after {

}

.text-shipping-address {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.p-cart-shop {
    margin-bottom: 10px;
}

.p-cart-shop svg {
    color: #888;
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
}

.dropdown-shipping-options {
    position: absolute;
    right: 5px;
    top: 5px;
}

.dropdown-shipping-options .dropdown-menu {
    border: 1px solid #e6e6e6;
    min-width: 130px;
    padding: 4px;
    left: -20px !important;
    z-index: 999999;
}

.dropdown-shipping-options .dropdown-menu a {
    display: block;
    float: left;
    margin-bottom: 0;
    padding: 4px 20px;
    line-height: 24px;
    color: #777 !important;
    margin-bottom: 2px;
}

.dropdown-shipping-options > .btn > svg {
    width: 20px;
    height: 20px;
    color: #666;
}

.dropdown-shipping-options > .btn {
    padding: 5px 6px !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
}

.dropdown-shipping-options > .btn:hover {
    background-color: #f1f1f1 !important;
}

.dropdown-shipping-options.show > .btn {
    background-color: #f1f1f1 !important;
}

.cart-shipping-loader {
    text-align: left;
    margin-top: 45px;
    margin-bottom: 45px;
    float: left;
    display: none;
}

.cart-shipping-loader .spinner {
    float: left;
}

.cart-shipping-loader .spinner > div {
    background-color: #aaa;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    color: #777 !important;
    text-decoration: none;
    background-color: #f5f5f5 !important;
}

.link-add-new-shipping-option svg {
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.profile-buttons {
    margin-top: 15px;
    text-align: right;
    line-height: 34px;
}

.profile-buttons .buttons {
    float: left;
    margin-right: 30px;
}

.profile-buttons .buttons button {
    margin: 0;
    margin-right: 10px;
}

.profile-buttons .social {
    float: left;
}

.profile-buttons .social label {
    float: left;
    margin: 0;
    margin-right: 10px;
    font-weight: bold;
}

.profile-buttons .social ul {
    float: left;
    margin: 0;
    padding: 0;
}

.profile-buttons .social ul li {
    display: inline-block;
    margin-right: 5px;
}

.profile-buttons .social ul li:first-child {
    margin-left: 0;
}

.profile-buttons .social ul li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    color: #777;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
}

.profile-buttons .social ul li a:hover {
    color: #fff;
}

.profile-tabs .nav .nav-item {
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
}

.profile-tabs .nav .nav-item .nav-link {
    padding: 11px;
    border-radius: 0.1875rem;
    color: #222;
}

.profile-tabs .nav .nav-item .nav-link i {
    margin-right: 8px;
}

.profile-tabs .nav .nav-item .nav-link .count {
    float: right;
}

.profile-tabs .nav .nav-link:hover {
    background-color: #f2f2f2;
}

.profile-tabs .nav .active .nav-link {
    background-color: #f2f2f2;
}

.nav-tabs-profile {
    margin-bottom: 45px;
}

.nav-tabs-profile .count {
    margin-left: 5px;
    color: #777;
}

.link-abuse-report {
    font-size: 13px;
    text-decoration: underline !important;
}

.modal-report-abuse .modal-title {
    color: #222 !important;
}

.modal-report-abuse .form-group label {
    color: #222 !important;
    font-weight: 600 !important;
}

.modal-report-abuse textarea {
    box-shadow: none !important;
}

.profile-tab-content {
    min-height: 340px;
}

.profile-search {
    display: block;
    position: relative;
}

.profile-search input {
    background-color: #fafafa !important;
    border: 1px solid #eaeaea !important;
    color: #555;
    height: 40px;
}

.profile-search button {
    position: absolute;
    top: 1px;
    right: 0;
    background-color: transparent !important;
    border: 0 !important;
    color: #888;
    font-size: 16px;
}

.profile-search button i {
    margin-right: 0 !important;
}

.edit-profile-cover-image {
    display: block;
    width: 100%;
    height: 180px;
    background: #f9f9f9;
    margin-bottom: 15px;
    border-radius: 3px;
}

.edit-profile-cover-image .icon-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    text-align: center;
    color: #dcdcdc;
    font-size: 52px;
    line-height: 52px;
}

.btn-resend-email {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.follower-item {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.follower-item .img-profile {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    border-radius: 100%;
}

.follower-item .username {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
    word-wrap: break-word;
}

.form-avatar {
    width: 180px;
    height: 180px;
    border-radius: 0.1875rem;
}

.btn-group-download .btn-custom {
    padding: .42rem 1.78rem;
}

.btn-group-download .dropdown-item:active {
    color: #222 !important;
    text-decoration: none !important;
    background-color: #f8f9fa !important;
}

.btn-group-download .btn-custom:after {
    display: none !important;
}

.btn-group-download .dropdown-menu {
    margin-top: 0 !important;
    border-radius: 0 0 2px 2px !important;
}

.filter-profile-categories .active {
    font-weight: 600 !important;
}

.profile-tab-content .filter-reset-tag-container {
    display: inline-block !important;
    width: auto !important;
}

/* ============ 7. Messages ============ */


.messages-head {
    display: block;
    padding: 10px;
    border-bottom: 2px solid #f0f0f0;
    border: 1px solid #eaeaea;
    background-color: #f8f8f8;
    border-radius: 4px 4px 0 0;
}

.messages-head .sender-head {
    display: table;
    width: 100%;
}

.messages-head .sender-head .left {
    display: table-cell;
    width: 75px;
    vertical-align: middle;
}

.messages-head .sender-head .right {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
}

.messages-head .sender-head .left .img-profile {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #eee;
}

.messages-head .sender-head .right .username {
    font-weight: 600;
}

.messages-head .select-checkbox {
    display: inline-block;
    float: left;
    margin-top: 1px;
}

.messages-head .p-last-seen {
    margin-bottom: 10px;
}

.messages-content {
    display: block;
}

.messages-sidebar {
    display: block;
    height: 725px;
    border-right: 0;
    overflow: hidden;
}

.messages-sidebar .conversation-item-link {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    color: #222 !important;
}

.messages-sidebar .conversation-item {
    width: 100%;
    float: left;
    display: table;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 2px;
    border-radius: 3px;
}

.messages-sidebar .conversation-item .conversation-item-link {
    display: block;
    width: 100%;
}

.messages-sidebar .active-conversation-item {
    background-color: #f2f2f2;
}

.messages-sidebar .conversation-item:hover {
    background-color: #f2f2f2;
}

.messages-sidebar .conversation-item .left {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 40px;
    padding-left: 4px;
}

.messages-sidebar .conversation-item .left .custom-checkbox {
    top: -6px;
}

.messages-sidebar .conversation-item .middle {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 75px;
}

.messages-sidebar .conversation-item .middle img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.messages-sidebar .conversation-item .right {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.messages-sidebar .conversation-item .right .row-custom {
    margin-bottom: 4px;
}

.messages-sidebar .conversation-item .right .time {
    float: right;
    color: #62696E;
    font-size: 12px;
}

.messages-sidebar .conversation-item .right .username {
    float: left;
    line-height: 20px;
    font-weight: 600;
}

.messages-sidebar .conversation-item .right .username .to {
    margin-right: 5px;
    color: #777;
}

.messages-sidebar .conversation-item .right .badge-new {
    float: left;
    margin-left: 15px;
    margin-top: 2px;
    margin-bottom: 0 !important;
}

.messages-sidebar .conversation-item .right .subject {
    color: #777;
    font-size: 13px;
    margin-bottom: 0;
}

.messages-content .messages-list {
    width: 100%;
    height: 620px;
    display: block;
    position: relative;
    float: left;
    max-height: 620px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}

.messages-content .messages-list .message-list-item {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin: 10px 0;
    padding: 0 15px;
}


.messages-content .messages-list .message-list-item .message-list-item-row-received {
    display: table;
    max-width: 600px;
    float: left;
}

.messages-content .messages-list .message-list-item .message-list-item-row-received .user-avatar {
    display: table-cell;
    width: 55px;
    vertical-align: top;
    text-align: left;
}

.messages-content .messages-list .message-list-item .message-list-item-row-received .user-avatar .message-user .img-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.messages-content .messages-list .message-list-item .message-list-item-row-received .user-message {
    display: table-cell;
    vertical-align: top;
}

.messages-content .messages-list .message-list-item .message-list-item-row-received .user-message .message-text {
    background-color: #f1f0f0;
    padding: 0.625rem;
    text-align: left;
    border-radius: 0.1875rem;
    word-break: break-word;
}

.messages-content .messages-list .message-list-item .message-list-item-row-received .user-message .time {
    float: right;
    color: #899095;
    font-size: 12px;
}


.messages-content .messages-list .message-list-item .message-list-item-row-sent {
    display: table;
    max-width: 600px;
    float: right;
}

.messages-content .messages-list .message-list-item .message-list-item-row-sent .user-avatar {
    display: table-cell;
    width: 55px;
    vertical-align: top;
    text-align: right;
}

.messages-content .messages-list .message-list-item .message-list-item-row-sent .user-avatar .message-user .img-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.messages-content .messages-list .message-list-item .message-list-item-row-sent .user-message {
    display: table-cell;
    vertical-align: top;
}

.messages-content .messages-list .message-list-item .message-list-item-row-sent .user-message .message-text {
    background-color: #65B3D4;
    padding: 0.55rem;
    text-align: left;
    border-radius: 0.1875rem;
    color: #fff;
    word-break: break-word;
}

.messages-content .messages-list .message-list-item .message-list-item-row-sent .user-message .time {
    float: right;
    color: #899095;
    font-size: 12px;
}


.messages-content .message-list-item .message-user .username {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 22px;
}

.delete-conversation-link {
    color: #888;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 13px;
    z-index: 10;
    opacity: 0;
}

.delete-conversation-link i {
    margin: 0 !important;
}

.messages-sidebar .conversation-item:hover .delete-conversation-link {
    opacity: 1;
}

.messages-content .message-reply {
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.messages-content .message-reply textarea {
    border-radius: 4px;
    padding: 15px 20px;
    border: 1px solid #ced4da;
}

/*Orders*/
.table-orders td, .table-orders th {
    padding: .75rem;
}

.table-orders thead th {
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
    border-top: 1px solid #f2f6f6;
}

.span-product-dtl-table {
    display: block;
    min-width: 80px;
    float: left;
}

.order-details-container .order-head {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.order-details-container .order-head .row-title {
    margin-bottom: 0 !important;
}

.order-details-container .order-head .title {
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.order-details-container .order-row-item {
    margin-bottom: 10px;
}

.order-details-container .table-orders-container {
    margin-top: 60px;
}

.order-details-container .table-orders {
    border-bottom: 1px solid #dee2e6;
}

.order-details-container .table-orders td {
    padding: 1.2rem .75rem;
}

.order-details-container .order-total {
    width: 340px;
    max-width: 100%;
    background-color: #f9f9f9;
    float: right;
    padding: 20px;
}

.order-details-container .row {
    margin-bottom: 15px;
}

.order-details-container .row-seperator {
    border-top: 1px solid #dee2e6;
}

.order-details-container .order-total .col-left {
    font-weight: 600;
}

.order-details-container .order-total .col-right {
    text-align: right;
}

.order-details-container .shipping-container {
    margin-top: 30px;
}

.order-details-container .block-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.order-details-container .shipping-container .shipping-row-item {
    font-size: 13px;
    margin-bottom: 3px;
}

.order-details-container .tr-shipping td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.btn-sale-options {
    display: block;
    width: 100%;
    color: #fff !important;
    white-space: nowrap;
    padding: .3rem .5rem;
}

.col-table-orders {
    line-height: 45px;
}

.col-table-orders .block-title {
    line-height: 45px;
    margin-bottom: 0;
}

.btn-view-invoice {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 15px;
    top: 0;
    padding: .3rem .8rem;
}

.tracking-number-container {
    margin-top: 25px;
}

.tracking-number-container .title {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
}

.tr-shipping {
    background-color: #f9f9f9 !important;
    font-size: 13px;
    border: 0 !important;
}

.tr-shipping td {
    border: 0 !important;
}

.tr-shipping-seperator td {
    height: 30px;
    border: 0 !important;
}

.order-shipping-tracking-number p {
    margin-bottom: 4px;
}

.order-shipping-tracking-number strong {
    margin-bottom: 5px;
}

/*Earnings*/
.earnings-boxes .earnings-box {
    width: 100%;
    background-color: #f8f8f8;
    border: 2px solid #f1f1f1;
    border-radius: 3px;
    padding: 30px;
}

.earnings-boxes .earnings-box .price {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
}

.earnings-boxes .earnings-box .title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.earnings-boxes .earnings-box .description {
    text-align: center;
    margin: 0;
    font-size: 13px;
}

.table-earnings-container {
    margin-top: 60px;
}

.text-confirm-order {
    color: #777;
    margin-top: 60px;
}

.text-confirm-order-table {
    display: block;
    width: 100%;
    color: #777;
    max-width: 160px;
    margin-top: 5px;
}

.modal-custom {
    border-radius: 0.1875rem;
}

.modal-custom .modal-header {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 0;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    padding: 1.5rem;
    padding-bottom: 0;
}

.modal-custom .modal-header .modal-title {
    display: block;
    width: 100%;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.modal-custom .modal-header .modal-title-exp {
    display: block;
    width: 100%;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

.modal-custom .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-custom .modal-body {
    padding-bottom: 0;
    display: block;
    width: 100%;
    float: left;
    padding: 1.5rem;
}

.modal-custom .modal-footer {
    border-top: 0;
    padding: 1rem 1.5rem;
    display: block;
    width: 100%;
    float: left;
}

.modal-custom textarea {
    resize: none !important;
    min-height: 100px;
}

.modal-refund textarea {
    resize: vertical !important;
    min-height: 140px;
    border-radius: 2px !important;
}

.dropdown-order-options {
    position: relative;
    min-width: 130px;
}

.dropdown-order-options .dropdown {
    position: absolute;
    left: 0;
    top: 0;
}

.dropdown-order-options .dropdown .dropdown-item {
    padding: .4rem 1.5rem;
    font-weight: 400;
}

.dropdown-order-options .dropdown .dropdown-item:focus, .dropdown-order-options .dropdown .dropdown-item:hover {
    color: #212529 !important;
    background-color: #f8f9fa !important;
}

.dropdown-order-options .dropdown .active, .dropdown-order-options .dropdown .dropdown-item:active {
    color: #212529 !important;
    background-color: #f8f9fa !important;
}

.table-custom-modal tr th {
    padding: 5px !important;
    font-weight: 600 !important;
}

.table-custom-modal tr td {
    padding: 5px !important;
    vertical-align: center;
}

.table-custom-modal tr td .btn-option {
    padding: 2px 5px;
    font-weight: 300;
    font-size: 12px;
}

/*Quote Requests*/
.table-item-product {
    display: table;
}

.table-item-product .left {
    display: table-cell;
    vertical-align: top;
}

.table-item-product .left .img-table {
    height: 70px;
    width: 70px;
    overflow: hidden !important;
}

.table-item-product .right {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.table-item-product .left img {
    display: block;
    height: 70px;
    width: auto;
    margin: 0 auto;
    max-width: none;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%);
    float: left;
}

.table-item-product p {
    margin-bottom: 5px;
}

.table-product-title {
    margin: 0 !important;
    font-size: 14px;
    line-height: 20px;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, .02);
}

.table-striped-reverse tbody tr:nth-of-type(2n) {
    background-color: rgba(0, 0, 0, .02);
}

.table-striped-reverse td, .table-striped-reverse th {
    border-top: 1px solid #f2f6f6;
}

.table-striped td, .table-striped th {
    border-top: 1px solid #f2f6f6;
}

.btn-table-option {
    width: 100%;
    display: block;
    color: #fff !important;
    margin-bottom: 5px;
    white-space: nowrap;
}

.btn-delete-quote {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-delete-quote:hover, .btn-delete-quote:focus, .btn-delete-quote:active {
    background-color: #c9302c;
    border-color: #ac2925;
}

.table-seller-bid {
    background-color: #EDEFF1;
    padding: 10px;
    display: block;
    border-radius: 0.1875rem;
    text-align: center;
}

.table-seller-bid p {
    display: block;
    width: 100%;
    margin-bottom: 0;
    white-space: nowrap !important;
}

.number-of-entries {
    float: left;
    margin: 20px 0;
    line-height: 32px;
}

.table-pagination {
    float: right;
    margin: 18px 0 10px 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #73b943;
}

.form-checkout .input-group-text {
    border-radius: 0 .25rem .25rem 0 !important;
}

.form-checkout label {
    font-weight: 600;
}

.form-input-checkout {
    border: 1px solid #dfe0e6;
    outline: none !important;
    color: #494949;
    height: 40px;
    font-size: 0.875rem;
    line-height: 18px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 0.1875rem;
}

.card-input-logos {
    position: relative;
}

.card-input-logos img {
    position: relative;
    height: 20px;
    width: auto;
    margin-right: 3px;
}

.card-input-logos img:last-child {
    margin: 0;
}

.cvv-code-container {
    display: none;
    position: absolute;
    right: 15px;
    margin-top: 2px;
    z-index: 10;
}

.cvv-code-container img {
    width: 80px;
}

.icon-cvv {
    position: absolute;
    right: 27px;
    top: 6px;
    font-size: 18px;
    color: #999;
}

.payment-icons {
    text-align: center;
}

.payment-icons img {
    height: 26px;
    max-width: 100%;
}
