@import "../css/style.css";
@import "../css/font.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* font-family: 'Poppins', sans-serif; */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
.cke_notification_message{
    display: none !important;
}
body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    background-color: #111a2c;
}

main {
    overflow: hidden;
}

input {
    outline: none;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

:root {
    --primary-color: #192c51;
    --secondary-color: #eb81531a;
}

/********************* loader css start ******************************/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: var(--primary-color);
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/************************** loader css end ****************************/

/* header css start */

.header {
    padding: 0rem;
    z-index: 99;
    padding-left: 19rem;
    transition: all 0.2s ease;
    background: #fff;
    position: absolute;
    top: 0;
}

.header .navbar {
    padding: 0;
    width: 100%;
    background: transparent;
}

.header .navbar .container-fluid {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

/* sidemenu start */
.header .navbar button.toggle {
    display: block;
}

.header .navbar button.toggle {
    background: #fff;
    height: 50px;
    width: 50px;
    padding: 15px;
    border: none;
    border-radius: 0px 0px 20px 0px;
    cursor: pointer;
    outline: 0;
}

.toggle span {
    width: 100%;
    height: 2px;
    background: #111a2c;
    display: block;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}

span.tg {
    background: white !important;
}

span.tg.toggle {
    background: #111a2c !important;
    position: relative;
    left: 0px;
}

span.tg::before {
    transform: rotate(45deg);
    top: 3px !important;
}

span.tg::after {
    transform: rotate(137deg);
    top: 3px !important;
}

.toggle span:before,
.toggle span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111a2c;
    transition: all 0.3s ease-out;
}

.toggle span:before {
    top: -6px;
}

.toggle span:after {
    top: 6px;
}

.toggle span.toggle {
    background: transparent;
}

.toggle span.toggle:before {
    top: -7px !important;
    transform: rotate(0deg);
    background: #111a2c;
}

.toggle span.toggle:after {
    top: 7px !important;
    transform: rotate(179deg);
    background: #111a2c;
}

/* sidemenu start */

.header .navbar .navbar-brand {
    margin: 0;
}

.header .navbar .main-ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #111a2c;
}

.header .navbar .main-ul .spaces {
}

.header .navbar .main-ul .spaces ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
}

.header .navbar .main-ul .spaces ul .nav-item {
}

.header .navbar .main-ul .spaces ul .nav-item.no-bg {
    background: transparent;
}

.header .navbar .main-ul .spaces ul .nav-item .logo-top {
    min-width: 80px;
    max-width: 80px;
    min-height: 60px;
    max-height: 60px;
    object-fit: fill;
    border-radius: 0.5rem;
}

.header .navbar .profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.header .navbar .profile-box .main-img img {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    object-fit: fill;
    border-radius: 0.5rem;
}

.header .navbar .profile-box .info {
    margin: 0 0 0 10px;
}

.header .navbar .profile-box .info h5 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.header .navbar .profile-box .info p {
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.header .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
    display: inline-block;
    color: #3f4358;
    position: relative;
    outline-width: 0;
    font-family: "Poppins", sans-serif;
}

.header .navbar .nav-item .dropdown-menu .dropdown-item.active {
    background-color: var(--primary-color);
    color: #fff;
}

.header .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    color: var(--primary-color);
}

.header .navbar .nav-item .dropdown-menu .dropdown-item i {
    color: var(--primary-color);
}

.header .navbar .nav-item .dropdown-menu .dropdown-item.active i {
    color: #fff;
}

/* header css end */
/*********************** sidebar start ***********************/
.sidebar {
    width: 19rem;
    padding-bottom: 0;
    height: calc(100% - 0px);
    position: fixed;
    top: 0;
    padding: 15px 15px 15px 0px;
    z-index: 999;
    background-color: #15283c;
    transition: all 0.2s ease;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 2%);
    background: #fff;
    /* padding-left: 17.5rem; */
}

.logout {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    top: 17rem;
    z-index: 2;
    display: block;
    width: 100%;
}

.logout a {
    color: #15283c;
    font-size: 14px;
    padding: 12px 25px;
    display: block;
    transition: all 0.3s ease-in-out;
    border-radius: 0 50px 50px 0;
}

.logout a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.logout a span {
    margin: 0 0 0 13px;
}

.logout a:hover {
    background: #1279f2;
    color: #fff;
}

.sidebar-scroll .nav-header {
    height: 3.5rem;
    background: #214162;
}

.sidebar-scroll .nav-header .brand-logo {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    background: #fff;
}

.radar_draw .crd_wrap .card_radar ul li.heart a i {
    color: red;
}

.sidebar-scroll .nav-header .brand-logo img {
    width: 211px;
}

.sidebar-scroll .main-profile {
    text-align: center;
    padding: 20px 0px;
    position: relative;
}

.sidebar-scroll .main-profile .image-bx {
    position: relative;
    display: inline-block;
    height: 65px;
    width: 65px;
    margin-bottom: 12px;
}

.sidebar-scroll .main-profile .image-bx img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sidebar-scroll .main-profile .name {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.sidebar-scroll .main-profile .name span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.sidebar-scroll .main-profile .email {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    color: #7e7e7e;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}

.sidebar-scroll .metismenu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 4rem 0 0 0;
    gap: 5px;
    min-height: 90vh;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.sidebar-scroll .metismenu .nav-label {
    margin: 10px 25px 0;
    padding: 1.5625rem 0 10px;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    border-top: 1px solid #ff5722;
    color: #999999;
}

.sidebar-scroll .metismenu .nav-label.first {
    border: 0px;
    margin-top: 0px;
}

.sidebar-scroll .metismenu > li {
    display: flex;
    flex-direction: column;
}

.sidebar-scroll .metismenu li {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.sidebar-scroll .metismenu li a {
    font-size: 14px;
    padding: 12px 25px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.1s;
    font-weight: 400;
    display: inline-block;
    color: #15283c;
    position: relative;
    outline-width: 0;
    font-family: "Poppins", sans-serif;
    align-items: center;
    display: flex;
    gap: 10px;
}
.sidebar-scroll .metismenu li a .notif-area {
    position: relative;
}
.sidebar-scroll .metismenu li a .notif-area::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    width: 15px;
    background: #4CC9FE;
    border-radius: 50%;
}
.sidebar-scroll .metismenu li a .notif-area.notif-added::after {
    background: #FB4141;
}

.sidebar-scroll .metismenu li a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.sidebar-scroll .metismenu li:hover {
    background: #1279f2;
    border-radius: 0 50px 50px 0;
}

/*  */
.sidebar-scroll .metismenu li:hover a img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(93%) saturate(46%) hue-rotate(284deg) brightness(111%) contrast(100%);
}

.sidebar-scroll .metismenu li:hover a.pf img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(93%) saturate(46%) hue-rotate(284deg) brightness(111%) contrast(100%);
}

.sidebar-scroll .metismenu li.logout {
    position: absolute;
    bottom: 10%;
    top: auto;
}

a.btn-joined {
    background: transparent !important;
    font-size: 16px;
    color: #fff;
    width: 132px;
    text-align: center;
    padding: 11px;
    border-radius: 44px;
    font-size: 16px;
    font-family: "Poppins";
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid #fff;
}

.sidebar-scroll .metismenu li a::before {
    /* position: absolute; */
    /* content: ""; */
    background: var(--primary-color);
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sidebar-scroll .metismenu li a.active::before {
    width: 6px;
}

.sidebar-scroll .metismenu li a.active {
    background: #1279f2;
    color: #fff;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0 50px 50px 0;
}

.sidebar-scroll .metismenu li a.active img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(93%) saturate(46%) hue-rotate(284deg) brightness(111%) contrast(100%);
}

.sidebar-scroll .metismenu li a.active i {
    color: var(--primary-color);
}

.sidebar-scroll .metismenu li a .nav-text {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    margin-left: 10px;
}

.sidebar-scroll .metismenu li a:hover .nav-text {
    transform: translateX(10px);
}

.sidebar-scroll .metismenu > li:hover > a,
.sidebar-scroll .metismenu > li:focus > a {
    color: #ffffff;
}

.sidebar-scroll .metismenu > li:hover > a i,
.sidebar-scroll .metismenu > li:focus > a i {
    color: var(--primary-color);
}

.sidebar-scroll .metismenu li a i {
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1;
}

