:root {
    --main-color: #191c25;
    --text-color: #4d4e63;
    --box-color: #293038;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    background: #000;
    /* color: #2196F3; */
}

.rows {
    max-width: 100vw;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

.col-lg {
    width: calc(100% - 200px);
    overflow: hidden;
    margin: 0 0 0 200px;
}


/* sidebar start */

.sidebar {
    height: 100%;
    width: 200px;
    background: var(--main-color);
    position: fixed;
    left: 0;
    top: 0;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    z-index: 1;
}

.sidebar .sidebar-header {
    height: 100px;
    width: 100%;
    padding: 10px;
}

.sidebar .sidebar-header .logo-name {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 10px;
    font-family: serif;
    letter-spacing: .1rem;
}

.sidebar .sidebar-body {
    padding-top: 5px;
    padding-right: 15px;
}

.sidebar ul {
    padding-top: 10px;
    padding-left: 0;
    width: 100%;
    cursor: pointer;
}


.sidebar .sidebar-body a {
    padding: 5px;
    display: block;
    width: 100%;
    color: var(--text-color);
    display: flex;
    align-items: center;
    text-decoration: none;
}

.sidebar .sidebar-body a .icons-back {
    display: inline-block;
    width: 30px;
    height: 40px;
    background: var(--box-color);
    border-radius: 5px;
    position: relative;
    margin: 2px;
    padding: 5px 0;
}

.sidebar .sidebar-body a .icons-back img {
    margin: 2px;
}

.sidebar .sidebar-body .button-name {
    display: inline;
    font-size: .9rem;
    padding-left: 4px;
}

.sidebar .sidebar-body a .down-arrow {
    position: absolute;
    right: 30px;
    font-size: .7rem;
    margin-top: 5px;
}

.sidebar .sidebar-body a:hover,
.sidebar .sidebar-body .active {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 20px 20px 0px;
    color: #fff;
}


.sidebar .sub-menu a {
    padding: 10px 5px 5px 5px;
    display: block;
    height: 50px;
    width: 100%;
    color: var(--text-color);
    border-radius: 10px;
    margin: 10px 0 0 0;
    text-align: center;
}

a:hover a {
    background: var(--main-color);
}


.show:hover .sub-menu {
    display: block !important;
}

.sub-menu {
    display: none;
}

.sub-menu a:hover {
    background: var(--main-color);
}

.sidebar .show .sub-menu a .more-icon {
    display: none;
    position: relative;
    height: 20px;
    width: 20px;
    bottom: 5px;
}

.sidebar .show .sub-menu .name-label {
    display: none;
}

.sidebar .menu-name-label {
    display: none;
    visibility: hidden;
}

.sidebar a .icons-back img:hover+.menu-name-label {
    position: absolute;
    width: 100px;
    height: 40px;
    top: -1px;
    left: 55px;
    display: block;
    padding: 10px;
    font-size: .8rem;
    background: var(--main-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    border-radius: 0px 0 0 30px;
    color: white;
    text-align: center;
    visibility: hidden;
}

.sub-menu a .more-icon:hover+.name-label {
    position: relative;
    width: 100px;
    top: -25px;
    left: 40px;
    display: block;
    padding: 10px;
    font-size: .8rem;
    background: var(--main-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    border-radius: 0px 0 0 30px;
}

/*sidebar end */

/* mainmenu start */

header {
    z-index: 1;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 200px;
    background: var(--main-color);
    height: 60px;
    display: flex;
    cursor: pointer;
}

header .main-menu {
    width: calc(100% - 200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

header .menu-button {
    color: var(--text-color);
}

.menu-icon1 {
    margin: 10px;
    display: none;
}

header .menu-profile {
    justify-content: end;
    align-items: center;
    display: flex;
    color: #fff;
    z-index: 1;
    flex-basis: 100%;
}

header .menu-profile .profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
}

header .menu-profile .profile-text {
    padding: 5px;
    position: relative;
    /* border: 1px solid red;*/
}

header .menu-profile .profile-text .sort-down {
    position: relative;
    /* top: 5px; */
}

header .logout-cl {
    position: absolute;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100px;
    display: none;
}

header .profile-text:hover>.logout-cl {
    display: flex;
}

header .menu-profile a {
    text-decoration: none;
    border: none;
    padding: .3rem .9rem;
    color: white;
    background: var(--main-color);
    font-size: 16px;
    border: 1px solid var(--text-color);
    margin: 10px 0;
}



/* mainmenu end */


/* home/map page  start */

.map {
    width: 100%;
    padding: 30px;
    margin-top: 60px;
    margin-right: 50px;
}

.map .map-container {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map .iframe {
    margin-top: 0;
    height: 300px;
    width: 49%;
}

.map .iframe iframe {
    height: 100%;
    width: 100%;
}

.calendar {
    margin-top: 0;
    width: 49%;
    height: 300px;
    cursor: pointer;
}

.month {
    padding: 12px 25px;
    width: 100%;
    background: var(--box-color);
    text-align: center;
    height: 50px;
}

.month .month-name {
    font-size: 1rem;
}

.month ul {
    margin: 0;
    padding: 0;
}

.month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.month ul li span {
    padding-left: 10px;
}

.month .prev {
    float: left;
    padding-top: 0;
}

.month .next {
    float: right;
    padding-top: 0;
}

.weekdays {
    height: 40px;
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
    font-size: 12px;
}

.weekdays li {
    display: inline-block;
    width: 13%;
    color: #666;
    text-align: center;
}

.days {
    padding: 5px 0;
    background: #eee;
    margin: 0;
    height: 210px;
}

.days li {
    padding: 8px 5px;
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #777;
}

.days .active,
.days li:hover {
    padding: 5px;
    background: #1abc9c;
    color: white !important
}


.map .map-project {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.map .proj {
    margin: 10px;
    width: 400px;
    background: var(--main-color);
    color: var(--text-color);
}

.map .proj-name {
    width: 225px;
    color: #fff;
    padding-bottom: 10px;
    font-size: 1.1rem;
    word-wrap: break-word;
}

.map .proj-data {
    font-size: .9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
}

.map .proj-date {
    padding-left: 10px;
    flex-basis: 70%;
}

.map .proj-pic {
    margin-right: 20px;
    justify-content: end;
    align-items: flex-end;
}

.map .proj img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}

.map .see-more {
    margin-top: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.map .see-more>button {
    text-decoration: none;
    background: var(--main-color);
    color: white;
    border: none;
    padding: 5px 15px;
    border: 1px solid var(--text-color);
    /* box-shadow: 0 0 10px var(--box-color); */
}

@media screen and (max-height: 800px) {
    .map .iframe {
        height: 250px;
    }

    .calendar {
        height: 250px;
    }

    .weekdays {
        height: 30px;
    }

    .days {
        padding: 5px 0;
        height: 170px;
    }

    .days li {
        padding: 0px 5px;
    }
}

@media screen and (max-width: 800px) {

    .month .month-name {
        font-size: .9rem;
    }

    .month .year {
        font-size: .9rem;
    }

    .month .prev {
        float: left;
        padding-top: 5px;
        font-size: .9rem;
    }

    .month .next {
        float: right;
        padding-top: 5px;
        font-size: .9rem;
    }

}

@media screen and (max-width: 700px) {

    .map .map-container {
        flex-direction: column;
    }

    .map .iframe {
        width: 100%;
    }

    .calendar {
        width: 100%;
        margin-top: 20px;
    }

    .map .proj-name {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 500px) {


    .map .proj-name {
        color: #fff;
        /* padding: 10px 10px 10px 20px; */
        padding-bottom: 10px;
        font-size: 1.2rem;
    }

    .map .proj-date {
        padding-left: 10px;
    }

    .map .proj-pic {
        margin-right: 10px;
    }

    .map .proj img {
        height: 100px;
        width: 100px;
    }

}

@media screen and (max-width: 400px) {

    .map .proj-name {
        font-size: 1rem;
    }

    .map .proj-date {
        padding-left: 10px;
    }

    .map .proj-pic {
        margin-right: 10px;
    }

    .map .proj img {
        height: 80px;
        width: 80px;
    }

    .map .proj-data {
        font-size: .8rem;
        padding: 20px 10px;
    }

}

/* home/map page  end */


/* Add Client and add user  start*/

.content {
    width: auto;
    margin: 90px 20px 20px 20px;
    background: var(--main-color);
    padding: 10px;
}

.content .content-header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: .01em solid rgba(255, 255, 255, 0.5);
}

.content .content-header .form-name {
    color: white;
    padding: 20px;
    font-size: 1.5rem;
    font-family: 'poppins';
    font-weight: bold;
    text-transform: uppercase;
}

.content .content-body {
    color: #fff;
    margin-top: 30px;
}

.content table {
    width: 100%;
}

/* error messages */
.content table span {
    width: 100%;
    display: block;
    position: relative;
    top: 6px;
    right: 0;
    display: flex;
    justify-content: end;
    font-size: .8rem;
}

.content td {
    padding: 10px;
}

.content select,
.content [type='password'],
.content [type='tel'],
.content [type='text'] {
    width: 100%;
    padding: 10px;
    background-color: #293038;
    border: none;
    color: white;
}

.content [type='radio'] {
    margin: 10px;
}

::placeholder {
    color: var(--text-color);
}

.content td>label {
    color: #fff;
}

.content button {
    padding: 8px 15px;
    background: #2680cb;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: .9rem;
    margin-bottom: 10px;
    margin: 10px;
}

.content .submit {
    display: flex;
    justify-content: end;
}

.content .file-up-text {
    flex-basis: 7%;
}


.content input[type="file"] {
    display: none;
}

.content .custom-file-upload {
    flex-basis: 93%;
    outline: 1px solid #293038;
    width: 100%;
    padding: 10px;
    border: none;
    color: var(--text-color);
    margin: 0;
}


.content .full {
    height: 20%;
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .full .file-up {
    width: 120px;
    font-size: 1rem;
}


@media screen and (max-width: 820px) {

    .content td {
        display: block;
    }

    .content button {
        margin-top: 10px;
    }
}

@media screen and (max-width: 440px) {
    .content .content-header .form-name {
        font-size: 1.3rem;
    }

    .content td>label {
        font-size: .9rem;
    }
}

/* Add Client End */


/* Client List start*/

.clientList {
    font-family: 'poppins';
    width: auto;
    margin: 60px 20px 20px 20px;
}

.clientList .cl-header {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: .01em solid rgba(255, 255, 255, 0.5);
}

.clientList .cl-text {
    color: white;
    padding: 30px;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.clientList .cl-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.clientList .container {
    width: 400px;
    margin: 10px;
    color: var(--text-color);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--main-color);
}

.clientList .container-info {
    flex-basis: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* padding: 10px; */
}

.clientList .container-img {
    border-radius: 50%;
    justify-content: end;
    padding: 10px;

}

.clientList .container-img>img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: contain;
}

.clientList .container-info>span {
    padding: 2px;
}


.clientList .container-info .edit-btn {
    margin-left: 5px;
}


@media screen and (max-width: 1360px) {

    .clientList .container {
        width: 340px;
    }
}

@media screen and (max-width: 1290px) {

    .clientList .container {
        width: 400px;
    }

}

@media screen and (max-width: 440px) {
    .clientList .cl-text {
        font-size: 1.3rem;
    }
}

/* Client List end */



/* annotations  start*/

.anno-container {
    width: auto;
    background: var(--main-color);
    margin: 90px 20px 20px 20px;
    padding: 20px;
    font-family: 'poppins';
    position: relative;
}

.anno-container .anno-header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.01em solid rgba(255, 255, 255, 0.5);
}

.anno-container .anno-name {
    color: white;
    padding: 20px;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.anno-container .anno-body {
    height: 100%;
    width: 100%;
}

.table-container {
    max-height: 450px;
}

.anno-container table {
    display: flex;
    flex-flow: column;
    /* height: 500px; */
    width: 100%;
}

.anno-container table thead {
    flex: 0 0 auto;
    width: calc(100% - 0.9em);
}

.anno-container table tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
    /* height: 300px; */
}

.anno-container table tbody tr {
    width: 100%;
}

.anno-container table thead,
.anno-container table tbody tr {
    display: table;
    table-layout: fixed;
}

/* decorations */
.anno-container .table-container {
    padding: 0.3em;
}

.anno-container table td,
.anno-container table th {
    color: #fff;
    padding: 0.3em;
    padding: 20px;
}

.anno-container table th {
    color: #3be4dd;
    /* font-weight: 500; */
}

.anno-container table td {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.anno-container table th>[type="checkbox"] {
    margin-right: 5px;
}

@media screen and (max-height: 850px) {
    .anno-container .table-container {
        height: 500px;
    }
}

@media screen and (max-height: 750px) {
    .anno-container .table-container {
        height: 450px;
    }
}

@media screen and (max-height: 650px) {
    .anno-container .table-container {
        height: 350px;
    }
}

/* annotations end */



/* Add Project start*/

.pcontent {
    margin: 90px 20px 20px 20px;
    width: auto;
    background: var(--main-color);
    padding: 20px;
    font-family: 'Poppins';
}

.pcontent .pcontent-header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: .01em solid rgba(255, 255, 255, 0.5);
}

.pcontent-header .pform-name {
    color: white;
    padding: 20px;
    font-size: 1.5rem;
    font-family: 'poppins';
    font-weight: bold;
    text-transform: uppercase;
}

.pcontent-body {
    margin-top: 20px;
    color: #fff;
    padding: 10px;
}

.pcontent table {
    width: 100%;
    margin-bottom: 20px;
}

.pcontent td {
    padding: 10px;
}

.pcontent .status-lab {
    display: inline-block;
}

.pcontent select,
.pcontent [type='tel'],
.pcontent [type='text'] {
    width: 100%;
    padding: 10px;
    background-color: #293038;
    border: none;
    color: white;
}

::placeholder {
    color: var(--text-color);
}

.pcontent input[type="file"] {
    display: none;
}

.pcontent .custom-file-upload {
    outline: 1px solid #293038;
    width: 100%;
    padding: 10px;
    border: none;
    color: var(--text-color);
    margin: 0;
}


.pcontent .full {
    height: 20%;
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pcontent .proj-imgs {
    padding-left: 10px;
}

.pcontent .full>select {
    width: 100%;
}

.pcontent .full>input {
    width: 100%;
}

.pcontent label {
    margin-left: 10px;
    margin-right: 50px;
}

.pcontent .upload-btn {
    border-radius: 2px;
    height: 5vh;
}

.submit-class {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-right: 15px;
}

.pcontent td div {
    width: 100% !important;
}

.pcontent td div>button {
    width: 100% !important;
    background: var(--box-color);
    color: #fff !important;
    border: none;
    outline: none;
    border-radius: 0;
}

.pcontent td div>button:hover {
    background: var(--box-color);
}

.pcontent button:hover {
    background: var(--box-color);
}

.pcontent .bton {
    padding: 8px 15px;
    background: #2680cb;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: .9rem;
    width: 80px !important;
    cursor: pointer;
}

.pcontent .bton:hover {
    background: #2196F3;
}

@media screen and (max-width: 1000px) {
    .pcontent td {
        display: block;
        padding: 5px;
    }

    .pcontent td>label {
        padding-left: 0;
    }

}

@media screen and (max-width: 420px) {
    .pcontent-header .pform-name {
        font-size: 1.3rem;
    }

    .pcontent td>label {
        font-size: .9rem;
    }

    .full {
        display: block;
    }

    .full .file-up {
        margin-bottom: 15px;
    }
}

/* Add Project end*/


/* Project List start*/

.pList-container {
    width: auto;
    background: var(--main-color);
    margin: 90px 20px 20px 20px;
    padding: 20px;
    font-family: 'poppins';
    position: relative;
}

.pList-container .pList-header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: .01em solid rgba(255, 255, 255, 0.5);
}

.pList-container .pList-name {
    color: white;
    padding: 20px;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.pList-container .pList-body table tr {
    display: block;
}

.pList-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 5px;
    text-align: left;
    table-layout: fixed;
}


.pList-container table thead {
    display: block;
    overflow: scroll;
    overflow: hidden;
    background: #000;
}


.pList-container th {
    padding: 20px 20px;
    color: rgba(255, 255, 255, 0.9);
    width: 250px;
    border-bottom: .01rem solid var(--text-color);
}


.pList-container .pList-body table table tr:nth-child(even) {
    background: #000;
}

.pList-container table table td {
    width: 250px;
    padding: 20px 10px;
    color: white;
    border-bottom: .01rem solid var(--text-color);
    font-weight: 500;
}

/* .pList-container table table td:first{
    border-top: none;
} */


.pList-container table table td>img {
    height: 25px;
    width: 25px;
}


/* switch */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


@media screen and (max-width: 920px) {

    .pList-container th {
        width: 200px;
        padding: 10px 10px;
        /* font-size: .9rem; */
    }

    .pList-container table table td {
        width: 200px;
    }

    .pList-container table {
        font-size: .9rem;
    }

    .pList-container table thead {
        font-size: .9rem;
    }
}

@media screen and (max-width: 700px) {
    .pList-container table {
        font-size: .8rem;
    }

    .pList-container table thead {
        font-size: .8rem;
    }

    /* switch */
    .switch {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 17px;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 2px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked+.slider:before {
        -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
        transform: translateX(12px);
    }

    .pList-container table table td>img {
        height: 20px;
        width: 20px;
    }
}

/* Project List end */


/* User List start */

.userList {
    font-family: 'poppins';
    width: auto;
    margin: 60px 20px 20px 20px;
}

.userList .ul-header {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: .01em solid rgba(255, 255, 255, 0.5);
}

.userList .ul-header .ul-text {
    color: white;
    font-weight: bold;
    padding: 30px;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.userList .ul-body .ul-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.userList .container {
    width: 400px;
    margin: 10px;
    color: var(--text-color);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
}

.userList .container-info {
    padding-left: 10px;
    flex-basis: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.userList .container-img {
    height: 100%;
    width: 50%;
    border-radius: 20px;
    margin-left: 10px;
    flex-basis: 20%;
}

.userList .ul-container .container-img>img {
    height: 80px;
    width: 80px;
    border-radius: 20px;
    object-fit: cover;
}

.userList .container-info>span {
    padding: 2px;
}

.userList .edit-btn {
    margin-left: 6px;
}

@media screen and (max-width: 1360px) {

    .userList .container {
        width: 340px;
    }

    .userList .container-info {
        flex-basis: 70%;
        padding-left: 10px;
    }


    .userList .container-img {
        flex-basis: 30%;
    }

    .userList .ul-container .container-img>img {
        height: 70px;
        width: 70px;
    }

}

@media screen and (max-width: 1290px) {

    .userList .container {
        width: 400px;
        padding-left: 0;
    }
}

@media screen and (max-width: 820px) {

    .userList .container {
        width: 400px;
    }

    .userList .container-info {
        flex-basis: 70%;
        padding-left: 10px;
    }

    .userList .container-img {
        flex-basis: 30%;
    }

    .userList .ul-container .container-img>img {
        height: 70px;
        width: 70px;
    }

}

@media screen and (max-width: 540px) {
    .userList .container {
        width: 300px;
    }

    .userList .ul-header .ul-text {
        font-size: 1rem;
    }

    .userList .container-info {
        flex-basis: 50%;
        font-size: .8rem;
        padding-left: 10px;
    }

    .userList .container-img {
        flex-basis: 40%;
        padding-right: 10px;
    }

    .userList .ul-container .container-img>img {
        height: 60px;
        width: 60px;
        border-radius: 20px;
        object-fit: cover;
    }

}

/* userList end */

/* annotation and project list extra work start  */

.select-all {
    margin-top: 20px;
    padding: 15px;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    position: relative;
    overflow: hidden;
}

.select-all .del {
    display: flex;
    align-items: center;
}

.select-all .del>img {
    margin: 0 5px 0 0;
}

.select-all .del label {
    font-size: .9rem;
    color: white;
}

.select-all [type=checkbox] {
    margin-right: 5px;
}


.selects {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 20px 0;
}

.selects .record {
    display: flex;
    align-items: center;
}

.selects .record select {
    padding: 5px 10px;
    margin: 0 5px;
}

.selects .search>label {
    margin-right: 5px;
}

.selects [type="search"] {
    padding: 5px 10px;
    border-radius: 2px;
    border: none;
    outline: none;
}

@media screen and (max-width: 700px) {
    .select-all .del label {
        font-size: .8rem;
    }

    .select-all .del>img {
        width: 20px;
        height: 20px;
    }

    .selects .record {
        font-size: .7rem;
    }

    .selects .record select {
        padding: 2px 5px;
        font-size: .7rem;
    }

    .selects .search>label {
        font-size: .7rem;
    }

    .selects [type="search"] {
        font-size: .6rem;
        width: 120px;
    }
}

@media screen and (max-width: 500px) {
    .select-all .del label {
        font-size: .7rem;
    }

    .select-all .del>img {
        width: 18px;
        height: 18px;
    }

    .selects .record {
        font-size: .6rem;
    }

    .selects .record select {
        padding: 2px;
        font-size: .6rem;
    }

    .selects .search>label {
        font-size: .7rem;
    }

}

/* annotation and project list extra work  end */


/* login page start */

.login-bg {
    height: 100vh !important;
    width: 100% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
}

.login-bg .card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 470px;
    width: 450px;
    border: 1px solid;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.login-bg .card form {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-bg .card .logo-box {
    width: 80%;
    height: 100px;
    margin-bottom: 30px;
}

.login-bg .card .logo-box>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.login-bg .card .box {
    width: 100%;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-bg .card .box .text {
    font-size: .9rem;
    font-weight: bold;
    color: #0d67b6;
}

.login-bg .card .box .fg-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-bg .card .box .fg-text:hover a {
    color: #2196F3;
}

.login-bg .card .box .fg-text>img {
    margin-right: 5px;
    height: 18px;
    width: 18px;
}

.login-bg .card .box .fg-text>a {
    text-decoration: none;
    color: #0d67b6;
    font-size: .9rem;
    font-weight: bold;
}

.login-bg .card .box .text>a {
    color: #2196F3;
}

.login-bg .card .box .text>a:hover {
    color: #0d67b6;
}

.login-bg .card .box>img {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 30px;
    cursor: pointer;
}

.login-bg .card [type="email"],
.login-bg .card [type="password"] {
    width: 100%;
    padding: 10px 12px;
    border-radius: 20px;
    border: 1px solid #2196F3;
    outline: none;
    color: #2196F3;
}

.login-bg .card input::placeholder {
    color: #2196F3;
}

.login-bg .card .btn {
    width: 150px;
    padding: 10px 0;
    background: #2196F3;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    text-transform: capitalize;
}

.login-bg .card .btn:hover {
    background: #0d67b6;
}

@media screen and (max-width: 700px) {
    .login-bg .card {
        height: 370px;
        width: 350px;
    }

    .login-bg .card .logo-box {
        margin-bottom: 0px;
    }

    .login-bg .card .logo-box>img {
        height: 80px;
    }

    .login-bg .card [type="email"],
    .login-bg .card [type="password"] {
        width: 100%;
        padding: 8px 12px;
    }

    .login-bg .card .box .fg-text>img {
        margin-right: 5px;
        height: 18px;
        width: 18px;
    }

    .login-bg .card .box .fg-text>a {
        font-size: .8rem;
    }

    .login-bg .card .btn {
        width: 100px;
        padding: 8px 0;
    }
}

/* login page end */

/* signup page start */

.signup-bg {
    height: 100vh !important;
    width: 100% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
}

.signup-bg .card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 580px;
    width: 500px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.signup-bg .card form {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.signup-bg .card .logo-box>img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.signup-bg .card .box {
    width: 100%;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signup-bg .card .box .text {
    font-size: .9rem;
    font-weight: bold;
    color: #0d67b6;
    /* color: #2196F3; */
}

.signup-bg .card .box .role {
    color: #0d67b6;
}

.signup-bg .card .box .text>a {
    color: #2196F3;
}

.signup-bg .card .box .text>a:hover {
    color: #0d67b6;
}

.signup-bg .card .box>img {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 30px;
    cursor: pointer;
}

.signup-bg .card [type="text"],
.signup-bg .card [type="email"],
.signup-bg .card [type="password"] {
    width: 100%;
    padding: 10px 12px;
    border-radius: 20px;
    border: 1px solid #2196F3;
    outline: none;
    color: #2196F3;
}

.signup-bg .card input::placeholder {
    color: #2196F3;
}

.signup-bg .card .btn {
    width: 150px;
    padding: 10px 0;
    background: #2196F3;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    text-transform: capitalize;
}

.signup-bg .card .btn:hover {
    background: #0d67b6;
}

/* dropdown */
.dropbtn {
    background-color: #2196F3;
    width: 200px;
    color: white;
    padding: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-content {
    border: 1px solid #2196F3;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content>div {
    width: 100%;
    color: #2196F3;
    padding: 6px 16px;
    text-decoration: none;
    text-align: center;
    display: block;
}

.dropdown-content>div:hover {
    background-color: #eee8e8
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #0d67b6;
}



/* signup page end */

/* forgot page start */

.fp-bg {
    height: 100vh !important;
    width: 100% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
}

.fp-bg .card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: 400px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.fp-bg .card form {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fp-bg .card .logo-box>img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.fp-bg .card .box {
    width: 100%;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fp-bg .card .box .text {
    font-size: .9rem;
    font-weight: bold;
    color: #0d67b6;
}

.fp-bg .card .box .fg-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fp-bg .card .box .fg-text>img {
    margin-right: 5px;
    height: 18px;
    width: 18px;
}

.fp-bg .card .box .fg-text>a {
    text-decoration: none;
    color: #0d67b6;
    font-size: 1rem;
}

.fp-bg .card .box .text>a {
    color: #2196F3;
}

.fp-bg .card .box .text>a:hover {
    color: #0d67b6;
}

.fp-bg .card .box>img {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 30px;
    cursor: pointer;
}

.fp-bg .card [type="email"],
.fp-bg .card [type="password"] {
    width: 100%;
    padding: 10px 12px;
    border-radius: 20px;
    border: 1px solid #2196F3;
    outline: none;
    color: #2196F3;
}

.fp-bg .card input::placeholder {
    color: #2196F3;
}

.fp-bg .card .btn {
    width: 150px;
    padding: 10px 0;
    background: #2196F3;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    text-transform: capitalize;
}

.fp-bg .card .btn:hover {
    background: #0d67b6;
}

@media screen and (max-width: 600px) {
    .fp-bg .card {
        height: 320px;
        width: 300px;
    }

    .fp-bg .card .logo-box>img {
        height: 80px;
    }

    .fp-bg .card [type="email"],
    .fp-bg .card [type="password"] {
        width: 100%;
        padding: 8px 12px;
    }

    .fp-bg .card .box .fg-text>img {
        margin-right: 5px;
        height: 18px;
        width: 18px;
    }

    .fp-bg .card .box .text {
        font-size: .8rem;
    }

    .fp-bg .card .box .fg-text>a {
        font-size: .8rem;
    }

    .fp-bg .card .btn {
        width: 100px;
        padding: 8px 0;
    }
}

/* forgot page end */

/* .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
    background-color: var(--box-color) !important;
} */


.bootstrap-select .dropdown-menu .show{
    max-height: 200px !important;
    overflow: hidden;
    /* overflow-y: scroll !important; */
}

/* .selectpicker {
    overflow-y: scroll !important;
} */

.bootstrap-select .dropdown-menu.inner {
    overflow-y: scroll !important;
    height: 100% !important;
}



/* width */
::-webkit-scrollbar {
    width: 9px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #6d7f8a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #468dc3;
}

/* adding  */
.calendar {
    position: relative;
}
.calendar::before {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background: #fff;
    z-index: -1;
}

.calendar::after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background: #fff;
    z-index: -2;
    filter: blur(20px);
}

.calendar::before,
.calendar::after {
    background: linear-gradient(115deg, #0ebe84, #060c21, #0ebe84);
}

.map .proj{
    position: relative;
}

.map .proj::before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #fff;
    z-index: -1;
}

.map .proj::after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #fff;
    z-index: -2;
    filter: blur(8px);
}

/* to bottom right */
.map .proj:nth-child(even)::before,
.map .proj:nth-child(even)::after {
    background: linear-gradient(to bottom right, #060c21, #2b86ee);
}

.map .proj:nth-child(odd)::before,
.map .proj:nth-child(odd)::after {
    background: linear-gradient(to bottom right, #2b86ee, #060c21);
}

.map .see-more>button {
    text-decoration: none;
    background: var(--main-color);
    color: #fff;
    text-shadow: 1px 1px #1abc9c;
    border: none;
    padding: 5px 15px;
    position: relative;
}

.map .see-more>button::before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #fff;
    z-index: -1;
}

.map .see-more>button::after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #fff;
    z-index: -2;
    filter: blur(5px);
}

.map .see-more>button::before,
.map .see-more>button::after {
    background: linear-gradient(to bottom right, #060c21, #1abc9c);
}

.clientList .cl-text {
    text-shadow: 0 0 10px #2b86ee,
        0 0 20px #2b86ee,
        0 0 40px #2b86ee,
        0 0 60px #2b86ee;
}

.clientList .container {
    position: relative;
}

.clientList .container::before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #fff;
    z-index: -1;
}

.clientList .container::after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #fff;
    z-index: -2;
    filter: blur(8px);
}

.clientList .container:nth-child(even)::before,
.clientList .container:nth-child(even)::after {
    background: linear-gradient(to bottom right, #060c21, #2b86ee);
}

.clientList .container:nth-child(odd)::before,
.clientList .container:nth-child(odd)::after {
    background: linear-gradient(to bottom right, #2b86ee, #060c21);
}

.userList .ul-header .ul-text {
    text-shadow: 0 0 10px #2b86ee,
        0 0 20px #2b86ee,
        0 0 40px #2b86ee,
        0 0 60px #2b86ee;
}

.userList .container {
    position: relative;
}

.userList .container::before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #fff;
    z-index: -1;
}

.userList .container::after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #fff;
    z-index: -2;
    filter: blur(8px);
}

.userList .container:nth-child(even)::before,
.userList .container:nth-child(even)::after {
    background: linear-gradient(to bottom right, #060c21, #2b86ee);
}

.userList .container:nth-child(odd)::before,
.userList .container:nth-child(odd)::after {
    background: linear-gradient(to bottom right, #2b86ee, #060c21);
}

.anno-container .anno-name {
    text-shadow: 0 0 10px #3be4dd,
        0 0 20px #3be4dd,
        0 0 40px #3be4dd;
}

.anno-container table td {
    border-top: 1px solid #3be4dd50 !important;
    word-wrap: break-word;
}

.anno-container table td >span{
    color:#3be4dd !important;
}

.map .iframe {
    position: relative;
}

.iframe::before {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background: #fff;
    z-index: -1;
}

.iframe::after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background: #fff;
    z-index: -2;
    filter: blur(20px);
}

.iframe:before,
.iframe::after {
      background: linear-gradient(115deg, #0ebe84, #060c21, #0ebe84);
}

.content .content-header .form-name {
    text-shadow: 0 0 10px #3be4dd,
        0 0 20px #3be4dd,
        0 0 40px #3be4dd;
}

.pcontent-header .pform-name {
    text-shadow: 0 0 10px #3be4dd,
        0 0 20px #3be4dd,
        0 0 40px #3be4dd;
}

header .main-menu {
    border-bottom: 1px solid #0d67b6;
    box-shadow: 2px 2px 10px #0d67b6;
}

.sidebar .sidebar-body a .icons-back {
    position: relative;
}

.sidebar .sidebar-body a {
    height: 60px;
}

.sidebar .sidebar-body a .icons-back {
    height: 35px;
    width: 35px;
    margin-right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    background: linear-gradient(#12b7e0, #1cb669);
}

.sidebar .sidebar-body a .icons-back>img {
    margin: 0 4px;
}

.sidebar .sidebar-body a {
    color: #fff;
}

.sidebar .transparent {
    position: absolute;
    bottom: -10px;
    right: -10px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100vh;
    width: 200px;
    z-index: -1;
}

.sidebar .transparent>img {
    height: 70%;
    width: 70%;
}

.sidebar .show .sub-menu a .more-icon {
    display: none;
    position: relative;
    height: 25px;
    width: 25px;
    margin: 0;
}

.sidebar .show .sub-menu a .more-icon img {
    height: 18px;
    width: 18px;
    margin: auto;
    margin-top: -12px;
}

.sub-menu a .more-icon:hover+.name-label {
    position: relative;
    width: 100px;
    top: -30px;
    left: 40px;
    display: block;
    padding: 10px;
    font-size: .8rem;
    background: var(--main-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    border-radius: 0px 0 0 30px;
}

.anno-container table td:nth-child(6)>a {
    width: 80%;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}





