:root {
    --blue: #48A9F8;
    --green: #1BCF85;
    --dark-blue: #00194A;
    --light-green: #8BC741;
}


/*body,*/
html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}


    *, *::before, *::after {
        box-sizing: border-box;
    }

p {
    font-size: 18px;
}


body {
    color: #231f20;
    font-family: 'Roboto', sans-serif;
    background-color: whitesmoke;
    background-image: url('\assests\images\Background.png')
}

/****** Log in page start ******/

#MatchPasswordbtn {
    outline: black;
    font-size: 20px;
    text-align: center;
    /*minw: 500px;*/
    width: 300px;
    min-width: 500px;
    border-radius: 9px;
}

/***** Dashbarod Start */
/*.mainsection {
    display: flex;
}*/


.left-panel {
    width: 280px;
    position: fixed;
    min-height: 100vh;
    transition: 0.5s;
    background: #fff;
    box-shadow: 2px 8px 8px 1px #88888824;
}

.right-panel {
    width: 100%;
    margin-left: 280px;
    transition: 0.5s;
    background: #EDF4F8;
}

.top-header {
    background-color: #99ab63;
    position: fixed;
    width: calc(100% - 280px);
    left: 280px;
    z-index: 1;
    transition: 0.5s;
    box-shadow: 5px 4px 7px #00000026;
    display: flex;
    align-items: center;
}

.logo {
    text-align: center;
    margin: 17px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 67px;
}

    .logo .l-logo {
        width: 100%;
        max-width: 160px;
    }

.manu-section ul li {
    list-style: none;
    margin-left: 10px;
    margin-bottom: 15px;
    border-radius: 15px 0px 0px 15px;
}

.manu-section ul {
    margin: 0px;
    padding: 0px;
}

    .manu-section ul li a {
        color: #fff !important;
        padding: 12px 30px;
        display: flex;
        align-items: center;
        width: 100%;
        text-decoration: none;
        white-space:nowrap;

    }

.manu-section .active {
    background-color: #99ab63;
    /*border-radius: 15px 0px 0px 15px;*/
}

/*.manu-section ul .active a {
    color: white;
}*/
/*.manu-section ul li a:hover {
    background: #99ab63;
    color: #fff;
}*/
.main-content {
    padding: 40px;
    margin-top: 85px;
}

.topmenu {
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.userdropdown ul {
    margin: 0px;
    padding: 0px;
}

    .userdropdown ul li {
        list-style: none;
    }

        .userdropdown ul li a {
            padding: 6px 13px;
            display: inline-block;
            width: 100%;
            color: #1D1D1D;
            font-size: 14px;
        }

        .userdropdown ul li:hover {
            background-color: #00194a;
        }

            .userdropdown ul li:hover a {
                color: #ffffff;
                text-decoration: none;
            }

.userdropdown {
    box-shadow: 0px 4px 8px 1px #88888838;
    border: 0px;
    border-radius: 10px;
}

.topicons {
    background-color: #ffffff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-shadow: 0px 2px 4px 0px #00000029;
}

.iconsulTop .list-inline-item:not(:last-child) {
    margin-top: 0.4rem;
}

.topicons img {
    width: 20px;
    align-items: center;
}

.iconsulTop {
    margin-bottom: 0px;
}

.topicons {
    position: relative;
}

.topNotification {
    background-color: blue;
    position: absolute;
    top: -4px;
    right: -4px;
    padding: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 12px;
}

.user-section {
    display: flex;
}

.user_section {
    padding: 5px 0px 0px 35px;
}

    .user_section .dropdown-toggle {
        color: #ffffff;
        cursor: pointer;
    }

.topicons {
    margin: 0px 10px;
}

.openmenu {
    left: -280px;
    z-index: 1;
    transition: 0.5s;
}

.toggleIcon {
    cursor: pointer;
    font-size: 3.4rem;
    color: #fff;
    margin-left: 14px;
}



.fullwidthPanel .top-header {
    width: calc(100% - 95px);
    left: 95px;
}

.fullwidthPanel .left-panel {
    width: 95px;
}

.manu-section ul li a:hover {
    border-radius: 15px 0px 0px 15px;
    color: white !important;
}
.manu-section ul li a.active {
    background-color: #99ab63;
    border-radius: 15px 0px 0px 15px;
    color: white;
}
.fullwidthPanel .right-panel {
    margin-left: 95px;
}

.fullwidthPanel .manu-section span {
    display: none;
}

.fullwidthPanel .manu-section ul li {
    margin-left: 0px;
}

.fullwidthPanel .manu-section .active {
    border-radius: 0px;
    border-color: #99ab63
}

.fullwidthPanel .manu-section ul li a:hover {
    background-color: #075292;
    color: #ffffff;
    border-radius: 0px;
}

.card-title h2 {
    font-size: 20px;
    color: #433D3D;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 12px;
}

.manu-section li a i {
    margin-right: 11px;
    font-size: 20px;
    width: 22px;
}

#dropdownid {
    font-size: 30px;
}