.sidebar-scroll .metismenu li .has-arrow:after {
    /* position: absolute; */
    /* content: ""; */
    width: 0.5rem;
    height: 0.5rem;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: inherit;
    right: 1.5rem;
    -webkit-transform: rotate(-225deg) translateY(-50%);
    transform: rotate(-225deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    top: 48%;
    transition: all 0.3s ease-out;
}

.sidebar-scroll .metismenu li .has-arrow[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.sidebar-scroll .metismenu ul {
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 0.5rem 0;
}

.sidebar-scroll .metismenu li .mydrop.show {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: #214162;
}

.sidebar-scroll .metismenu li .dropdown li .link-child {
    font-size: 14px;
    padding: 12px 0;
    padding-left: 3.4rem;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    position: relative;
    outline-width: 0;
    font-family: "Poppins", sans-serif;
    align-items: center;
    display: flex;
}

.sidebar-scroll .metismenu li .dropdown li .link-child:before {
    position: absolute;
    height: 7px;
    width: 7px;
    border: 2px solid #fff;
    content: "";
    border-radius: 26px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    left: 30px;
}

.sidebar-scroll .metismenu li .dropdown li .link-child:hover:before {
    border: 2px solid var(--primary-color);
}

.sidebar-scroll .metismenu li .dropdown li .link-child.active {
    background: #f5f5f5;
    color: var(--primary-color);
}

.sidebar-scroll .metismenu li .dropdown li .link-child.active:before {
    border: 2px solid var(--primary-color);
}

.sidebar-scroll .metismenu li .dropdown li .link-child:hover {
    background: #f5f5f5;
    color: var(--primary-color);
}

/*********************** sidebar close ***********************/
/*********************** Fotter start ***********************/
.footer {
    padding-left: 17.5rem;
    background-color: #111a2c;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display: none;
    /* box-shadow: 0 0 8px 2px rgb(0 0 0 / 5%); */
}

.footer .copyright {
    padding: 0.9375rem;
}

.footer .copyright p {
    font-size: 14px;
    font-weight: 500;
    color: #3f4358;
    letter-spacing: 1.5px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    opacity: 0.7;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer .copyright p a {
    color: var(--primary-color);
}

/*********************** Fotter close ***********************/
/*********************** Main-Content start ***********************/
.content-body {
    margin-left: 19rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #111a2c;
    transition: all 0.2s ease;
    height: 100vh;
}

.pad-cl {
    padding-top: 36px;
    padding-right: 40px;
    padding-left: 60px;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #1279F2;
    transition: all 0.2s ease;
}

/*::-webkit-scrollbar-thumb:hover {*/
/*    background: var(--secondary-color);*/
/*}*/

.db-banner {
    padding: 0.9375rem 1.875rem;
    background: #fff;
    margin-bottom: 1.875rem;
    border-radius: 0.5rem;
}

.db-banner .welcom-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.db-banner .welcom-text p {
    font-size: 15px;
    font-weight: 400;
    color: #7e7e7e;
    font-family: "Poppins", sans-serif;
    text-transform: unset;
    margin: 4px 0 0 0;
    padding: 0;
}

.db-banner .welcom-text ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.db-banner .welcom-text ul li {
    font-size: 20px;
    font-weight: 400;
    color: #7e7e7e;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin: 0 10px 0 0;
    padding: 0;
}

.db-banner .welcom-text ul li a {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.card-box {
    margin: 70px 0 0 0;
}

.card-box .card-count {
    display: flex;
    align-items: center;
    padding: 0 45px 20px;
    border-radius: 10px;
    border: none;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
    transition: all 0.5s ease-in-out;
    margin: 0 0 50px 0;
}

.card-box .card-count:hover {
    transform: translateY(-10px);
}

.card-box .card-count .main-img {
    position: relative;
    margin: -35px 0 0 0;
    border-radius: 100%;
    box-shadow: 0px 4px 2px 1px #523f6940;
    width: 70px;
    height: 70px;
}

.card-box .card-count .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.card-box .card-count .desc {
    margin: 25px 0 0 0;
}

.card-box .card-count .desc h5 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    text-align: center;
}

.card-box .card-count .desc h5 span {
    color: var(--primary-color);
}

.card-box .card-count .desc h4 {
    font-size: 14px;
    font-weight: 500;
    color: #727272;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    letter-spacing: 1.4px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.chart-box {
    padding: 0.9375rem 1.875rem;
    background: #fff;
    margin-bottom: 1.875rem;
    border-radius: 0.5rem;
    margin-top: 50px;
}

.sub-content {
    padding: 2.9375rem 1.875rem;
    background: #fff;
    margin-bottom: 1.875rem;
    border-radius: 0.5rem;
    margin-top: 50px;
}

.sub-content h5 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}

/* upload-image preview start */
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0 auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 22px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f044";
    font-family: "Font Awesome 6 pro";
    color: var(--primary-color);
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    display: block;
    min-width: 130px;
    max-width: 130px;
    min-height: 130px;
    max-height: 130px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-upload .avatar-preview #imagePreview img {
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-upload .avatar-preview .imagePreview img {
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

/* upload-image preview end */

.form-group {
    margin: 0 0 10px 0;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #3f4358;
    letter-spacing: 1.5px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    opacity: 0.7;
    margin: 0 0 5px 0;
    padding: 0;
}

.form-group span {
    color: #111b2e;
}

.form-group p {
    font-size: 14px;
    font-weight: 500;
    color: #3f4358;
    letter-spacing: 1.5px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    opacity: 0.7;
    margin: 0 0 5px 0;
    padding: 0;
}

.form-group input.form-control {
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    /* letter-spacing: 1.5px;  */
    font-family: "Poppins", sans-serif;
    text-transform: unset;
    opacity: 1;
}

.form-group input.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.form-group input.form-control::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #3f4358;
    letter-spacing: 1.5px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    opacity: 0.7;
}

.form-group textarea.form-control {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1.5px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    opacity: 0.7;
}

.form-group textarea.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.form-group textarea.form-control::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #3f4358;
    letter-spacing: 1.5px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    opacity: 0.7;
}

.tox .tox-promotion {
    display: none;
}

.tox:not([dir="rtl"]) .tox-statusbar__branding {
    display: none;
}

.form-check {
    margin: 0;
}

.form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check .form-check-input:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.form-check .form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #3f4358;
    letter-spacing: 1.5px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    opacity: 0.7;
}

.toggle-btn {
    cursor: pointer;
    display: inline-block;
}

.toggle-switch {
    display: inline-block;
    background: rgb(231 231 231);
    border-radius: 16px;
    width: 53px;
    height: 26px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-switch:before,
.toggle-switch:after {
    content: "";
}

.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 4px;
    transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox:checked + .toggle-switch {
    background: #56c080;
}

.toggle-checkbox:checked + .toggle-switch:before {
    left: 30px;
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

/* toggle */

/* button css */
.button-box a.text {
    font-size: 14px;
    font-weight: 500;
    color: #3f4358;
    letter-spacing: 1.5px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    opacity: 0.7;
    transition: all 0.5s ease-in-out;
    margin: 0;
    padding: 0;
}

.button-box a.text:hover {
    color: var(--primary-color);
}

.button-box .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.button-box .btn-primary:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.button-box .btn-outline-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.button-box .btn-outline-secondary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.button-box .btn-icon {
    padding: 0.1875rem;
    width: 1.625rem;
    height: 1.625rem;
    min-width: 1.625rem;
    min-height: 1.625rem;
    font-size: 0.75rem;
    font-weight: 600;
}

/* button css */

/* Modal css */
.modal .modal-content {
    border: 1px solid var(--primary-color);
}

.modal .modal-content .modal-header {
    border-bottom: none;
}

.modal .modal-content .modal-body h5 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

/* Modal css */

/* table css start */

.main-table thead {
    border-bottom: 1px solid #fff;
    background: #fff;
}

.main-table thead tr {
    border-bottom: 1px solid #fff;
}

.main-table thead tr th {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    margin: 0;
    padding: 10px 20px;
    border: none;
}

.main-table tbody tr {
    border-bottom: 1px solid #eeeeee;
}

.main-table tbody tr:last-child {
    border-bottom: 1px solid #111;
}

.main-table tbody tr td .main-img .table-img {
    min-width: 100px;
    max-width: 100px;
    object-fit: contain;
    min-height: 80px;
    max-height: 80px;
    border-radius: 10px;
}

.main-table tbody tr td h5 {
    font-size: 20px;
    font-weight: 600;
    color: #3f4358;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    padding: 0;
}

.main-table tbody tr td .desc {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3f4358;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: -0.5px;
    width: 300px;
}

.main-table tbody tr td {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3f4358;
    text-transform: capitalize;
    margin: 0;
    padding: 15px 20px;
    letter-spacing: -0.5px;
    vertical-align: middle;
}

.main-table tbody tr td a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #3f4358;
    text-transform: capitalize;
    margin: 0;
    padding: 0 5px 0 0;
    letter-spacing: 0;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

.main-table tbody tr td a:hover {
    color: var(--primary-color);
}

.badge-success {
    background-color: #68cf29;
}

.badge-primary {
    background-color: var(--primary-color);
}

.badge-secondary {
    background-color: #6418c3;
}

.page-item.disabled .page-link {
    color: var(--primary-color);
    pointer-events: none;
    background-color: #fff;
    border-color: var(--primary-color);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-item.active .page-link:focus {
    box-shadow: none;
}

.page-item .page-link {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.page-item .page-link:focus {
    box-shadow: none;
}

.pagination .paginate_button {
    margin: 0 5px 0 0;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}

.form-select:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}

/* table css end */

/* tabs css start */

.cms-content .nav-tabs {
    gap: 30px;
    border: none;
    margin-bottom: 20px;
    justify-content: center;
}

.cms-content .nav-tabs .nav-link {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #1279F2;
    padding: 5px 30px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    transition: all .5s ease-in-out;
}

.cms-content .nav-tabs .nav-link.active::before {
    display: none;
}

.cms-content .nav-tabs .nav-link.active {
    background: #1279F2;
    color: #fff;
}

.cms-content .cke_contents {
    height: 500px !important;
}

.cms-content .nav-tabs .nav-link:hover {
    background: #1279F2;
}

.cms-content form.cms-form {
    display: block;
}

.cms-content button.btn.btn-primary.mt-3.fixed-width-button {
    width: auto;
    padding: 10px 15px;
}

.nav-tabs .nav-link.active {
    color: var(--primary-color);
    position: relative;
    transition: all 0.5s ease-in-out;
}

.nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    left: 0;
}

.nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 18px 15px;
    position: relative;
    margin: 0;
    transition: all 0.5s ease-in-out;
}

.nav-tabs .nav-link:hover {
    color: var(--primary-color);
}

.tab-content .tab-pane .info-box {
    padding: 50px 20px 20px;
}

.tab-content .tab-pane .info-box h5 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}

