* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar-container {
    background-color: #e25bc6;
    background-size: cover;

}

.navbar01 {
    width: 25px;
    height: 25px;
    margin-top: 5px;
}

.logo01 {
    width: auto;
        height: 40px;
        margin-top: 5px;
        object-fit: contain;
}

.bell01 {
    width: 25px;
    height: 25px;
    margin-top: 5px;

}

.dseenhy {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background: #435acc;
    border-radius: 100px;
    text-align: center !important;
    line-height: 1rem;
    font-size: 0.75rem;
    color: #fff;
    margin-top: 5px;
}

.sideNav {
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
}

.sideNav a {
    padding: 10px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
}

.sideNav a:hover {
    color: #000;
}

.sideNav .closeNav {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.login01 {
    color: #000;
    font-size: 14px;
}

.closeNav {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 12px;
    text-decoration: none;
    color: #aaa;
    font-size: 24px;
}

.closeNav:hover {
    color: #fff;
}


.bg-container01 {
    background: rgb(238, 248, 252);
    padding: 7px 20px;
    background-size: cover;
}

.image01 {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
}

.image02 {
    width: 50px;
    height: 50px;
    margin-left: -25px !important;
}

.para01 {
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 10px;
}

.chev01 {
    width: 18px;
    height: 10px;
    margin-top: 18px;
}

.bg-container02 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 32%, rgba(234, 241, 248, 0) 53%), url('../img/image01.png');
    background-size: cover;
    background-position: center center;

}

.head01 {
    font-size: 20px;
    color: #fff;
}


.head02 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.video01 {
    width: 100% !important;
}

.card-container {
    background-color: #fff;
    border-radius: 10px;
}

.bg01 {
    width: 50%;
    height: 50%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.head03 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.pa01 {
    color: #6e6e6e;
    font-size: 13px;
}

.pa02 {
    color: #BDBEBE;
    font-size: 13px;
}

.pa03 {
    color: #fff;
}

.manu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
}

.card-container01 {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 0px #404040;
    border-radius: 9px;
    height: 335px;
    margin-right: 20px;
    border: solid 0px #dddddd;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.bg001 {
    width: 250px;
    min-width: 250px;
    border-radius: 8px 8px 0px 0px;
    height: 170px;
    box-shadow: rgba(255, 255, 255, 0.68) 0px 1px 8px 0px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    /* Adjusted top position */
    left: 50%;
    /* Adjusted left position */
    transform: translate(-50%, -50%);
    background-color: #EEF8FC;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 9999;
    width: calc(80% - 60px);
    /* Adjusted width to accommodate left and right gaps */
    max-width: calc(80% - 60px);
    /* Adjusted max-width to accommodate left and right gaps */
    border-radius: 15px;
    max-height: calc(100% - 60px);
    /* Adjusted max-height to accommodate top and bottom gaps */
    overflow-y: auto;


}



.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}


.close-btn:hover {
    color: red;
}

