/* login css started */
.login-wrapper {
    height: 100vh;
    display: flex;
    background-color: #fff;
}

.login-wrapper > div {
    flex: 1 1 50%;
}

.loginForm-block {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    overflow: auto;
}

.loginForm-dtl {
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.loginForm-dtl > img {
    margin: 0 auto 60px;
    max-width: 323px;
}

.form-floating {
    margin-bottom: 15px;
}

.form-floating > .form-control,
.form-floating > .form-select {
    min-height: 74px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #979797;
}

.form-floating > label {
    display: flex;
    align-items: center;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    margin-top: -5px;
}

.login-checkbox {
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-checkbox label {
    font-size: 12px;
    color: #fff;
    margin: 3px 0 0 10px;
}

.login-checkbox .form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 2px !important;
    box-shadow: none !important;
    background-color: #fff !important;
    border: none !important
}

.login-checkbox .form-check-input:checked {
    background: url(../images/login/check-black.svg) no-repeat 2px 3px !important;
    background-color: #fff !important;
}

.login-checkbox .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.login-checkbox .form-check-input:focus {
    border-color: #000 !important;
}

.btn-green {
    background-color: #1BB8CE !important;
    border-color: #1BB8CE !important;
    color: #fff !important;
    margin-bottom: 10px;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #179bae !important;
    border-color: #179bae !important;
}

.forgot-link {
    color: #00A9CE !important;
    font-size: 12px;
    text-decoration: underline !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.loginContent-block {
    display: flex;
    flex-direction: column;
    padding: 25px;
    overflow: auto;
}

.lc-top {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
}

.lc-mid {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.inner-lc-mid,
.inner-lc-bottom {
    max-width: 511px;
    margin: 0 auto 0;
}

.link-box-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.item-link-box {
    flex: 1 1 45%;
    height: 130px;
    border-radius: 4px;
    background: #F5F5F5;
    transition: 0.2s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid transparent;
    color: #666;
    text-align: center;
    padding: 10px;
}

.item-link-box:hover,
.item-link-box:focus {
    border-radius: 4px;
    border-color: #1BB8CE;
    background: transparent;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    color: #1BB8CE;
}

.cover-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.list-login-sec {
    margin-top: 45px;
}

.list-login-sec > .row > div {
    display: flex;
    justify-content: center;
}

.list-login-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-login-sec ul li {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.list-login-sec ul li i {
    margin-right: 8px;
}

.list-login-sec ul li a {
    color: #666;
    font-size: 14px;
}

.list-login-sec ul li a:hover,
.list-login-sec ul li a:focus {
    color: #1BB8CE;
}

.lb-update {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #666666;
    font-size: 10px;
}

.lc-bottom {
    flex-shrink: 0;
    padding-bottom: 25px;
}

.inner-lc-bottom {
    display: flex;
    flex-direction: column;
}

.lc-bottom-upper {
    display: flex;
    justify-content: center;
    gap: 45px;
}

.btm-ul-list {
    display: flex;
    gap: 20px 45px;
    margin-bottom: 17px;
}

.lc-bottom-upper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.lc-bottom-upper ul li {
    margin-bottom: 3px;
}

.lc-bottom-upper ul li a {
    color: #9E9E9E;
    font-size: 12px;
}

.lc-bottom-upper ul li a:hover,
.lc-bottom-upper ul li a:focus {
    color: #1BB8CE;
}

.inner-lc-bottom p {
    color: #DCDCDC;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: center;
}

.inner-lc-bottom p a {
    color: #DCDCDC;
    font-size: 10px;
}

.link-hover:hover {
    color: #00A9CE !important
}

.language-dropdown .btn {
    width: 143px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #EDEDED;
    color: rgba(0, 0, 0, 0.87);
    outline: none !important;
    box-shadow: none !important;
    padding-left: 8px;
    text-align: left;
    font-size: 14px;
    transition: 0.2s ease-in-out 0s;
    position: relative;
}

.language-dropdown .btn:hover,
.language-dropdown .btn.show {
    background: #fffafa;
}

.language-dropdown .btn img {
    margin-right: 7px;
}

.language-dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 10px solid #EDEDED;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    position: absolute;
    right: 13px;
    top: 16px;
}

.language-dropdown .dropdown-menu {
    border: none;
    font-size: 14px;
    padding: 0;
    min-width: 143px;
}

.language-dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: solid 1px #EDEDED;
}

.language-dropdown .dropdown-menu li a {
    padding-left: 38px;
    padding-top: 6px;
    padding-bottom: 6px;
}

@media (max-width: 991px) {
    .loginForm-dtl > img {
        margin: 15px auto 50px;
        max-width: 270px;
    }

    .loginForm-block,
    .loginContent-block {
        overflow: unset;
    }
}

@media (max-width: 575px) {
    .lc-bottom-upper {
        gap: 25px;
    }
}

/* login css ended */

/* member list css started */
.member-list-sidebar {
    flex-shrink: 0;
    width: 5.5rem;
    min-height: 100vh;
    width: 232px;
    border-radius: 8px 0px 0px 8px;
    background: #F5F5F5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 20px 30px 34px;
    display: flex;
    flex-direction: column;
}

.ml-head,
.draft-block,
.archive-block {
    flex-shrink: 0;
}

.ml-head {
    margin-bottom: 60px;
}

.ml-head h2 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 34px;
    font-weight: 700;
}

.em-list {
    flex-grow: 1;
    overflow: auto;
    margin-bottom: 40px;
}

.ul-em {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}

.ul-em li:not(:last-child) {
    margin-bottom: 40px;
}

.ul-em li a {
    display: inline-flex;
    align-items: center;
    color: #202124;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
}

.ul-em li a:hover,
.ul-em li a:focus,
.ul-em li a.active {
    font-weight: 700;
}

.ul-em li a img {
    margin-right: 14px;
}

.draft-block {
    margin-bottom: 40px;
}

.em-head {
    margin-bottom: 25px;
}

.em-head h3 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px;
    font-weight: 700;
}

