body {
    font-family: "Poppins", sans-serif;
}

a{
    text-decoration: none;
}


@media screen (min-width: 991px) { 


html,body{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.header{
    position:fixed;
    top:0;
}

}
.form-left {
    background: #f3c748;
    height: 80vh;
    display: grid;
    place-items: center;
}

/*.login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}*/
.left{
    height: 100vh;
    width: 30vw;
    display: grid;
    place-items: center;
}
a.signup-google {
    font-size: 12px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    border: 1px solid white;
    border-radius: 5px;
    padding: 7px;
    color: #333131;
    background: white;
}
a.signup-google img {
    width: 25px;
}
.login__form {
    background: #0c1743b8;
    box-shadow: 3px 10px 25px rgba(255, 255, 255, 0.4);
    padding: 40px;
    /*height: 70vh;*/
    display: grid;
    place-items: center;
    border: 1px solid white;
    border-radius: 12px;
}
.login__icon {
    margin: 0 auto 30px;
}
.login__icon .fa {
  background: #e9a8fe;
  border-radius: 50%;
  color: #fff;
  padding: 40px;
}
.login__label {
    color: #fff;
    font-size: 15px;
}
.login__input {
  background: #f5f5f5;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  color: #565656;
  font-size: 14px;
  padding: 12px 10px;
  margin-bottom: 30px;
}
.login__btn, .play-btn {
    background: #6ba90b;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
    height: 50px;
    width: 100%;
}

.play-btn.outline {
    background: #0c1743;
    border-radius: 6px;
    color: #f3c748;
    font-weight: 600;
    height: 50px;
    width: 100%;
}

.login__text {
    margin-top: 20px;
    text-align: center;
    color: #c1bebe;
}

.login__text a {
    color: #f3c748;
    padding-left: 5px;
}

.login__icon img {
    margin: auto;
}

.form-left p {
    font-size: 12px;
}

form h3 {
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    border-bottom: 1px solid lightgray;
    padding-bottom: 15px;
    line-height: 32px;
}
form h3 b span {
    color: #6ba90b;
    font-weight: 600;
}

header, footer {
    background: #2b1377;
    padding: 15px 20px;
    position: relative;
}
.menu-bar{
    cursor: pointer;
}
.menu-bar span:nth-child(2) {
    margin: 7px 0;
}
.menu-bar span {
    background: #0d1840;
    height: 3px;
    width: 36px;
    border-radius: 3px;
    display: block;
}

.dashboard-logo img {
    width: 80px;
}

.price-box {
    /*border: 2px solid #333;*/
    /*padding: 10px;*/
    margin-right: 10px;
    /*border-radius: 10px 0;*/
}

.price-box p {
    font-size: 14px;
}

.left-menu {
    position: absolute;
    width: 300px;
    height: 100vh;
    left: -100%;
    top: 60px;
    background: #2b1377e8;
    border-radius: 0 5px 0 0;
    padding: 30px;
    padding-left: 10px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

section.main-cont {
    padding-top: 100px;
}

.ads-sec {
    margin-top: 80px;
}




.bl-ads {
    margin-top: 0px;
    background: lightyellow;
    padding-bottom: 10px;
}

.ads-sec img{
    border-radius: 5px;
}

.user-box img {
    height: 50px;
    width: 50px;
    object-fit: contain;
    border-radius: 50%;
    border: 2px solid;
}

.media.user-box h4 {
    font-size: 15px;
    color: #fff;
}
.user-box {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.user-box .media-body{
    padding-left: 20px;
}

.media.user-box p {
    font-size: 12px;
    color: #fff;
}

button.close-btn img {
    width: 12px;
    filter: contrast(0);
}
button.close-btn {
    position: absolute;
    right: 7px;
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 5px 0;
    display: grid;
    font-size: 20px;
    place-items: center;
    top: 7px;
}

.left-menu ul li a {
    color: #000000;
    text-decoration: none;
}

.left-menu ul li {
    padding: 10px;
}

.left-menu.collapsed {
    left: 0;
    opacity: 1;
}

.footer-content ul li a img {
    width: 30px;
    opacity: .7;
}


.middle-content {
    margin-top: 150px;
}
.top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.top-box .left {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.top-box img {
    height: 30px;
    width: 30px;
    border: 1px solid green;
    border-radius: 50%;
    padding: 2px;
}

.top-box h3 {
    color: #333;
    font-size: 13px;
    margin-top: 20px;
    text-decoration: none;
}

header.fixed-top {
    border-radius: 0 0 10px 10px;
}

.top-box .right p span.red {
    color: red;
}

.top-box .right p span.green {
    color: green;
}

.top-box h3 p {
    color: #333;
    font-size: 11px;
    margin-top: 5px;
    text-decoration: none;
    opacity: .5;
}

.top-box .right p {
    font-size: 12px;
    color: #000;
}

.highlights {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}



.dashboard-body {
    padding-bottom: 10px;
    background: #2b1377;
    overflow-y: auto!important;
}

.footer-content ul li a {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 12px;
    row-gap: 5px;
}

footer.fixed-bottom {
    padding: 5px;
    padding-top: 8px;
    border-radius: 15px 15px 0 0;
}


.top-box.bl img {
    width: auto;
    position: unset;
    top: -30px;
    background: transparent;
    border-radius: 50%;
    left: 50%;
    height: 85px;
    transform: translate(0%);
}
.top-box.bl {
    display: grid;
    place-items: center;
    width: 100%;
    height: 165px;
    border-radius: 50%;
    background-image: linear-gradient(to right top, #051937, #004d7a, #a7831b, #f1c74f, #e5bf53);
    background-color: transparent;
}

.top-box.bl img{
    background: transparent;
    padding: 0px;

}

.top-box.bl h3 {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    text-decoration: none;
}


.right img {
    width: 25px;
    height: auto;
    padding: 4px;
    border:none;
}


.buttons .btn {
    background: #e11e1eba!important;;
    border-radius: 33px;
    color: #fff;
    width: 100%;
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
    font-size: 15px;
    padding: 10px 40px;
}

.buttons {
    margin-top: 50px;
}

a.whatsapp {
    position: absolute;
    bottom: 90px;
    z-index: 1030;
    height: 50px;
    background: transparent;
    width: 50px;
    left: 0;
    border-radius: 50%;
}

a.telegram {
    position: absolute;
    bottom: 90px;
    z-index: 1030;
    height: 50px;
    background: transparent;
    width: 50px;
    right: 0;
    border-radius: 50%;
}

.footer-content li {
    padding: 0 15px;
}

.footer-content li.active {
    background: #552cd8;
    border-radius: 10px 10px 0 0;
}


.left{
    width: 30%;
    float: left;
}

.desktop-view{
    width:70%;
    float: right;
}

.container-bl{
    max-width:90%;
    margin: auto;
}
#bl-slider .carousel-item{
    height: 100vh;
    width: 70vw;
    background-size: cover!important;
    background-position: center!important;
}






.top-box .left-bl {
    display: flex;
    align-items: center;
    column-gap: 15px;
}


.middle-content {
    margin-top: 0px;
    background: #fff;
    border-radius:  0;
    /*height: 100vh;*/height: auto;
    padding-bottom: 20px;
}

.highlights {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: green;
    padding: 10px;
}

.left {
    width: 30%;
    float: left;
    overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-track {
  background: transparent; 
}
 

::-webkit-scrollbar-thumb {
  background: transparent; 
}


::-webkit-scrollbar-thumb:hover {
  background: transparent; 
}

@media screen and (min-width: 320px) and (max-device-width: 991px) { 

.middle-content {
    margin-top: 135px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    height: 100vh;
    padding-bottom: 20px;
}

.left {
    width: 100%;
    width:100vw;
    float: left;
    overflow-y: scroll;
}

.dashboard-body {
    padding-bottom: 10px;
    background: #2b1377;
    overflow-y: auto!important;
}


html,body{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

header {
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 9;
}

.highlights {
    position: absolute;
    top: 140px;
    left: 0%;
    background: #6eca24;
    padding: 10px;
    animation: unset!important;
    padding-top: 10px;
}



}


.menu-bar a img {
    width: 30px!important;
}

