﻿@import url('login.css');
.mainrow {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.infoIcon {
    position: absolute;
    top: 24px;
    margin-left:6px !important;
    cursor:pointer;
}
.imageclass {
    width: 40px;
}
.orgName {
    font-size: 14px;
    font-weight: 600;
    color: rgba(48, 132, 216, 1);
    margin: 0 !important;
}
.loginLeft {
    display: flex;
    align-items: center;
}
.myLearnLogo{
    width:70%;
}
.role {
    font-size: 12px;
    font-weight: 500;
    color: rgba(48, 132, 216, 1);
    margin: 0 !important;
    color: rgba(0, 0, 0, 1);
}
.rolename {
    color: rgba(255, 160, 71, 1)
}
.cardall {
    padding: 10px;
    margin-bottom: 1.5rem !important;
    filter: drop-shadow(0px 0px 2px #9e9e9e);
    box-shadow:none !important;
}
#orgList1 {
    display: none;
    max-height: 400px;
    overflow-y: auto;
}
.acceptreject {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:5px;
}
.accept {
    padding: 5px;
    border-radius: 30px;
    background: rgb(205 204 204) !important;
    cursor:pointer !important;
    font-size:12px;
}
.reject{
    cursor:pointer !important;
    font-size:12px;
}
.material-checkbox {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(131, 131, 131, 1);
}

.cards {
    padding: 15px;
    width: 85%;
    filter: drop-shadow(0px 0px 2px #9e9e9e);
    box-shadow: none !important;
}
.notregistered {
    margin-bottom: 0 !important;
    font-family: Montserrat !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
}
.lowertextnotregister {
    font-family: Montserrat !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom:0 !important;
}
.flexdirection{
    display:flex;
    flex-direction:column;
    gap:20px;
}
#orgList2{
    display:none;
}
.activecard {
    
    box-shadow: 0.5px 0.5px 4px 0px #0167AD33 !important;
    
}
.secondCheckbox {
    vertical-align: middle;
}
.headings {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #686868;
}
.forget {
    color: #DF2828 !important;
    margin-bottom: 20px;
}
/*.decorate {
    position: relative;
    cursor: pointer;*/
    /* Additional styles for icon size and position */
    /*display: inline-block;*/ /* Ensures the icon takes up space */
    /*vertical-align: middle;*/ /* Aligns the icon vertically */
    /*margin-left: 5px;*/ /* Adjust as needed for spacing */
/*}*/
/*.decorate {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 2;
    position: absolute;
    left: 76%;
    cursor: pointer;
    top: 79%;
}*/
.eye {
    display: flex !important;
    align-items: center !important;
    position: relative;
}
/*.eye :focus {
    box-shadow:0 0 0 0.2rem rgba(44, 132, 221, .25);
    border:0 !important;
}*/

input#password {
    border: none;
    margin: 0 !important;
    background: transparent !important;
}

span#togglPassword {
    margin: 0;
}
.decorate{
    position:absolute;
    left:93%;
    font-size:83%;
    margin-bottom:10px;
}
.pwdcss{
    width:100%;
}
.pwdcss:focus {
    border: 0 !important;
    box-shadow: none !important;
}
.eye:focus-within {
    border: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(44, 132, 221, .25) !important;
}
.pwdcss::-ms-reveal, .pwdcss::-ms-clear{
    display: none !important;
}
/*@media only screen and (max-width: 1000px) and (min-width: 873px) {
    .decorate {
        left: 70%;
    }
}
@media only screen and (max-width: 873px) and (min-width: 632px) {
    .decorate {
        left: 69%;
    }
}
@media only screen and (max-width: 1210px) and (min-width: 1000px) {
    .decorate {
        left: 71%;
    }
}
@media only screen and (max-width: 632px) and (min-width: 472px) {
    .decorate {
        left: 68%;
    }
}
@media only screen and (max-width: 472px) and (min-width: 386px) {
    .decorate {
        left: 67%;
    }
}
@media only screen and (max-width: 386px) and (min-width: 343px) {
    .decorate {
        left: 66%;
    }
}
@media only screen and (max-width: 343px) and (min-width: 280px) {
    .decorate {
        left: 65%;
    }
}
@media only screen and (max-width:768px) {
    .hidd{
        display:none;
    }
}*/
.card cards{
    top:2%;
}

img.Koekraftlogo {
    max-width: 240px;
    width: 100%;
}
.checklist-item i {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900; /* for solid icons like fas */
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

i {
    font-style: normal !important;
    display: inline-block !important;
}

.toggle-password i, .fa, .fas, .fa-eye, .fa-eye-slash {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    display: inline-block !important;
}