body {
    background: #E9ECEF;
    --sidebar-width: 280px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

img {
    object-fit: cover;
}

video {
    max-width: 100%;
    min-width: 100%;
}

table tr td {
    text-wrap: initial;
}

.row {
    --bs-gutter-x: 20px;
}

.px-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.ps-3 {
    padding-left: 10px !important;
}
.pe-3 {
    padding-right: 10px !important;
}

.hide-scroll::-webkit-scrollbar {width: 0}
.hide-scroll{
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior: none;
}

.logo-main img {
    /*max-width: 60px;*/
    max-height: 60px;
}

.file-btn-action-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.file-btn-action-container button {
    all: unset;
    cursor: pointer;
}

.form-control:read-only {
    background: #f0f0f0;
}

.form-control:not(:placeholder-shown) {
    color: #030303;
}

.nav .search-input.input-group .input-group-text,
.nav .search-input.input-group .form-control {
    transition: 0.15s ease-in-out;
}

.profile-img-edit {
    width: 174px;
    height: 174px;
}

.profile-img-edit.video {
    width: 310px;
}

.profile-img-edit .upload-file-preview {
    width: 174px;
    height: 174px;
    object-fit: cover;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}


.profile-img-edit video.upload-file-preview {
    width: 310px;
}

.profile-img-edit .empty-upload-file-state {
    width: 174px;
    height: 174px;
    object-fit: cover;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #E3E3E3;
    background: #F5F6FA;
    padding: 24px 16px 16px;
}

.profile-img-edit .empty-upload-file-state.video-state {
    width: 310px;
}

.profile-img-edit .empty-upload-file-state .text-container .black-text {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #161E33;
    margin-top: 16px;
}

.profile-img-edit .empty-upload-file-state .text-container .gray-text {
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: rgba(22, 30, 51, 0.5);
    margin-top: 8px;
}

.profile-img-edit .file-btn-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
}

.profile-img-edit .file-btn-container .file-replace-btn {
    all: unset;
    cursor: pointer;
    background: rgba(241, 106, 27, 0.75);
    margin: 12px auto 12px 12px;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-img-edit .file-btn-container .file-order-btn {
    all: unset;
    cursor: pointer;
    background: rgba(27, 241, 202, 0.75);
    margin: 12px auto 12px 12px;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-img-edit .file-btn-container .file-remove-btn {
    all: unset;
    cursor: pointer;
    background: rgba(192, 50, 33, 0.75);
    margin: 12px 12px 12px auto;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.base-img-fit-contain {
    border-radius: 20px;
    width: 70%;
    margin: auto;
    object-fit: cover;
}

.empty-upload-file-state {
    display: none;
    width: 174px;
    height: 174px;
    margin: auto;
    border-radius: 20px;
}

video[src=""], video:not([src]),
img[src=""], img:not([src]) {
    display: none;
}

img[src=""] ~ .empty-upload-file-state, img:not([src]) ~ .empty-upload-file-state,
video[src=""] ~ .empty-upload-file-state, video:not([src]) ~ .empty-upload-file-state,
.upload-file-preview[src=""] ~ .empty-upload-file-state, .upload-file-preview:not([src]) ~ .empty-upload-file-state {
    display: block;
}

.phone-number-container {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
}

.sidebar .sidebar-toggle {
    right: -12px;
}


img[src=""], img:not([src]),
video[src=""], video:not([src]),
.upload-file-preview[src=""], .upload-file-preview:not([src]) {
    display: none;
}

img[src=""] ~ .file-btn-container, img:not([src]) ~ .file-btn-container,
video[src=""] ~ .file-btn-container, video:not([src]) ~ .file-btn-container,
.upload-file-preview[src=""] ~ .file-btn-container, .upload-file-preview:not([src]) ~ .file-btn-container {
    display: none;
}



@media (min-width: 1200px) {
    .sidebar .sidebar-toggle {
        display: none;
    }
}

.iq-navbar .dropdown .dropdown-menu[data-bs-popper] {
    animation: zoomIn .15s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.main-content .content-inner {
    min-height: calc(100vh - 233px);
}



