﻿
:root {
    --logo1: #0c6892;
    --logo2: #1279a7;
    --logo3: #0488b5;
    --logo4: #13aadf;
}

body {
    font-family: "Karla", sans-serif;
    background-color: #d0d0ce;
    min-height: 100vh;
}

.bg-login {
    position: fixed;
    background-image: url(/assets/images/login-bg.jpeg);
    width: 100vw;
    height: 100vh;
    filter: blur(6px);
    background-attachment: fixed;
    background-size: 100% 100%;
}

.brand-wrapper {
    padding: 15px 25px;
}

    .brand-wrapper .logo {
        height: 50px;
        margin: auto;
    }

.login-card {
    --card-height: 550px;
    border: 0;
    border-radius: 27.5px;
    box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
    overflow: hidden;
    margin: auto;
    font-family: sans-serif;
    max-height: var(--card-height);
    width: calc(100vw - 10px);
    max-width: 860px;
    position: fixed;
    top: 60px;
    left: calc(50% - 430px);
    color: var(--logo1);
}

.login-card-img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    max-height: 240px;
    max-width: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    top: 25%;
}

.login-card .card-body {
    padding: 15px 50px;
    height: calc(100% - 75px);
    overflow: auto;
    /*align-content: center;*/
}

@media (max-width: 422px) {
    .login-card .card-body {
        padding: 35px 24px;
    }
}

.login-card-description {
    font-size: 35px;
    color: #000;
    font-weight: normal;
    font-family: serif;
}

.login-card form {
    max-width: 326px;
}

.login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
}

    .login-card .form-control::-webkit-input-placeholder {
        color: #919aa3;
    }

    .login-card .form-control::-moz-placeholder {
        color: #919aa3;
    }

    .login-card .form-control:-ms-input-placeholder {
        color: #919aa3;
    }

    .login-card .form-control::placeholder {
        color: #919aa3;
    }

.login-card .login-btn {
    background-color: var(--logo1);
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 40px;
}

    .login-card .login-btn:hover, .login-card .login-btn:focus {
        box-shadow: 0 0 7px 2px var(--logo1);
    }

.login-card .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    margin-bottom: 12px;
}

.login-card-footer-text {
    font-size: 16px;
    color: #0d2366;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .login-card-footer-text {
        margin-bottom: 24px;
    }
}

.login-card-footer-nav a {
    font-size: 14px;
    color: #919aa3;
}


.login-right {
    background-color: #000;
    height: var(--card-height);
    width: 100%;
    text-align: center;
    background-image: url('/assets/images/globe.png');
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: center;
}

.footer-link {
    position: absolute;
    bottom: 1rem;
    text-align: center;
    width: 100%;
}

label.sr-only {
    position: absolute;
    top: -10px;
    left: 12px;
    background-color: #fff;
    padding: 0 5px;
    font-family: sans-serif;
    font-weight: bold;
    color: var(--logo1);
    letter-spacing: 0.4px;
    font-size: 14px;
}

.form-control:focus {
    border-color: var(--logo1);
    box-shadow: 0 0 4px 0px var(--logo1);
}

.tgl-pwd {
    position: absolute;
    top: 16px;
    right: 9px;
    font-size: 20px;
    color: var(--logo1);
    cursor: pointer;
}


.lgn-devider {
    border: 1px solid #c1c1c138;
    margin: 15px 0;
    display: none;
}

.svd-usr-o ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

    .svd-usr-o ul li {
        margin: 4px;
        position: relative;
        width: calc(50% - 8px);
    }


        .svd-usr-o ul li a {
            border-radius: 4px;
            display: flex;
            height: 100%;
            padding: 6px 10px;
            color: var(--logo1);
            text-decoration: none;
            -webkit-transition: background-color 0.3s;
            cursor: pointer;
            box-shadow: 0px 0px 3px 0px var(--logo1);
            align-items: center;
        }
         
.svd-usr-o ul li a:hover {
    box-shadow: 0px 0px 3px 0px var(--logo4);
}


