﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.startup-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    height: 99vh;
    box-sizing: border-box;
}

    .startup-container .logo-section, .logo-section {
        text-align: center;
/*        margin-bottom: 20px;*/
    }

        .startup-container .logo{
            height: 100px;
        }
        .logo-section .logo {
            height: 120px;
/*            margin-bottom:30px;*/
        }

    .startup-container .slider-section {
        width: 100%;
        max-width: 35vh;
        overflow: hidden;
        white-space: nowrap;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .startup-container .slide {
        display: inline-block;
        width: 100%;
        scroll-snap-align: center;
        text-align: center;
    }

    .startup-container .slide-img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        object-fit: contain;
    }

    .startup-container .caption {
        margin-top: 10px;
        font-weight: 500;
        font-size: 16px;
        color: #3f3f9f;
    }

    .startup-container .dots-container {
        display: flex;
        justify-content: center;
        margin: 15px 0;
    }

    .startup-container .dot {
        height: 10px;
        width: 10px;
        margin: 0 5px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
    }

        .startup-container .dot.active {
            background-color: #333;
        }

    .startup-container .buttons-container {
        display: flex;
        gap: 15px;
        margin-bottom: 20px;
    }

    .startup-container .btn {
        padding: 10px 20px;
        border: none;
        background-color: #444;
        color: white;
        border-radius: 5px;
        cursor: pointer;
    }

    .startup-container .footer {
        text-align: center;
        font-size: 12px;
        color: #888;
    }

        .startup-container .footer a {
            color: #3366cc;
            text-decoration: none;
        }

    .startup-container .help-link {
        display: block;
        margin-top: 5px;
    }

.profile-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
}

.icon-row {
    display: flex;
    padding: 5px 10px;
}

.sectionGrid {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 10px;
}

.sectionDetail span.smallText {
    font-size: 8px;
    line-height: 10px;
    display: flex;
}

.sectionDetail p {
    line-height: 10px;
}

.hightlightedbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: lightblue;
    font-size: 8px;
    white-space: break-spaces;
    word-break: break-word;
    padding: 2px 4px;
    border-radius: 50%;
    margin-top: 2px;
    margin-right: 5px;
}

.menu-body .menu-item {
    display: flex;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
}

.sidebarProfileHeader {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

    .sidebarProfileHeader h2 {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

.p-0 {
    padding: 0px;
}

.m-0 {
    margin: 0px;
}
.icon-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 2px 2px 2px;
}

.profile-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 3px;
    padding: 5px;
}

    .profile-section .profile-pic {
        display: flex;
        background-color: #ccc;
        border-radius: 50%;
        padding: 3px;
        margin: 2px 10px 2px 2px;
    }

.icon-row > div {
    background-color: #e8e8e8;
    border-radius: 50%;
    padding: 2px;
    margin: 0px 2px;
    font-size: 12px;
}

.sectionGrid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px;
}

span.smallText {
    font-size: 8px;
}

.button.hightlightedbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #5965A7;
    color: #fff;
    padding: 2px;
    height: 30px;
    width: 30px;
    line-height: 6px;
    border-radius: 50px;
}
    .button.hightlightedbutton.rectangle {
        border-radius: 10px;
        height: 20px;
    }
.button.hightlightedbutton span {
    font-size: 6px;
    color: #fff;
}





.toggle-switch {
    width: 50px;
    height: 25px;
    background-color: #ccc;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .toggle-switch::before {
        content: '';
        width: 21px;
        height: 21px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px;
        transition: transform 0.3s;
    }

    .toggle-switch.active {
        background-color: #4CAF50;
    }

        .toggle-switch.active::before {
            transform: translateX(25px);
        }
.sectionDetail a, .sectionDetail p, .sectionDetail > div, .menu-item a, .menu-item > div {
    color: #333 !important;
    font-size: 12px;
}

.sidebarMenu .modal-content {
    height: 100vh;
}

@media (min-width: 1001px) {
    .startup-container {
        border:1px solid #ddd;
    }
}

.loginboxbutton button:focus-visible, .loginboxbutton button:focus {
    outline: unset !important;
    border-color: unset !important;
}