.fullwidthPanel .left-panel .l-logo {
    display: none;
}

.fullwidthPanel .left-panel .s-logo {
    display: block;
    margin: 0 auto;
}

.fullwidthPanel .left-panel .logo {
    margin: 36px 0px;
}

/***** Dashbarod End */



/***** Main sontent start */

.rental {
    background-color: var(--blue);
    border: none;
    border-radius: 12px;
}

    .rental span {
        font-weight: 500;
    }

.custom-card .col-md-12 {
    padding: 10px;
}

    .custom-card .col-md-12:nth-child(2) .card {
        background-color: var(--green);
    }

    .custom-card .col-md-12:nth-child(3) .card {
        background-color: #ff8965;
    }

    .custom-card .col-md-12:nth-child(4) .card {
        background-color: var(--light-green);
    }

.custom-chart .col-lg-12 {
    padding: 10px;
}

.custom-chart .card {
    border: none;
    border-radius: 12px;
}

.custom-table thead tr th {
    color: #5C5B5B;
    font-weight: 500;
    padding: 10px 23px;
}

.custom-table tbody tr td {
    color: #0A0B0B;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 23px;
    vertical-align: middle;
}

button.btn.btn-done {
    background: #ebfff1;
    color: #0EAF44;
    font-size: 14px;
    font-weight: 500;
    border-radius: 9px;
    padding: 5px 20px;
}

button.btn.btn-pending {
    background: #FCF4EC;
    color: #FF9E3D;
    font-size: 14px;
    font-weight: 500;
    border-radius: 9px;
    padding: 5px 20px;
}

.custom-table.card {
    border: none;
    border-radius: 12px;
}

.custom-table thead tr th:nth-child(4) {
    width: 20%;
}

.custom-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255);
}

.custom-table .table-striped tbody tr:nth-of-type(even) {
    background-color: #EDF4F8;
}

.rental-amount a {
    font-size: 32px;
    background: white;
    padding: 3px 10px;
    border-radius: 12px;
    font-weight: 700;
    color: var(--blue);
    text-decoration: none;
}

.rental-amount span:nth-child(2) {
    text-decoration: underline;
    font-size: 24px;
    padding: 3px 10px;
    border-radius: 12px;
    font-weight: 700;
    border: 1.5px solid white;
    color: white;
    text-decoration: none;
}

.custom-table.card table thead tr th:last-child {
    width: 20%;
}

