.sign-in-eye {
    right: 0;
    display: block !important;
    cursor: pointer;
}
.input-group>.form-control:focus, 
.input-group>.form-select:focus, 
.input-group>.form-floating:focus-within {
    z-index: 0;
}

.text-dark {
    color: #111111 !important;
}

.smart-color {
    color: #E63B35;
}

.smart-color-gradient {
    background: linear-gradient(90deg, rgba(246,119,52,1) 0%, rgba(230,59,53,1) 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.table td, .table th {
    white-space: unset !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent;
    color: transparent!important;
    border: 1px solid transparent;
}
  
  
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: notransparentne;
    color: transparent!important;
    border: 1px solid transparent;
}

.form-select {
    padding: 0.2rem 1rem 0.2rem 0.75rem !important;
    background-position: right 0.25rem center !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    color: transparent !important;
    border:1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color:#333 !important;
    border:1px solid #979797;
    background-color:white;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background:-webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background:-moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background:-ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background:-o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background:linear-gradient(to bottom, white 0%, #dcdcdc 100%)
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    cursor:default;
    color:#666 !important;
    border:1px solid transparent;
    background:transparent;
    box-shadow:none
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color:white !important;
    border:1px solid transparent;
    background-color:#585858;
    background:none !important;
    background:none !important;
    background:none !important;
    background:none !important;
    background:none !important;
    background:none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    outline:none;
    background-color:#2b2b2b;
    background:none !important;
    background:none !important;
    background:none !important;
    background:none !important;
    background:none !important;
    background:none !important;
    box-shadow:none !important;
}
.page-item.active .page-link {
    color: #ffffff;
}
.page-link.active, .active>.page-link {
    background-color: #E63B35 !important;
    border-color: #E63B35 !important;
}

.card-border {
    border: 1px solid #D0D0D0;
}

.bg-light-1 {
    background-color: #F5F5F5 !important;
}

.form-switch .form-check-input:checked {
    background-color: #E63B35 !important;
    border-color: #E63B35 !important;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg, #E63B35 0%, #E63B35 100%);
    color: #fff;
}

.nav-link.active .icon i {
    color: #fff !important;
}

.icon-sm i {
    top: 1px !important;
    font-size: 1rem !important;
}

.icon-shape i {
    color: #111111;
}

.nav.nav-pills .nav-link.active {    
    border: #E63B35 1px solid;
    background-color: #FFE5E4 !important;
    animation: none;
    color: #E63B35;
}

.moving-tab .nav-link {
    animation: none;
    display: none;
}

.btn-primary {
    background-color: #E63B35 !important;
}

.bg-primary-gradient {
    background: linear-gradient(90deg, rgba(246,119,52,1) 0%, rgba(230,59,53,1) 60%) !important;
}

.btn-outline-primary {
    border-color: #E63B35 !important;
    color: #E63B35 !important;
}
.btn-outline-primary {
    --bs-btn-color: #E63B35;
    --bs-btn-border-color: #E63B35;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #E63B35;
    --bs-btn-hover-border-color: #E63B35;
    --bs-btn-focus-shadow-rgb: 249, 115, 22;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #E63B35;
    --bs-btn-active-border-color: #E63B35;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #E63B35;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #E63B35;
    --bs-gradient: none;
}

.btn-outline-black {
    border-color: #111111 !important;
    color: #111111 !important;
}

.form-select {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
}

.qr-custom {
    background-color: #F0F0F0;
}

/* change background and foreground qr */

.qr-container {
    overflow: hidden;
    background-color: transparent;
}
  
.qr-foreground-img {  
    filter: drop-shadow(0px 1000px 0 black);
    transform: translateY(-1000px);
}

.qr-container-preview {
    display: flex;
}

.qr-template-preview {
    /* justify-content:center; */
    z-index: 1;
}

.qr-code-preview-0, .qr-code-preview-d {
    margin-right: auto !important;
    margin-left: auto !important;
}

.qr-code-logo-preview-0, .qr-code-logo-preview-d {
    top: -50px;
}

.qr-code-preview-1 {
    position: absolute;
    z-index: 2;
    width: 37.5%;
    top: 40%;
    left: 33%;
}

.qr-code-logo-preview-1 {
    width: 37.5% !important;
    height: 37.5% !important;
    border-radius: 5px !important;
}

.qr-code-preview-2 {
    position: absolute;
    z-index: 2;
    width: 40%;
    top: 34%;
    left: 25.3%;
}

.qr-code-logo-preview-2 {
    width: 40% !important;
    height: 40% !important;
    border-radius: 5px !important;
}

.qr-code-preview-3 {
    position: absolute;
    z-index: 2;
    width: 50%;
    top: 18%;
    left: 25%;
}

.qr-code-logo-preview-3 {
    width: 35% !important;
    height: 35% !important;
    border-radius: 8px !important;
}

.qr-code-preview-4 {
    position: absolute;
    z-index: 2;
    width: 50%;
    top: 14%;
    left: 25%;
}

.qr-code-logo-preview-4 {
    width: 35% !important;
    height: 35% !important;
    border-radius: 10px !important;
}

.qr-code-preview-5 {
    position: absolute;
    z-index: 2;
    width: 17%;
    top: 25%;
    left: 17%;
}

.qr-code-logo-preview-5 {
    width: 32% !important;
    height: 32% !important;
    border-radius: 5px !important;
}

.qr-code-preview-6 {
    position: absolute;
    z-index: 2;
    width: 30%;
    top: 21%;
    left: 35%;
}

.qr-code-logo-preview-6 {
    width: 30% !important;
    height: 30% !important;
    border-radius: 5px !important;
}

.qr-text-detail {
    border: 0;
    font-size: 16px;
}
.qr-text-detail:focus {
    box-shadow: 0 0 0 0px #a1a1aa;
}

.qr-text-detail-none {
    border: 0;
    font-size: 16px;
}
.qr-text-detail-none:focus {
    box-shadow: 0 0 0 0px #a1a1aa;
}
.qr-edit {
    cursor: pointer;
}

.template-active {
    border: #E63B35 1px solid;
    background-color: #FFE5E4 !important;
}

.drop-zone {
    max-width: auto;
    height: 260px;
    padding: 25px;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    /* cursor: pointer; */
    color: #111111;
    border: 1px solid #ABABAB;
    border-radius: 12px;
  }
  
.drop-zone--over {
    border-style: solid;
}
  
.drop-zone__input {
    display: none;
}
.drop-zone__click {
    cursor: pointer;
}
.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
  
.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #6e5a5a;
    background: rgba(255, 228, 229, 1);
    font-size: 14px;
    text-align: center;
}

.drop-zone__remove {
    width: 31px;
    height: 31px;
    border-radius: 10px;
    overflow: hidden;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    z-index: 10;
    cursor: pointer;
}
  
.drop-zone__remove::after {
    font-family: "FontAwesome";
    content: "\f00d";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #E63B35;
    background: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #E63B35;
}

.qr-custom-logo {
    width: 50px;
    height: 50px;
    background-color: white;
    /* border-radius: 25px; */
    z-index: 2;
    position-area: center;
}
  
.color-picker{
    display: block;
    width: 50px;
    height: auto;
    float: left;
}

.focused {
    box-shadow: none !important;
}

.bg-link {
    background-color: #DBE3FF;
    font-size: 12px;
    line-height: normal;
}

input:focus {
    border-color: transparent;
    outline: none;
}

.chart-canvas {
    max-height: 400px !important;
    width: 100% !important;
}

input[type='range']{ 
    accent-color: #E63B35 !important; 
}