@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,300&display=swap");

* {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
}

@media only screen and (max-device-width: 600px) and (orientation: portrait) {

    .s-sidebar__nav ul li {
        width: 100%;
        height: 7em;
        font-size: 15px;
        overflow-y: hidden;
    }

    .s-sidebar__nav ul li i {
        width: 1.5em;
        font-size: 4em;
        height: 100%;
    }

    .link {
        position: relative;
        margin: 0 10px;
        font-size: 28px;
    }

    .nav-pills .nav-link {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        border-radius: 0.25rem;
        overflow: hidden;
    }

    #profileName {
        margin-left: 1.5em;
    }

    .s-layout h3 {
        font-size: 1.5em;
    }


}

.s-layout * {
    color: #3b3b3b;
}


body {
    height: -webkit-fill-available;
    overflow-y: hidden;
    font-family: sans-serif;
    color: #3b3b3b;
}

#generalTd {
    height: 100%;

}

#general-container {
    transition: ease-in 0.2s;
    display: none;
    margin-top: 5vh;
    margin-left: 18px;
    border: 0px;
    height: 100%;
}

@media only screen and (max-device-width: 600px) and (orientation: portrait) {

    .sideColap {
        display: block !important;
        bottom: 49px;
        position: absolute;
        left: 31px;
        width: 100%;
    }
    
    .sideColap i {
        font-size: 4em;
    }
    
    .sideColap .link {
        text-align: center;
        margin-top: 30px;
        margin-left: 36px;

        font-size: 2em;
    }
    


    #general-container {
        transition: ease-in 0.2s;
        display: none;
        margin-top: 1vh;
        margin-left: 18px;
        border: 0px;
        height: 100%;
        font-size: 28px;
        overflow-y: scroll;
    }
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    overflow: hidden;
}

nav {
    --nav-underline-color: none;
}

a {
    text-decoration: none;
    color: inherit;
    padding-bottom: 1px;
}

.s-layout {
    top: 0;
    display: flex;
}

.s-layout__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.s-sidebar__nav {
    z-index: 3;
    height: 100vh;
    float: left;
    position: fixed;
    bottom: 0;
    left: 0em;
    overflow: hidden;
    transition: all 0.2s ease-in;
    width: 4em;
    background: #f8f9fa;
    color: #f8f9fa;
    border-right: solid 3px #cacaca;
}

.s-sidebar__nav:hover,
.s-sidebar__nav:focus,
.s-sidebar__trigger:focus+.s-sidebar__nav,
.s-sidebar__trigger:hover+.s-sidebar__nav {
    width: 15em;
}

@media screen and (min-device-width:320px) and (max-device-width:873px) and (-webkit-min-device-pixel-ratio: 1) and (orientation:landscape) {
    .s-sidebar__nav ul {
        padding-top: 60px;
    }
}

.s-sidebar__nav ul {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 15em;
}

.s-sidebar__nav ul li {
    width: 100%;
}

.fc-event-main-frame {
    color: #f8f9fa;
}

#page-content {
    transition: all 0.2s ease-in;
    padding-right: 0;
    right: 0;
    margin-left: 4em;
}

.non-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logo {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bolder;
    padding: 10px;
    font-size: 20px;
    background-color: #f8f9fa;
}

@media only screen and (max-device-width: 600px) and (orientation: portrait) {
    .logo {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-weight: bolder;
        padding: 10px 10px 10px 1.5em;
        font-size: 28px;
        background-color: #f8f9fa;
    }

}

.link {
    position: relative;
    margin: 0 10px;
}

.link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #3b3b3b;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.link:hover:before {
    visibility: visible;
    width: 100%;
}

nav i {
    color: #3b3b3b;
    width: 50px;
    height: 35px;
    font-size: 35px;
    margin-right: 15px;
}

.s-layout__sidebar hr {
    width: 100%;
    border: 1px solid #cacaca;
}

.icon {
    margin-left: -10px;
    width: 55px;
}

@media only screen and (max-device-width: 600px) and (orientation: portrait) {
    .icon {
        margin-left: 0px;
        width: 61px;
    }

}

