/* Header */

.customNav {
    background-color: #000000;
}

.alert {
    font-size: 14px;
    padding: 15px;
}
.customNav .navbar {
    padding-top: 21px;
    padding-bottom: 21px;
}
.navforPaddding {
    padding: 0px 16px;
}
.navbarForMenu .nav-item:not(:last-child) {
    margin-right: 32px;
}

.navbarForMenu .nav-item .nav-link {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e6e6e6;
    border-bottom: 2px solid transparent;
}

.navbarForMenu .nav-item .nav-link.active {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e6e6e6;
    border-bottom: 2px solid #26c5ff;
}

.navForAuth .nav-item .nav-link {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e6e6e6;
    /* padding: 2px 10.5px; */
    /* border: 1px solid #e6e6e6; */
    padding: 0.5vw 1.2vw !important;
    /* border-radius: 0.5vw; */
}

.navForAuth .nav-item .nav-link.borderRight {
    /* border-right: 1px solid #e6e6e6; */
    /* margin-right:1.5rem; */
    position: relative;
}
.navForAuth .nav-item .nav-link.borderRight:after {
    width: 1px;
    height: 18px;
    content: "";
    position: absolute;
    background-color: #e6e6e6;
    right: 0;
}

.headermenu {
    margin: 0px;
    padding: 21px 52px 21px 52px;
    width: 100%;
    /* height: 66px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}
.header {
    background-color: #000;
}

.headerlogo img {
    object-fit: contain;
    width: 87.7px;
    height: 24px;
}

.header-nav ul {
    display: flex;
    /* gap: 30px; */
    list-style: none;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}

.nav-link {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #e6e6e6;
    text-decoration: none;
}

.nav-link:not(.active) {
    border-bottom: none;
}

.nav-link.active {
    border-bottom: 2px solid #26c5ff;
}

.auth-links {
    display: flex;
    gap: 10.5px;
    align-items: center;
}

.auth-links .sign-in,
.auth-links .sign-up {
    font-size: 16px;
    color: #e6e6e6;
}
.separator {
    height: 24px;
    color: #e6e6e6;
    width: 5px;
}

.titles ul li a:hover {
    color: #fff;
}

.navbarForMenu .nav-link {
    color: #e6e6e6; /* Default color */
    padding: 8px 16px; /* Adjust padding as needed */
}

.navbarForMenu .nav-link:hover {
    color: #26c5ff; /* Hover color */
}

.navForAuth .nav-link:hover {
    color: #26c5ff;
    border-color: #26c5ff;
}

/* header */

/* Footer styles */
.footer {
    background-color: #111;
    padding: 0px 0 0px 0;
    height: 100%;
}

.footer .bottomcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px 0px 20px;
}

/* Footer links */
.footer-links {
    display: flex;
    flex-wrap: wrap;
}

/* Social media logos */
.social-media {
    display: flex;
    /* gap: 25px; */
    justify-content: end;
}

.social-media img {
    width: 32px;
    height: 32px;
}
.footer-text {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 50px;
}

.sideMenu {
    position: fixed;
    width: 0%;
    height: calc(100% - 76.59px) !important;
    top: 83.59px !important;
    right: 0px;
    z-index: 790;
    overflow-x: hidden;
    background-color: rgb(0 0 0 / 60%);
    text-align: right;
}
.sideMenuWrapper {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    padding-bottom: 24px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    overflow-y: auto;
    transition: 0.1s ease-in-out;
}

.sideMenuProfiles {
    width: 100%;
    position: relative;
    min-height: 400px;
}

.activeSideMenu {
    color: #00baff !important;
}

.menuHome {
    padding-top: 20px;
}

.menuHome,
.menuChannels {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    cursor: pointer;
    color: #fff;
    border-bottom: 1px solid #4d4d4d;
    margin: 0px 18px;
    text-decoration: none !important;
}

.menuHome span:last-child,
.menuChannels span:last-child {
    top: 2px;
    position: relative;
}

.menuHome:hover,
.menuChannels:hover {
    color: #00baff;
}

.menuHome span img,
.menuChannels span img {
    margin-right: 16px;
}

.sideMenuSignout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 18px;
}

