@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;500;600&family=Lato:wght@100;300;400;700;900&display=swap');

@font-face {
    font-family: 'SF UI Display';
    src: url('../assets/fonts/SFUIText-Semibold.woff2') format('woff2'),
    url('../assets/fonts/SFUIText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../assets/fonts/SFUIText-Regular.woff2') format('woff2'),
    url('../assets/fonts/SFUIText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../assets/fonts/SFUIText-Medium.woff2') format('woff2'),
    url('../assets/fonts/SFUIText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../assets/fonts/SFUIText-Light.woff2') format('woff2'),
    url('../assets/fonts/SFUIText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../assets/fonts/SFUIText-Heavy.woff2') format('woff2'),
    url('../assets/fonts/SFUIText-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../assets/fonts/SFUIText-Bold.woff2') format('woff2'),
    url('../assets/fonts/SFUIText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    position: relative;
    overflow-x: hidden;
    background-color: #fafbff;
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

.user-profile-header .bg-image {
    width: 100%;
    height: 103px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.user-profile-header .bg-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}

.user-profile-header .user-profile-header-information {
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 9;
}

.user-profile-header .user-profile-header-information .user-profile-img-border {
    padding: 5px;
    border: solid 2px #fff;
    border-radius: 100%;
    margin: -60px auto 0;
    display: block;
}

.user-profile-header .user-profile-header-information .user-profile-img-border img {
    width: 82px;
    height: 82px;
    background-color: #e7faff;
    border-radius: 100%;
    object-fit: cover;
}

.user-profile-header .user-profile-header-information .dr-name {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #081735;
    padding: 10px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-profile-header .user-profile-header-information .dr-name .verification-icon {
    background-image: url("/assets2/images/icons/account-verification.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.user-profile-header .user-profile-header-information ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.user-profile-header .user-profile-header-information ul li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #8f95b2;
    padding: 0 15px 0 0;
    position: relative;
    display: flex;
    align-items: center;
}

.user-profile-header .user-profile-header-information ul li.blue-text {
    color: #3f8cff;
}

.user-profile-header .user-profile-header-information ul li.border-left {
    padding-left: 23px;
}

.user-profile-header .user-profile-header-information ul li .company-name-icon {
    background-image: url("/assets2/images/icons/company-icon.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.user-profile-header .user-profile-header-information ul li .location-icon {
    background-image: url("/assets2/images/icons/location-icon.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.user-profile-header .user-profile-header-information ul li.border-left:before {
    content: '';
    position: absolute;
    background-color: #8f95b2;
    height: 15px;
    width: 2px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.stocks-wrapper {
    width: 100%;
    display: block;
    position: relative;
}

.stocks-wrapper .stocks-wrapper-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stocks-wrapper .stocks-wrapper-top .stocks-title,
.stocks-wrapper .stocks-wrapper-top .add-stock-title {
    font-family: 'Lato', sans-serif;
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #000;
}

.stocks-wrapper .stocks-wrapper-top .btn-add-stock {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    height: 56px;
    padding: 18px 31px 18px;
    border-radius: 16px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15), 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #0049c6;
    border: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 50;
    position: relative;
}

.stocks-wrapper .stocks-wrapper-top .btn-add-stock small {
    font-family: 'Inter', sans-serif;
    font-size: 27px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    padding: 0 11px 5px 0;
}

.stocks-wrapper .stocks-wrapper-top .btn-add-stock .scan-qr {
    background-image: url("/assets2/images/icons/scan-qr-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.stocks-wrapper .stocks-wrapper-content {
    margin-top: 30px;
    padding: 24px 0 100px;
    border-radius: 16px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #fff;
}

.stocks-wrapper .stocks-wrapper-content .search {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #081735;
    max-width: 325px;
    height: 36px;
    padding: 6px 20px 6px 60px;
    opacity: 0.7;
    border-radius: 12px;
    border: solid 1px #d8dae5;
    background-image: url("/assets2/images/icons/search-icon.svg");
    background-repeat: no-repeat;
    background-position: 21px center;
}

.stocks-wrapper .stocks-wrapper-content .dataTables_filter {
    position: absolute;
    top: -122px;
    left: 14px;
}

.stocks-wrapper .stocks-wrapper-content .dataTables_filter label {
    padding-left: 14px;
}

/* Disable browser close icon for IE /
input[type="search"]::-ms-clear { display: none; width : 0; height: 0; }
input[type="search"]::-ms-reveal { display: none; width : 0; height: 0; }
/ Disable browser close icon for Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.stocks-wrapper .stocks-wrapper-content .dataTables_filter input {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #081735;
    text-align : center;
	min-width: 400px;
	max-width: 725px;
    height: 36px;
    padding: 6px 20px 6px 60px;
    border-radius: 12px;
    border: solid 1px #d8dae5;
    background-image: url("/assets2/images/icons/search-icon.svg");
    background-repeat: no-repeat;
    background-position: 21px center;
    z-index: 400;
    position: absolute;
    left: 0;
    background-color: #fff;
    opacity: 1;
}

.stocks-wrapper .stocks-wrapper-content .search::placeholder {
    color: #8f95b2;
}

.stocks-wrapper .stocks-wrapper-content .search:focus {
    box-shadow: none;
    border: solid 1px #081735;
    background-image: url("/assets2/images/icons/search-icon-black.svg");
}

.stocks-wrapper .stocks-wrapper-content .stocks-wrapper-content-header {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 16px 0 14px;
}

.stocks-wrapper-content-header .export-filter-buttons {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
    max-width: 280px;
    width: 100%;
    margin-left: auto;
}

.stocks-wrapper-content-header .export-filter-buttons .btn-filter {
    font-family: 'Inter', serif;
    width: 133px;
    height: 34px;
    line-height: normal;
    font-weight: 300;
    border-radius: 8px;
    border: solid 1px #d8dae5;
    background-color: #fff;
    position: relative;
    color: #8f95b2;
    margin-left: auto;
}

.stocks-wrapper-content-header .export-filter-buttons .btn-filter::before {
    content: '';
    position: absolute;
    background-image: url("/assets2/images/icons/filter-icon.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.stocks-wrapper-content-header .export-filter-buttons .btn-filter::after {
    content: '';
    position: absolute;
    background-image: url("/assets2/images/icons/action-single-icon.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.stocks-wrapper-content-header .export-filter-buttons .btn-export {
    width: 133px;
    height: 34px;
    font-family: 'Inter', serif;
    line-height: normal;
    font-weight: 300;
    border-radius: 8px;
    border: solid 1px #d8dae5;
    background-color: #fff;
    position: relative;
    color: #8f95b2;
    display: none;
}

.stocks-wrapper-content-header .export-filter-buttons .btn-export::before {
    content: '';
    position: absolute;
    background-image: url("/assets2/images/icons/export-icon.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.stocks-wrapper-content-header .export-filter-buttons .btn-export::after {
    content: '';
    position: absolute;
    background-image: url("/assets2/images/icons/action-single-icon.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.stocks-wrapper-content-header .select2-container--default .select2-selection--single {
    height: 38px;
    padding: 3px 16px;
    border-radius: 8px;
    border: solid 1px #e6e8f0;
}

.stocks-wrapper-content-header .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    right: 10px;
}

.stocks-wrapper-content-header .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #081735;
    padding-left: 0;
}

.stocks-wrapper-content .table-filter-container {
    display: flex;
    padding: 18px 0 0;
}

.stocks-wrapper-content .table-filter-container .container {
    padding: 0 16px;
}

.stocks-wrapper-content .table-filter-container .form-switch {
    padding: 0;
}

.stocks-wrapper-content .table-filter-container .toggle-control .control {
    bottom: 0;
    top: 2px;
    margin: auto;
    background-color: #d8dae5;
    right: 8px;
}

.stocks-wrapper-content .table-filter-container .is-active-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 5.8px;
    background-color: #e7faff;
    opacity: 0;
    z-index: 0;
}

.stocks-wrapper-content .table-filter-container input[type='checkbox']:checked ~ .is-active-bg {
    opacity: 1;
}

.stocks-wrapper-content .table-filter-container .toggle-control input:checked ~ .control {
    background-color: #0031ff;
}

.stocks-wrapper-content .table-filter-container .active .toggle-control {
    border-radius: 5.8px;
    background-color: #e7faff;
}

.stocks-wrapper-content .table-filter-container .toggle-control small {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #545970;
    z-index: 2;
    position: relative;
}

.stocks-wrapper-content .table-filter-container .toggle-control {
    padding: 8px;
    border-radius: 5.8px;
    background-color: #f9fafc;
}

.stocks-wrapper .stocks-wrapper-content .stocks-wrapper-content-footer {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 36px 16px 0 14px;
    display: none;
}

.stocks-wrapper .stocks-wrapper-content .stocks-wrapper-content-footer .footer-result {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #8f95b2;
    display: none;
}

.stocks-wrapper .stocks-wrapper-content .stocks-wrapper-content-footer .footer-buttons {
    display: flex;
    align-items: center;
}

.stocks-wrapper .stocks-wrapper-content .stocks-wrapper-content-footer .footer-buttons button {
    font-family: 'Lato', serif;
    line-height: normal;
    padding: 9px 15px 9px 17px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #e6e8f0;
    background-color: #fff;
}

.stocks-wrapper .stocks-wrapper-content .stocks-wrapper-content-footer .footer-buttons .mr-1 {
    margin-right: 12px;
}

.add-stock-detail {
    padding: 25px 0 0;
}

.add-stock-detail .sidebar-links {
    width: 100%;
    padding: 17px 0 24px 0;
    border-radius: 16px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #fff;
    top: 20px;
    position: sticky;
    min-width: 207px;
    margin-bottom: 10px;
}

.add-stock-detail .sidebar-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.add-stock-detail .sidebar-links ul li {
    padding: 0 0 0 30px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.add-stock-detail .sidebar-links ul li.active {
    color: #0031ff;
}

.add-stock-detail .sidebar-links ul li.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 35px;
    background-color: #0031ff;
}

.add-stock-detail .sidebar-links ul li:last-child {
    margin: 0;
}

.add-stock-detail .sidebar-links ul li {
    display: flex;
    align-items: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #081735;
    text-decoration: none;
    height: 35px;
    cursor: pointer;
}

.media-gallery label {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    color: #0031ff;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 #e7e7e7;
    border: solid 1px #0031ff;
    background-color: rgba(0, 49, 255, 0.1);
    transition: all .5s;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
}

.media-gallery label input {
    display: none;
}

.add-stock-detail p {
    font-family: 'Inter', serif;
    font-size: 14px;
    font-weight: 300;
}


.media-gallery .custom-file {
    position: relative;
    font-family: arial;
    overflow: hidden;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    padding: 10px;
}

.media-gallery .custom-file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 100;
}

.media-gallery .custom-file img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.media-gallery ul.file-list {
    list-style: none;
    padding: 0;
}

.media-gallery ul {
    width: fit-content;
    display: block;
}

.media-gallery ul.file-list li {
    border-bottom: 1px solid #ddd;
    padding: 5px;
    font-family: 'Inter', serif;
    font-weight: 300;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.media-gallery .remove-list {
    cursor: pointer;
    margin-left: 10px;
}


.add-stock-detail .sidebar-links ul li i {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: none;
    margin-right: 12px;
}

.add-stock-detail .sidebar-links ul li i.icon-general {
    background-image: url("/assets2/images/icons/general-information.svg");
}

.add-stock-detail .sidebar-links ul li.active i.icon-general {
    background-image: url("/assets2/images/icons/general-information-active.svg");
}

.add-stock-detail .sidebar-links ul li i.icon-information {
    background-image: url("/assets2/images/icons/information.svg");
}

.add-stock-detail .sidebar-links ul li.active i.icon-information {
    background-image: url("/assets2/images/icons/information-active.svg");
}

.add-stock-detail .sidebar-links ul li i.icon-gallery {
    background-image: url("/assets2/images/icons/media-gallery.svg");
}

.add-stock-detail .sidebar-links ul li.active i.icon-gallery {
    background-image: url("/assets2/images/icons/media-gallery-active.svg");
}

.add-stock-detail .sidebar-links ul li i.icon-product {
    background-image: url("/assets2/images/icons/delete-product.svg");
}

.add-stock-detail .sidebar-links ul li.active i.icon-product {
    background-image: url("/assets2/images/icons/delete-product-active.svg");
}

.add-stock-detail .sidebar-links ul li i.icon-user-information {
    background-image: url("/assets2/images/icons/user-information.svg");
}

.add-stock-detail .sidebar-links ul li.active i.icon-user-information {
    background-image: url("/assets2/images/icons/user-information-active.svg");
}

.add-stock-detail .sidebar-links ul li i.icon-user-email {
    background-image: url("/assets2/images/icons/user-email.svg");
}

.add-stock-detail .sidebar-links ul li.active i.icon-user-email {
    background-image: url("/assets2/images/icons/user-email-active.svg");
}

.add-stock-detail .sidebar-links ul li i.icon-user-password {
    background-image: url("/assets2/images/icons/user-password.svg");
}

.add-stock-detail .sidebar-links ul li.active i.icon-user-password {
    background-image: url("/assets2/images/icons/user-password-active.svg");
}

.add-stock-detail .sidebar-links ul li i.icon-user-delete-account {
    background-image: url("/assets2/images/icons/user-delete-account.svg");
}

.add-stock-detail .sidebar-links ul li.active i.icon-user-delete-account {
    background-image: url("/assets2/images/icons/user-delete-account-active.svg");
}

.add-stock-detail .sidebar-links ul li i.icon-user-discount {
    background-image: url("/assets2/images/icons/user-discount.svg");
}

.add-stock-detail .sidebar-links ul li.active i.icon-user-discount {
    background-image: url("/assets2/images/icons/user-discount-active.svg");
}

.add-stock-detail .general-information {
    width: 100%;
    padding: 22px 0 17px;
    border-radius: 16px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #fff;
    position: relative;
}

.add-stock-detail .general-information h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #081735;
    padding: 0 24px 24px;
    border-bottom: solid 1px #e6e8f0;
}

.add-stock-detail .general-information {
    padding: 23px 0 0;
}

.add-stock-detail .general-information .datepicker {
    position: relative;
}

.add-stock-detail .general-information .datepicker-content {
    position: relative;
}

.filter-modal-wrapper-body .datepicker-content {
    position: relative;
}

.filter-modal-wrapper-body .select2-selection__placeholder {
    color: #081735 !important;
}

.add-stock-detail .general-information .datepicker-content i, .filter-modal-wrapper-body .datepicker-content i {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("/assets2/images/icons/iconly-calendar.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.filter-modal-wrapper-body .datepicker-content i {
    z-index: -1;
}

.filter-modal-wrapper-body .form-control {
    background-color: transparent !important;
    cursor: pointer;
}

.add-stock-detail .general-information .form-label {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #081735;
}

.add-stock-detail .general-information .select2-container--default .select2-selection--single {
    border-radius: 8px;
    border: solid 1px #e6e8f0;
    padding: 5px 9px;
    height: 38px;
}

.add-stock-detail .general-information .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #8f95b2;
}

.add-stock-detail .general-information .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #081735;
    line-height: 27px;
    padding: 0 3px;
}

.select2-results__options li {
    font-family: 'Lato', serif;
    font-size: 15px;
    font-weight: 300;
}

.add-stock-detail .general-information .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    right: 10px;
}

.add-stock-detail .general-information .form-control {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #081735;
    height: 38px;
    border-radius: 8px;
    border: solid 1px #e6e8f0;
    background-color: transparent;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.add-stock-detail .general-information .form-control::placeholder {
    color: #081735;
    font-weight: 400;
}

.add-stock-detail .general-information .form-control:read-only {
    color: #8f95b2;
}

.add-stock-detail .general-information .row {
    padding: 15px 0;
}

.add-stock-detail .general-information .row > div {
    margin-bottom: 15px;
}

.add-stock-detail .general-information .form-control:focus, .add-stock-detail .other-information .form-control:focus {
    box-shadow: none;
}

.add-stock-detail .other-information {
    width: 100%;
    padding: 22px 0 17px;
    border-radius: 16px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #fff;
    margin-top: 24px;
}

.add-stock-detail .other-information .form-control {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #081735;
    height: 100px;
    border-radius: 8px;
    border: solid 1px #e6e8f0;
    background-color: #fff;
}

.add-stock-detail .other-information .form-control::placeholder {
    color: #081735;
    font-size: 12px;
}

.add-stock-detail .other-information h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #081735;
    padding: 0 24px 24px;
    border-bottom: solid 1px #e6e8f0;
}

.add-stock-detail .other-information .form-label {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #081735;
}

.add-stock-detail .other-information .row > div {
    margin-bottom: 15px;
}

/*.user-email-container*/
.add-stock-detail .user-email-container {
    width: 100%;
    padding: 22px 0 17px;
    border-radius: 16px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #fff;
    margin-top: 24px;
}

.add-stock-detail .user-email-container .form-control {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #8f95b2;
    border-radius: 8px;
    border: solid 1px #e6e8f0;
    background-color: #fff;
}

.add-stock-detail .user-email-container .form-control::placeholder {
    color: #8f95b2;
    font-size: 12px;
}

.add-stock-detail .user-email-container h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #081735;
    padding: 0 24px 24px;
    border-bottom: solid 1px #e6e8f0;
}

.add-stock-detail .user-email-container .form-label {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #081735;
}

.add-stock-detail .user-email-container .row {
    padding: 15px 0 0;
}

.add-stock-detail .user-email-container .row > div {
    margin-bottom: 15px;
}

.general-information .password-requirements ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.password-requirements strong {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    font-weight: bold;
    color: #081735;
}

.general-information .password-requirements ul li {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #8f95b2;
}

.general-information .password-requirements ul li {

}

.add-stock-detail .media-gallery {
    width: 100%;
    padding: 22px 0 17px;
    border-radius: 16px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #fff;
    margin-top: 24px;
}

.add-stock-detail .media-gallery h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #081735;
    padding: 0 24px 24px;
    border-bottom: solid 1px #e6e8f0;
}

.add-stock-detail .delete-your-product {
    width: 100%;
    padding: 22px 0 17px;
    border-radius: 16px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #fff;
    margin-top: 24px;
}

.add-stock-detail .delete-your-product h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #081735;
    padding: 0 24px 24px;
    border-bottom: solid 1px #e6e8f0;
}

.add-stock-detail .delete-your-product p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8f95b2;
    padding: 25px 0 15px;
}

.add-stock-detail .delete-your-product .form-check label {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8f95b2;
    padding: 5px 0 0 5px;
}

.add-stock-detail .delete-your-product .form-check .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: solid 1px #d8dae5;
}

.add-stock-detail .delete-your-product .btn-product-delete {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    height: 46px;
    padding: 13px 34px 13px 35px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15), 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #ff754c;
    margin-left: auto;
    display: block;
}

.add-stock-detail .btn-save-changes {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: block;
    height: 56px;
    max-width: fit-content;
    margin: 70px 0 0 auto;
    padding: 18px 79px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15), 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #0031ff;
}