@media (min-width: 42em) {

    .s-layout__content {
        margin-top: 30px;
        margin-left: 4em;
    }

    .s-sidebar__trigger {
        width: 4em;
    }

    .s-sidebar__nav {
        width: 4em;
        left: 0;
    }


    @media only screen and (max-device-width: 600px) and (orientation: portrait) {

        .s-layout__content {
            margin-left: 6em;
        }

        .s-sidebar__trigger {
            width: 6em;
        }

        .s-sidebar__nav {
            width: 6em;
            left: 0;
        }


        .s-sidebar__nav:hover,
        .s-sidebar__nav:focus,
        .s-sidebar__trigger:focus+.s-sidebar__nav,
        .s-sidebar__trigger:hover+.s-sidebar__nav {
            width: 6em;
        }
    }

    .s-sidebar__trigger:hover {
        color: #f00;
    }

    #page-content {
        padding-left: 0;
    }
}

@media (min-width: 68em) {
    #general-container {
        display: none;
    }

    .s-layout__content {
        margin-left: 15em;
    }

    .s-sidebar__trigger {
        display: none;
    }

    .s-sidebar__nav ul {
        top: 0;
    }

    .fc-toolbar-title {
        padding-top: 30px;
    }
}

#back {
    color: white;
    float: left;
    margin-left: 20px;
    z-index: 1000;
    cursor: pointer;
}

#btnDevice {
    margin-top: 15px !important;
    margin-right: 15px !important;
    position: absolute;
    top: 0;
    right: 0;

}


#btnEdit {
    margin-top: 15px !important;
    margin-left: 15px !important;
    position: absolute;
    top: 0;
    left: 0;

}


#dataDiv * {
    font-size: 100%;
}

@media only screen and (max-device-width: 600px) and (orientation: portrait) {
    #dataDiv * {
        font-size: 30px;
    }

}

.profileImgImg {
    top: 10px;
    margin: 0 auto;
    margin-top: -95px;
    width: 200px;
    height: 200px;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    background-color: #f8f9fa;
    border: 6px solid #f8f9fa;
    cursor: pointer;
}

.userData {
    position: absolute;
    margin: 1%;
    top: 15%;
    float: left;
}

.editBtn {
    position: absolute;
    margin: 2%;
    top: 7.5%;
    width: 10%;
}

.userBTNS {
    padding: 0.1em 1em;
    border: 0.05em solid rgba(255, 255, 255, 0);
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
    margin: 0 !important;
    color: #f8f9fa !important;
    background-color: #0085c5;
}

.userBTNS:hover {
    color: #f8f9fa;
    background-color: #016494;
}

#btn_edit_password {
    display: inline-block;
    padding: 0.1em 1em;
    margin: 2%;
    top: 2%;
    border: 0.05em solid rgba(255, 255, 255, 0);
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-align: center;
    transition: all 0.2s;
    color: #f8f9fa;
    background-color: #0085c5;
    cursor: pointer;
    user-select: none;
}

#btn_edit_password:hover {
    color: #f8f9fa;
    background-color: #016494;
}


#txtBoxName {
    z-index: 99;
    top: -2%;
    flex-grow: 2;
    border: none;
    height: 35px;
    width: 90%;
    background-color: #f8f9fa;
    width: 65%;
    border-bottom: solid 2px #cacaca;
    transition: all 0.2s ease-in-out;
    text-align: center;
    align-items: center;
    margin: 0 auto;
}

#txtBoxName:focus-within {
    outline: none;
    border-bottom: solid 2px #0085c5;
}

#txtBoxUserName {
    z-index: 99;
    top: -2%;
    flex-grow: 2;
    border: none;
    height: 35px;
    width: 90%;
    background-color: #f8f9fa;
    width: 65%;
    border-bottom: solid 2px #cacaca;
    transition: all 0.2s ease-in-out;
    text-align: center;
    align-items: center;
    margin: 0 auto;
}

#txtBoxUserName:focus-within {
    outline: none;
    border-bottom: solid 2px #0085c5;
}


