/* @import url("../font/font.css"); */

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Inter Tight", sans-serif;
    background-color: #efefef;
}

.card {
    border-radius: 0;
}

a:hover {
    text-decoration: none !important;
}

/* .view-note-upper-details p {
  padding-left: 15px;
} */

.top-pad-tag {
    padding-top: 50px;
    margin: 0;
}

textarea:focus,
input:focus,
button:focus {
    outline: none !important;
}

button:focus,
a:focus {
    outline: none;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}

.btn-group-sm>.btn,
.btn-sm {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 17px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.6)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .bottom-left {
        position: absolute;
        bottom: 20px;
        left: 35px;
        color: white;
        font-size: 24px;
        line-height: 1;
    }

    .btn-width-for-mobile {
        width: 100%;
    }

    .custom-main-note-pad-2 {
        padding: 30px;
    }
}

.btn {
    transition: 0.2s all ease-in;
}

.btn:hover {
    transition: 0.2s all ease-in;
}

.mobile-none {
    display: block;
}

@media only screen and (max-width: 768px) {
    .mobile-none {
        display: none;
    }
}

.change-search-btn {
    padding: 10px 30px;
}

.custom-main-note-pad-3 {
    padding: 50px 50px 10px 50px;
}

.custom-main-note-pad-4 {
    padding: 10px 50px 50px 50px;
}

.non-border {
    border: none !important;
}

.custom-progress-class select {
    color: white;
    padding: 0.8rem 25px !important;
    border-radius: 0;
    margin-bottom: 6px;
    background: #121212;
    border: none;
    border-radius: 20px;
}