.stocks-wrapper .add-stock-header .search {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #081735;
    max-width: 100%;
    height: 36px;
    padding: 6px 20px 6px 60px;
    opacity: 0.7;
    border-radius: 8px;
    border: solid 1px #d8dae5;
    background-image: url("/assets2/images/icons/search-icon.svg");
    background-repeat: no-repeat;
    background-position: 21px center;
}

.stocks-wrapper .stocks-wrapper-content .clear-padding {
    padding: 0;
}

.stocks-wrapper-content .stocks-wrapper-content-header .container {
    padding: 0;
}

.popModal {
    max-width: 467px !important;
    margin-left: 16px;
    margin-top: -70px;
    border-radius: 16px !important;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15) !important;
    border: solid 1px #e6e8f0 !important;
    background-color: #fff !important;
    padding: 0 !important;
}

.popModal.bottomRight::before, .popModal.bottomRight::after {
    display: none;
}

.popModal .popModal_content {
    margin: 0 !important;
    padding: 0 !important;
}

.filter-modal-wrapper-header {
    width: 467px;
    height: auto;
    padding: 24px;
    box-shadow: inset 0 -1px 0 0 #d8dae5;
    background-color: #f9fafc;
    border-radius: 16px 19px 0 0;
}

.filter-modal-wrapper-header span {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #081735;
}

