@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;
}
