@import url(root_variable.css);

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

body {
    background: #F7F5FC;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
}

a {
    text-decoration: none;
}

.d-none {
    display: none;
}

.text_red {
    color: var(--clr-red);
}
.noty_type__error{
    background-color: #DE636F;
    border-bottom: 1px solid #CA5A65;
    color: #fff;
}
.noty_body{
    padding: 10px;
    font-size: 18px;
}
.noty_close_button {
    position: absolute;
    top: 50% !important;
    right: 6px !important;
    font-weight: 400 !important;
    font-size: 24px;
    transform: translateY(-50%) !important;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
.scSpcGp {
    margin-top: 2rem;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

.cursor_pointer {
    cursor: pointer;
}

.dflex {
    display: flex !important;
}
 .cancel_btn {
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 13px;
    cursor: pointer;
}
.justify-content-center{
    justify-content: center;
}
.dflex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.noDataImag img{
    max-width: 100px;
    width: 100%;
    height: auto;
}
.noDataImag h4{
    font-size: 15px;
    text-transform: capitalize;
}
.noDataImag p{
    padding-top: 10px;
    font-size: 12px;
}

.dflexAlign_center {
    display: flex;
    align-items: center;
}

ul {
    list-style-type: none;
}

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

button span {
    font-family: var(--font-Archivo);
}

.cmnBtn {
    border: unset;
    outline: unset;
    width: 100%;
    box-shadow: 0px 4px 4px 0px #0000000A;
    height: 54px;
    border-radius: 4px;
    font-size: 16px;
    line-height: unset;
    cursor: pointer;
}
.mrchntDrpDwn_content{
    height: 200px;
    overflow-y: auto;
}
.mrchntDrpDwn_content::-webkit-scrollbar{
    width: 0;
    height: 0;
}

.homePageContainer {
    height: 100%;
}

.pageContainer {
    display: flex;
    justify-content: left;
    height: calc(100% - 100px);
    background-color: rgba(247, 245, 252, 0);
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.mainContainer {
    width: calc(100% - 255px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    padding: 2.4rem 1.5rem;
    position: relative;
    background-color: #F7F5FC;
}
.dashBoardImag img{
    width: 23vw;
    height: auto;
}

.back_btrn_wrap {
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.cmnPageHeading {
    font-size: var(--font-size-28);
    font-weight: var(--font-weight-500);
    color: var(--clr-black);
    padding: 1.3rem 0;
}

.back_btn {
    min-width: 74px;
    min-height: 31px;
    padding: 0 0.4rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0px 1px 4px 0px #00000014;
    font-family: var(--font-Archivo);
    font-size: var(--font-size-14);
    text-align: center;
    background-color: #fff;
    margin-right: 1.6rem;
    color: var(--clr-neutral-black);
}

.tck_file {
    display: flex;
    gap: .5rem;
}

#filter_dropdown li {
    padding: 8px 8px 14px 8px;
}

#filter_dropdown li input {
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    min-height: 30px;
    padding: 0 20px 0 5px;
    margin-top: 6px;
    width: 100%;
}

.btn_al {
    border: 1px solid var(--clr-purple) !important;
    padding: 0.2rem 0.6rem;
    background-color: var(--clr-purple);
    gap: 8px;
    color: var(--clr-white);
    width: 100%;
    min-height: 36px;
    width: 100%;
    border-radius: 5px;
}

#filter_dropdown label,
#filter_dropdown li .dropdown_item_wrap {
    padding: unset;
    padding-bottom: 5px;
    width: 100%;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    background-color: transparent;
    font-family: var(--font-Archivo);
}

#filter_dropdown input::placeholder {
    color: #bdbdbd;
    font-size: 12px;
}

/* .addMerchant_sacveBtn:hover {
    color: #2b2b2b;
} */

/*  */
.mail-err-popup {
    font-size: 12px;
    color: red;
    opacity: 0.8;
    font-weight: 400;
    padding: 1px;
    line-height: 23px;
}

/* .close-eye-icn {
    position: absolute;
    right: 9px;
    top: -7px;

}

.open-eye-icn {
    position: absolute;
    right: 10px;
    bottom: -10px;
} */
@media (min-height:750px) and (max-height: 900px){
    .dashBoardImag img{
        width: 20vw;
    }
    .sliderText h1{
        font-size: 32px;
    }
    .sliderText p{
        font-size: 15px;
    }
    .sliderContent{
        height: 160px;
        margin-top: 110px;
    }
}