.popModal .close {
    font-weight: 100 !important;
    right: 28px !important;
    top: 27px !important;
}

.popModal .popModal_footer {
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popModal .popModal_footer .btn-reset {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #0049c6;
    width: 20%;
    height: 57px;
    line-height: normal;
    border-radius: 8px;
    border: solid 1px #8f95b2;
    background-color: #fff;
    margin: 0;
}

.popModal .popModal_footer .btn-filter-now {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 78%;
    height: 56px;
    padding: 18px 74px 18px 73px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #0031ff;
    margin-left: 16px;
}

.filter-modal-wrapper-body {
    padding: 16px 16px 0;
    position: relative;
    z-index: 400;
}

.filter-modal-wrapper-body form > div {
    margin-bottom: 16px;
}

.filter-modal-wrapper-body form > div:last-child {
    margin-bottom: 0;
}

.filter-modal-wrapper-body form .form-check {
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 14px;
}

.select2-container {
    z-index: 600;
}

.filter-modal-wrapper-body .form-control {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #081735;
    height: 38px;
    padding: 7px 10px 7px 12px;
    border-radius: 8px;
    border: solid 1px #e6e8f0;
    background-color: #fff;
}

.filter-modal-wrapper-body .form-control::placeholder {
    color: #081735;
    opacity: 0.8;
}

.filter-modal-wrapper-body form .form-check label small {
    font-family: 'Lato', sans-serif;
    font-size: 12.6px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #081735;
}

.filter-modal-wrapper-body .select2-container--default .select2-selection--single {
    height: auto;
    border-radius: 8px;
    border: solid 1px #e6e8f0;
    padding: 5px 9px;
}

.select2-dropdown {
    z-index: 300 !important;
}

.filter-select2, .select2-hidden-accessible, .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 0;
    right: 11px;
    width: 20px;
    bottom: 0;
    margin: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: '';
    position: absolute;
    background-image: url("/assets2/images/icons/action-single-icon.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 20px;
    top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.modal-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 200;
    display: none;
    transition: all 200ms ease;
    backface-visibility: hidden;
}

body.popModalOpen .modal-bg {
    display: block;
}

/*
swich check
*/

.toggle-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}

