@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
.form-group {
    margin-bottom: 20px;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    position: relative;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    background: #fafafa;
}
html {
    padding: 0;
    margin: 0;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4 {
    font-family: "Poppins", sans-serif;
}
li {
    list-style: none;
}
img {
    border: 0;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
}

:hover,
:focus,
*:active {
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

*:focus {
    box-shadow: none !important;
}

a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #0f0e3d;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}
a,
input,
button,
textarea,
a:focus,
select:focus {
    outline: none;
}
a:hover,
a:focus,
select:focus,
button:focus {
    outline: none;
    text-decoration: none;
}

button,
input,
textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: #808396;
}
::-moz-placeholder {
    color: #808396;
}
::-ms-placeholder {
    color: #808396;
}
::placeholder {
    color: #808396;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?a6am4r");
    src: url("../fonts/icomoon.eot?a6am4r#iefix") format("embedded-opentype"),
        url("../fonts/icomoon.ttf?a6am4r") format("truetype"),
        url("../fonts/icomoon.woff?a6am4r") format("woff"),
        url("../fonts/icomoon.svg?a6am4r#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
    content: "\e905";
    color: #120539;
}
.icon-ic_client_details_black:before {
    content: "\e900";
}
.icon-ic_dashboard_black:before {
    content: "\e901";
}
.icon-ic_inbound_products_black:before {
    content: "\e902";
}
.icon-ic_outbound_products_black:before {
    content: "\e903";
}
.icon-ic_product_details_black:before {
    content: "\e904";
}

input,
.form-control {
    border: 1px solid #ced4da;
    background: transparent;
    /* color: #fff; */
    padding: 12px 15px;
    line-height: 1.3;
}
input:focus,
.form-control:focus {
    background: transparent;
    /* color: #fff; */
}
.auth-pages {
    display: flex;
    min-height: 100vh;
}
.auth-pages h1 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}
.auth-pages p {
    margin-bottom: 35px;
}
.auth-right {
    padding: 65px 95px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.auth-left {
    min-width: 30%;
    background: #000;
    padding: 85px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.auth-left::after {
    content: "";
    background: url(../images/auth-shape.svg) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
}
.auth-pages .form {
    max-width: 670px;
}
.auth-left .logo {
    text-align: center;
    display: block;
}
a {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
.auth-left-content {
    text-align: center;
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.auth-left-content h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
}
.auth-left-content p {
    max-width: 300px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
}

/* custom checkbox */
.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.custom-checkbox label {
    position: relative;
    padding-left: 25px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}
.custom-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    margin-top: 4px;
    left: 0;
    background-color: transparent;
    border: 1px solid;
    padding: 7px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 10px;
}
.custom-checkbox input:checked + label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* custom radio */
.custom-radio {
    display: inline-block;
}
.custom-radio:not(:last-child) {
    margin-right: 30px;
}
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 13px;
    height: 13px;
    border: 1px solid;
    border-radius: 100%;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gender-label {
    margin-right: 30px;
}

.form .custom-checkbox {
    max-width: 470px;
}

.custom-btn {
    padding: 14px 35px;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    min-width: 143px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
.auth-link {
    border-top: 1px solid #424242;
    padding-top: 27px;
    margin-top: 6px;
    color: #fff;
}
.check-auth a {
    font-style: italic;
}
.auth-pages h1 .logo-right {
    width: 140px;
}

a,
a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

/* Login form css */

.login-form {
    max-width: 690px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 35px 60px;
    text-align: center;
}
.login-form h2 {
    color: #1c2745;
    font-size: 24px;
    font-weight: 600;
}
.login-form form input {
    border: 1px solid #d0d0da;
    min-width: 100%;
    display: block;
    line-height: normal;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    background: #f8f8fb;
}
.login-form form {
    margin-top: 50px;
}
.login-page .input-block {
    margin: 0 auto 20px;
}
.common-btn {
    font-size: 16px;
    background: #ffffff;
    border-radius: 0px;
    border: 2px solid #000000;
    color: #000000;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    min-width: 180px;
}
.common-btn:hover {
    background: #2d00f7;
    color: #ffffff;
    border: 1px solid #2d00f7;
    padding: 12px;
}
.view-event.text-center {
    padding-top: 30px;
}
.black-bg {
    background: #2d00f7;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-detail-dd img {
    margin: 0 auto 50px;
    display: table;
}

header {
    background: #2d00f7;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.nav-sec {
    background: #2d00f7;
    padding: 15px 0px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.nav-sec img {
    max-width: 120px;
}
.nav-sec a.logout {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.nav-sec a.logout img {
    margin-left: 12px;
    max-width: 25px;
}

.onboard {
    min-height: 100%;
    background: #fafafa;
    /*padding-bottom: 95px;*/
}
.side-bar {
    position: fixed;
    left: 0;
    top: 60px;
    height: 100%;
    background: #fff;
    width: 220px;
}
.side-bar ul {
    padding: 20px 0;
}
.side-bar li {
    padding: 2px 14px;
}
.side-bar a {
    font-size: 13px;
    font-weight: normal;
    color: #120539;
    padding: 7px 12px;
    border-radius: 0px;
    width: 100%;
    display: flex;
    align-items: center;
}
.side-bar a.active,
.side-bar a:hover {
    background: #000;
    color: #fff;
    font-weight: 500;
}
.side-bar a span {
    width: 20px;
    margin-right: 10px;
    height: 20px;
    background-position: center;
    background-size: contain;
}
.side-bar a.active span,
.side-bar a:hover span {
    color: #fff;
}
.detail-side-bar {
    /* max-width: calc(100% - 220px);
    margin-left: 220px; */
    padding: 0 60px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.crd {
    background: #ffffff;
    border-radius: 0px;
    padding: 35px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.crd h4 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #000000;
}
.crd h2 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 90px;
    line-height: 65px;
    padding-bottom: 20px;
}
.crd img {
    min-width: 56px;
    margin-bottom: 25px;
}
.onboard-inner {
    padding: 60px;
    max-width: 970px;
    margin: 0 auto;
}
.crd-small h2 {
    font-size: 72px;
    padding-bottom: 0;
    padding-top: 20px;
}
.crd h5 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}
.onboard-inner .col-md-4 {
    padding-top: 35px;
}

.customers {
    border-collapse: collapse;
    background: #fff;
    width: 100%;
    border: 1px solid #dee2e6;
    padding: 30px 0;
}

.customers td,
.customers th {
    border: none;
    border: 1px solid #dee2e6;
    padding: 15px;
    text-align: center !important;
}
.customers td {
    border: 1px solid #dee2e6;
}

.customers th {
    font-size: 14px;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #000000;
    text-transform: capitalize;
}

.cl-sel-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
select.form-control {
    height: auto !important;
    border: 1px solid #d0d0da;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #808396 !important;
    padding: 8px 16px;
    /* max-width: 200px; */
    margin-right: 15px;
}
a.common-border-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    color: #000000;
    background: transparent;
    border: 1px solid #d0d0da;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
    min-width: 140px;
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
}
table.dataTable tbody td a:hover {
    color: #000;
}
.dowload-popup.show,
div#productModal.show {
    display: flex !important;
    align-items: center;
    min-height: 100vh;
}
.dowload-popup.show .modal-dialog,
div#productModal .modal-dialog {
    max-width: 610px;
    min-width: 610px;
}
a.common-border-btn:hover {
    background: #2d00f7;
    color: #fff;
}
a.common-border-btn:hover .icon-download:before {
    color: #fff;
}
.plus-icon {
    background: url(../images/icon-plus-b.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}
a.common-border-btn:hover .plus-icon {
    background: url(../images/icon-plus-w.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}
.barcode-img {
    background: url(../images/barcode.webp) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
}
.key-copy {
    background: url(../images/copy.webp) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
}
table.dataTable tbody td a.barcode-link,
table.dataTable tbody td a.copy-barcode {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
table tbody td,
table.dataTable tbody td {
    vertical-align: middle;
    text-align: center;
}
.cl-head {
    padding: 30px 0;
}
.badge.bg-success {
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
    background-color: #4cd53a !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
    line-height: normal;
}
.cl-head h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #d0d0da;
    padding-bottom: 12px;
    margin-bottom: 16px;
}
table.customers .common-btn {
    min-width: inherit;
    font-size: 14px;
    line-height: 32px;
    padding: 7px 25px;
}
.customers td span.red {
    color: #e52c2c;
}
.customers td span.green {
    color: #059447;
}
body {
    position: relative;
}
footer {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0px;
    background: #2d00f7;
    z-index: 9999;
    margin-top: 32px;
}
footer .nav-sec {
    padding: 10px 0;
}
footer p {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
}
footer a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
footer a:hover {
    text-decoration: underline;
    color: #fff;
}
footer .nav-sec .powerd-by img {
    margin-left: 5px;
    max-width: 120px;
}
footer div.powerd-by {
    display: flex;
    align-items: center;
}
footer div.powerd-by p {
    padding-top: 5px;
}
.btn-close {
    background: transparent;
    cursor: pointer;
    right: 15px;
    top: 15px;
    margin: 3px;
    width: 30px;
    height: 30px;
    float: right;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dowload-popup p {
    font-size: 16px;
    color: #fff;
}
.dowload-popup .modal-header {
    /* background-color: #000; */
    border-radius: 0;
    justify-content: center;
    border: none;
}
.dowload-popup .floating-label label {
    left: 15px;
}
.dowload-popup .modal-content {
    border-radius: 8px;
    border: none;
    overflow: hidden;
    /* background-color: #000; */
}
.dowload-popup .modal-title {
    /* color: #fff; */
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    padding-top: 40px;
}
.dowload-popup .modal-body {
    padding: 50px 60px;
    /* background-color: #000; */
    padding-top: 24px;
}
.dowload-popup .btn-close {
    width: 40px;
    height: 40px;
    margin: 0;
    background: transparent;
}
.dowload-popup .btn-close::before,
.dowload-popup .btn-close::after {
    content: none;
}
.dowload-popup .btn-close span {
    font-size: 25px;
    color: #fff;
}
.dowload-popup .modal-dialog {
    max-width: 580px;
}
.dowload-popup .custom-checkbox {
    margin: 0;
    padding-bottom: 20px;
    margin-top: 10px;
}
.dowload-popup .custom-checkbox label,
.dowload-popup .custom-checkbox label a {
    color: #fff;
    font-family: "gilroymedium";
    text-transform: inherit;
}
.dowload-popup .custom-checkbox input:checked ~ label::before,
.dowload-popup .custom-checkbox label::before {
    border-color: #fff;
}
.dowload-popup .custom-checkbox label::after {
    border-color: #fff;
}
.dowload-popup .floating-input,
.dowload-popup .floating-select {
    color: #000;
}
.dowload-popup .common-btn {
    color: #fff;
    background: #000;
    margin: 0 auto;
    padding: 10px;
    min-width: 180px;
    display: table;
    margin-top: 40px;
}
.dowload-popup select.form-control,
.dowload-popup select.form-control option {
    max-width: 100%;
    width: 100%;
    padding: 10px 16px;
    border-color: #fff;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px;
}
.dowload-popup select.form-control option {
    background-color: #000;
}
/*.dowload-popup  [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;padding: 0;border: none;
}*/
.dowload-popup .form-group {
    margin-bottom: 30px;
}

#productModal {
}

#productModal p,
#productModal .form-label {
    font-size: 16px;
    color: #fff;
}
#productModal .modal-header {
    background-color: #000;
    border-radius: 0;
    justify-content: center;
    border: none;
}
#productModal .floating-label label {
    left: 15px;
}
#productModal .modal-content {
    border-radius: 8px;
    border: 2px solid #fff;
    overflow: hidden;
    background-color: #000;
}
#productModal .modal-title {
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    padding-top: 40px;
}
#productModal .modal-body {
    padding: 20px 60px;
    background-color: #000;
    padding-top: 24px;
}
#productModal .btn-close {
    width: 35px;
    height: 35px;
    margin: 5px;
    background: transparent;
}
#productModal .btn-close::before,
#productModal .btn-close::after {
    content: none;
}
#productModal .btn-close span {
    font-size: 25px;
    color: #fff;
}
#productModal .modal-dialog {
    max-width: 580px;
}
#productModal .custom-checkbox {
    margin: 0;
    padding-bottom: 20px;
    margin-top: 10px;
}
#productModal .custom-checkbox label,
#productModal .custom-checkbox label a {
    color: #fff;
    font-family: "gilroymedium";
    text-transform: inherit;
}
#productModal .custom-checkbox input:checked ~ label::before,
#productModal .custom-checkbox label::before {
    border-color: #fff;
}
#productModal .custom-checkbox label::after {
    border-color: #fff;
}
#productModal .floating-input,
#productModal .floating-select {
    color: #fff;
}
#productModal .common-btn {
    background: #fff;
    color: #000;
    margin: 0 auto;
    padding: 10px;
    min-width: 180px;
    display: table;
    margin-top: 40px;
}
#productModal select.form-control,
#productModal select.form-control option {
    max-width: 100%;
    width: 100%;
    padding: 10px 16px;
    border-color: #fff;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px;
}
#productModal select.form-control option {
    background-color: #000;
}
.pro-det {
    display: grid;
    gap: 10px;
    padding: 40px 0;
}