.plogo {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.login01 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.login {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.register {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.register01 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.form-control01 {
    background-color: #fff;
    border-radius: 10px !important;
    box-shadow: rgba(255, 255, 255, 0.68) 0px 1px 8px 0px !important;
    height: 50px !important;
}

.form-control01::placeholder {
    color: #72CED6 !important;
}

.button01 {
    width: 100%;
    background-color: #e25bc6;
    border-radius: 10px;
    height: 50px;
    border: 0px;
    color: #fff;
}


.b-container01 {
    background-color: #e25bc6;
    background-size: cover;
    width: 100%;
    height: 100px;
}

.logo-name {
    color: #fff;
    font-size: 26px;
    text-align: center;
}

.b-container02 {
    background-color: #EEF8FC;
    background-size: cover;
    width: 100%;
}

.avatar01 {
    width: 50px;
    height: 50px;
}

.h01 {
    color: #000;
    font-size: 17px;
    padding-left: 10px;
    margin-top: 13px;
    font-weight: 600;
}

.h02 {
    color: #fff;
    font-size: 16px;
}

.spa01 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
}

.spa02 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;

}

.bb01 {
    width: 30px;
    height: 30px;
}

.caption {
    font-size: 13px;
    font-weight: 400;
}

.line01 {
    width: 100%;
    height: 1px;
    background-color: #D6DFE3;
}

.rate01 {
    width: 30px;
    height: 30px;
}

.li02 {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin-top: 2px;
    padding-left: 10px;
}

.li01:hover {
    text-decoration: none !important;
}

.logout {
    color: #FF0303;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}


.bg-container020 {
    background: linear-gradient(#00000033 32%, #ea919900 53%), url('../img/image01.png');
    background-size: cover;
    background-position: center center;

}

.m-container {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}

.v01 {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.v02 {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    margin-top: -10px !important;
}

.bat01 {
    background-color: #e25bc6;
    width: 100%;
    border-radius: 5px;
    height: 50px;
    border: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.explore {
    font-size: 18px;
    font-weight: 600;
}

.b001 {
    width: 120px;
    height: 170px;
    border-radius: 10px;
}

.explore01 {
    font-size: 16px;
    font-weight: 600;
}

.p001 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    height: 92px;
}

.cont01 {
    background-color: #EEF8FC;
    background-size: cover;
    height: 100vh;
}

.cont010 {
    background-color: #EEF8FC;
    background-size: cover;

}

.dep {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.dep01 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.dep010 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
    margin-top: 5px;
}

.ts01 {
    width: 30px;
    height: 30px;
}

.che01 {
    width: 9px;
    height: 16px;
    margin-left: 8px;
    margin-top: 1.5px;
}

.bg-container021 {
    background: linear-gradient(#00000033 32%, #ea919900 53%), url('../img/image01.png');
    width: 100%;
    background-size: cover;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0px 3px 7px 0px #00000012;

}

.t01 {
    color: #fff;
    font-size: 16px;
}

.t02 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

.t03 {
    color: #000;
    font-size: 13px;
    text-align: center;
}

.t04 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.card01 {
    border-radius: 10px !important;
}

.card01:hover {
    background-color: #073A61 !important;
}

.card01:hover .t03 {
    color: #fff !important;
}

.card01:hover .t04 {
    color: #fff !important;
}

.form-control010 {
    background: #ffffff !important;
    border-radius: 15px !important;
    font-size: 15px !important;
    color: #e25bc6;
    height: 50px !important;
    box-shadow: 0px 1px 1px 0px #dcdcdc !important;
}

.smap {
    font-size: 12px;
    color: #41485a;
    font-weight: 500;
    margin-top: -8px !important;
}

.chain {
    font-size: 15px;
    font-weight: 700;
    color: #41485a;
    margin-bottom: 10px;
}

.bat02 {
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px #dcdcdc !important;
    width: 120px;
    height: 40px;
    border-radius: 10px;
    border: 0px;
    font-weight: 700;
    font-size: 14px;
}

.bat03 {
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px #dcdcdc !important;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 0px;
    font-weight: 700;
    font-size: 13px;
    text-align: left !important;
    padding-left: 12px !important;
}

.che02 {
    width: 9px;
    height: 16px;
    margin-right: 8px;
    margin-top: 2.5px;
}

.records {
    color: #adadad;

}

.nav-link {
    background-color: transparent !important;
    color: #adadad;
    margin-right: 20px !important;
}

.nav-tabs .nav-link.active {
    color: #000 !important;
    border: 0px !important;
}

.form-control0100 {
    background: #ffffff !important;
    border-radius: 15px !important;
    font-size: 15px !important;
    color: #e25bc6;
    height: 50px !important;
    box-shadow: 0px 1px 1px 0px #dcdcdc !important;
}

.cont368b {
    background-image: url("image01.png");
    background-size: cover;
    height: 100vh;
    background-position: center center;
}

.logo368 {
    width: 180px;
    height: 60px;

}

.live01 {
    text-align: center;
    color: #000;
    font-size: 18px;
}

.live02 {
    color: #f7f7f7;
    font-size: 16px;
    text-align: center;
}

.chat-button {
    background-color: #3777de;
    width: 30%;
    height: 50px;
    border: 0px;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
}

.data-container {
    border-top: 2px solid #a4a5a6;
    border-bottom: 2px solid #a4a5a6;
}

.time01 {
    color: #000;
    font-weight: 700;
}

.but10 {
    width: 230px;
    height: 35px;
    border-radius: 7px;
    background-color: transparent;
    border: 2px solid #218838;
    color: #218838;
    font-weight: 700;


}

.amount {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.chat01 {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999999;
    width: 50px;
    height: 50px;
}

.livedesc {
    color: #000;
    font-size: 16px;
}

.ba02 {
    background-color: #2000F0 !important;
    color: #fff !important;
}

.el-drawer__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
}

.el-drawer__body>* {
    box-sizing: border-box;
}

.el-drawer,
.el-drawer__body>* {
    -webkit-box-sizing: border-box;
}

.fzddrew {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}