.toggle-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.toggle-control input:checked ~ .control {
    background-color: #0031ff;
}

.toggle-control input:checked ~ .control:after {
    left: 16px;
}

.toggle-control .control {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border-radius: 7px;
    background-color: darkgray;
    transition: background-color 0.15s ease-in;
}

.toggle-control .control:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 18px;
    height: 18px;
    box-shadow: 0 0.9px 1.8px 0 rgba(0, 0, 0, 0.06), 0 0.9px 2.7px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e6e8f0;
    border-radius: 25px;
    background: white;
    transition: left 0.15s ease-in;
}

/* *** Table ***/

/* Responsive Table Style */
.responsive-table {
    border-collapse: collapse;
    width: 100%;
    overflow: hidden;
    margin-top: 23px;
    border-top: solid 1px #e6e8f0;
}

.responsive-table__row {
    display: grid;
    border-bottom: 1px solid #e6e8f0;
    padding: 0 21px 0 0;
}

@media (min-width: 768px) {
    .responsive-table__row {
        grid-template-columns: 1fr 0.2fr 0.2fr 0.5fr 0.2fr 0.5fr;
    }

    .responsive-table__row--add {
        grid-template-columns: 1fr 0.2fr 0.2fr 0.5fr 0.2fr 0.5fr;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__row {
        grid-template-columns: 1fr 2fr 1fr;
    }
}

.responsive-table__row th, .responsive-table__row td {
    padding: 21px 0;
}

.responsive-table__head {
    background-color: #f9fafc;
}

@media (max-width: 991px) {
    .responsive-table__head {
        display: none;
    }
}

.responsive-table__head__title {
    display: flex;
    align-items: center;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #8f95b2;
}

.responsive-table__head__title .table-sort-icon {
    position: relative;
    background-repeat: no-repeat;
    margin-left: 5px;
    width: 24px;
    height: 20px;
    display: block;
    min-width: 20px;
    max-width: 20px;
}
.responsive-table__head__title .table-sort-icon::before, .responsive-table__head__title .table-sort-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url("/assets2/images/icons/table-black-arrow.svg");
    transform: rotate(180deg);
    background-size: 18px;
    margin: auto;
    background-position: center;
    opacity: 0.5;
}
.responsive-table__head__title .table-sort-icon::after {
    bottom: 0;
    top: auto;
    transform: none;
}
.responsive-table__head__title--name {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.responsive-table__head__title--action {
    text-align: center;
    align-items: center;
    justify-content: end;
}

.responsive-table__body__text--quality {
    text-align: center;
    justify-content: center;
    padding-right: 20px !important;
}

.responsive-table__body .responsive-table__row {
    transition: 0.1s linear;
    transition-property: color, background;
    padding: 0 21px 0 4px;
}

.responsive-table__body .responsive-table__row:hover {
    background-color: #f3fcff;
}

.responsive-table__body__text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #081735;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.responsive-table__body__text::before {
    margin-right: 1rem;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .responsive-table__body__text::before {
        content: attr(data-title) " :";
    }
}

@media (max-width: 400px) {
    .responsive-table__body__text::before {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.responsive-table__body__text--name {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    padding-right: 20px !important;
}

.responsive-table__body__text--brand-name span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 5px;
}

.responsive-table__body__text--name img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
    margin: 0 16px;
    object-fit: contain;
}

.responsive-table__body__text--name span.icon-box {
    min-width: 40px;
    min-height: 40px;
    margin: 0 15px;
    border-radius: 12px;
    background-color: #fff;
}

.responsive-table__body__text--name img {
    min-width: 40px;
    min-height: 40px;
    margin: 0 !important;
    border-radius: 12px !important;
    object-fit: cover;
}

.responsive-table__body__text--status span {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    max-width: 108px;
    width: 100%;
    height: 32px;
    padding: 6px 0 0 6px;
    border-radius: 24px;
    position: relative;
    text-align: center;
}

.responsive-table__body__text--status span::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 25px;
}

.responsive-table__body__text--name div {
    padding-left: 16px;
}

.responsive-table__body__text--name div small {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #081735;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
}

.responsive-table__body__text--name div p {
    font-family: 'Inter', serif;
    font-size: 13px;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8f95b2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.responsive-table__body__text--name .clear-margin {
    margin: 0;
}

.responsive-table__body__text--status span.avaliable {
    color: #0e7600;
    background-color: #bdffce;
}

.responsive-table__body__text--status span.avaliable::before {
    background-color: #0e7600;
}

.responsive-table__body__text--status span.reserved {
    color: #bf7c00;
    background-color: #ffefd0;
}

.responsive-table__body__text--status span.reserved::before {
    background-color: #ff9800;
}

.responsive-table__body__text--status span.used {
    color: #545970;
    background-color: #e2e2e2;
}

.responsive-table__body__text--status span.used::before {
    background-color: #545970;
}


.responsive-table__body__text--status span.sell {
    color: #0e0be0;
    background-color: #8381f1;
}

.responsive-table__body__text--status span.sell::before {
    background-color: #0e0be0;
}

.responsive-table__body__text--status span.onshop {
    color: #8381f1;
    background-color: #0e0be0;
}

.responsive-table__body__text--status span.onshop::before {
    background-color: #8381f1;
}

.responsive-table__body__text--status span.recall {
    color: #f12609;
    background-color: #ee968a;
}

.responsive-table__body__text--status span.recall::before {
    background-color: #f12609;
}

.responsive-table__body__text--status span.payment {
    color: #bf7c00;
    background-color: #ffefd0;
}

.responsive-table__body__text--status span.payment::before {
    background-color: #ff9800;
}

.responsive-table__body__text--status span.sold {
    color: #ffffff;
    background-color: #000000;
}

.responsive-table__body__text--status span.sold::before {
    background-color: #ffffff;
}



.responsive-table__body__text--action {
    display: flex;
    align-items: center;
    justify-content: end;
}

.responsive-table__body__text--action .btn-edit {
    border: none;
    background-color: transparent;
    background-image: url("/assets2/images/icons/edit.svg");
    width: 24px;
    height: 24px;
	margin-left: 16px;
}

.responsive-table__body__text--action .btn-delete {
    border: none;
    background-color: transparent;
    background-image: url("/assets2/images/icons/delete.svg");
    width: 24px;
    height: 24px;
	margin-left: 16px;
}

.responsive-table__body__text--action .btn-market {
    border: none;
    background-color: transparent;
    background-image: url("/assets2/images/icons/market.svg");
    width: 24px;
    height: 24px;
	margin-left: 16px;
}

.responsive-table__body__text--action .btn-add {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    border: none;
    width: 56px;
    height: 56px;
    line-height: normal;
    border-radius: 16px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15), 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #0049c6;
}

