@charset "UTF-8";
/**======================================================================
=========================================================================
Template Name: Dashboard Bootstrap 5 Admin Template
Author: Rajodiya Infotech
Support: [support link]
File: style.css
=========================================================================
=================================================================================== */
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");



.cust-logo{
    height: 30px;
}

.avatar_crop {
    margin-top: 30px;
}

.payment_type_icon {
    display: flex;
    align-items: center;
}
.payment_type_icon img,
.payment_type_icon svg {
    width: 100%;
    height: 100%;
    max-width: 25px;
    max-height: 25px;
    margin-right: 10px;
}

.card-body.setting-card.setting-logo-box .logo-content img {
    height: 60px;
}

.card-body.setting-card.setting-logo-box .logo-content{
    max-width: 100%;
    width: 100%;
    height: 60px;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

.card-body.setting-card.setting-logo-box .logo-content img {
    /* height: 60px; */
    width: auto;
    height: 40px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
}

.choose-files div {
    color: #fff;
    background: #584ED2 !important;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    max-width: 155px !important;
    font-size: 12px;
    font-weight: 500;
}
.choose-files input[type="file"] {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0 !important;
}
.file {
    position: relative !important;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
/*  logo shadow */
.img_setting {
    filter: drop-shadow(2px 3px 7px #011c4b);
}

.app-logo{
    height: 30px;
}
.form-group {
    margin-bottom: 1.3rem;
}
.card .card
{
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%) !important;
}
.strip-active-btn{
    margin-left: 830px;
}

/* ====================================== */

.browse-btn {
    cursor: pointer;
}

[data-selected="true"] .qxt-uploader-select .card-file-thumb {
    box-shadow: 1px 3px 20px #959595;
    outline: 3px solid #6777ef;
}

.w-200px,
.size-200px {
    width: 200px;
}

.qxt-file-box {
    position: relative;
}

.qxt-file-box .card-file .card-file-thumb {
    position: absolute;
    width: calc(100% - 16px);
    top: 8px;
    left: 8px;
    height: calc(100% - 16px);
    overflow: hidden;
    border-radius: 3px;
}

.qxt-file-box .card-file .card-body {
    position: absolute;
    width: calc(100% - 16px);
    bottom: 8px;
    left: 8px;
    padding: 10px 14px;
    background-image: linear-gradient(#ffffff00, black);
    right: 0;
    color: #ffffff;
    border-radius: 0px 0px 3px 3px;
}

.qxt-file-box .card-file .card-body h6 {
    font-size: 12px;
    color: #fff;
}

.qxt-file-box .card-file .card-body p {
    font-size: 10px;
    margin: 0;
    line-height: normal;
}

.qxt-file-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.qxt-file-box .card-file {
    cursor: pointer;
    /* overflow: hidden; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.card-file {
    padding: 8px;
    position: relative;
    border-color: rgb(223, 224, 228);
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}

.card-file .card-file-thumb {
    height: 120px;
    background-color: #f5f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-file .card-file-thumb img {
    max-width: 100%;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qxt-file-box .dropdown-file {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
}

.qxt-file-box .dropdown-file .dropdown-menu {
    width: 175px;
}

.qxt-file-box .dropdown-file>a {
    color: #5a5a5a;
    background: #f5f6fa;
    cursor: pointer;
    padding: 2px 6px 1px 2px;
}

.file-preview-item h6 {
    font-size: 13px;
    margin-bottom: 0;
}

.file-preview-item {
    padding: 8px;
    border: 1px solid #ebedf2;
    border-radius: 0.25rem;
}

.file-preview-item p {
    font-size: 10px;
    margin-bottom: 0;
    color: var(--secondary);
}

.file-preview-item .thumb {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 45px;
    width: 50px;
    text-align: center;
    background: #f1f2f4;
    font-size: 20px;
    color: #92969b;
    border-radius: 0.25rem;
    overflow: hidden;
}

.file-preview-item .thumb img {
    height: 45px;
}

.file-preview-item .remove {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
}

.file-preview-item .body {
    min-width: 0;
}

.file-preview.box a {
    color: inherit;
}

.file-preview.box:after {
    content: "";
    clear: both;
    display: table;
}

.file-preview.box .file-preview-item {
    width: 160px;
    float: left;
    margin-right: 0.5rem;
    padding: 0;
    display: block !important;
    position: relative;
}

.file-preview.box .thumb {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.file-preview.box.sm .file-preview-item {
    width: 100px;
}

.file-preview.box.sm .thumb {
    height: 52px;
}

.file-preview.box .body {
    padding: 0;
    padding: 8px 8px 2px;
}

.file-preview.box .remove {
    position: absolute;
    top: -6px;
    right: -6px;
    width: auto;
    max-width: 100%;
}

.file-preview.box .remove .btn {
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eaeaea;
}

.iti {
  width: 100% !important;
}
