.for-web-logo {
    width: 10.9125rem !important;
    display: block !important;
}

.for-seller-logo {
    width: 3rem !important;
    height: 2rem !important;
    display: block !important;
}

.code-example {
    position: relative;
}

.code-example .btn-clipboard {
    outline: none;
    background: transparent;
    border: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.code-example .btn-clipboard:hover {
    color: rgba(0, 0, 0, 0.9);
}

.color-palette .color-entry {
    position: relative;
    display: block;
    height: 170px;
    color: #fff;
    border-radius: 0.25rem;
}

.color-palette a>.color-entry {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.color-palette a:hover>.color-entry {
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.5);
    z-index: 2;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.color-palette a.active>.color-entry,
.color-palette a.active:hover>.color-entry {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.color-palette .color-entry .color-code {
    position: absolute;
    bottom: 12px;
    inset-inline-end: 12px;
}

.color-code-preview {
    border: 1px solid 0.25rem;
    padding: 6px;
}

.color-code-preview .color-preview {
    height: 150px;
    position: relative;
}

.color-code-preview .color-code-rgb {
    display: block;
    padding: 0 0 5px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}

.color-code-preview .color-code-hex {
    display: block;
    padding: 10px 0 5px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.color-code-preview .color-text {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -10px;
    display: block;
    text-align: center;
}

.color-code-preview .color-class {
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: black;
    margin-top: 4px;
}

.select2-container--default .color-preview {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-inline-end: 5px;
    margin-inline-start: 3px;
    margin-top: 2px;
}

.sortSelectCustom .select2-selection--single {
    border-color: #ccc;
    height: auto;
    padding: 0 10px;
}

.sortSelectCustom .select2-selection--single .select2-selection__rendered {
    padding: 8px 0;
    color: #777;
    font-size: 13px;
}

.page-item.active .page-link {
    background-color: #377dff !important;
}

ol.breadcrumb {
    padding: 1px;
}

.select2-container--open {
    z-index: 99999999999999;
}

.select2-container--open {
    z-index: 99999999999999;
}

@media screen and (min-width: 564px) {
    .daterangepicker.opensright {
        min-width: 564px;
    }
}

.drp-calendar {
    margin: 0 auto;
}

.cursor-pointer {
    cursor: pointer;
}

.div_size {
    margin-inline-end: 60px;
}

/* Select2 Validation Styling */
.select2-hidden-accessible.is-valid+.select2-container .select2-selection {
    border-color: #04bb7b !important;
}

/* Custom Multi-Select Dropdown */
.multi-select-container {
    position: relative;
    width: 100%;
}
.select-box {
    border: 1px solid #e7eaf3;
    border-radius: 0.3125rem;
    padding: 0.5rem;
    min-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #fff;
    position: relative;
}
.select-box:hover {
    border-color: #377dff;
}
.dropdown-list {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #e7eaf3;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}
.dropdown-list.open {
    display: block;
}
.option-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
}
.option-item:last-child {
    border-bottom: none;
}
.option-item:hover {
    background-color: #f8f9fa;
}
.tag {
    background-color: #e7eaf3;
    color: #1e2022;
    padding: 2px 8px;
    border-radius: 12px;
    margin-right: 5px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}
.tag .remove-tag {
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #677788;
}
.arrow {
    margin-left: 10px;
    transition: transform 0.3s;
}
.open .arrow {
    transform: rotate(180deg);
}
.full-day-wrapper {
    background-color: #f8f9fa;
    font-weight: 600;
}