#txtBoxEmail {
    z-index: 99;
    top: 63%;
    flex-grow: 2;
    border: none;
    height: 35px;
    width: 90%;
    background-color: #f8f9fa;
    width: 65%;
    border-bottom: solid 2px #cacaca;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

#txtBoxEmail:focus-within {
    outline: none;
    border-bottom: solid 2px #0085c5;
}

#passTxt {
    z-index: 99;
    top: 63%;
    flex-grow: 2;
    border: none;
    height: 35px;
    width: 90%;
    background-color: #f8f9fa;
    width: 65%;
    border-bottom: solid 2px #cacaca;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

#passTxt:focus-within {
    outline: none;
    border-bottom: solid 2px #0085c5;
}

#confirmPassTxt {
    z-index: 99;
    top: 63%;
    flex-grow: 2;
    border: none;
    height: 35px;
    width: 90%;
    background-color: #f8f9fa;
    width: 65%;
    border-bottom: solid 2px #cacaca;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

#confirmPassTxt:focus-within {
    outline: none;
    border-bottom: solid 2px #0085c5;
}

#oldPassTxt {
    z-index: 99;
    top: 63%;
    flex-grow: 2;
    border: none;
    height: 35px;
    width: 90%;
    background-color: #f8f9fa;
    width: 65%;
    border-bottom: solid 2px #cacaca;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

#oldPassTxt:focus-within {
    outline: none;
    border-bottom: solid 2px #0085c5;
}

#labelName {
    z-index: 9;
    top: -0.5%;
    left: 110%;
}

#labelUsrName {
    z-index: 99;
    top: 33.5%;
    left: 110%;
}

#labelEmail {
    z-index: 99;
    top: 65.5%;
    left: 110%;
}

#profileImgNavbar {
    margin-right: 11px;
    width: 40px;
    height: 40px;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    background-color: #f8f9fa;
}

@media only screen and (max-device-width: 600px) and (orientation: portrait) {
    #profileImgNavbar {
        margin-right: 11px;
        width: 61px;
        height: 61px;
        display: block;
        object-fit: cover;
        border-radius: 50%;
        background-color: #f8f9fa;
    }
}

@-moz-document url-prefix() {
    #profileName {
        margin-bottom: 40px;
    }

    .firefoxHeight {
        height: 53px;
    }
}

.swal2-show {
    background-color: #f8f9fa !important;
    color: #3b3b3b !important;
}

.swal2-actions {
    z-index: 0;
    margin-left: 3%;
    margin-top: 7.5%;
}

@media only screen and (max-device-width: 600px) and (orientation: portrait) {
    .swal2-actions {
        font-size: 28px;
    }
}

.preferencesSwal p {
    font-size: 1.5em;
}

.nav-pills .nav-link {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0.25rem;
    overflow-y: hidden;
}

#you_get_notify_logo {
    margin-bottom: 10px;
}

@media only screen and (max-device-width: 600px) and (orientation: portrait) {

    .s-sidebar__nav ul {
        width: 100%;
    }


    .preferencesSwal td {
        font-size: 25pt;
        margin: 50px;
    }

    .preferencesSwal p {
        font-size: 2.5em;
        margin-bottom: 50px;
    }

    .notificationOption {
        font-size: 1em;
        margin: 30px;
    }

    .form-check-input[type="checkbox"] {
        --checkbox-width: 2em;

    }

    .log-out-pop-up {
        width: 90% !important;
        font-size: 1.5em;
    }

    .preferencesDeff {
        width: 90% !important;
    }

    .preferencesDeff .form-check-input[type="checkbox"] {
        --checkbox-width: 1em;
        padding: 7px;
    }

    .profileAction {
        width: 90% !important;
    }

    .passAction {
        width: 90% !important;
    }

}

@media screen and (min-device-width:320px) and (max-device-width:873px) and (-webkit-min-device-pixel-ratio: 1) and (orientation:landscape) {
    .profileAction {
        margin-top: 5em !important;
    }

    .profileAction .swal2-actions {
        z-index: 0;
        margin-left: 0%;
        margin-top: 5%;
    }
}