.tab-content .tab-pane .info-box p {
    font-size: 14px;
    font-weight: 500;
    color: #3f4358;
    letter-spacing: 1.5px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    opacity: 0.7;
    margin: 0 0 25px 0;
    padding: 0;
}

.tab-content .tab-pane .info-box ul li {
    font-size: 14px;
    font-weight: 500;
    color: #3f4358;
    letter-spacing: 1.5px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    opacity: 0.7;
    margin: 0 0 5px 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.tab-content .tab-pane .info-box ul li span {
    display: block;
    width: 150px;
    color: #000;
    font-weight: 700;
    opacity: initial;
}

/* tabs css end */

/* account-page css start */
.account-sec-wrap {
    padding: 200px 0;
}

.account-page {
    background: #fff;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    border-radius: 5px;
    padding: 50px 50px;
}

.h-100 {
    height: 100% !important;
}

.account-page h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

/* .account-page .account-img {}


/* account-page css end */

/* radar_draw  */
.content-body.radar-content-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    height:100vh;
}

.content-body.radar-content-body .pad-cl {
    padding-top: 0;
}

.radar-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}

.radar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.radar {
    position: relative;
    z-index: 99;
    width: 100%;
}

.radar .radar-video {
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 00;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}

.music-card-radar {
    width: 317px;
    padding: 19px 19px;
    font-family: "Poppins", sans-serif;
    background: rgb(255 255 255 / 51%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 10px;
    border: 1px solid rgb(255 255 255);
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 1000000 !important;
    margin: 10px 0 0 0;
    top: auto;
    left: auto;
}

.music-card-radar .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.music-card-radar .name h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.music-card-radar .name div {
    position: relative;
    display: flex;
    align-items: center;
}

.music-card-radar .name div img {
    width: 45px;
}

.music-card-radar .name div span {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 0 4px;
    color: #fff;
}

.music-card-radar p {
    font-size: 14px;
    margin: 16px 0 0;
    font-weight: 400;
    color: #fff;
}

.music-card-radar ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 19px 0 0 0;
}

.music-card-radar ul li {
    margin: 0 6px 0 0;
}

.music-card-radar ul li a.room {
    text-decoration: none;
    background: #1279f2;
    padding: 14px 15px;
    border-radius: 28px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    width: 142px;
}

.music-card-radar ul li a {
    width: 28px;
    height: 28px;
    background: #ffffff;
    color: #5e5e5e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.music-card-radar ul li a i {
    font-size: 12px;
    color: #5a5a5a;
}

.music-card-radar ul li a:hover i {
    color: red;
}

@keyframes rotateCircles {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.radar_draw {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -82px;
    height: 100vh;
    overflow-y: inherit;
    flex-direction: column;
}

.radar_draw .circle {
    background: transparent;
    border-radius: 50%;
}

/*
.radar_draw .circle.circle_1 {
    position: absolute;
    left: 42%;
    top: 52%;
    transform: translate(35%, 35%);
}

.radar_draw .circle.circle_2 {
    width: 400px;
    height: 400px;
    position: absolute;
}

.radar_draw .circle.circle_3 {
    width: 600px;
    height: 600px;
    position: absolute;
}

.radar_draw .circle.circle_4 {
    width: 800px;
    height: 800px;
    position: absolute;
}

.radar_draw .circle.circle_5 {
    width: 1000px;
    height: 1000px;
    margin: 0 auto;
    position: absolute;
} */

.radar_draw .music_mid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-60%, -50%);
    cursor: pointer;
}
.radar_draw .music_mid .music-img.active {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radar_draw .music_mid .music-img.active::before {
    content: "";
    position: absolute;
    background-image: url(../images/dotted-round.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    width: 100px;
    height: 100px;
    display: block;
    animation: rotation-right 5s infinite linear;
    -webkit-animation: rotation-right 5s infinite linear;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.radar_draw .music_mid .music-img img {
    width: 61px;
    position: relative;
}
.radar_draw .music_mid .music-img.active img {
    transform: scale(1.2);
}

.radar_draw .music_mid::after {
    content: "";
    position: absolute;
    top: -322px;
    left: 3px;
    width: 532px;
    height: 374px;
    background: url("../images/Path.svg");
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
    display: none;
}

.radar_draw .crd_wrap {
    position: relative;
    /* z-index: 5; */
}

.radar_draw .crd_wrap .user_image {
    position: absolute;
    z-index: 100000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radar_draw .crd_wrap .user_image.active::before {
    display: block;
    opacity: 1;
    visibility: visible;
}

.radar_draw .crd_wrap .user_image.active img {
    transform: scale(1.2);
    border: 1px solid #fff;
}

.radar_draw .crd_wrap .user_image::before {
    content: "";
    position: absolute;
    background-image: url(../images/dotted-round.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    width: 100px;
    height: 100px;
    display: block;
    animation: rotation-right 5s infinite linear;
    -webkit-animation: rotation-right 5s infinite linear;
    z-index: -1;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

@-webkit-keyframes rotation-right {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.radar_draw .circle .crd_wrap .card_radar {
    top: 65px;
    left: 5px;
}

.radar_draw .crd_wrap .user_image img {
    width: 55px;
    height: 55px;
    cursor: pointer;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.radar_draw .crd_wrap .card_radar {
    width: 317px;
    padding: 19px 19px;
    font-family: "Poppins", sans-serif;
    background: rgb(255 255 255 / 51%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 10px;
    border: 1px solid rgb(255 255 255);
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 1000000 !important;
    top: auto;
    left: auto;
}

.radar_draw .crd_wrap .card_radar .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.radar_draw .crd_wrap .card_radar .name div {
    position: relative;
    display: flex;
    align-items: center;
}

.radar_draw .crd_wrap .card_radar .name h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.radar_draw .crd_wrap .card_radar .name div img {
    width: 45px;
}

.radar_draw .crd_wrap .card_radar .name div span {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 0 4px;
    color: #fff;
}

.radar_draw .crd_wrap .card_radar p {
    font-size: 14px;
    margin: 16px 0 0;
    font-weight: 400;
    color: #fff;
}

.radar_draw .crd_wrap .card_radar ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 19px 0 0 0;
}

.radar_draw .crd_wrap .card_radar ul li {
    margin: 0 10px 0 0;
}

.radar_draw .crd_wrap .card_radar ul li a.room {
    text-decoration: none;
    background: #1279f2;
    padding: 14px 15px;
    border-radius: 28px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    width: 142px;
}

a.joining-btn-green.fill {
    background: #2bc48a !important;
}

a.joining-btn-green.fill i {
    color: #fff !important;
}

.radar_draw .crd_wrap .card_radar ul li a {
    width: 28px;
    height: 28px;
    background: #ffffff;
    color: #5e5e5e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radar_draw .crd_wrap .card_radar ul li a i {
    font-size: 12px;
    color: #5a5a5a;
}

.radar_draw .crd_wrap .card_radar ul li a:hover i {
    color: red;
}

.radar_draw .crd_wrap .card_radar ul li a:hover i.fa-user-plus {
    color: #8bc34a;
}

.click-icons-wrap {
    position: relative;
    z-index: 9;
}

.click-icons-list button {
    color: #fff;
    background: none;
    border: none;
    margin: 0 2px;
}

.click-icons-list button i {
    font-size: 16px !important;
    border-radius: unset !important;
}

.click-icons-list button i:hover {
    background: inherit !important;
    transform: none !important;
    border-radius: 100% !important;
}

.click-icons-list button.icons-like {
    border-radius: 100% !important;
    position: relative;
}

.click-icons-list button.icons-like span.likes-users {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: #fff;
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
}

.click-icons-list button.icons-like.fill {
    background: #1279f2 !important;
    color: #fff !important;
    border-radius: 100% !important;
}

.click-icons-list button.icons-read-message {
}

.click-icons-list button.icons-read-message.fill {
    color: red !important;
}

.click-icons-list button.icons-pin {
    position: relative;
}

.click-icons-list button.icons-pin::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    width: 20px;
    margin: 0 auto;
    height: 2px;
    background: #dbdbdb;
    z-index: 1;
    transform: rotate(45deg);
    opacity: 0;
}

.click-icons-list button.icons-pin.fill::after {
    opacity: 1;
}

.click-icons-list button.icons-pin.fill i {
}

a.like-button-id {
    background: #ecf1ff !important;
}

/* a.like-button-id.fill {
    color: #ff4544 !important;
} */
a.like-button-id i {
    color: #080d16 !important;
}

a.like-button-id.fill i {
    color: #ff4544 !important;
}

/* radar_draw  */

/* / PopUp Modal Css Start Here / */
#areYouSureModal {
}

#areYouSureModal .modal-content {
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 500px;
}

#areYouSureModal .modal-dialog {
    max-width: 750px;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: end;
}

#areYouSureModal .modal-body {
    padding: 0;
}

#areYouSureModal .sure-cancel-inner {
}

#areYouSureModal .sure-cancel-inner .sure-cancel-head {
    padding: 20px 20px;
    text-align: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#areYouSureModal .sure-cancel-inner .sure-cancel-head h4 {
    color: #534444;
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    margin: 0 0 10px;
}

#areYouSureModal .sure-cancel-inner .sure-cancel-btns {
    display: flex;
    border-top: 2px solid #b2b2b2;
}