.svd-usr-o .svd-usr-icon {
    height: 19px;
    width: 20px;
    box-shadow: 0 0 4px 0px var(--logo1);
    border: none;
    border-radius: 50%;
    color: var(--logo1);
    font-size: 12px;
    background-color: transparent;
    font-weight: bold;
    overflow: hidden;
}

.svd-usr-o .svd-usr-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    font-size: 11px;
}
  
.rmv-svd-usrs {
    padding: 4px 10px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
    font-size: 12px;
}

    .rmv-svd-usrs.do {
        background-color: #f3828a2e;
        color: #e05757;
        border: 1px solid #f382824d;
    }

        .rmv-svd-usrs.do span:before {
            content: "\ec53";
            font-family: IcoFont;
            font-size: 14px;
        }

        .rmv-svd-usrs.do span:after {
            content: "Remove users";
            font-size: 13px;
            padding-left: 10px;
        }

    .rmv-svd-usrs.done {
        background-color: #c2efc8;
        color: green;
        border: 1px solid #84d98f;
    }

        .rmv-svd-usrs.done span:before {
            content: "\f00e";
            font-family: IcoFont;
            font-size: 14px;
        }

        .rmv-svd-usrs.done span:after {
            content: "Done";
            font-size: 13px;
            padding-left: 10px;
        }

.rmv-user {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    color: #ef7c7c;
    font-size: 16px;
    background-color: transparent;
    border-left: 1px solid #dcdcdc;
    padding: 4px 2px;
}

    .rmv-user:hover {
        color: red;
    }

.svd-usr-o.remove .rmv-user {
    display: unset !important;
}

.lgn-seperator {
    position: relative;
    height: 25px;
}

._or {
    color: var(--logo1);
    top: -27px;
    position: relative;
    width: 46px;
    text-align: center;
    margin: auto;
    background-color: #fff;
    font-weight: bold;
    display: none;
}


/**----------------------*/

#lvwLoginZones {
    border-radius: 0 0 12px 12px;
    display: grid;
    row-gap: 8px;
    background-color: transparent;
    border: none;
    width: 100%;
    height: inherit;
}

    #lvwLoginZones .k-listview-content {
        /* width: 95%; */
        overflow: auto;
        padding: 15px 0;
        /*max-height: calc(100% - 55px);*/
    }

        #lvwLoginZones .k-listview-content::-webkit-scrollbar {
            width: 8px;
        }

        #lvwLoginZones .k-listview-content::-webkit-scrollbar-track {
            background-color: white;
            border-radius: 0;
        }

        #lvwLoginZones .k-listview-content::-webkit-scrollbar-thumb {
            background-color: #0f5876;
            border-radius: 0;
        }


.lgn-zones {
    max-width: 490px;
    width: 100%;
    border-radius: 12px;
    height: inherit;
}

    .lgn-zones .lgn-zone-hdr {
        height: 35px;
        padding: 5px 0;
        color: #b8b2b2;
        position: relative;
        overflow: hidden;
        font-size: 21px;
        visibility: hidden;
    }

    .lgn-zones:has(.lgn-zones-prof) .lgn-zone-hdr {
        visibility: visible;
    }


.lgn-zones-prof {
    padding: 8px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 7px 1px #8f8e8e;
    cursor: pointer;
    background-color: #000000a3;
    margin: 5px;
    width: 140px;
    display: inline-grid;
    border: 0.6px solid #666565;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .lgn-zones-prof:hover {
        transform: scale(1.2);
        box-shadow: 0 9px 47px 11px rgba(51, 51, 51, 0.18);
    }

.lgn-zones-pic {
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #4d7771;
    box-shadow: 0 0 0 5px #b2b3b8, 0 0 0 10px #bfc1c5;
    border-radius: 50%;
    font-size: 11px;
    color: #FFF;
    padding-top: 4px;
    margin: 5px auto;
    font-weight: bold;
}

.zone-letter {
    height: 100%;
    width: 100%;
}


.lgn-zone-name {
    color: #fff;
    font-size: 14px;
    padding-top: 9px;
    position: relative;
    overflow: auto;
    letter-spacing: 1px;
}
