/* Disable text selection and copying */

body {
    -webkit-user-select: none;
    /* Safari and Chrome */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Opera, Safari */
}

.icon-field .password-icon,
.password-icon {
    font-size: 16px;
    color: #101010;
    cursor: pointer;
}

.indent-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #de6900;
    margin-bottom: 20px;
}

.text-orange {
    color: #ff7a04;
}

.fs-14 {
    font-size: 14px;
}

.font-semibold {
    font-weight: 500;
}

.field-input-verify {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.verify-btn>.btn {
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    align-items: center;
}

.resent-otp {
    margin-top: 6px;
}

.captcha-text-input .small {
    font-size: 12px;
}

.indent-table.table thead tr th,
.indent-table.table tbody tr td {
    text-align: left !important;
}

.multiple-select-checkbox .btn-group {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 2px;
}

.badge-dot.badge-lg i {
    width: .625rem;
    height: .625rem;
    margin-right: 6px;
    border-radius: 100px;
}

.badge-dot {
    color: #525f7f;
    background: 0 0;
    align-items: center;
    padding: 0;
    font-weight: 500;
    display: inline-flex;
    font-size: 13px;
}

.links-btn {
    display: inline-flex;
    align-items: center;
}

.links-btn>a {
    font-size: 13px;
    font-weight: 500;
    width: 28px;
}

.indent-tbl-btn.links-btn>a {
    width: 28px;
}

.topbar.indent-header {
    height: auto;
}

.links-btn>a:not(:first-child) {
    margin-left: 10px;
}

.indent-header .digital__phed__logo .sidebar-brand-text .digital__icon {
    font-size: 22px;
}

.form-title {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #dedede;
    background-color: #f0f1f3;
    padding: 10px;
}

.repeater-form-field>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.repeater-form-field>ul>li {
    width: 18%;
}

.repeater-form-field>ul>li.quantity-w {
    width: 13%;
}

.repeater-form-field>ul>li.remark-w {
    width: 18%;
}

.form-group.btn-repeater {
    margin-top: 24px;
}

.form-group.btn-repeater .btn {
    width: 33.5px;
    height: 33.5px;
}

.repeater-form-field>ul>li:last-child {
    width: auto;
}

.repeater-form-field {
    background-color: #f2f1f3;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.inventory-form-layout .form-group label {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 6px;
}

.repeater-form-field .form-group {
    margin-bottom: 8px;
}

.user-profile__picture {
    height: 250px;
    overflow: hidden;
    background-color: #f2f9f1;
    width: 250px;
    margin-right: 0;
    margin-left: auto;
    border-radius: 4px;
    border: 2px solid #cecece;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-pofile-card .bg-primary {
    background-color: #0e4a7d !important;
}

.pic-holder .pic {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #4e73dfe6;
    color: #f8f9fc;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.pic-holder .upload-file-block {
    cursor: pointer;
    margin: 0;
}

.uploadProfileInput {
    width: 0px;
    height: 0px;
    position: absolute;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus~.upload-file-block {
    opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
    display: none;
}

.pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
}

.validate-input-field {
    display: flex;
    justify-content: space-between;
}

.validate-input-field .email-id {
    width: 100%;
    position: relative;
}

.email-id>i {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 22px;
}

.validate-input-field .verifed-sec {
    width: 20%;
    margin-left: 10px;
}

.heading-sec>h3 {
    font-size: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    font-weight: 500;
    color: #444;
}

@media print {
    .noPrint {
        display: none;
    }
}


/* .multiple-select-checkbox .dropdown-menu.show {
    transform: translateX(0) !important;
    margin-top: 35px !important;
} */