.responsive-table__body__text--name .form-check {
    display: none;
}

.responsive-table__body__text--name .form-check .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: solid 1.5px #d8dae5;
}

/*.responsive-table__row td:nth-child(2), .responsive-table__row td:nth-child(3), .responsive-table__row td:nth-child(4), .responsive-table__row td:nth-child(5)  {
    padding-left: 12px;
}
.responsive-table__row  thead th:nth-child(1) {
    width: 20%;
}*/

.mobil-view-wrapper {
    display: none;
}

.mobil-view-wrapper-information-footer .status-box {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    max-width: 108px;
    height: 32px;
    padding: 6px 21px 6px 26px;
    border-radius: 24px;
    position: relative;
}

.mobil-view-wrapper-information-footer .status-box::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 25px;
}

.mobil-view-wrapper-information-footer .status-box.avaliable {
    color: #0e7600;
    background-color: #bdffce;
}

.mobil-view-wrapper-information-footer .status-box.avaliable::before {
    background-color: #0e7600;
}

.mobil-view-wrapper-information-footer .status-box.reserved {
    color: #bf7c00;
    background-color: #ffefd0;
}

.mobil-view-wrapper-information-footer .status-box.reserved::before {
    background-color: #ff9800;
}

.mobil-view-wrapper-information-footer .status-box.used {
    color: #545970;
    background-color: #e2e2e2;
}

.mobil-view-wrapper-information-footer .status-box.used::before {
    background-color: #545970;
}

.mobil-table-grid {
    width: 100%;
    display: block;
}

.mobil-table-grid .mobil-view-wrapper {
    padding-left: 20px;
}

.mobil-table-grid .responsive-table__row {
    grid-template-columns: 1fr !important;
}

.mobil-table-grid .responsive-table-body {
    width: 100%;
    display: block;
}

.mobil-view-wrapper {
    display: block;
}

.mobil-table-container {
    display: none;
}


/* Image Upludd*/
.dropzone {
    width: 98%;
    margin: 1%;
    border: none !important;
    border-radius: 5px;
    transition: .2s;
    position: relative;
}

.dropzone.dz-drag-hover {
    border: 2px solid #3498db !important;
}

.dropzone .dz-message {
    margin: 0 !important;
}

.dz-message.needsclick img {
    width: 50px;
    display: block;
    margin: 15px auto 0;
    opacity: .6;
}

.dropzone.dz-started .dz-message {
    display: inline-block !important;
    width: 120px;
    float: right;
    border: none;
    border-radius: 30px;
    height: 120px;
    margin: 16px;
    transition: .2s;
}

.add-images-button {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #0031ff;
    width: 214px;
    height: 46px;
    padding: 11px 54.5px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 #e7e7e7;
    border: dashed 1px #0031ff;
    background-color: rgba(0, 49, 255, 0.1);
    position: absolute;
    right: 25px;
    bottom: 0;
}

.add-images-button::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background-image: url("/assets2/images/icons/add-upload-images.svg");
    background-repeat: no-repeat;
}

.media-gallery-upload-text {
    display: grid;
    text-align: left;
    position: absolute;
    bottom: 8px;
}

.dropzone .dz-preview .dz-image {
    width: 55px !important;
    height: 55px !important;
    border-radius: 8px !important;
}

.dropzone .dz-preview .dz-details .dz-filename {
    display: none !important;
}

.dropzone.dz-started {
    min-height: 150px !important;
}

.dropzone .dz-preview .dz-details {
    display: none !important;
}

.dropzone .dz-preview .dz-progress {
    width: 40px !important;
    left: 0 !important;
    top: 0 !important;
    right: 0;
    margin: auto !important;
    bottom: 0;
}

.dropzone .dz-preview.dz-image-preview {
    margin-right: 15px;
    width: 55px !important;
    height: 55px !important;
}

.dropzone .dz-preview .dz-error-message {
    display: none !important;
}

.dropzone .dz-preview .dz-remove {
    background-image: url("/assets2/images/icons/delete-upload-image.svg");
    background-repeat: no-repeat;
    background-size: 52px;
    background-position: center;
    font-size: 0 !important;
    width: 23px;
    height: 23px;
    padding: 4px 5px 5px 4px;
    box-shadow: 0 0 14px 0 rgba(215, 215, 215, 0.5);
    background-color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 50;
    border-radius: 25px;
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    float: none !important;
    width: 100% !important;
    height: auto !important;
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    display: none !important;
}

.dropzone .dz-preview .dz-image img {
    object-fit: cover !important;
    height: 100% !important;
}

.media-gallery-upload-text > span, .media-gallery-upload-text > span small, .media-gallery-upload-text > span b {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #8f95b2;
}

.media-gallery-upload-text > span b {
    color: #081735;
}

.media-gallery-upload-text > span small {
    color: #0031ff;
}

.media-gallery-upload-text > small {
    font-family: 'Lato', sans-serif;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #8f95b2;
}

.dropzone.dz-started .dz-message span.text {
    display: none;
}

.dropzone.dz-started .dz-message span.plus {
    display: block;
    font-size: 70px;
    color: #AAA;
    line-height: 110px;
}