.custom-card .col-md-12:nth-child(3) .card .rental-amount a {
    color: #ff8965;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

a,
button,
span,
li,
p,
label,
input,
::placeholder {
    font-size: 1.6rem;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'frutiger';
    src: url('../webfonts/frutiger.ttf') format('truetype');
}
@font-face {
    font-family: 'frutiger_bold';
    src: url('../webfonts/frutiger_bold.ttf') format('truetype');
}
.rubik-fonts {
    /*font-family: 'Rubik', sans-serif;*/
    font-family: 'Neue Frutiger', sans-serif;
    text-transform:uppercase;
    font-size: 8rem;
    font-weight: 500;
    letter-spacing: 5px;
}
/*@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
    font-family: 'Neue Frutiger';
    src: url('/fonts/') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

.rubik-fonts1 {
    font-family: 'Rubik', sans-serif;
    /*text-transform: uppercase;*/
    font-size: 8rem;
    font-weight: 700;
    letter-spacing: 5px;
}
h5.rubik-fonts {
    top:10px;
    font-family: 'Rubik', sans-serif;
    /*text-transform: uppercase;*/
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 5px;
}
h2.welcomeText {
    /* background: -webkit-linear-gradient(293deg, #c1db75, #455a07);  */
    background: -webkit-linear-gradient(87deg, #c5df76 16%, #567007 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
h2.welcomeText1 {
    /* background: -webkit-linear-gradient(293deg, #c1db75, #455a07);  */
    background: -webkit-linear-gradient(87deg, #c5df76 16%, #567007 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


h2.LoginText  {
    /* background: -webkit-linear-gradient(99deg, #ffffff, #000000); */
    background: linear-gradient(179deg, #000000 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align:center!important;
    font-size: 7rem;
}
h5.welcomeText {
    /* background: -webkit-linear-gradient(293deg, #c1db75, #455a07); */
    background: -webkit-linear-gradient(87deg, #c5df76 16%, #567007 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.wrapper {
    background-color: #E9E9E9;
}

.loginWrapper {
    background-image: url(../img/bg.png);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.loginLogo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    padding: 0 2rem;
}

.loginForm {
    background-color: #fff;
    width: 52%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginForms {    
    width: 52%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgetSection {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 2rem 0;
}

    .forgetSection a {
        color: #5B5B5B;
        font-size: 1.8rem;
    }

.customcheck {
    display: flex;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.8rem;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .customcheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.form-group input.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(153 171 99 / 46%);
}

.checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #eee;
    border-radius: 3px;
}

.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

.customcheck input:checked ~ .checkmark {
    background: linear-gradient(45deg, #99AB63, #606B3E);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.customcheck input:checked ~ .checkmark:after {
    display: block;
}

.customcheck .checkmark:after {
    left: 9px;
    top: 4px;
    width: 9px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.loginInner {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.loginLogo img {
    width: 100%;
    max-width: 720px;
}

img.welcome {
    width: 100%;
    max-width: 469px;
    display: block;
    margin-bottom: 3rem;
    position: relative;
    left: -12px;
}

img.login {
    width: 100%;
    max-width: 180px;
}

.formWrapper {
    margin-top: 5rem;
}

.form-group {
    position: relative;
    margin-bottom: 2rem;
}

.formWrapper .form-group {
    margin-bottom: 4rem;
}

.form-group input.form-control {
    height: 56px;
    font-size: 1.8rem;
    border-color: #E8E8E8;
    border-radius: 10px;
    padding: 1rem 1rem 1rem 5.8rem;
    color: #000;
}

.form-group label {
    font-size: 1.8rem;
    color: #5B5B5B;
    margin-bottom: .5rem;
}

.form-group svg {
    position: absolute;
    left: 20px;
    top: 50px;
}

.primaryBtn {
    font-size: 1.8rem;
    padding: 12px 30px;
    background: linear-gradient(183deg, #99AB63, #606B3E);
    border-radius: 10px;
    color: #fff;
}

.formWrapper .primaryBtn {
    font-size: 2.8rem;
    font-weight: 500;
    margin: 5rem 0;
    max-width: 100%;
}

span.registerLink {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    color: #5B5B5B;
    margin-top: 2rem;
    background: #849355;
    padding: 10px;
    width: 114px;
    margin: auto;
    border-radius: 13px;
}

    span.registerLink a {
       /* color: #000;*/
        color: blue;
        font-size: 1.8rem;
    }

.activeSidebar{
    width:80px;
    transition:all 0.5s;
}
    .activeSidebar .linkName {
        opacity: 0;
        transition:all 0.5s
    }
    .activeSidebar .manu-section ul li{
        margin-left:0;
        border-radius:0;
    }
    .activeHeader {
        width: calc(100% - 80px);
        transition: all 0.5s;
        left: 80px;
    }
.mainWrapper-active {
    width: calc(100% - 80px) !important;
    margin-left: 80px !important;
    transition: all 0.5s;
}
.linkName {
    opacity: 1;
    transition: all 0.5s;
}

.linkActive {
    background-color: #5B5B5B !important;
    border: 1px solid #5B5B5B;
}
    .linkActive a {
        color: #fff !important;
    }

#menu {
   position: absolute;
    background: #ffffff;
    padding: 26px 16px 16px 16px;
    font-family: 'Open Sans', sans-serif;
    left: 20px;
    width: 300px;
    height: 400px;
    bottom: 20px;
    display:none
}
#Legendmenu {
    position: absolute;
    background: #ffffff;
    padding: 26px 16px 16px 16px;
    font-family: 'Open Sans', sans-serif;
    left: 20px;
    width: 300px;
    height: 400px;
    bottom: 20px;
    display: none
}
#Map_BookMarkModal {
    position: absolute;
    background: #ffffff;
    padding: 26px 16px 16px 16px;
    font-family: 'Open Sans', sans-serif;
    left: 20px;
    width: 300px;
    height: 400px;
    bottom: 20px;
    display: none
}
#Map_Selection_Modal {
    position: absolute;
    background: #ffffff;
    padding: 26px 16px 16px 16px;
    font-family: 'Open Sans', sans-serif;
    left: 20px;
    width: 300px;
    height: 400px;
    bottom: 20px;
    display: none
}
#LegendStyleSelection {
    position: absolute;
    background: #ffffff;
    padding: 26px 16px 16px 16px;
    font-family: 'Open Sans', sans-serif;
    left: 20px;
    width: 300px;
    height: 400px;
    bottom: 20px;
    display: none
}

.mapstylebtn {
    position: absolute;
    z-index: 9;
    display: inline-block;
   
}

.m-logo{
    display:none;
}
.activeSidebar .l-logo {
    display: none;
}
.activeSidebar .m-logo {
    display: block;
    max-width: 64px;
}

.detailMap {
    width: 100%;
    max-width: 90px;
    margin-bottom:16px;
}
.detailMap button{
    background:none;
    border:0;
}

.lableTag{
    margin-top:5px;
    display:inline-block;
}
.closeLayer {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.closeLegendmenu {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor:pointer
}
.closeBookmarkModal {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}
.closeLegendmenustyle {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.layers {
    background-image: url(../img/ic_transit-1x.png);
    width: 100%;
    max-width: 80px;
    height: 80px;
    border: 2px solid grey;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 15px;
    z-index: 99;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: end;
    box-shadow: 0px 6px 20px #202020;
}

#dividuploadfile {
    padding: 11rem 3rem 3rem 3rem;
    width: calc(100% - 280px);
    margin-left: 280px;
}
.uploadBtn {
    width: 100%;
    max-width: 210px;
    background: #99ab63 !important;
    padding: 10px !important;
    border:0 !important;
}
/*.swal2-popup{
    width:50em!important;
}
#swal2-html-container .card-img{
    width:100%;
}
#swal2-html-container .card-img img {
    opacity: 0.7;
    width: 200px;
}*/
#myModal .modal-header img {
    max-width: 180px;
    margin-left: auto;
}
#myModal .modal-body {
    text-align: center;
    padding: 3rem 1rem;
}
#myModal .modal-body h3{
    font-size:3rem;
    color:#707070;
}
.cncleBtn {
    border: 1px solid gainsboro;
    background: none;
    color: #000;
    padding: 10px;
    width: 100%;
    border-radius: 30px;
}
.mapEditBtn {
    border: 1px solid #99ab63;
    background: #99ab63;
    color: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 30px;
}
#myModal .modal-footer {
    padding: 3rem 1rem;
}

.innerBoxFst {
    min-height: 400px;
    /*  overflow-y: scroll;*/
    overflow: scroll;
    overflow-x: hidden;
    height: 100px
}
.innerBoxScnd {
    min-height: 420px;
    overflow: scroll;
    overflow-x: scroll;
    height: 100px
}
.img-fluid {
    background-clip: content-box;
    border-radius: 8px;
}
.field-icon {
    float: right;
    margin-right: 24px;
    margin-top: -35px;
    position: relative;
    z-index: 2;
}

.container {
    padding-top: 50px;
    margin: auto;
}

.register-page-btn {
    display: flex;
    
}
.send_mail_message {
    color: red;
    font-weight: 800;
    display: block
}
#paragraphvalidation {
    color: red;
    margin-top: 10px;
    text-align: center
}
#resetpassword_validation_message_id {
    color: green;
    font-weight: 800
}
.password_val_message {
    color: red;
    font-weight: 800;
    margin-top: 5px;
    min-width: 800px;
    width: 100%;
}
.comfirm_val_message {
    color: red;
    font-weight: 800
}
.span_message {
    color: red;
    font-weight: 800
}
#confirmid_passwordvalidation {
    font-size: 13px;
    color: red
}
#passwordid_passwordvalidation {
    color: #dc3545;
    background: whitesmoke;
    padding: 11px;
}
.passwordrequirement {
    left: 33px;
    position: relative;
}
.user_register_message {
    color: green;
    font-size: 30px;
    font-weight: 600;
    padding: 0px;
}
.registerLink {
    color: blue;
    font-style: italic;
}

.clickedLayerOnMap {
    background: #99ab63;
    padding-top: 5px;
    padding-left: 2px;
}
.organization_fields {
    height: 75vh;
    overflow: auto;
    width: 108%;
}
.loginField{
    background:gray;
    padding:30px;
    margin:10px;
    border-radius:10px;
}
.registerLink .registerLink {
    font-size: 108%;
    color: white;
    background: #849355;
}
.loginField label {
    color: white;
    font-weight: 500;
}

.loginField a {
    color: white;
    font-weight: bold;
}
.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.55em;
}

/*.fileNameDiv {
    border: 2px solid gray;
    border-radius: 11px;
     display: flex !important; 
    padding: 11px;
}*/