[type="file"] + label {
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    margin-bottom: 1rem;
    outline: none;
    padding: 8px 16px;
    position: relative;
    font-size: 16px;
    width: 100%;
    float: left;
    transition: all 0.3s;
    margin: 0;
    border: 1px solid #fff;
    vertical-align: middle;
}
.dowload-popup .form-control {
    padding: 10px 16px;
    border-color: #fff;
    line-height: 25px;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
}
.dowload-popup .form-group label {
    font-size: 16px;
    color: #fff;
}
.dowload-popup ::-webkit-input-placeholder {
    color: #fff;
}
.dowload-popup ::-moz-placeholder {
    color: #fff;
}
.dowload-popup ::-ms-placeholder {
    color: #fff;
}
.dowload-popup ::placeholder {
    color: #fff;
}
.table.dataTable {
    border-collapse: collapse;
}
.dataTables_length,
.dataTables_filter {
    display: none;
}

.bg-img-status .icon-ic_client_details_black {
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 2px;
    font-size: 0;
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 10px;
}

.side-bar .bg-img-status a.active .icon-ic_client_details_black,
.side-bar .bg-img-status a:hover .icon-ic_client_details_black {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(635%)
        hue-rotate(288deg) brightness(109%) contrast(101%);
}

.product-status .icon-ic_client_details_black {
    background-image: url(../images/product-details-b.png);
}

