@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
    font-family: 'dm_sans';
    src: url('../font/dmsans-bold-webfont.woff2') format('woff2'),
         url('../font/dmsans-bold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: 800;

}
@font-face {
    font-family: 'dm_sans';
    src: url('../font/dmsans-medium-webfont.woff2') format('woff2'),
         url('../font/dmsans-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: 600;

}
@font-face {
    font-family: 'dm_sans';
    src: url('../font/dmsans-regular-webfont.woff2') format('woff2'),
         url('../font/dmsans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: 400;
}
@font-face {
    font-family: 'poppins';
    src: url('../font/poppins-black-webfont.woff2') format('woff2'),
         url('../font/poppins-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: 900;

}
@font-face {
    font-family: 'poppins';
    src: url('../font/poppins-bold-webfont.woff2') format('woff2'),
         url('../font/poppins-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: 700;

}
@font-face {
    font-family: 'poppins';
    src: url('../font/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../font/poppins-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: 800;

}
@font-face {
    font-family: 'poppins';
    src: url('../font/poppins-semibold-webfont.woff2') format('woff2'),
         url('../font/poppins-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: 600;

}
@font-face {
    font-family: 'poppins';
    src: url('../font/poppins-thin-webfont.woff2') format('woff2'),
         url('../font/poppins-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: 100;

}
@font-face {
    font-family: 'poppins';
    src: url('../font/poppins-light-webfont.woff2') format('woff2'),
         url('../font/poppins-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: 300;

}
@font-face {
    font-family: 'poppins';
    src: url('../font/poppins-medium-webfont.woff2') format('woff2'),
         url('../font/poppins-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: 500;

}
@font-face {
    font-family: 'poppins';
    src: url('../font/poppins-regular-webfont.woff2') format('woff2'),
         url('../font/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: 400;
}


body{
    font-family: 'poppins';
}

:root{
    --blue: #1A73E8;
    --grey: #F3F3F5;
    --dark-blue: #131133;
    --light-orng: #ffeac9;
    --light-grn: #cfefc9;
    --light-blue: #d9f7e8;
}

.font-dm{
    font-family: 'dm_sans';
}

.bg-grey{
    background-color: var(--grey);
}
.fw-md {
    font-weight: 500;
}
.log-bg{
    background-color: var(--blue);
    padding: 5px;
    border-radius: 15px;
}

.img-login{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.login-shadow{
    box-shadow: 0px 4px 18px 0px #2F2B3D1A;
}

.login-shadow1{
    box-shadow: 0px 4px 18px 0px #2F2B3D1A;
}

.nvt{
    margin-top: -50px;
}

.bg-log{
    background-color: #fff;
}

.cop-font{
    color: var(--blue);
}

.border-log{
    border-bottom: 3px dashed #BCBCBC57
}

.border-otp{
    border-bottom: 3px dashed #BCBCBC57
}

.form-input{
    border: 1px solid #D8DADC;
    background-color: #F8F9FB;
    width: 100%;
    padding: 13px 10px;
    border-radius: 7px
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.btn-login{
    width: 100%;
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    border-radius: 56px;
    padding: 9px;
    font-size: 14px;
}

.or-position{
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #CFDFE2;
    top: 14px;
}

.or-position::before{
    content: 'or';
    position: absolute;
    top: -14px;
    right: 44%;
    transform: translatex(-50%);
    background-color: #fff;
    padding: 4px 7px
}

.img-social{
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.check-main input[type=checkbox]{
    accent-color: #000;
    height: 20px;
    width: 20px;
}

.mail-style{
    background: var(--blue);
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.mail-style .img-mail{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 28px;
}

.i-red{
    color:#B80000;
}

.otp-input{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 0 7px;
}

.otp-input:focus{
    outline: none;
}

.co-border{
    margin: 0px 3px;
    border: 1px solid #ccc;
    padding: 8px 9px;
    border-radius: 10px;
    max-width: 50px;
}
.max-402 {
    max-width: 402px;
    margin: 0 auto;
}
.up-btn{
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    border-radius: 23px;
    padding: 4px 19px;
    cursor: pointer;
}

.upload-s{
    border: 2px dashed #ddd;
    width: 100%;
    height: 200px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-style{
    background-color: var(--blue);
    color: #fff;
    border: 4px solid var(--blue);
    padding: 9px 5px;
    border-radius: 25px;
    min-width: 140px;
    width: 100%;
}

.btn-style1{
    background-color: #fff;
    color: #000;
    padding: 9px 5px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 25px;
    border: 3px solid #e1dbfe;
    box-shadow: inset 0 0 0 1px var(--blue);
    min-width: 140px;
    width: 100%;
    /* box-shadow: var(--blue);
    /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
}

.btn-edit1{
    background-color: #fff;
    color: #000;
    border: 1px solid var(--blue);
    padding: 9px 5px;
    min-width: 114px;
    width: 100%;
    border-radius: 25px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.font-12{
    font-size: 12px;
}

.img-visa{
    width: 100%;
    height: 100%;
    max-width: 40px;
    object-fit: contain;
}

input[type=radio] {
    --s: 1em; /* the active color */

    height: var(--s);
    aspect-ratio: 1;
    border: calc(var(--s)/8) solid #d3d3d3;
    padding: calc(var(--s)/8);
    background:
       radial-gradient(farthest-side,var(--blue) 94%,#0000)
       50%/0 0 no-repeat content-box;
    border-radius: 50%;
    outline-offset: calc(var(--s)/10);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    transition: .3s;
}
input[type=radio]:checked {
    border-color: var(--c);
    background-size: 100% 100%;
}

input[type=radio]:disabled {
    background:
       linear-gradient(#d3d3d3 0 0)
       50%/100% 20% no-repeat content-box;
    opacity: .5;
    cursor: not-allowed;
}







.muted {
    color: #ABA8B1;
}

.shadow1 {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.table td {
    padding: 15px 12px;
    font-weight: 400 !important;
    color: var(--gray);
}
.table th {
    padding: 15px 12px;
}

.table thead tr th:first-child {
    border-top-left-radius: 15px;
}

.table thead tr th:last-child {
    border-top-right-radius: 15px;
}

.tog {
    background-color: var(--dark-blue);
    color: #fff;
    border-radius: 4px;
    margin-right: 4px;
    padding: 6px 8px;
}
.min-100 {
    min-height: 100dvh;
}
.bg-otp {
    background: #bababa;
}
.info-icon {
    max-width: 50px;
}
.swal-text {
    text-align: center !important;
}
.pdf-logo img{
    max-width: 140px;
}
.pdf-logo {
    display: flex;
    justify-content: center;
}


@media print {
    input[type=radio] {
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto;
      background: none;
    }
}

.border-highlight {
    border: 2px solid #000;
}

.main-side{
    height: 100vh;
    display: flex;
}

.main-board1{
    height: 100%;
    max-width: 245px;
    width: 100%;
    background-color: var(--dark-blue);
    position: relative;
}

.main-board{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.list-style{
    font-size: 14px;
    text-decoration: none;
    display: flex;
    padding: 12px 12px;
    color: #fff;
}

.list-style i{
    margin-right: 9px;
}

.list-style p{
    margin-bottom: 0px;
}

.list-h{
    height: calc(100vh - 165px);
    padding: 20px;
    overflow-y: auto;
}

.max-h{
    max-height: 100px;
    padding: 12px;
}

.list-style.active{
    background-color: var(--blue);
    border-radius: 3px;
}

.main-nav{
    width: calc(100% - 245px);
}

.l-h{
    line-height: 0.3;
}

.main-logo{
    width: 100%;
    height: 100%;
    max-width: 170px;
    object-fit: cover;
}

.x-mark{
    display: none;
    float: right;
}

.img-wade{
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.list-btn{
    background-color: var(--dark-blue);
    color: #fff;
    border-radius: 4px;
    margin-right: 4px;
    display: none;
}

.content-start{
    height: calc(100vh - 112px);
    overflow-y: auto;
    overflow-x: hidden;
}

.content-start::-webkit-scrollbar {
    width: 6px;
}

.content-start::-webkit-scrollbar-track {
      background: #fff;
      margin-top: 90px;
      margin-bottom: 90px;
      border: 1px solid var(--dark-blue);
      border-radius: 5px
}

.content-start::-webkit-scrollbar-thumb {
        background: var(--dark-blue);
       border-radius: 5px;
}

.c-main{
    padding: 14px 6px;
}

.ticket-img{
    background-color: var(--light-orng);
    padding: 10px 10px;
    border-radius: 5px;
}

.ticket-img1{
    background-color: var(--light-grn);
    padding: 10px 10px;
    border-radius: 5px;
}

.ticket-img2{
    background-color: var(--light-blue);
    padding: 10px 10px;
    border-radius: 5px;
}
.ticket-img3{
    background-color: #ffded1;
    padding: 10px 10px;
    border-radius: 5px;
}

.recent{
    background-color: var(--grey);
    padding: 18px;
    border-radius: 10px;
    margin-top: 30px;
}

.border-dot{
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3)
}

.ticket-black{
    background-color: rgb(128,128,169);
    padding: 12px;
    border-radius: 9px 9px 0px 0px;
}

.ticket-black2{
    background-color: rgb(223,223,59);
    padding: 12px;
    border-radius: 9px 9px 0px 0px;
}

.ticket-black3{
    background-color: rgb(84,200,84);
    padding: 12px;
    border-radius: 9px 9px 0px 0px;
}

.ticket-black4{
    background-color: var(--light-blue);
    padding: 12px;
    border-radius: 9px 9px 0px 0px;
}

.ticket-head{
    background-color: #FAFAFA;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.main-tabs .nav-link.active{
    background-color: transparent;
    color: var(--blue);
    border-bottom: 3px solid var(--blue);
    border-radius: 0;
}

.main-tabs .nav-link{
    color: #707070;
    min-width: 100px;
    width: 100%;
}

.nav.nav-pills{
    border-bottom: 1px solid #ccc;
}

.nin{
    display: none;
}

.p--4{
    padding: 25px;
}

.img-leaf{
    width: 100%;
    height: 100%;
    max-width: 90px;
    margin-bottom: 8px;
    object-fit: contain;
}
.acc-display1{
    display: none;
}

.img-cal{
    background-color: rgba(44, 12, 77, 0.15);
    padding: 8px;
    border-radius: 5px;
}

.bg-drop{
    background-color: var(--grey);
    padding: 9px;
    border-radius: 6px
}

.img-e{
    width: 100%;
    height: 100%;
    max-width: 20px;
    object-fit: contain;
}

.img-simplify{
    width: 100%;
   height: 100%;
   background-color: var(--grey);
   padding: 14px;
   border-radius: 18px;
}

.profile-b{
    background-color: var(--grey);
    padding: 18px;
    border-radius: 8px;
}

.edit-e{
    background-color: var(--dark-blue);
    padding: 15px 15px;
    border-radius: 50%;
}

.edit-img{
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.position-edit{
    position: absolute;
    right: -10px;
    bottom: 4px;
}

.bell-i{
    background-color: rgba(168, 168, 189, 0.4);
    padding: 12px;
    border-radius: 50%;
}

.main-ul{
    list-style: none;
}

.main-ul li{
    position: relative;
    margin-bottom: 14px;
    font-size: 12px;
}

.main-ul li::before{
    position: absolute;
    content: '\F272';
    font-family: 'bootstrap-icons';
    left: -20px;
    background-color: #287F71;
    color: #fff;
    padding: 2px 4px;
    border-radius: 50%;
    font-size: 9px;
    top: 1px;
}

.premium-plan{
    position: relative;
    background-color: var(--grey);
    border-radius: 17px;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 16px;
}

.premium{
    height: 500px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.position-btn{
    position: absolute;
    bottom: -16px;
    left: 48%;
    transform: translatex(-50%);
}

.premium-plan2{
    background: linear-gradient(354.5deg, #000000 -65.87%, #1A73E8 106.59%);
    position: relative;
    padding: 16px;
    border-radius: 16px;
}

.premium1{
    position: relative;
}

.position-pop{
    position: absolute;
    top: -16px;
    left: 48%;
    transform: translatex(-50%);
}

.img-amazon{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.form-control{
    padding: 13px 10px !important
}

.form-select{
    padding: 13px 10px !important
}

.mvt{
    margin-left: -16px;
}

.forgot{
    font-size: 16px;
}

.img-cn{
    width: 100%;
    height: 100%;
}
.position-drop{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.load-t .total-tic{
    display: none;
}

.load-t{
    height: 100%;
}

.shadow-tic{
    box-shadow: 0px 4px 18px 0px #2F2B3D1A;
}


.b-mob1{
    display: none;
}

.see{
    display: none;
}

.fw-medium{
    font-weight: 500 !important;
}

.re{
    display: none;
}
.das{
    display: none;
}
.font-main{
    font-size: 24px;
}
.min-r{
    min-width: 100%;
}

.min-row{
    overflow-x: auto;
    padding: 0 8px
}

.min-row::-webkit-scrollbar {
  height: 0px;
}

.arr{
    display: none;
}

.dropdown button{
    border: 1px solid #fff;
}
input:focus{
    outline: none;
}
.slide1{
    width: 370px;
    margin-top: 30px;
    padding: 30px 0px
}

.slide2{
    width: 400px;
     padding: 30px 0px
}

.slide3{
    width: 370px;
     margin-top: 30px;
    padding: 30px 0px
}

.chat-det p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-person {
    width: 400px;
    margin-right: 10px;
}


.chat-open-person {
    max-width: 50px;
    margin-right: 10px;
}

.receive {
    width: 50%;
}

.send {
    width: 50%;
    margin-left: 50%;
}

.chat-right {
    height: calc(100dvh - 175px);
}

.chat-left-inner {
    height: calc(100dvh - 207px);
    overflow-y: auto;
    overflow-x: hidden;
}

.chat-right-inner {
    overflow-y: auto;
    overflow-x: hidden;
}
.chat-body {
    height: calc(100dvh - 314px);
    overflow-y: auto;
}
.chat-left-inner::-webkit-scrollbar,
.chat-right-inner::-webkit-scrollbar,
.chat-body::-webkit-scrollbar {
    width: 5px;
}

.chat-left-inner::-webkit-scrollbar-track,
.chat-right-inner::-webkit-scrollbar-track,
.chat-body::-webkit-scrollbar-track {
    background: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.chat-left-inner::-webkit-scrollbar-thumb,
.chat-right-inner::-webkit-scrollbar-thumb,
.chat-body::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px;
    border: 1px solid var(--dark-blue);
}

.active-chat {
    background-color: var(--light-blue);
}

.pointer{
    cursor: pointer;
}

.chats-msg{
    height: calc(100dvh - 135px);
}
.light-bl{
    background-color: var(--light-blue)
}
.btn-bg{
    background-color: var(--blue);
}
.max{
    width: max-content;
}

.profile-e{
    background: linear-gradient(91.72deg, #186DDC -2.23%, #000000 130.11%);
    padding: 15px;
    border-radius: 6px;
}

.b-l{
    background-color: #384960;
    padding: 10px 15px;
    display: block;
    width: max-content;
    border-radius: 8px;
}

.img-pay{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    box-shadow: 0px 4px 18px 0px #2F2B3D1A;
}

.position-profile{
    position: absolute;
    width: 100%;
    padding: 5px 14px;
    bottom: -54px
}

.joh-b{
    background-color: var(--grey);
    padding: 9px;
    border-radius: 8px;
}

.account-d{
    background-color: var(--grey);
    padding: 9px;
    border-radius: 8px
}

.d-s1{
    display: none;
}

.word-break{
    word-break: break-all;
}

.fs-f{
    font-size: 14px;
}
.hidesidebar {
    position: absolute;
    top: 12px;
    right: 14px;
}
.shadow-tic img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}
.table-responsive::-webkit-scrollbar {
    width: 0px;
}
.content2.content {
    height: calc(100dvh - 0px);
    overflow-y: auto;
    overflow-x: hidden;
}
.profile-not {
    max-width: 40px;
    width: 100%;
    height: 100%;
    border-radius: 50%
}
.not {
    max-width: 50px;
    width: 100%;
}
.bg-effect {
    background: url("../img/bg-effect.png") no-repeat;
    background-size: cover;
}
.home {
    background: #f8f8f8;
}
.brand {
    max-width: 100px;
    width: 100%;
}
.brand img {
    vertical-align: middle;
}
.tick-img {
    max-width: 60px;
    height: 60px;
    width: 100%;
}
.object-contain {
    object-fit: contain;
}

.navbar .nav-link.active {
    color: #1A73E8;
    position: relative;
}

.navbar .nav-link.active:before {
    position: absolute;
    content: '';
    bottom: 3px;
    width: 40%;
    height: 3px;
    background: #1A73E8;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-w .nav-link {
    width: max-content;
}

.blue-text {
    color: #1A73E8;
}
.text-grey {
    color: #818181;
}
.navbar-brand,
.logoftr {
    max-width: 140px;
}
nav {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
header,
.bg-effect{
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #f0f2f1;
}
.step-img {
    max-width: 70px
}
.lh-d {
    line-height: 1.5;
}
.dot-img img{
    width: 250px;
}
.benefit-video {
    left: 0;
    top: 57%;
    transform: translateY(-50%);
}
.bg-contact {
    background: url("../img/bg-contact.png") no-repeat;
    background-size: cover;
    background-position: bottom;
}
.social-ic {
    background: transparent;
    padding: 10px 12px;
    border-radius: 8px
}
.social-ic:hover {
    background: #1A73E8;
}
.social-ic i {
    color: #fff !important
}

.customers .client-p {
    max-width: 50px;
}
.customers .swiper-slide-active .blue-gr{
    transform: scale(1.2);
    background: linear-gradient(to right, #1A73E8,#0F4082) !important;
    opacity: 1
}
.customers .blue-gr {
        margin: 10px 30px !important;
    opacity: 0.5;
    background: #1A73E8 !important;
}
.customers .swiper-slide {
    margin: 20px 0
}

/* Media Query */
@media screen and(max-width: 1240px){
    .text-amazon{
        font-size: 18px;
    }
    .font-main{
        font-size: 18px;
    }
}
@media screen and (min-width:1201px) {
    .chats,
    .chats-box {
        display: block !important;
    }

    .chat-person {
        max-width: 64px;
        width: 100%;
        margin-right: 10px;
    }
}
@media screen and (max-width:1200px){
    .receive {
        width: 70%;
    }

    .send {
        width: 70%;
        margin-left: 30%;
    }

    .chat-person {
        max-width: 64px;
        width: 100%;
        margin-right: 10px;
    }

    .chats-box {
        display: none;
    }
}
@media screen and (max-width:992px){
    .acc-display{
        display: none;
    }
    .acc-display1{
        display: block;
        text-align: center;
    }
    .main-ul li {
        position: relative;
        margin-bottom: 14px;
        font-size: 10px;
    }
    .slick-track{
        display: flex;
        align-items: center;
    }
    .chat-person {
        max-width: 64px;
        width: 100%;
        margin-right: 10px;
    }
    .img-pay {
        width: 85px;
        height: 85px;
    }
    .position-profile{
        position: static;
        background: linear-gradient(91.72deg, #186DDC -2.23%, #000000 130.11%);
        padding: 15px;
        border-radius: 6px;
    }
    .fs-user{
        color: #fff;
        font-size: 16px;
        margin-top: 5px;
    }
      .form-control,
      .form-select {
        font-size: 0.8rem;
    }
    .h-mbl-100 {
        height: 100%;
    }
}
@media screen and (min-width: 769px){
    .main-board1{
        display: block !important;
    }
}
@media screen and (max-width: 768px){
    .main-board1{
        position: absolute;
        display: none;
        z-index: 1;
    }
    .main-nav{
        width: calc(100% - 0px);
    }
    .x-mark{
        display: block;
    }
    .img-wade{
        width: 35px;
        height: 35px;
        object-fit: cover;
        border-radius: 50%;
    }
    .list-btn{
        display: block;
    }
    .font-main{
        font-size: 15px;
    }
    .l-h{
        font-size: 13px;
    }
    .font-12{
        font-size: 10px;
    }
    .mail-style {
        background: var(--blue);
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }
    .img-leaf {
        width: 100%;
        height: 100%;
        max-width: 84px;
        margin-bottom: 8px;
        object-fit: contain;
    }
    .ets{
        display: none;
    }
    .load-t .total-tic{
        display: block;
        margin-bottom: 6px !important;
        font-size: 14px;
    }

    .load-t{
        height: 100%;

        box-shadow: 0px 0px 14px 0px #00000012 inset;

        background-color: #fff;
        margin-bottom: 14px;
        padding: 14px;
        border-radius: 16px;
    }
    .shadow-tic{
        box-shadow: none;
        flex-direction: row-reverse;
    }
    .main-tabs .nav-link {
        background-color: transparent;
        color: #000;
        border: 1px solid var(--blue);
        border-radius: 34px;
    }
    .main-tabs .nav-link.active {
        background-color: var(--blue);
        color: #fff;
        border: 1px solid var(--blue);
        border-radius: 34px;
    }
    .nav.nav-pills {
        border-bottom: 0px solid #ccc;
    }
    .slick-track{
        display: flex;
        align-items: center;
    }
    .slide1 {
        width: 265px;
        margin-top: 30px;
        padding: 30px 0px;
    }
    .slide2 {
        width: 320px;
        padding: 30px 0px;
    }
    .slide3 {
        width: 265px;
        margin-top: 30px;
        padding: 30px 0px;
    }
    .main-ul li {
        font-size: 10px;
    }
    .receive{
        width: 93%;
    }
    .send {
        width: 93%;
        margin-left: 7%;
    }
    .btn-style,
    .btn-style1{
        min-width: 110px;
    }
}
@media screen and (max-width: 577px){
    .customers .swiper-slide-active .blue-gr{
        transform: scale(1);
    }
    .customers .blue-gr {
        margin:0 !important;
}
}
@media screen and (max-width: 480px){
    .forgot{
        font-size: 13px;
    }
    .img-wade {
        width: 30px;
        height: 30px;
    }
    .img-visa {
        max-width: 32px;
    }
    .font-main {
        font-size: 13px;
    }
    .main-tabs .nav-link {
        font-size: 12px !important;
        min-width: 32px;
    }
    .min-row{
        padding: 0;
    }
}



/* Media Query for Mobile App  */

@media screen and (max-width: 376px){
    .nav-bar{
        display: none !important;
    }
    .max-h{
        display: none;
    }
    .logout-list{
        display: none;
    }
    .main-board1{
        display: block !important;
        max-width: 375px;
        height: auto;
        position: fixed;
        bottom: 9px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        padding: 0 8px;

    }
    .main-board{
        background-color: var(--blue);
        border-radius: 40px;
    }
    .main-side{
        height: 100%;
    }
    .list-h{
        height: 100% !important;
        width: 100%;
        max-width: none;
        overflow: unset;
        padding: 9px 10px;
    }
    .list-h ul{
        display: flex;
        margin-bottom: 0px;
        justify-content: space-between;
        align-items: center;
    }
    .list-style p{
        display: none;
    }
    .list-style i {
        margin-right: 0px;
    }
    .list-style.active{
        color: var(--blue);
        background-color: #fff;
        border-radius: 50%;
        padding: 12px 12px;
    }
    .list-style i{
        display: contents;
    }
    .list-style{
        font-size: 23px;
    }
    .nin-1{
        display: none;
    }
    .img-social {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    .nin{
        display: block;
    }
    .img-login {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }
    .border-log{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row !important;
        background-color: #fff;
        box-shadow: 0px 4px 18px 0px #2F2B3D1A;
        padding: 15px 5px;
        border-radius: 5px;
        border: none;
    }
    .border-log h4{
        margin-left: 4px;
        font-size: 16px;
    }
    .h-lih{
        display: none;
    }
    .bg-log{
        background-color: transparent;
    }
    .login-shadow{
        box-shadow: none;
    }
    .form-i{
        border-top: 1px dashed #ccc;
        margin-top: 20px;
    }
    .p--4{
        padding: 0px;
    }
    .img-leaf{
        max-width: 60px;
    }
    .img-login {
        width: 40px;
        height: 40px;
    }
    .co-border {
        padding: 8px 4px;
    }
    .content-start::-webkit-scrollbar {
        width: 0px;
    }
    .form-input::placeholder{
        font-size: 14px
    }

    .form-input input::placeholder{
        font-size: 14px
    }
    .drop-of{
        display: none;
    }
    .b-mob1{
        display: block;
    }
    .b-mob{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--light-blue);
        padding: 12px;
        border-radius: 14px;
        margin-bottom: 7px;
    }
    .bell-st{
        background-color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .img-bel{
        width: 15px;
        height: 15px;
        object-fit: contain;
    }
    .p-img{
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 50%;
        object-fit: cover;
    }
    .c-main {
        padding: 10px 0px;
    }
    .content-start {
        height: calc(100vh - 95px);
    }
    .recent {
        margin-top: 0px;
    }
    .p-s{
        display: none;
    }
    .rec{
        font-size: 15px;
    }
    .see{
        display: block;
    }
    .drop-d{
        display: none;
    }
    .btn-info1{
        background-color: var(--light-blue) !important;
        color: var(--blue) !important;
        width: 100%;
        font-size: 14px;
        padding: 8px;
    }
    .btn-del{
        background-color: #1A73E8 !important;
        color: #fff !important;
        width: 100%;
        font-size: 14px;
        padding: 8px;
    }
    .recent{
        display: none;
    }
    .das{
        display: block;
    }
    .re{
        display: block;
    }
    .main-tabs .nav-link{
        font-size: 14px;
    }
    .ret{
        display: none;
    }
    .cont{
        background-color: #F4F8FE;
        padding: 1px 15px;
        border-radius: 14px;
    }
    .arr{
        display: block;
    }
    .border-ott{
        border-bottom: 3px dashed #eee;
    }
    .af{
        font-size: 16px;
    }
    .slide2 {
        width: 300px !important;
        padding: 30px 0px;
    }
    .d-s{
        display: none;
    }
    .d-s1{
        display: block;
    }
    .det{
        font-size: 16px;
    }
    .fs-f {
        font-size: 11px;
    }
    .main-tabs .nav-link {
        font-size: 11px !important;
        min-width: 32px;
        padding: 6px 13px !important;
    }
    .min-row{
        padding: 0;
    }
}