#areYouSureModal .sure-cancel-inner .sure-cancel-btns button.cancel-btn {
    background: none;
    color: #000;
    border: none;
    border-right: 1px solid #b2b2b2;
    box-shadow: none;
    width: 50%;
    padding: 20px 10px;
}

#areYouSureModal .sure-cancel-inner .sure-cancel-btns button.delete-btn {
    background: none;
    color: #fe0000;
    border: none;
    box-shadow: none;
    width: 50%;
    padding: 20px 10px;
}

.social-modal {
}

.social-modal .modal-content {
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 600px;
    padding: 0 30px;
}

.social-modal .modal-dialog {
    max-width: 750px;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-modal .modal-body {
    padding: 0;
}

.social-modal .sure-cancel-inner {
}

.social-modal .sure-cancel-inner .sure-cancel-head {
    padding: 20px 20px;
    text-align: center;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-modal .sure-cancel-inner .sure-cancel-head h4 {
    color: #534444;
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    margin: 0 0 10px;
}

.social-modal .social-mdl-cont {
    height: 150px;
    margin: 30px auto;
    display: grid;
    gap: 30px;
}

.social-modal .social-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.social-modal .social-links .social-inp {
    text-align: center;
}

.social-modal .social-links .social-inp i {
    font-size: 30px;
    line-height: 30px;
}

.social-mdl-cont .social-shre-btn {
    margin: 0 auto;
}

.social-mdl-cont .social-shre-btn button {
    background: red;
    padding: 10px 5px;
    border: 1px solid red;
    border-radius: 6px;
    width: 150px;
    color: white;
}

.social-modal .social-links .social-inp a span {
    color: black;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.social-modal .social-links .social-inp img {
    margin-bottom: 10px;
}

/* coninue room popup */

#continueRoom {
}

#continueRoom .modal-content {
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 500px;
}

#continueRoom .modal-dialog {
    max-width: 750px;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: end;
}

#continueRoom .modal-body {
    padding: 0;
}

#continueRoom .sure-cancel-inner {
}

#continueRoom .sure-cancel-inner .sure-cancel-head {
    padding: 20px 20px;
    text-align: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#continueRoom .sure-cancel-inner .sure-cancel-head h4 {
    color: #534444;
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    margin: 0 0 10px;
}

#continueRoom .sure-cancel-inner .sure-cancel-btns {
    display: flex;
    border-top: 2px solid #b2b2b2;
}

#continueRoom .sure-cancel-inner .sure-cancel-btns a.cancel-btn {
    background: none;
    color: #000;
    border: none;
    border-right: 1px solid #b2b2b2;
    box-shadow: none;
    width: 50%;
    text-align: center;
    padding: 20px 10px;
}

#continueRoom .sure-cancel-inner .sure-cancel-btns button.delete-btn {
    background: none;
    color: #fe0000;
    border: none;
    box-shadow: none;
    width: 50%;
    padding: 20px 10px;
}

#continueRoom .modal.show {
    padding-right: 0px !important;
}

/* contine room popup */

#areYouSureModal .modal.show {
    padding-right: 0px !important;
}

/* / PopUp Modal Css End Here / */

/* Collaboration Request Toastr */
.collaboration_request_toaster {
    background: white;
    position: absolute;
    bottom: 17px;
    width: 78%;
    border-radius: 8px;
    padding: 9px 20px 6px;
    margin: 0 auto;
    z-index: 110;
    display: block;
    transition: all 0.3s ease-in;
    left: 19%;
    display: none;
}

.collaboration_request_toaster .collaboration_toaster_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.collaboration_request_toaster .collaboration_toaster_inner p {
    margin: 0;
}

.accept-reject-btn {
}

.accept-reject-btn button.accept-btn {
    background: #2bc48a;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
}

.accept-reject-btn button.reject-btn {
    background: #ff4544;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
}

/* Collaboration Request Toastr */

.add_songs_list.hosting_add_song.search_song_add {
    height: 80vh;
    border:none;
}

.chat-panel-wrap .chat-tooggle-icon {
    position: absolute;
    top: 77px;
    right: 30px;
    display:none;
}

.chat-panel-wrap .chat-tooggle-icon i {
    color: white;
    font-size: 25px;
    line-height: 25px;
}

.header .navbar button.toggle i {
    display: none;
    color: #111a2c;
    font-size: 25px;
    line-height: 25px;
}

.pad-cl {
    background: #111a2c;
}

/*********************** Main-Content close ***********************/

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .register-sec-wrap .form-main {
        padding: 25px 74px;
    }

    .register-sec-wrap .form-main .fm-bttom .icons-list h6::before,
    .register-sec-wrap .form-main .fm-bttom .icons-list h6::after {
        width: 36%;
    }

    .register-sec-wrap .form-main .fm-bttom .icons-list ul li a img {
        width: 179px;
        height: 55px;
    }
}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {
    .register-sec-wrap .form-main {
        padding: 25px 74px;
    }

    .register-sec-wrap .form-main .fm-bttom .icons-list h6::before,
    .register-sec-wrap .form-main .fm-bttom .icons-list h6::after {
        width: 36%;
    }

    .register-sec-wrap .form-main .fm-bttom .icons-list ul li a img {
        width: 179px;
        height:55px;
    }

    .register-sec-wrap .form-main .heads h2 {
    font-size: 45px;
    line-height: 52px;
    }

    .content-body {
    height: auto;
}

.header .navbar .main-ul {
    position: fixed;
    top: 0;
}

.streaming_screen .vol_gear {
    right: 0;
}

.streaming_screen .streaming_chat ul {
    min-height: 250px;
    max-height: 250px;
    height: 100%;
    overflow: scroll;
}

.add_songs_list.hosting_add_song {
    border-bottom: none;
    height: auto;
}

#add-new-songs button.create_room.add_song_to_room {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 90% !important;
}

.collaborate_canvas .offcanvas-body form .list_collaboration .users-card-list {
    height: auto;
    max-height: max-content;
    min-height: auto;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
    .register-sec-wrap .form-main {
        padding: 25px 74px;
    }

    .register-sec-wrap .form-main .fm-bttom .icons-list h6::before,
    .register-sec-wrap .form-main .fm-bttom .icons-list h6::after {
        width: 36%;
    }

    .register-sec-wrap .form-main .fm-bttom .icons-list ul li a img {
        width: 179px;
        height:55px;
    }

    .register-sec-wrap .form-main .heads h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .content-body {
    height: auto;
}

.header .navbar .main-ul {
    position: fixed;
    top: 0;
}

.streaming_screen .vol_gear {
    right: 0;
}

.streaming_screen .streaming_chat ul {
    min-height: 250px;
    max-height: 250px;
    height: 100%;
    overflow: scroll;
}

.add_songs_list.hosting_add_song {
    border-bottom: none;
    height: auto;
}

#add-new-songs button.create_room.add_song_to_room {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 90% !important;
}