.link-archive {
    color: #202124 !important;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
}

.link-archive:hover,
.link-archive:focus,
.link-archive.active {
    font-weight: 700;
}

.memberList-body {
    background-color: #F5F5F5;
    padding: 35px 40px 20px;
}

.btm-mem-icon {
    height: 1.5rem;
    text-align: center;
}

.btm-mem-icon img {
    max-height: 100%;
}

/* member list css ended */

/* member popup filters started */
.member-filter-head {
    margin-bottom: 60px;
}

.member-filter-head h2 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.15px;
    margin-bottom: 0;
}

.mem-subhead {
    margin-bottom: 12px;
}

.mem-subhead h3 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.15px;
    margin-bottom: 0;
}

.search-display-block {
    margin-bottom: 70px;
}

.item-search-display {
    margin-bottom: 25px;
}

.member-filter-sec .form-check {
    margin-bottom: 12px;
}

.member-filter-sec .form-check-label {
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.15px;
}

.search-text-show label {
    display: inline-flex;
    border-radius: 4px;
    background: #F5F5F5;
    padding: 3px 13px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    align-items: center;
    gap: 15px 20px;
    min-width: 380px;
}

.item-search-type {
    margin-bottom: 15px;
}

.member-filter-sec .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 2px !important;
    margin-right: 10px;
    box-shadow: none !important;
    border: solid 2px #979292 !important;
}

.member-filter-sec .form-check-input:checked {
    background-color: #202125 !important;
    border-color: #202125 !important;
}

.member-filter-sec .form-check-input:focus {
    border-color: #202125 !important;
}

.mb-22 {
    margin-bottom: 22px !important;
}

.mb-28 {
    margin-bottom: 28px !important;
}

.spn-svg {
    display: inline-block;
    width: 1.5rem;
    margin: 0 0 0 -6px;
    top: -1px;
    position: relative;
}

.member-filter-btns .btn {
    min-width: 156px;
    font-weight: 500;
    font-size: 16px;
}

.memberList-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px 0;
    margin-bottom: 12px;
}

.btns-grps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-searchPU {
    min-width: 136px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #000;
    background: #FFF;
    font-size: 16px;
    transition: 0.2s ease-in-out 0s;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    box-shadow: none !important;
    outline: none !important;
}

.btn-searchPU i {
    margin-right: 5px;
}

.btn-searchPU span {
    font-weight: 500;
}

.btn-searchPU:hover,
.btn-searchPU:focus {
    background: #f4f4f6;
}

.btn-search-danger {
    color: #E8374A !important;
    border-color: #E8374A !important;
}

.filter-search .form-control {
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    /* border: 1px solid #000; */
    color: #212529;
}

.btn-srch {
    background-color: #FD825C;
    color: #fff;
}

.btn-srch:hover,
.btn-srch:focus {
    background-color: #e77754;
    color: #fff;
}

.custom-checkbox .form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 2px !important;
    box-shadow: none !important;
    border: solid 2px #979292 !important;
}

.custom-checkbox .form-check-input:checked {
    background-color: #202125 !important;
    border-color: #202125 !important;
}

.custom-checkbox .form-check-input:focus {
    border-color: #202125 !important;
}

.btn-custom-lg {
    height: 58px;
}

.btn-custom-success {
    background-color: #fd825c;
    border-color: #fd825c;
    color: #fff !important;
}

.btn-custom-success:hover,
.btn-custom-success:focus {
    background-color: #d56a49;
    border-color: #d56a49
}

.mx-300 {
    max-width: 300px;
}

@media (min-width: 992px) {
    .memberFilterMdl .modal-lg,
    .memberFilterMdl .modal-xl {
        max-width: 800px;
        max-width: 1140px !important;
    }
}

/* member popup filters ended */

.uptodate-block {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.uptodate-block label {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.15px;
}

.btns-arw .btn {
    box-shadow: none !important;
    outline: none !important;
}

.tab-wrap {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.file-drop-block {
    width: 100%;
    max-width: 100%;
    border: dotted 1px #ced4da;
    height: 300px;
    margin-bottom: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
}

.drop-inner {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.drop-info p {
    color: #202124;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 24px;
}

.inputUpload {
    display: none;
}

.dfiles {
    margin-bottom: 4px;
}

.dfiles h5 {
    font-size: 14px;
    margin-bottom: 0;
}

.dfiles button {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    padding: 5px !important;
    border-radius: 5px;
    margin-right: 5px;
    transition: 0.2s ease-in-out 0s;
}

.dfiles button:hover {
    background: rgb(235, 232, 232) !important;
}

.add-info-list {
    position: relative;
}

.btn-info-del {
    position: absolute;
    left: -36px;
    top: 4px;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    padding: 5px !important;
    border-radius: 5px;
    width: 30px;
    transition: 0.2s ease-in-out 0s;
    height: 30px;
    display: flex;
    align-items: center;
}

.btn-info-del:hover {
    background: rgb(235, 232, 232) !important;
}

.mtn-100 {
    margin-top: -100px;
}

.w-300 {
    width: 300px;
}

@media (max-width: 991px) {
    .mtn-100 {
        margin-top: 0;
        width: 100%;
    }

    .mtn-100 .btn {
        width: 100%;
    }

    .w-300 {
        width: 100%;
    }
}

.team-checkbox input{
    width:25px !important;
    height:25px !important;
    margin-top:1px !important;
    margin-right:5px !important;
}
.teamList-body{
    padding: 8px 15px 8px !important;
}