.photoshoot-product .icon-ic_client_details_black {
    background-image: url(../images/photoshoot-products-b.png);
}

.side-bar a span::before {
    content: "";
}
.icon-ic_dashboard_black {
    background: url(../images/yoshiflo-dashboard-b.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.side-bar a.active .icon-ic_dashboard_black,
.side-bar a:hover .icon-ic_dashboard_black {
    background: url(../images/yoshiflo-dashboard-w.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.side-bar .icon-ic_client_details_black {
    background: url(../images/yoshiflo-product-status-b.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.side-bar a.active .icon-ic_client_details_black,
.side-bar a:hover .icon-ic_client_details_black {
    background: url(../images/yoshiflo-product-status-w.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.icon-ic_product_details_black {
    background: url(../images/yoshiflo-product-details-b.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.side-bar a.active .icon-ic_product_details_black,
.side-bar a:hover .icon-ic_product_details_black {
    background: url(../images/yoshiflo-product-details-w.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.side-bar li:last-child span {
    background: url(../images/yoshiflo-client-details-b.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.side-bar li:last-child a.active span,
.side-bar li:last-child:hover span {
    background: url(../images/yoshiflo-client-details-w.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.key-field input.form-control {
    background: transparent;
    border-color: #ced4da;
    padding-right: 50px;
}
.key-field .input-group {
    position: relative;
}
.key-field .btn-outline-secondary {
    border-color: #ced4da;
}

.copy-key-popup {
    padding: 14px;
    position: absolute;
    right: 0;
    border-left: 0px solid #ced4da;
}
div#productModal .key-copy {
    background: url(../images/copy-wt.webp) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
}
.login-page .section-inner.user-detail-dd a {
    max-width: 40%;
    display: table;
    margin: 0 auto;
}

.status-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}

.status-open {
    background-color: #ddeaff;
    color: #005bea;
}

.status-closed {
    background-color: #fae1dd;
    color: #005bea;
}

.status-warm {
    background-color: #cceedd;
    color: #005bea;
}

.status-passed {
    background-color: #fff2cc;
    color: #005bea;
}

.status-onhold {
    background-color: #f0f3f2;
    color: #005bea;
}

.status-converted {
    background-color: #38b927;
    color: #ffffff;
}

.detail-card {
    background-color: #f1f3f4;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#interaction-modal .form-control:required {
    border-color: #059447;
}

.interaction-card .label {
    min-width: 100px;
}
.link {
    display: inline-block;
    text-decoration: none;
}

.link img {
    width: 30px;
    height: 30px;
    transition: opacity 0.3s ease-in-out;
}

.link-edit:hover img {
    content: url(../omnisku-action-icons/edit-hover.png);
}

.link-details:hover img {
    content: url(../omnisku-action-icons/view-hover.png);
}

.link-delete:hover img {
    content: url(../omnisku-action-icons/delete-hover.png);
}

.link-clone:hover img {
    content: url(../omnisku-action-icons/clone-hover.png);
}

.fixed-height-modal {
    height: 300px;
    overflow: hidden;
}

/* .form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
} */

.select2-container--default .select2-selection--single {
    background: transparent;
    height: 44px;
    border: 1px solid #ced4da;
    /* margin-right: 16px; */
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 9px;
    /* right: 16px; */
}
li[data-dtr-index] {
    display: grid;
    grid-template-columns: minmax(0, 100px) 1fr;
    gap: 8px;
    align-items: start;
}

.dtr-title,
.dtr-data {
    white-space: normal;
    word-break: break-word;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
    text-align: left !important;
}
.responsive-select2--small {
    width: 100%;
}
@media (min-width: 600px) {
    .responsive-select2--small {
        width: 100px !important;
    }
}
td.long-text {
    white-space: normal !important;
    word-wrap: break-word;
    max-width: 200px; /* adjust as needed */
}
.blue-bg {
    background: #2d00f7;
}
.form-col {
    background: #f3f4f3;
    padding: 20px !important;
}
.card {
    background: #f3f4f3;
}
.form-row input,
.form-control {
    border: 1px solid #ffffff;
    background: #ffffff;
    padding: 12px 15px;
    line-height: 1.3;
}
.form-row input:focus,
.form-control:focus {
    background: #ffffff;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff; /* Light gray background */
    cursor: not-allowed;
}
.table-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
}
.dropzone {
    min-height: 216px;
    border: none !important;
}
.copyBtn img {
    width: 30px;
    height: 30px;
    transition: opacity 0.3s ease-in-out;
}