.collaborate_canvas .offcanvas-body form .list_collaboration .users-card-list {
    height: auto;
    max-height: max-content;
    min-height: auto;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .register-sec-wrap .form-main {
        padding: 25px 74px;
    }

    .register-sec-wrap .form-main .fm-bttom .icons-list h6::before,
    .register-sec-wrap .form-main .fm-bttom .icons-list h6::after {
        width: 36%;
    }

    .register-sec-wrap .form-main .fm-bttom .icons-list ul li a img {
        width: 155px;
    }

    .register-sec-wrap .form-main .heads h2 {
        font-size: 43px;
    }

    .register-sec-wrap .sign_main_img img {
        width: 50%;
    }

    .profile_music_area .profile_desc .profile_area::after {
        width: 20%;
        height: 20%;
        left: 39%;
        bottom: 10%;
    }

    .profile_music_area .profile_desc .profile_area div h3 span {
        font-size: 16px;
        margin: 0;
    }

    .profile_music_area .profile_desc .profile_area div h3 {
        font-size: 22px;
    }

    .profile_music_area .profiles_tabs .room_tab .card_1 .song_detail h4,
    .profile_music_area .profiles_tabs .like_tab .card_1 .song_detail h4 {
        font-size: 11px;
    }

    .profile_music_area .profile_desc .profile_detail a {
        width: 150px;
        margin: 15px 9px 0;
        border: 2px solid #fff;
        font-size: 15px;
        padding: 11px 0;
    }

    .profile_music_area .profile_desc .profile_detail div {
        justify-content: center;
    }

    .profile_music_area .profile_desc .profile_detail h4 {
        margin: 0 55px;
        font-size: 15px;
    }

    .register-sec-wrap .form-main {
    padding: 25px 20px;
}

.register-sec-wrap .form-main .heads h2 {
    font-size: 32px;
    line-height: 42px;
}

.register-sec-wrap .form-main .heads {
    margin: 50px 0px;
}

.register-sec-wrap .form-main .fm-bttom .icons-list ul li a img {
    width: 180px;
    height: 50px;
}

.register-sec-wrap .form-main .fm-bttom .icons-list h6::before , .register-sec-wrap .form-main .fm-bttom .icons-list h6::after {
    width: 35%;
}

.chat-panel-wrap .chat-panel-sidebar {
    width: 50%;
}

.chat-panel-wrap .chat-panel-mainarea {
    width: 100%;
}

li .conversation-list {
    width: 250px !important;
}

.content-body {
    height: auto;
}

.header .navbar .main-ul {
    position: fixed;
    top: 0;
}

.streaming_screen .vol_gear {
    right: 0;
}

.streaming_screen .streaming_chat ul {
    min-height: 250px;
    max-height: 250px;
    height: 100%;
    overflow: scroll;
}

.add_songs_list.hosting_add_song {
    border-bottom: none;
    height: auto;
}

#add-new-songs button.create_room.add_song_to_room {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 90% !important;
}

.collaborate_canvas .offcanvas-body form .list_collaboration .users-card-list {
    height: auto;
    max-height: max-content;
    min-height: auto;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .profile_music_area .profile_desc .profile_area {
    left: 0px;
    gap: 0px;
}

.profile_music_area .profile_desc .profile_area img {
    width: 150px;
    height: 150px;
}

.profile_music_area .profile_desc .profile_area div {
    margin: 6rem 0px 0px 1rem;
}

.profile_music_area .profile_desc .profile_area div h3 {
    font-size: 26px;
}

.profile_music_area .profile_desc .profile_area div h3 span {
    font-size: 18px;
    margin: 0px 8px;
}

.profile_music_area .profile_desc .profile_detail h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 0px 7px;
}

.profile_music_area .profile_desc .profile_detail a {
    margin: 15px 5px;
    height: 50px;
}

.profile_music_area .user_profile_detail form button#save-button {
    margin: 20px 0px;
    width: 300px;
}

.notification-main-sec .pad-cl {
    padding: 36px 15px;
}

.notification-main-sec .pad-cl .search_people .notification h3 {
    margin: 30px 0px 0px 13px;
}

main.main-shw.user-ad-ind .search_people form:nth-child(3) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 0px;
}

main.main-shw.user-ad-ind .search_people form:nth-child(3) .d-flex{
    width:100%;
}

.search_people form button.admin-upl-btn{
    width:50%;
}

.pad-cl {
    background: #111a2c;
}

main.main-shw.user-ad-ind .search_people form:nth-child(3) input {
    width: 50%;
}

.register-sec-wrap .form-main {
    padding: 25px 20px;
}

.register-sec-wrap .form-main .heads h2 {
    font-size: 35px;
    line-height: 42px;
}

.register-sec-wrap .form-main .fm-bttom .icons-list ul li a img {
    width: 150px;
    height: 50px;
}

.register-sec-wrap .form-main .fm-bttom .icons-list h6::before , .register-sec-wrap .form-main .fm-bttom .icons-list h6::after {
    width: 30%;
}

.chat-panel-wrap .chat-panel-sidebar {
    width: 50%;
}

.chat-panel-wrap .chat-panel-mainarea {
    width: 100%;
}

li .conversation-list {
    width: 250px !important;
}

.content-body {
    height: auto;
}

.header .navbar .main-ul {
    position: fixed;
    top: 0;
}

.streaming_screen .vol_gear {
    right: 0;
}

.streaming_screen .streaming_chat ul {
    min-height: 250px;
    max-height: 250px;
    height: 100%;
    overflow: scroll;
}

.add_songs_list.hosting_add_song {
    border-bottom: none;
    height: auto;
}

#add-new-songs button.create_room.add_song_to_room {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 90% !important;
}

.collaborate_canvas .offcanvas-body form .list_collaboration .users-card-list {
    height: auto;
    max-height: max-content;
    min-height: auto;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    header:not(.short-bar-header) , .footer:not(.short-bar-footer) {
    padding-left: 15.9rem;
}

.sidebar:not(.short-icons) {
    left: 0;
    width: 19rem;
    top: 3.1rem;
}

header:not(.short-bar-header) button.toggle {
    border-radius: 0px !important;
}

    .register-sec-wrap .sign_main_img img {
        width: 85%;
    }

    .register-sec-wrap .form-main {
        padding: 6px 22px;
    }

    .register-sec-wrap .form-main .heads h2 {
        font-size: 29px;
        line-height: 35px;
    }

    .register-sec-wrap .form-main .heads {
        margin: 78px 0 42px;
    }

    .register-sec-wrap .sign_main_img img:nth-child(1) {
        width: 68%;
    }

    .register-sec-wrap .sign_main_img a img {
        width: 131px !important;
    }

    .register-sec-wrap .form-main .fm-bttom .icons-list h6::before,
    .register-sec-wrap .form-main .fm-bttom .icons-list h6::after {
        width: 26%;
    }

    .register-sec-wrap .form-main .fm-bttom .icons-list ul li a img {
        width: 110px;
        height: 35px;
    }

    /* Web Admin Search People Page CSS Start Here */

    .search_people {
    padding: 0px 2rem;
    }

    .search_people .song_list ul {
    margin-top: 40px;
    padding-top: 0px;
    }

    .search_people .song_room ul {
    padding-right: 1rem;
    }

    /* Web Admin Search People Page CSS End Here */

    /* Web Admin Profile Page CSS Start Here */

    .profile_music_area .profile_desc .profile_area {
    left: 20px;
    gap: 10px;
}

    .profile_music_area .profile_desc .profile_area img {
    width: 130px;
    height: 130px;
}

.profile_music_area .profile_desc .profile_area div {
    margin: 6rem 0 0 1rem;
}

.profile_music_area .profile_desc .profile_area div h3 {
    font-size: 28px;
    line-height: 35px;
}

.profile_music_area .profile_desc .profile_area div h3 span {
    font-size: 18px;
    line-height: 25px;
    margin: 0px 8px;
}

.profile_music_area .profile_desc .profile_detail {
    margin-top: 1rem;
}

.profile_music_area .profile_desc .profile_detail h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 0px 15px;
}

    .profile_music_area .user_profile_detail form button {
    margin: 10px 0px 0px;
    width: 300px;
}

    /* Web Admin Profile Page CSS End Here */

    .notification-main-sec .notification_add {
    padding: 10px 2rem;
}