.custom-progress-class input {
    width: 100%;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.progress-margin-bottom {
    margin-bottom: 1.5rem;
}

.white-bg-cover {
    background-color: #fff;
}

.login-h3 {
    color: #161317;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 0;
}

.pad-50 {
    padding: 50px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.login-p {
    color: #86868b !important;
    font-weight: 400;
    align-items: center;
    font-size: 16px;
}

.form-control {
    background-color: transparent !important;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 8px 0.75rem;
    color: #121212 !important;
}

::placeholder {
    color: #6e6d7a !important;
}

.tb-border {
    border-top: 1px solid #383838 !important;
    border-bottom: 1px solid #383838 !important;
}

.password-eye {
    background: #000000;
    border-left: none !important;
    border-right: none !important;
    color: #fff;
}

.login-btn {
    background: #000000;
    font-weight: 500;
    height: 45px;
    /* border-radius: 50px; */
    border: none;
    transition: 0.3s all ease-in;
}

.login-btn:hover {
    background-image: linear-gradient(to right, #961D20 0%, #EA202C 48%, #F8B3B3 100%);
    background-color: #000;
}





a {
    color: #7c9dde;
    text-decoration: underline;
    text-underline-position: from-font;
}

.border-radius-20 {
    border-radius: 20px;
}

label {
    color: #86868b;
}

.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.action-details {
    display: flex;
    position: relative;
}

.action-btn {
    display: block;
    position: relative;
}

.action-btn a {
    width: 50px;
    height: 50px;
    display: block;
    background: #282828;
    align-content: center;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    color: white;
}

.mr-10 {
    margin-right: 10px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-internal-autofill-selected {
    transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

/* Custom select container */
.custom-select {
    position: relative;
    width: 100%;
}

/* Hide the default select arrow */
.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    width: 100%;
    padding: 10px;
    /* Adjust padding as needed */
    cursor: pointer;
}

/* Style the custom select arrow */
.custom-select::after {
    content: "\221F";
    position: absolute;
    top: 40%;
    right: 25px;
    transform: translateY(-50%);
    pointer-events: none;
    rotate: -45deg;
    color: white;
}

.no-pad {
    padding: 0 !important;
}

.popup-alert {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    border: 1px solid #383838;
}

.popup-content {
    position: relative;
}

.popup-close {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    /* font-size: 20px; */
}

.alert-content i {
    margin-right: 5px;
}

.border {
    border-color: #383838 !important;
}

.bi-x-circle-fill::before {
    content: "\f622";
    color: #dadada !important;
}

.text-white {
    color: #dadada;
}

.color-btn {
    background-color: #000000;
}

.color-btn:hover {
    background-image: linear-gradient(to right, #961D20 0%, #EA202C 48%, #F8B3B3 100%);
    background-color: #000;
    color: #fff;
    transition: 0.2s ease-in all;
}

.dealer_welcome_h1 {
    padding-bottom: 4.5rem;
    font-weight: 400;
}

.dealer_edit_h1 {
    padding-bottom: 2.5rem;
}

.dealer_welcome_h1 span {
    font-weight: 700;
}

.new_download_image_btn {
    width: 100%;
    background: #000000;
    color: white;
    border-radius: 0;
    border-color: #000;
    transition: 0.2s ease-in all;
}

.new_download_image_btn:hover {
    background: #EA202C;
    transition: 0.2s ease-in all;
    border-color: #EA202C;
}

.btn {
    transition: 0.2s ease-in all;
}

.btn:hover {
    background: #EA202C;
    border-color: #EA202C;
}

.edit_submit_button {
    width: 100%;
    background: #000000;
    border-color: #000000;
    color: white;
    border-radius: 0;
    margin-top: 20px;
}

.main_img_styling {
    border-radius: 20px;
}

.main_header_btn {
    background-color: #000000;
    border-color: #000000;
    border-radius: 0;
}

.border_header {
    border-bottom: 1px solid #ccc;
}

.top_margin_after_header {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.table th,
.table td {
    vertical-align: middle;
    text-align: center;
}

.top_margin_after_header {
    margin-top: 20px;
}

.dealer_welcome_h1 {
    font-size: 2.5rem;
}

.unity_dealers_table table {
    /* border-radius: 20px;
  overflow: hidden; */
}

.table-blue tr th {
    background-color: #000000 !important;
    color: white;
}

.action-btns a,
.action-btns button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 6px 15px !important
        /* margin-right: 5px; */
    ;
}

.img_action_btns button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 6px 15px !important
        /* margin-right: 5px; */
    ;
}

.edit_btn {
    border: 1px solid #000000;
    color: #000000;
    background: transparent;
    /* border-radius: 20px; */
    transition: all 0.3s ease-out;
}

.delete_btn {
    /* border-radius: 20px; */
    transition: all 0.3s ease-out;
}

.icons-mr-5 {
    margin-right: 5px;
}

.image_upload_form {
    margin-top: 20px;
    border: 2px dashed #ccc;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 60px;
}

.image_upload_form i {
    color: #000000;
}

.image_upload_form p {
    font-size: 1.2rem;
    color: #666;
}

.image_upload_form form {
    margin-top: 15px;
}

.upload_btn_style {
    border-radius: 0;
    background: #000000;
    border-color: #000000;
}

.choose_btn_style {
    border-radius: 0;
    color: #000000;
    background: #ffffff00 !important;
    border-color: #000000;
}

.choose_btn_style:hover {
    color: #000000;
}

.upload_img_icon {
    color: white !important;
}

.main_admin_product_img {
    position: relative;
    display: block;
}

.main_admin_product_img img {
    max-width: 100%;
}

.product_image_cards {
    border: 0;
    /* border-radius: 20px; */
}

.show_name_product_image_area {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.special_padding_top_dd {
    padding-top: 4.5rem;
}

#downloadAllBtn {
    background: #000000;
    border: 1px solid #000000;
}

.header-padd {
    padding: 2rem !important;
}

@media (max-width: 768px) {
    .dealer_welcome_h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .dealer_welcome_h1 {
        font-size: 32px;
    }

    .top_margin_after_header {
        margin-top: 0;
    }
}