.lg-container {
    width: 100%;
    min-height: 100vh;
}

.bg-purple {
    background-color: var(--main-color-2) !important;
}

.login-window {
    height: 100%;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.dark-mode .login-window {
    background-color: #222 !important;
    color: white !important;
}

.window-bg {
    min-height: 100%;
    background: url('../images/bg-1.svg') no-repeat;
    background-position: bottom right;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sign-form>.clearfix {
    width: 80%;
    text-align: center;
}

.sign-form .social-icons {
    margin: 30px 0;
}

.sign-form .social-icons .social-icon {
    display: inline-block;
    font-size: 20px;
    color: #AAA;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #0002;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.edit {
    font-size: 20px;
    color: #28A745;
    padding: 2px;
    text-decoration: none;
}

.edit:hover {
    color: #28A745;
}

.delete {
    text-decoration: none;
    padding: 2px;
    font-size: 20px;
    color: #F00;
}

.delete:hover {
    color: #F00;
}

.small-icon {
    padding: 2px;
    font-size: 20px;
}

.tool-tip {
    cursor: pointer;
    position: relative;
}

.tool-tip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    background: #000;
    color: #FFF;
    font-family: sans-serif;
    font-size: 12px;
    padding: 5px;
    display: none;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tool-tip::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 10px);
    left: 50%;
    border: 5px solid;
    border-color: #000 transparent transparent;
    display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tool-tip:hover::after,
.tool-tip:hover::before {
    display: inline-block;
}

.popup-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0000;
    z-index: 999 !important;
    display: none;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.popup-window.active {
    display: flex;
    background: #0005;
    /* animation: fadeOout 0.3s linear forwards;
    -webkit-animation: fadeOout 0.3s linear forwards; */
}

@keyframes fadeOout {
    from {
        background-color: #0000;
    }

    to {
        background: #0005;
    }
}

.popup-window .content {
    width: 80%;
    max-height: 100vh;
    overflow: auto;
    opacity: 0;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
}

.popup-window.active .content {
    animation: slideDown 0.2s 0.2s linear forwards;
    -webkit-animation: slideDown 0.2s 0.2s linear forwards;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

.info-dropdown.dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: auto !important;
    width: 300px;
    height: auto;
    z-index: 9999999;
    display: none;
    padding: 20px;
    box-shadow: 0 10px 30px #0002;
}

.td-align-center {
    text-align: center !important;
    vertical-align: middle !important;
}

.td-align-right {
    text-align: right;
}

.td-align-left {
    text-align: left !important;
}

.td-align-right input {
    text-align: right;
}

button.copy-btn {
    top: auto;
    bottom: 0;
    transform: translateY(0);
}

.child_parent_detail .card {
    border-bottom: 0px !important;
}

.child_information .card {
    border-bottom: 0px !important;
}

.progress_managements .card {
    border-bottom: 0px !important;
}

.small-user-img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}

.white_space {
    white-space: nowrap;
}

.p-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.options {
    border: 1px solid #0004;
    padding: 11px;
    cursor: pointer;
    border-radius: 10px;
}

.options input {
    border: none;
}

.options input {
    width: 100%;
}

.rating-option {
    display: none;
}

.option-text {
    border: 1px solid #0003;
    padding: 10px;
    border-radius: 10px;
}

.list-container {
    border: 2px solid #eee;
    max-height: 50vh;
    overflow: auto;
}

.list-container ul {
    padding: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-container li.list-item {
    list-style: none;
}

.list-container .item-selected {
    display: none !important;
}