main.main-shw.user-ad-ind .search_people form:nth-child(3) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0px 20px;
}

main.main-shw.user-ad-ind .search_people form:nth-child(3) input {
    width: 50%;
}


.chat-panel-wrap .chat-panel-sidebar {
    width: 50%;
}

.chat-panel-wrap .chat-panel-mainarea {
    width: 100%;
}

li .conversation-list {
    width: 250px !important;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px) {

        .streaming_screen .streaming_chat ul {
    height: auto;
}

.streaming_screen .streaming_chat form {
    margin-bottom: 50px;
}

.streaming_screen .streaming_chat form input {
    height: 50px;
    font-size: 18px;
}

.streaming_screen .streaming_chat form a {
    width: 50px;
    height: 50px;
}

main#main-section {
    overflow: visible;
}

    .header {
        padding: 0;
        padding-left: 0;
    }

    .header .navbar .profile-box {
        display: block;
        width: auto;
        padding: 0.5rem 0;
        border-left: none;
    }

    .header .navbar .profile-box .info {
        display: none;
    }

    .sidebar {
        height: calc(100% - 60px);
        top: 4.6rem;
        left: -290px;
    }

    .sidebarshow {
        left: 0;
    }

    /*.sidebar-scroll .nav-header {*/
    /*    display: none;*/
    /*}*/

    header:not(.short-bar-header) , .footer:not(.short-bar-footer) {
    padding-left: 15.9rem;
}

.sidebar:not(.short-icons) {
    left: 0;
    width: 19rem;
    top: 3.1rem;
}

header:not(.short-bar-header) button.toggle {
    border-radius: 0px !important;
}

    /* main-content css start */
    .content-body {
        margin-left: 0;
        min-height: auto !important;
    }

    .pad-cl {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
        background-color:#111a2c;
    }

    .footer {
        padding-left: 10px;
        background-color: #fff;
    }

    .sub-content {
        padding: 2.9375rem 0.3rem;
    }

    /* main-content css end */


/* Web Admin Search People Page CSS Start Here */

.search_people h5 {
    text-align: center;
}

.search_people form {
    display: block;
}

.search_people form input {
    width: 90%;
    margin: 0 auto 15px;
    display: flex;
}

.search_people form select {
    width: 200px;
    margin: 0 auto;
}

.search_people form i {
    left: 45px;
}

.search_people .song_list ul li {
    padding: 8px 0px 8px;
}

.search_people .song_list ul li img {
    width: 55px;
}

.search_people .song_list ul li span {
    font-size: 18px;
}

.search_people form select option[selected]{
    background-color: #1279F2;
    color: white;
}

.search_people form select option:checked {
    background-color: #1279F2;
    color: white;
}

/* Web Admin Search People Page CSS End Here */

/* Web Admin Search Room Create Page CSS Start Here*/

.search_people form button {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.song_room ul {
    padding: 0px 10px;
}

.song_room ul li {
    padding: 12px 12px;
}

.search_people .song_room h4 {
    font-size: 22px;
    line-height: 29px;
}

.search_people .song_room h4 a {
    padding: 0px 0px;
    height: auto;
}

.search_people .song_room p {
    margin: 15px 0px;
    font-weight: 400;
}

.search_people .song_room span {
    font-weight: 400;
}

.add_songs_list li {
    margin: 1rem 0px;
    gap: 4px;
}

.streaming_screen .song_area img {
    width: 100%;
}

.streaming_screen .song_area {
    padding: 0px 1rem;
}

.streaming_screen .song_area .streaming_song {
    margin: 1.5rem 0px;
}

.streaming_screen .song_area .song_bar .loading-bars {
    width: 100%;
        max-width: 100%;
        display: -webkit-box;
        overflow: hidden;
}

.social-modal .social-links {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 10px;
}

.social-modal .social-mdl-cont {
    height: 400px;
}

.social-modal .social-links .social-inp a span {
    display: block;
}

/* Web Admin Search Room Create Page CSS End Here*/

/* Web Admin Search Songs Page CSS Start Here*/

.search_people .song_list ul li img:nth-child(1) {
    width: 75px;
    height: 75px;
}

/* Web Admin Search Songs Page CSS End Here*/

/* Web Admin Profile Setting Page CSS Start Here*/

.profile_music_area .banner_profile img {
    height: 160px;
}

.profile_music_area .profile_desc .profile_area {
    display: block;
    text-align: center;
}

.profile_music_area .profile_desc.profile_setting .profile_area {
    width: max-content;
}

.profile_music_area .profile_desc .profile_area img {
    height: 150px;
    width: 150px;
}

.profile_music_area .profile_desc .profile_area div {
    margin: 0.5rem 0px 0px !important;
}

.profile_music_area .profile_desc .profile_area .profile-set-image::after {
    right: 20px;
}

.profile_music_area .profile_desc .profile_area div h3 {
    font-size: 23px;
    line-height: 30px;
}

.profile_music_area .profile_desc .profile_area div p {
    margin-top: 2px;
}

.profile_music_area .profile_desc .profile_area div h3 span {
    margin: 0px 5px;
}

.profile_music_area .profile_desc .profile_detail h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
    width: 100%;
}

.profile_music_area .profile_desc .profile_detail div {
    gap: 40px;
}

.profile_music_area .profile_desc .profile_detail {
    margin-top: 1rem;
    width: 100%;
    position: relative;
    top: -5rem;
}

.profile_music_area .profile_desc .profile_detail a {
    margin: 15px 0px 0px;
}

.profile_music_area .profiles_tabs {
    top: 0;
    margin-top: 20px;
}