.sideMenuSignout a {
    border-radius: 8px;
    border: solid 1px #fff;
    padding: 11px 11px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 100%;
    font-family: "Manrope", sans-serif;
    text-decoration: none;
}

.sideMenuSignout a:not(:last-child) {
    margin-bottom: 16px;
}

.sideMenuSignout a:hover {
    background-color: #00a8e6;
    border: 1px solid #00a8e6;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    outline: none;
}

.footerDesktopview {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px 10px 20px;
}

.footerMobileview {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px 0px 20px;
}
.social-mediamob {
    /* gap: 16px; */
    justify-content: center;
    display: flex;
}
.channelinfomob {
    text-align: center;
}
.channelinfomob a {
    color: #848b95;
}
.footer-linksmob {
    text-align: center;
}
.footer-linksmob {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.footer-linksmob a {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    color: #848b95;
    text-decoration: none;
    font-family: "manropemedium";
    word-break: break-word;
    font-size: 16px;
}

.social-media {
    /* margin-top: 15px !important; */
}
.footer-links a {
    color: #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 30px;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.footer-links a:hover,
.footer-linksmob a:hover {
    color: #00a8e6;
}

.footer-text {
    font-size: 12px;
    padding-top: 15px;
    background-color: #000;
    padding-bottom: 15px;
    margin-top: 0px;
}

.footer-text p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ccc;
    font-family: "manropemedium";
}
.footer-links {
    width: 80%;
}
.social-media {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-togg {
    padding: 0px !important;
}

.myAccountChildContent {
    display: none;
    margin: 0px 18px 0px 18px;
    border-bottom: 1px solid #4d4d4d;
}

.myAccountChildContentInnerDiv {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 16px;
}

.caret-down {
    display: none;
}

.myAccountChildContentInnerDiv a {
    padding: 9.5px 0px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    width: 100%;
}

.myAccountChildContentInnerDiv a:hover {
    color: #00baff;
}

.myAccountChildContentInnerDiv a.active {
    color: #00baff;
}

.myAccountChildContentInnerDiv a:not(:last-child) {
    border-bottom: 1px solid #4d4d4d;
}

.myAccountChildContentInnerDiv .warning-icon {
    margin-right: 15px;
    margin-left: auto;
}

.linkDivicebtn {
    border-radius: 8px;
    background-color: #00a8e6;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 14px 14px;
    width: 100%;
    border: none !important;
    box-shadow: none;
    margin-top: 16px;
}

.linkDivicebtn:hover {
    background-color: #00baff !important;
    color: #fff;
}
.sideMenuSignout a.active {
    background-color: #00a8e6;
    border: 1px solid #00a8e6;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #fff !important;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #707070!important;
}

.navForAuth .myAccount {
    font-weight: 300 !important;
}

/* media querry for mobile screens  */
@media screen and (max-width: 768px) {
    .footer-links a {
        color: #ccc;
        font-size: 14px;
    }
}

@media screen and (max-width: 991.98px) {
    .navbar-toggler {
        width: 35px;
        height: 35px;
    }

    .navbar-collapse {
        display: none;
    }
}
.footerSocialIcons a:hover svg circle {
    fill: #3989f9;
}
.footerSocialIcons a:hover svg path {
    fill: #fff;
}
@media (max-width: 575px) {
    .footerMobileview {
        display: block !important;
    }

    .footerDesktopview {
        display: none !important;
    }
    .customNav .navbar{
        padding-top: 10px;
        padding-bottom: 10px;
        
    }
    .footer-linksmob a{
        font-size: 14px;
    }
    .sideMenu{
        top:62.33px!important;
        height: calc(100% - 62.33px)!important;
    }
}

@media (min-width: 575px) {
    .footerMobileview {
        display: none !important;
    }

    .footerDesktopview {
        display: flex;
    }
   
}
.modalCloseBtn {
    background-color: transparent!important;
    box-shadow: none;
    outline: 0px;
    border: none;
}

#addOrEditProfileModal .modal-header, #detailsModal .modal-header {
    display: flex!important;
        align-items: center!important;
}

.manageProfilesMainDiv button:hover h3 {
    color: #fff;
}