@media (min-width: 768px) {
    .responsive-table__body__text--name::before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__body__text--name {
        grid-column: 1 / 2;
        flex-direction: column;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__body__text--country {
        grid-column: 3/ -1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__body__text--name, .responsive-table__body__text--country {
        grid-row: 2;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 1024px) {
    .stocks-wrapper {
        margin-bottom: 50px;
    }

    .page-content-wrapper {
        overflow: hidden;
    }

    .user-profile-header {
        width: 104%;
        height: 96px;
        padding: 0;
        box-shadow: inset 0 -1px 0 0 #e4e4e4;
        margin-bottom: 15px;
        margin-left: -10px;
    }

    .user-profile-header .bg-image {
        display: none;
    }

    .user-profile-header .user-profile-header-information .user-profile-img-border {
        margin: 0;
        padding-right: 20px;
    }

    .user-profile-header .user-profile-header-information .user-profile-img-border img {
        width: 48px;
        height: 48px;
    }

    .user-profile-header .user-profile-header-information {
        justify-content: end;
        text-align: right;
        height: 100%;
    }

    .user-profile-header .user-profile-header-information .dr-name,
    .user-profile-header .user-profile-header-information ul {
        display: none;
    }

    .stocks-wrapper .stocks-wrapper-content .stocks-wrapper-content-header {
        display: grid;
        justify-content: initial;
        position: relative;
        padding: 60px 16px 0 14px;
    }

    .stocks-wrapper .stocks-wrapper-content .search {
        max-width: 100%;
        margin-bottom: 15px;
        height: 56px;
        position: absolute;
        top: -94px;
        background-color: rgba(228, 228, 228, 0.5);
        background-image: url("/assets2/images/icons/search-icon-black.svg");
        border: none;
        left: 0;
    }

    .stocks-wrapper .stocks-wrapper-content .search::placeholder {
        color: #808191;
    }

    .stocks-wrapper .stocks-wrapper-content .search:focus {
        box-shadow: none;
        border: solid 1px #081735;
        background-image: url("/assets2/images/icons/search-icon-black.svg");
    }

    .stocks-wrapper-content-header .export-filter-buttons {
        max-width: 70%;
    }

    .stocks-wrapper-content-header .export-filter-buttons .btn-export {
        width: 56px;
        height: 56px;
        font-size: 0;
        border-radius: 16px;
        margin-right: 15px;
    }

    .stocks-wrapper-content-header .export-filter-buttons .btn-export::before {
        right: 0;
        left: 0;
    }

    .stocks-wrapper-content-header .export-filter-buttons .btn-export::after {
        display: none;
    }

    .stocks-wrapper-content-header .export-filter-buttons .btn-filter {
        height: 56px;
        width: 100%;
        border-radius: 16px;
        min-width: 150px;
        max-width: 200px;
    }

    .stocks-wrapper .stocks-wrapper-content {
        margin-top: 85px;
        border-radius: 24px;
    }

    .popModal {
        max-width: 90% !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }

    .filter-modal-wrapper-header {
        width: 100%;
    }

    .popModal::after, .popModal::before {
        display: none;
    }

    .stocks-wrapper .stocks-wrapper-top {
        position: absolute;
        margin-top: 12px;
        padding: 0 16px;
    }

    .responsive-table {
        display: none;
    }

    .mobil-view-wrapper {
        padding: 10px 0;
        display: block;
    }

    .mobil-view-wrapper ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .mobil-view-wrapper ul li {
        padding: 25px 16px 20px;
        box-shadow: inset 0 -1px 0 0 #e4e4e4;
    }

    .mobil-view-wrapper-information {
        display: flex;
        width: 100%;
    }

    .mobil-view-wrapper-information img {
        width: 48px;
        height: 48px;
        border-radius: 50px;
        margin-right: 8px;
    }

    .mobil-view-wrapper-information .form-check {
        display: grid;
        align-items: center;
        text-align: center;
        justify-content: center;
        justify-items: center;
        margin: 0 10px 0 0;
        padding: 0;
    }

    .mobil-view-wrapper-information .form-check img {
        margin: 0;
    }

    .mobil-view-wrapper-information .form-check .form-check-input {
        margin: 0;
    }

    .mobil-view-wrapper-information-content span.brand-name, .mobil-view-wrapper-information-content span.exp-date {
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: #b2b3bd;
    }

    .mobil-view-wrapper-information-content span.exp-date {
        padding-left: 8px;
    }

    .mobil-view-wrapper-information-content span.title {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #081735;
        display: block;
        width: 100%;
        padding-top: 5px;
    }

    .mobil-view-wrapper-information-content p {
        font-family: 'Inter', sans-serif;
        font-size: 15px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #8f95b2;
        margin: 15px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .mobil-view-wrapper-information-stock {
        padding: 10px 12px 8px 34px;
        border-radius: 8px;
        border: solid 1px #e4e4e4;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        margin-top: 15px;
    }

    .mobil-view-wrapper-information-stock::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 9px;
        height: 32px;
        border-radius: 8px;
        background-color: #0e7600;
    }

    .mobil-view-wrapper-information-stock span.price, .mobil-view-wrapper-information-stock span.stock {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: center;
        color: #0031ff;
    }

    .mobil-view-wrapper-information-stock span.stock {
        color: #11142d;
    }

    .mobil-view-wrapper-information-stock small {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #8f95b2;
        display: flex;
    }

    .mobil-view-wrapper-information-stock small b {
        font-weight: bold;
        margin-right: 2px;
    }

    .mobil-view-wrapper-information-stock small b.show-mobil {
        display: none;
    }

    .mobil-view-wrapper-information-footer {
        padding: 15px 0 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobil-view-wrapper-information-footer span {
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #3f8cff;
        display: flex;
        align-items: center;
    }

    .mobil-view-wrapper-information-footer .lot-number-icon {
        background-image: url("/assets2/images/icons/lot-non-icon.svg");
        background-repeat: no-repeat;
        background-position: right;
        width: 25px;
        height: 20px;
        margin-right: 9px;
    }

    .mobil-view-wrapper-information-footer .btn-add-stock {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        height: 40px;
        padding: 10px 15px 10px 16px;
        border-radius: 16px;
        box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15), 0 8px 16px 0 rgba(143, 149, 178, 0.15);
        background-color: #0049c6;
        border: none;
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .mobil-view-wrapper-information-footer .btn-add-stock small {
        font-family: 'Inter', sans-serif;
        font-size: 25px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        padding: 0 5px 5px 0;
    }

    .mobil-view-wrapper-information-footer-buttons {
        display: flex;
    }

    .mobil-view-wrapper-information-footer-buttons .btn-edit {
        width: 32px;
        height: 32px;
        padding: 8px 6px 6px 8px;
        border: solid 1px #e1e1e1;
        background-color: transparent;
        background-image: url("/assets2/images/icons/edit.svg");
        background-size: 17px;
        background-repeat: no-repeat;
        border-radius: 50px;
        background-position: center;
		margin-left: 16px;
    }

    .mobil-view-wrapper-information-footer-buttons .btn-delete {
        width: 32px;
        height: 32px;
        padding: 8px 6px 6px 8px;
        border: solid 1px #e1e1e1;
        background-color: transparent;
        background-image: url("/assets2/images/icons/delete.svg");
        background-size: 17px;
        background-repeat: no-repeat;
        border-radius: 50px;
        background-position: center;
        margin-left: 16px;
    }

    .mobil-view-wrapper-information-footer-buttons .btn-market {
        width: 32px;
        height: 32px;
        padding: 8px 6px 6px 8px;
        border: solid 1px #e1e1e1;
        background-color: transparent;
        background-image: url("/assets2/images/icons/market.svg");
        background-size: 17px;
        background-repeat: no-repeat;
        border-radius: 50px;
        background-position: center;
        margin-left: 16px;
    }

    .mobil-view-wrapper-information-footer-buttons .btn-more {
        width: 32px;
        height: 32px;
        padding: 8px 6px 6px 8px;
        border: none;
        background-color: transparent;
        background-image: url("/assets2/images/icons/mobil-more-icon.svg");
        background-size: 32px;
        background-repeat: no-repeat;
        border-radius: 50px;
        background-position: center;
        margin-left: 16px;
    }

    .add-stock-detail .row .xs-visible {
        display: none;
    }

    .btn-product-delete {
        margin-top: 25px;
    }

    .btn-save-changes {
        max-width: 100% !important;
        margin: 30px 0 30px auto !important;
        width: 100% !important;
    }

    .add-stock-detail .clear-padding {
        padding: 0 !important;
    }

    .all-rights-reserved-register {
        padding: 0;
    }

    .btn-save-changes {
        margin: 0 !important;
    }

    .all-rights-reserved-register {
        margin: 34px 0 55px 5px !important;
    }

    .desktop-table-container {
        display: none !important;
    }

    .mobil-table-container {
        display: block;
    }

    .mobil-table-container .responsive-table {
        display: block !important;
        border-top: none;
        margin-top: 0;
    }

    .mobil-table-grid .responsive-table__row .responsive-table-body {
        padding: 10px 0 20px;
    }

    .mobil-table-container .dataTables_filter {
        top: -354px !important;
        left: 0 !important;
        width: 100%;
    }

    .mobil-table-container .dataTables_filter label {
        font-size: 0;
    }

    .mobil-table-container .dataTables_filter input {
        max-width: 100% !important;
        width: 100%;
        margin-bottom: 15px;
        height: 56px !important;
        position: absolute;
        background-color: rgba(228, 228, 228, 0.5) !important;
        background-image: url("/assets2/images/icons/search-icon-black.svg") !important;
        border: none !important;
        left: 0;
    }

    .mobil-table-container .dataTables_wrapper .dt-buttons {
        position: absolute;
        top: -179px;
        right: auto;
        left: 20px;
    }

    .mobil-table-container .dataTables_wrapper .dt-buttons .buttons-excel {
        width: 56px;
        height: 56px;
    }

    .mobil-table-container .dataTables_wrapper .dt-buttons .buttons-excel span {
        display: none;
    }

    .mobil-table-container .dataTables_wrapper .dt-buttons .buttons-excel::before {
        left: 0;
        right: 0;
    }

    .mobil-table-container .dataTables_wrapper .dt-buttons .buttons-excel::after {
        display: none;
    }

    .stocks-wrapper-content .table-filter-container .form-switch {
        margin-bottom: 20px;
    }
}

@media (max-width: 540px) {
    .mobil-view-wrapper-information-stock small b.show-ipad {
        display: none;
    }

    .mobil-view-wrapper-information-stock small b.show-mobil {
        display: block;
    }

    .add-images-button {
        font-size: 0;
        width: 55px;
        height: 55px;
        padding: 0;
    }

    .add-images-button::before {
        right: 0;
        left: 0;
    }

    .select2-hidden-accessible {
        display: none;
    }
}

/* SVG Up Arrow Style */
.up-arrow {
    height: 100%;
    max-height: 1.8rem;
    margin-left: 1rem;
}

/* SVG User Icon Style */
.user-icon {
    width: 100%;
    max-width: 4rem;
    height: auto;
    margin-right: 1rem;
}

/* Status Indicator Style */
.status-indicator {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #222222;
    margin-right: 0.5rem;
}

.status-indicator--active {
    background: #25be64;
}

.status-indicator--inactive {
    background: #dadde4;
}

.status-indicator--new {
    background: #febf02;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked[type=checkbox] {
    background-position: -1px;
}

.open > .dropdown-menu {
    display: block;
}

/* Date Picker */
#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #dbdfdf;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #0031ff;
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a > span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

/*
dataTable
*/
td.dt-control {
    background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
    cursor: pointer
}

tr.dt-hasChild td.dt-control {
    background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable td.dataTables_empty {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

/* table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}*/

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold
}

table.dataTable thead th:active, table.dataTable thead td:active {
    outline: none
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right
}

/*
table.dataTable thead .sorting_asc {
    background-image: url("/assets2/images/icons/sort_asc.png") !important
}
*/

.sorting_desc .table-sort-icon::before {
    background-image: url("/assets2/images/icons/table-blue-arrow.svg");
    transform: rotate(180deg);
    opacity: 1;
}

.sorting_asc .table-sort-icon::after {
    background-image: url("/assets2/images/icons/table-blue-arrow.svg");
    opacity: 1;
}
    /*table.dataTable thead .sorting {
        background-image: url("../images/sort_both.png")
    }

    table.dataTable thead .sorting_asc {
        background-image: url("../images/sort_asc.png") !important
    }

    table.dataTable thead .sorting_desc {
        background-image: url("../images/sort_desc.png") !important
    }

    table.dataTable thead .sorting_asc_disabled {
        background-image: url("../images/sort_asc_disabled.png")
    }

    table.dataTable thead .sorting_desc_disabled {
        background-image: url("../images/sort_desc_disabled.png")
    }*/

table.dataTable tbody tr {
    background-color: #fff
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: none
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding: 4px 17px
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
    padding: 4px
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable th, table.dataTable td {
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both
}

.dataTables_wrapper .dt-buttons {
    position: absolute;
    top: -122px;
    /*right: 161px; filter iptal olunca */
	right: 15px;
}

.dataTables_wrapper .dt-buttons .buttons-excel {
    width: 133px;
    height: 34px;
    font-family: 'Inter', serif;
    font-weight: 300;
    border-radius: 8px;
    border: solid 1px #d8dae5;
    background-color: #fff;
    position: relative;
    color: #8f95b2;
    display: block;
    text-align: center;
    align-items: center;
    text-decoration: none;
    line-height: 30px;
}

.dataTables_wrapper .dt-buttons .buttons-excel::before {
    content: '';
    position: absolute;
    background-image: url("/assets2/images/icons/export-icon.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 20px;
    left: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dataTables_wrapper .dt-buttons .buttons-excel::after {
    content: '';
    position: absolute;
    background-image: url("/assets2/images/icons/action-single-icon.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 20px;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dataTables_wrapper .dataTables_length {
    display: none !important;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_info {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #8f95b2;
    position: absolute;
    bottom: -65px;
    left: 15px;
}

.dataTables_wrapper .dataTables_paginate span {
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    position: absolute;
    right: 14px;
    bottom: -60px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: 'Lato', serif;
    line-height: normal;
    padding: 9px 15px 9px 17px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    border: solid 1px #e6e8f0 !important;
    background-color: #fff !important;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-right: 12px;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

/* Login && Register */
.login-wrapper {
    height: 100vh;
    padding: 0;
}

.login-right-area {
    background-color: #0031ff;
/ / height: 100 vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-right-area article {
    display: grid;
    text-align: center;
    padding: 0 16px;
}

.login-right-area article img {
    margin: auto;
    text-align: center;
    max-width: 100%;
}

.login-right-area article span {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 50px 0 12px;
}

.login-right-area article p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.login-wrapper-form {
    min-height: 100vh;
}

.login-wrapper-form .flex-content {
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
}

.login-wrapper-form .flex-content .flex-center-content {
    margin: auto;
}

.login-wrapper-form h3 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #081735;
}

.login-wrapper-form p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #8f95b2;
    margin-bottom: 30px;
}

.login-with-email {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #8f95b2;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.login-with-email::after {
    content: '';
    position: absolute;
    background-color: #d8d8d8;
    left: 0;
    right: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    z-index: -2;
}

.login-with-email::before {
    content: '';
    position: absolute;
    background-color: #fafbff;
    left: 0;
    right: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 35%;
    height: 100%;
    z-index: -1;
}

.login-wrapper-form form {
    padding-top: 15px;
}

.login-wrapper-form form .form-control {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #081735;
    height: 38px;
    padding: 7px 10px 7px 12px;
    border-radius: 8px;
    border: solid 1px #e6e8f0;
    background-color: #fff;
}

.login-wrapper-form form .input-container {
    position: relative;
    background-image: url("/assets2/images/icons/action-single-icon.svg");
    background-repeat: no-repeat;
}

.login-wrapper-form form .input-container .icon-email {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/assets2/images/icons/email-icon.svg");
}

.login-wrapper-form form .input-container .user-information {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
    background-image: url("/assets2/images/icons/user-information.svg");
}

.login-wrapper-form form .input-container .show-hide-password {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/assets2/images/icons/show-hide-password.svg");
}

.login-wrapper-form form .input-container .show-hide-password.fa-eye-slash {
    background-image: url("/assets2/images/icons/show-hide-password-active.svg");
}

.login-wrapper-form form .input-container i::before {
    display: none;
}

.login-wrapper-form form .form-label {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #081735;
    margin: 0;
}

.login-wrapper-form .form-check {
    display: flex;
    align-items: center;
}

.login-wrapper-form .form-check label a {
    color: #0031ff;
    text-decoration: none;
    font-weight: 500;
}

.login-wrapper-form .form-check label {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8f95b2;
    padding: 5px 0 0 5px;
    cursor: pointer;
}

.login-wrapper-form .form-check .form-check-input {
    width: 20px;
    min-width: 20px;
    margin-right: 5px;
    height: 20px;
    border-radius: 4px;
    border: solid 1px #d8dae5;
    cursor: pointer;
}

.login-wrapper-form .btn-save-changes {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: block;
    height: 56px;
    max-width: 100%;
    width: 100%;
    margin: 20px 0 0 auto;
    padding: 18px 79px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15), 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #0031ff;
}

.login-wrapper-form .forgot-password-link {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: right;
    color: #0031ff;
    text-decoration: none;
}

.login-wrapper-form .create-account-link {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8f95b2;
    display: block;
    padding-top: 33px;
}

.login-wrapper-form .create-account-link a {
    font-weight: bold;
    color: #0031ff;
    text-decoration: none;
}

.login-logo {
    position: absolute;
    top: 45px;
    left: 49px;
}

.register-logo {
    position: relative;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 35px 0 20px 24px;
    width: 100%;
    max-width: 200px;
}

.all-rights-reserved {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #8f95b2;
    position: absolute;
    bottom: 45px;
    left: 49px;
}

.all-rights-reserved-register {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #8f95b2;
    position: relative;
    display: block;
    margin: 60px 0 25px 25px;
}

.login-wrapper-form .select2-container--default .select2-selection--single {
    height: 38px;
    padding: 3px 12px;
    border-radius: 8px;
    border: solid 1px #e6e8f0;
}

.login-wrapper-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 29px;
    letter-spacing: normal;
    color: #8f95b2;
    padding-left: 0;
}

.login-wrapper-form .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    right: 9px;
}

@media screen and (max-width: 1000px) {
    .login-logo {
        top: 15px;
        left: 25px;
    }

    .register-logo {
        top: 15px;
        left: 25px;
        position: absolute;
        margin: 0;
    }

    .login-wrapper-form h3 {
        font-size: 30px;
        padding-top: 10px;
    }

    .login-wrapper-form .flex-content {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }

    .login-wrapper-form {
        height: auto;
        margin-top: 80px;
        border-top: 1px solid #e4e4e4;
        padding: 0 8px 20px !important;
    }

    .login-logo {
        top: 15px;
        left: 25px;
    }

    .login-wrapper-form h3 {
        font-size: 5.3vw;
    }

    .login-wrapper-form .create-account-link {
        padding-top: 20px;
    }

    .login-right-area {
        height: auto;
        padding: 70px 0;
    }

    .all-rights-reserved {
        display: none;
    }

    .login-wrapper-form {
        height: 100%;
        min-height: inherit;
    }

    .mobil-table-container .dataTables_filter {
        top: -564px !important;
        left: 0 !important;
        width: 100%;
    }

    .mobil-table-container .dataTables_wrapper .dt-buttons {
        position: absolute;
        top: -392px;
        right: auto;
        left: 20px;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}

body {
    font-family: 'Lato', sans-serif;
}

.progress {
    height: 5px;
}

.control-label {
    text-align: left !important;
    padding-bottom: 7px;
}

.form-horizontal {
    padding: 25px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}

select.form-control:focus {
    border-color: #e9ab66;
    box-shadow: none;
}

.block-help {
    font-weight: 300;
}

.terms {
    text-decoration: underline;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.divider {
    position: absolute;
    height: 2px;
    border: 1px solid #eee;
    width: 100%;
    top: 10px;
    z-index: -5;
}

.ex-account {
    position: relative;
}

.ex-account p {
    background-color: rgba(255, 255, 255, 0.41);
}

select:hover {
    color: #444645;
    background: #ddd;
}

.fa-file-text {
    color: #edda39;
}

.mar-top-bot-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* upload profile */

.avatar-upload {
    position: relative;
    padding: 5px;
    border: solid 2px #fff;
    border-radius: 100%;
    margin: -60px auto 0;
    display: block;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: -8px;
    z-index: 1;
    bottom: 4px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "";
    background-image: url("/assets2/images/icons/ui-icon-edit.svg");
    position: absolute;
    opacity: 0.6;
    top: 6px;
    width: 22px;
    height: 22px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 82px;
    height: 82px;
    position: relative;
    border-radius: 100%;

}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-header-edit {
    position: absolute;
    right: 10px;
    bottom: 10px;
}


.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-header-edit input + label {
    display: inline-block;
    width: auto;
    padding: 8px 8px 9px 40px;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-header-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-header-edit input + label:after {
    content: "";
    background-image: url("/assets2/images/icons/ui-icon-edit.svg");
    position: absolute;
    opacity: 0.6;
    top: 6px;
    width: 22px;
    height: 22px;
    left: 5px;
}

.avatar-header-edit input {
    display: none;
}

.user-profile-header .banner-img-preview {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}

.login-wrapper-form form .form-control {
    background-image: none !important;
}

.login-wrapper-form form div[role=alert] {
    font-size: 12px;
    color: #b90909;
}

/* tooltip */
.ui-tooltip {
    font-family: 'Lato', sans-serif;
    background-color: #1d49c6;
    border-radius: 14px;
    padding: 6px 20px;
    max-width: 200px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    position: fixed;
    margin-left: -100px !important;
    right: 20px !important;
}

.tooltip-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}


.Click-here {
    cursor: pointer;
    background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
    color: #fff;
    width: 180px;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    margin: 0 auto;
    transition: background-image 3s ease-in-out;
}

.Click-here:hover {
    transition: background-image 3s ease-in-out;
    background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 700;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    z-index: 200;
    left: 15rem;
    right: 0;
    top: 13rem;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 50;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 50;
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

.custom-model-main .btn-save-changes {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: block;
    height: 42px;
    max-width: fit-content;
    margin: 35px 0 0 auto;
    padding: 0px 44px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(143, 149, 178, 0.15), 0 8px 16px 0 rgba(143, 149, 178, 0.15);
    background-color: #0031ff;
}

input:required {
    border: 1px dashed red;
    background-color: red;
}
.category-wrapper {
    position: relative;
}
.category-wrapper .select2-hidden-accessible {
    left: 20px;
    top: 62px;
    width: 100% !important;
}

.datepicker-dropdown {
    min-width: 16rem !important;
    z-index: 650 !important;
}
.datepicker-dropdown div table {
    width: 100%;
}
.datepicker-dropdown th.dow {
    font-size: 16px;
    font-weight: 400;
}
.datepicker-dropdown td, .datepicker-dropdown th {
    width: 25px !important;
    height: 28px !important;
}

.ui-helper-hidden-accessible {
    display: none;
}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 100px;
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom img:hover {
  opacity: 0;
}
figure.zoom img {
  transition: opacity .5s;
  display: block;
  width: 100%;
}

.swal-fs{
    width:100% !important;
	height:100% !important;
}

.swal2-container {
  z-index: 1060;
}