.profile_music_area .profiles_tabs ul {
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

.profile_music_area .profiles_tabs ul li {
    margin: 0px auto 15px;
    text-align: center;
}

.profile_music_area .profiles_tabs .room_tab, .profile_music_area .profiles_tabs .like_tab {
    margin: 1rem 0px;
    padding: 0px 20px;
}

.profile_music_area .profiles_tabs .room_tab .card_1, .profile_music_area .profiles_tabs .like_tab .card_1 {
    margin-bottom: 30px;
}

.profile_music_area .profiles_tabs .room_tab .upload_area {
    margin-bottom: 30px;
}

/* Web Admin Profile Setting Page CSS End Here*/


/* Web Admin Profile Edit Page CSS Start Here */

.profile_music_area .profile_desc.profile_setting .profile_area form {
    top: -60px !important;
    transform: none;
    right: 0px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.profile_music_area .user_profile_detail {
    padding: 0px 2rem 2rem;
}

.profile_music_area .profile_desc.profile_setting .profile_area form i {
    position: relative;
    top: -13px;
}

.profile_music_area .user_profile_detail form label {
    font-size: 16px;
}

.profile_music_area .user_profile_detail form button {
    width: 100%;
    margin: 20px 0px 0px;
}

/* Web Admin Profile Edit Page CSS End Here */

/* Web Privacy & About Page CSS Start Here */

.privacy-page-wrap {
    padding: 30px 30px 0px !important;
    text-align: center;
}

.banner-privacy-content h1 {
    font-size: 35px !important;
    line-height: 42px !important;
}

.faqs-page-wrap {
    padding: 30px 30px 0px !important;
}

.faqs-page-head h1 {
    font-size: 35px !important;
    line-height: 42px !important;
}

.faqs-page-content .accordion-item .accordion-header button.accordion-button {
    font-size: 17px !important;
    line-height: 24px !important;
}

/* Web Privacy & About Page CSS End Here */

/* Web Notification Page CSS Start Here */

.notification-main-sec {
    padding: 2.5rem 1rem;
}

.notification-main-sec ul {
    padding: 1rem 0px !important;
}

.notification-main-sec .search_people .notification h3 {
    margin-left: 0px;
    margin-top: 30px;
    font-size: 25px;
    line-height: 32px;
}

.search_people .song_list.search_song.notification {
    min-height: 500px;
    max-height: 500px;
}

.search_people .song_list.search_song.notification span {
    font-size: 20px;
    line-height: 27px;
}

.search_people .song_list.search_song.notification .notification_request {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.search_people .song_list.search_song.notification a.follow-btn {
    margin: 15px auto;
    width: 80%;
}

.notification_add ul li {
    display: block;
}

.search_people .song_list.search_song.notification .notification_request a {
    margin: 0;
}

.notification_add ul li div:nth-child(1) {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 18px;
}

.notification_add .notification_request {
    justify-content: center;
    margin: 15px 0px;
}

.notification_add a.follow-btn {
    justify-content: center;
    margin: 20px auto;
    width: 80%;
    height: 45px;
}

.notification_add ul li {
    display: block !important;
    width: 100%;
}

/* Web Notification Page CSS End Here */


/* Web Onboarding Page CSS Start Here */

.register-sec-wrap .sign_main_img {
    height: auto !important;
    padding: 80px 0px 80px !important;
}

.register-sec-wrap .form-main {
    padding: 40px 2rem !important;
}

.register-sec-wrap .sign_main_img img:nth-child(1) {
    width: 70%;
    padding: 1rem 0px;
}

.register-sec-wrap .sign_main_img img {
    width: 80%;
}

.register-sec-wrap .form-main .heads h2 {
    font-size: 25px;
    line-height: 32px;
}

.register-sec-wrap .form-main .heads {
    margin: 20px 0px;
}

.register-sec-wrap .form-main .fm-bttom .icons-list ul {margin: 1rem 0px;gap: 30px;}

.register-sec-wrap .form-main .fm-bttom .icons-list ul li {
}

.register-sec-wrap .form-main .fm-bttom p {
    font-size: 15px;
}

.register-sec-wrap .form-main .fm-bttom .icons-list h6 {
    font-size: 16px;
}

.register-sec-wrap .form-main .fm-bttom .icons-list h6::before {
    width: 25%;
}

.register-sec-wrap .form-main .fm-bttom .icons-list h6::after {
    width: 25%;
}

.register-sec-wrap .form-main .fm-bttom .icons-list ul li a img {
    width: 180px;
    height: 50px;
}

/* Web Onboarding Page CSS End Here */


/* Admin Web User Page CSS Start Here */

main.main-shw.user-ad-ind .search_people form {
    gap: 15px;
}

.user-ad-ind .search_people form input {
    margin: 0 auto;
}

.user-ad-ind .search_people form .d-flex.gap-2.align-items-center {
}

.search_people form button.admin-upl-btn {
    width: 250px;
    margin-top: 20px;
}

.main-table-users table tbody tr th {
    padding: 8px 14px;
}

.main-table-users table tbody tr td {
    padding: 8px 12px;
}

.table-pegination-buttons {
    margin-top: 20px;
    justify-content: center;
}

.table-pegination-buttons ul.pagination {
    flex-wrap: wrap;
}

main.main-shw.user-ad-ind .search_people form:nth-child(3) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

main.main-shw.user-ad-ind .search_people form:nth-child(3) input {
    width: 50%;
}

.search_people button.add-genre {
    justify-content: center;
    display: flex;
    margin: 0 auto;
}


.cross-fade-modal .modal-body form {
    display: inherit !important;
}

/* Admin Web User Page CSS End Here */




}

@media only screen and (min-width: 300px) and (max-width: 519px) {

    main#main-section {
    overflow: visible;
    }

    .header {
        padding: 0;
        padding-left: 0;
    }

    .header .navbar .profile-box {
        display: block;
        width: auto;
        padding: 0.5rem 0;
        border-left: none;
    }

    .header .navbar .profile-box .info {
        display: none;
    }

    .sidebar {
        height: calc(100% - 60px);
        top: 4.6rem;
        left: -290px;
    }

    .sidebarshow {
        left: 0;
    }

    /*.sidebar-scroll .nav-header {*/
    /*    display: none;*/
    /*}*/

    .short-bar-header , .short-bar-footer {
    padding-left: 0px;
}

header:not(.short-bar-header) , .footer:not(.short-bar-footer) {
    padding-left: 15.9rem;
}
.radar_draw .music_mid {
    left: 51%;
    top: 42%;
}

.sidebar:not(.short-icons) {
    left: -20px;
    width: 19rem;
    top: 3.1rem;
    height:100%;
}

.sidebar:not(.sidebarshow) {
    width: 0px;
}

header:not(.short-bar-header) button.toggle {
    border-radius: 0px !important;
}

.sidebar-scroll .metismenu {
    margin: 0;
    height: 460px;
    min-height: 460px;
    max-height: 460px;
}

    /* main-content css start */
    .content-body {
        margin-left: 0;
        min-height: auto !important;
    }

    .pad-cl {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
        background-color:#111a2c;
    }

    .db-banner .welcom-text h4 {
        text-align: center;
    }

    .db-banner .welcom-text p {
        text-align: center;
    }

    .db-banner .welcom-text ul {
        justify-content: center;
    }

    .footer {
        padding-left: 10px;
        background-color: #fff;
    }

    .sub-content {
        padding: 2.9375rem 0.3rem;
    }

    .streaming_screen .streaming_chat ul {
    height: auto;
}

.streaming_screen .streaming_chat form {
    margin-bottom: 50px;
}

.streaming_screen .streaming_chat form input {
    height: 50px;
    font-size: 18px;
}

.streaming_screen .streaming_chat form a {
    width: 50px;
    height: 50px;
}

/* Web Admin Index Page CSS Start Here */

.radar .header_area {
    display: block;
    padding: 20px 0px;
    text-align: center;
}

.radar .header_area h4 {
    font-size: 22px;
    line-height: 29px;
}

.radar .header_area .ct-dropdown {
    margin-bottom: 10px;
}

.radar .header_area .ct-dropdown select {
    width: 70%;
    padding: 7px 0px;
}

.radar .header_area .distance-wrap {
          justify-content: center;
        position: absolute;
        top: -39px;
        right: -22px;
}
.radar .header_area span img {
    width: 30px;
}
.radar .header_area .distance-wrap select {
    font-size: 10px;

}
/* Web Admin Index Page CSS End Here */

/* Web Admin Search People Page CSS Start Here */

.search_people h5 {
    text-align: center;
}

.search_people form {
    display: block;
}

.search_people form input {
    width: 90%;
    margin: 0 auto 15px;
    display: flex;
}

.search_people form select {
    width: 200px;
    margin: 0 auto;
}

.search_people form i {
    left: 25px;
}

.search_people .song_list ul li {
    padding: 8px 0px 8px;
}

.search_people .song_list ul li img {
    width: 55px;
}

.search_people .song_list ul li span {
    font-size: 18px;
}

.search_people form select option[selected]{
    background-color: #1279F2;
    color: white;
}

.search_people form select option:checked {
    background-color: #1279F2;
    color: white;
}

/* Web Admin Search People Page CSS End Here */

/* Web Admin Search Room Create Page CSS Start Here*/

.search_people form button {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.song_room ul {
    padding: 0px 10px;
}

.song_room ul li {
    padding: 12px 12px;
}

.search_people .song_room h4 {
    font-size: 22px;
    line-height: 29px;
}

.search_people .song_room h4 a {
    padding: 0px 0px;
    height: auto;
}

.search_people .song_room p {
    margin: 15px 0px;
    font-weight: 400;
}

.search_people .song_room span {
    font-weight: 400;
}

.add_songs_list li {
    margin: 1rem 0px;
    gap: 4px;
}

.streaming_screen .song_area img {
    width: 100%;
}

.streaming_screen .song_area {
    padding: 0px 1rem;
}

.streaming_screen .song_area .streaming_song {
    margin: 1.5rem 0px;
}

.streaming_screen .song_area .song_bar .loading-bars {
    width: 100%;
        max-width: 100%;
        display: -webkit-box;
        overflow: hidden;
}

.social-modal .social-links {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 10px;
}

.social-modal .social-mdl-cont {
    height: 400px;
}

.social-modal .social-links .social-inp a span {
    display: block;
}

/* Web Admin Search Room Create Page CSS End Here*/

/* Web Admin Search Songs Page CSS Start Here*/

.search_people .song_list.search_song {
    min-height: 100vh;
    max-height: 100vh;
}

.search_people .song_list.search_song ul li {
    display: block;
}

.search_people .song_list.search_song ul li div {
    display: block;
    width: 100%;
}

.search_people .song_list.search_song ul li div img {
    width: 100px;
    margin: 0px auto;
    border: none;
    display: block;
}

.search_people .song_list.search_song span {
    text-align: center;
    margin: 10px 0px;
    width: 100%;
    display: block;
}

.search_people .song_list.search_song img:nth-child(2) {
    display: block;
    margin: 0 auto;
}

/* Web Admin Search Songs Page CSS End Here*/

/* Web Admin Profile Setting Page CSS Start Here*/

.profile_music_area .banner_profile img {
    height: 160px;
}

.profile_music_area .profile_desc .profile_area {
    display: block;
    left: 0;
    text-align: center;
    top: 0;
    width: max-content;
    margin: 0 auto;
}

.profile_music_area .profile_desc .profile_area img {
    height: 150px;
    width: 150px;
}

.profile_music_area .profile_desc .profile_area div {
    margin: 0.5rem 0px 0px !important;
}

.profile_music_area .profile_desc .profile_area div h3 {
    font-size: 23px;
    line-height: 30px;
}

.profile_music_area .profile_desc .profile_area div p {
    margin-top: 2px;
}

.profile_music_area .profile_desc .profile_area div h3 span {
    margin: 0px 5px;
    display:block;
}

.profile_music_area .profile_desc .profile_detail h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
    width: 100%;
}

.profile_music_area .profile_desc .profile_detail div {
    display: block;
        text-align: center
}

.profile_music_area .profile_desc .profile_area .profile-set-image::after {
    right: 0px;
}

.profile_music_area .profile_desc .profile_detail {
    margin-top: 1rem;
    width: 100%;
}

.profile_music_area .profile_desc .profile_detail a {
    margin: 15px 0px 0px;
    width: 100%;
    display: block;
}

.profile_music_area .profiles_tabs {
    top: 0;
    margin-top: 20px;
}

.profile_music_area .profiles_tabs ul {
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

.profile_music_area .profiles_tabs ul li {
    margin: 0px auto 15px;
    text-align: center;
}

.profile_music_area .profiles_tabs .room_tab, .profile_music_area .profiles_tabs .like_tab {
    margin: 1rem 0px;
    padding: 0px 20px;
}

.profile_music_area .profiles_tabs .room_tab .card_1, .profile_music_area .profiles_tabs .like_tab .card_1 {
    margin-bottom: 30px;
}

.profile_music_area .profiles_tabs .room_tab .upload_area {
    margin-bottom: 30px;
}

/* Web Admin Profile Setting Page CSS End Here*/


/* Web Admin Profile Edit Page CSS Start Here */

.profile_music_area .profile_desc.profile_setting .profile_area form {
    top: -60px !important;
    transform: none;
    right: 0px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.profile_music_area .user_profile_detail {
    top: 0px;
    padding: 0px 2rem 2rem;
}

.profile_music_area .profile_desc.profile_setting .profile_area form i {
    position: relative;
    top: -13px;
}

.profile_music_area .user_profile_detail form label {
    font-size: 16px;
}

.profile_music_area .user_profile_detail form button {
    width: 100%;
    margin: 20px 0px 0px;
}

/* Web Admin Profile Edit Page CSS End Here */

/* Web Onboarding Page CSS Start Here */

.register-sec-wrap .sign_main_img {
    height: auto !important;
    padding: 80px 0px 80px !important;
}

.register-sec-wrap .form-main {
    padding: 40px 2rem !important;
}

/* Web Onboarding Page CSS End Here */

/* Web Privacy & About Page CSS Start Here */

.privacy-page-wrap {
    padding: 30px 30px 0px !important;
    text-align: center;
}

.banner-privacy-content h1 {
    font-size: 35px !important;
    line-height: 42px !important;
}

.faqs-page-wrap {
    padding: 30px 30px 0px !important;
}

.faqs-page-head h1 {
    font-size: 35px !important;
    line-height: 42px !important;
}

.faqs-page-content .accordion-item .accordion-header button.accordion-button {
    font-size: 17px !important;
    line-height: 24px !important;
}

/* Web Privacy & About Page CSS End Here */

/* Web Notification Page CSS Start Here */

.search_people .song_list.search_song.notification {
    min-height: 500px;
    max-height: 500px;
}

.search_people .song_list.search_song.notification span {
    font-size: 17px;
    line-height: 24px;
}

.search_people .song_list.search_song.notification .notification_request {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.search_people .song_list.search_song.notification a.follow-btn {
    margin: 15px auto;
    width: 80%;
}

.notification_add ul li {
    display: block;
}

.search_people .song_list.search_song.notification .notification_request a {
    margin: 0;
}

.notification_add ul li div:nth-child(1) {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 18px;
}

.notification_add .notification_request {
    justify-content: center;
    margin: 15px 0px;
}

.notification_add a.follow-btn {
    justify-content: center;
    margin: 20px auto;
    width: 80%;
    height: 45px;
}

/* Web Notification Page CSS End Here */


/* Web Onboarding Page CSS Start Here */

.register-sec-wrap .sign_main_img {
    height: auto !important;
    padding: 80px 0px 80px !important;
}

.register-sec-wrap .form-main {
    padding: 40px 2rem !important;
}

.register-sec-wrap .sign_main_img img:nth-child(1) {
    width: 70%;
    padding: 1rem 0px;
}

.register-sec-wrap .sign_main_img img {
    width: 80%;
}

.register-sec-wrap .form-main .heads h2 {
    font-size: 25px;
    line-height: 32px;
}

.register-sec-wrap .form-main .heads {
    margin: 20px 0px;
}

.register-sec-wrap .form-main .fm-bttom .icons-list ul {
    display: block;
}

.register-sec-wrap .form-main .fm-bttom .icons-list ul li {
    margin-bottom: 15px;
}

.register-sec-wrap .form-main .fm-bttom p {
    font-size: 15px;
}

.register-sec-wrap .form-main .fm-bttom .icons-list h6 {
    font-size: 16px;
}

.register-sec-wrap .form-main .fm-bttom .icons-list h6::before {
    width: 25%;
}

.register-sec-wrap .form-main .fm-bttom .icons-list h6::after {
    width: 25%;
}

/* Web Onboarding Page CSS End Here */


/* Admin Web User Page CSS Start Here */

main.main-shw.user-ad-ind .search_people form {
    gap: 15px;
}

.user-ad-ind .search_people form input {
    margin: 0 auto;
}

.user-ad-ind .search_people form .d-flex.gap-2.align-items-center {
    display: block !important;
}

.search_people form button.admin-upl-btn {
    width: 250px;
    margin-top: 20px;
}

.main-table-users table tbody tr th {
    padding: 8px 14px;
}

.main-table-users table tbody tr td {
    padding: 8px 12px;
}

.table-pegination-buttons {
    margin-top: 20px;
    justify-content: center;
}

.table-pegination-buttons ul.pagination {
    flex-wrap: wrap;
}

.search_people button.add-genre {
    justify-content: center;
    display: flex;
    margin: 0 auto;
}

#genreModal .modal-dialog {
    min-width: 280px !important;
}

.cross-fade-modal .modal-body form {
    display: inherit !important;
}

.profile_setting .action-buttons {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

#profile-form .user_profile_detail input[readonly] {
    padding: 5px 0px;
}

#profile-form .user_profile_detail {
    padding: 0px 1rem 2rem;
}

/* Admin Web User Page CSS End Here */

}

@media only screen and (min-width: 992px) and (max-width: 1920px) {
    .short-icons {
        width: 0;
        padding: 0;
    }

    .short-icons .sidebar-scroll .nav-header .brand-logo {
        font-size: 15px;
    }

    .short-icons .sidebar-scroll .metismenu li a {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        font-size: 12px;
        padding: 0 10px;
    }

    .short-icons .sidebar-scroll .metismenu li a:hover .nav-text {
        transform: translateX(0px);
    }

    .short-bar-footer,
    .short-bar-header {
        padding-left: 0;
    }

    .short-bar-body {
        margin-left: 0;
    }

    .short-icons .nav-header .brand-logo {
        padding-left: 0;
        padding-right: 0;
    }

    .short-icons .metismenu .nav-label {
        margin: 0;
        padding: 0.5625rem 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .short-icons .main-profile .name,
    .short-icons .main-profile .email,
    .short-icons .metismenu li .has-arrow:after {
        display: none;
    }

    .short-icons .metismenu li .dropdown li .link-child {
        font-size: 12px;
        padding: 12px 0;
        padding-left: 0;
        justify-content: center;
    }
}

@media only screen and (min-width: 300px) and (max-width: 991px) {
    .header {
        padding: 0;
        padding-left:  0 !important;
                z-index: 7;
        position: relative;
    }

    .header .navbar .profile-box {
        display: block;
        width: auto;
        padding: 0.5rem 0;
        border-left: none;
    }

    .header .navbar .profile-box .info {
        display: none;
    }

    .sidebar {
        height: calc(100% - 60px);
        top: 4.6rem;
        left: -310px;
    }

    .sidebarshow {
        left: 0;
    }

    /*.sidebar-scroll .nav-header {*/
    /*    display: none;*/
    /*}*/

    /* main-content css start */
    .content-body {
        margin-left: 0;
        min-height: auto !important;
        height:auto !important;
    }

    .pad-cl {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

.panel-mainarea-chatbox .send-message-box {
           bottom: 0;
        position: fixed;
}
    /* main-content css end */
}

@media only screen and (min-width:300px) and (max-width:767px){
.chat-panel-wrap .chat-panel-sidebar {
    width: 100%;
        display: none;

}
.chat-panel-wrap .chat-tooggle-icon {
    display:block;
}
.chat-panel-wrap .chat-panel-mainarea {
    width: 100%;
    padding: 20px 10px;
}
.chat-panel-wrap .chat-panel-mainarea li .conversation-list {
    width: 180px;
}

.header .navbar button.toggle span {
    display: none;
}

.header .navbar button.toggle i {
    display: block;
}

.register-sec-wrap {
    height: auto;
}


}
