﻿/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: transparent;
    }
}



/*Small (Mobile) Page Styles*/

.mainPage {
    position: relative;
    background-color: transparent;
    height: calc(100vh - 60px);
    width: 100%;
    
    padding:0px 0px 0px 0px;
    display:flex;

}

.showsmall {
    display: block;
}

.ffacard {
    background-color: #fff;
    width: 100%;
    min-height: 100px;
    box-shadow: 2px 2px 2px #888;
    min-width: 175px;
    width: 175px;
    border: solid 1px #aaa;
    padding: 0px 0px 0px 0px;
    border-spacing: 0px;
    border-radius: 3px;
}

.onhover {
    background-color:transparent;
    cursor:pointer;
}

.scroll {
    overflow-y: auto;
    height: calc(100vh - 200px);
    padding-bottom:20px
}


.onhover:hover {
    background-color:#ddd;
}

.showlarge {
    display: none;
}

.flexdiv {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto; 
    justify-content: center;
    gap: 5%;
    padding-top: 10px;
    padding-bottom: 10px
}



.fulldiv {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    column-gap: 10px;
}


.halfdiv {
    width: 95%;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.thirddiv {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}

.plansdiv {
    width: 95%;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: -4px -4px 5px #ccc, 4px 4px 5px #ccc;
    
}

.plansdivpro {
    width: 95%;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: -4px -4px 5px #ccc, 4px 4px 5px #ccc;
}

.ml {
    margin-left: 7vw;
}

.bannerText {
    font-family: Hel;
    font-size: 9vw;
    padding-bottom: 10px; 
    line-height: 12vw;
}

.blh {
    line-height: 50px
}

.ep {
    padding-top: 30px
}

.es {
    padding-top: 20px
}


.smallBanner {
    font-family: Hel;
    font-size: 5vw;
    line-height: 7vw;
}



.top-row {
    font-family: Hel;
    background-color: #eee;
    border-bottom: solid 0px #fff;
    height: 60px;
    padding-top: 4px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
  
}

.backgrounddiv {
    margin-left: auto;
    margin-right: auto;
    width:100%;
    padding: 0px;
    justify-content: center;
    background-color: white;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    box-sizing: border-box;
}

.backgrounddivhomes {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    justify-content: center;
    height: calc(100dvh - 110px);
    background-size: cover;
    background-color: white;
    border-radius: 0px;
    overflow: hidden;
    box-sizing: border-box;
}


.mainPageDiv {
    width: 90%;
    padding: 3px 0px 30px 0px;
    text-align: center;
    height: 95%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.TitleDiv {
    width: 100%;
    box-sizing:border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 10px 3px 10px;
    background: rgba(255,255,255, .95);
    border-radius: 0px;
    height:40px
}

.inputDiv {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    column-gap: 2%;
    row-gap: 32px;
    width: 100%;
    justify-content: center;
    background: rgba(255,255,255, .96);
    padding: 15px 0px 25px 0px;
    border-radius: 0px 0px 3px 3px
}

.documentdiv {
    width:120px;
    height:150px;
}


.inputLabel {
    font-family: Arial;
    text-align: left;
    font-size: 14px;
    color: #1F6E8C;
    
}

.inputInnerDiv {
    padding-top: 20px;
    height:48px;
    box-sizing: border-box;
    vertical-align: bottom;
}
.inputInnerDivSelect {
    padding-top: 20px;
    height:48px;
    box-sizing: border-box;
    vertical-align:bottom;
    
}

.inputField {
    background: transparent;
    width:100%;
    padding: 6px 5px 2px 5px;
    outline:none;
    border:none;
    font-size:13px
}

.loginlabeldiv {
    width: 95%;
    text-align: left;
    justify-content: left;
    padding-bottom: 2px
}

.loginpopup {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    background: white;
    width: 100%;


}

.flexdivlogin {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 5px;
    padding: 5px 10px 15px 10px
}

.registerpopup {
    display: flex;
    flex-wrap: wrap;
    background: white;
    width: 100% ;
    padding:10px 5px 20px 5px;
    box-sizing: border-box;
}

.logininputdiv {
    width: 95%;
    text-align: left;
    justify-content: center;
    padding-left: 0px;
    padding-top:0px
}

.logininputfield {
    box-sizing:border-box;
    width: 100%;
    text-align: left;
    background: transparent;
    border-radius: 4px;
    border:solid 1px #bbb;
    padding: 14px 12px 14px 15px;
    outline: none;
}
.popuptitle {
    font-family: Hel, Arial;
    color: #495FE5;
    font-size: 23px;
    text-decoration: none;
    background-color: transparent;
}

.generallink {
    font-family: Verdana, Arial;
    color: #017a8e;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    font-weight: 100
}

.bottomBorder { 
    border-bottom: solid 1px #ccc;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    margin-top: 0px;
    column-gap: 4%;
    row-gap: 10px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    justify-content: center;
    background-color: transparent;
    margin-left:auto;
    margin-right:auto; 
    overflow-y:auto;
}

.card {
    width: 96%;
    border-radius: 15px;
    //box-shadow: -3px -3px 8px #ddd, 3px 3px 8px #ddd, 3px -3px 8px #ddd, -3px 3px 8px #ddd ;
}

.homecard {
    padding:0px; 
    height:100px 
}

.roomcard {
    width: 95%;
    border-radius: 15px;
    //box-shadow: -3px -3px 8px #ddd, 3px 3px 8px #ddd, 3px -3px 8px #ddd, -3px 3px 8px #ddd;
}
.innerroomcard {
    padding: 0px 0px 0px 0px;
    height: 166px;
    background-size: 105%;
    border-radius: 10px 10px 0px 0px;
    vertical-align: bottom;
    background-position-x: center;
    /*box-shadow: 5px 5px 10px #888, -5px -5px 10px #888;*/
}
.roomIcons {
    height:22px;
}

.cardchoose {
    font-family: Arial;
    font-size: 13px;
    line-height: 22px;
    width: 44%;
    height: 134px;
    background-color: #eee;
    color: #777;
    text-align: center;
    border: solid 1px #ddd;
}

.cardchosen {
    font-family: Arial;
    font-size: 13px;
    line-height: 22px;
    width: 44%;
    height: 134px;
    background-color: white;
    color: #777;
    text-align: center;
    border: solid 1px #ddd;
}

/*.cardchoose {
    width: 45%;
    color: white;
    min-width: 120px;
    background-color: #1F6E8C;*/
/*    background-image: url(../Images/finishbackground.png);
    background-repeat: no-repeat;
    background-position-x: top left;
    background-size: 15%*/
/*}
.cardchosen {
    width: 45%;
    color: #444;
    min-width: 120px;
    background-color: #03871d;*/
/*    background-image: url(../Images/finishbackground.png);
    background-repeat: no-repeat;
    background-position-x: top left;
    background-size: 20%
*//*}*/

.cardtitle {
    font-family: Arial;
    color: #777;
    font-size: 16px;
    text-align: left;
    
    padding: 15px 8px 15px 12px;
    border-radius: 0px 0px 5px 5px;
}

.roomcardtitle {
    font-family: Arial;
    color: #777;
    font-size: 16px;
    text-align: left;
    padding: 8px 8px 8px 10px;
    border-radius: 0px 0px 10px 10px;
}



.white {
    color:#eee
}

.sectionheader {
    width: 96%;
    /*height: 54px;*/
    background-color: white;
    border-radius: 0px;
    color: #333;
    padding: 12px 10px 10px 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Hel;
    display:flex;
    margin-left:auto; 
    margin-right:auto;
    margin-bottom:10px;

}

.subsectionheader {
    width: 100%;
    background-color: white;
    color: #222;
    padding: 12px 10px 10px 15px;
    box-sizing: border-box;
    margin-top:10px;
    font-size: 18px;
    font-family: Hel;
}


.trans75Div {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: center;
    padding: 5px 0px 20px 0px;
    max-width: 1600px;
    background-color: white;
    /*#0a4964*/
    column-gap: 20px;
    row-gap: 20px;
}

.trans45Div {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    max-width: 1600px;
    background-color: white;
    column-gap: 1%;
    row-gap: 15px;
    
}

.trans45DivWhite {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: center;
    padding: 5px 0px 20px 0px;
    max-width: 1600px;
    background-color: rgb(255,255,255, .55);
    /*#0a4964*/
    column-gap: 20px;
    row-gap: 20px;
}


.pictures {
    width: 96%;
    position:relative;
}

.pictureDelete {
    position: absolute;
    width: 32px;
    height: 40px;
    left: 1px;
    bottom: 8px;
    background-color: transparent;
    z-index: 2;
    border-radius: 6px;
    padding: 5px 0px 0px 7px ;
    box-sizing:border-box
}

.pictureDefault {
    position: absolute;
    width: 32px;
    height: 40px;
    right: 5px;
    bottom: 8px;
    background-color: transparent;
    z-index: 2;
    padding: 5px 0px 0px 5px;
    border-radius: 6px;
    box-sizing: border-box
}

.ffa {
    width:44%
}



.uploadPopup {
    display: flex; 
    flex-wrap: wrap;
    width:100%;
    padding-top: 20px;
    margin-left:auto; 
    margin-right:auto;
    padding-bottom:5px;
    /*border:solid 3px white;*/ 
    border-radius: 8px
}

.hidesmall{display:none}

.loadinggif {
    width: 35vw; 
    margin-left: 32vw;
    margin-top:30vh;
}


.packagenote {
    width: 85%;
    border-radius: 4px;
    height: 20px;
    color: white;
    text-align: center;
    background-color: #1F6E8C;
    padding: 8px 0px 2px 5px
}

.terms {
    font-family: Verdana; 
    font-size: 15px;
    line-height: 24px;
    padding: 30px;
    width:80%;
    overflow-y: scroll;
    position: absolute;
    top: 40px;
    left: 3%;
    z-index: 10;
    height: 80vh;
    background-color: white
}
.toplogo {
    height:50px
}
.usericon {
    height: 25px
}
.mybutton {
    background-color: #5b9409;
    padding: 1px 15px 2px 15px;
    box-sizing: border-box;
    height: 30px;
    border: none;
    border-radius: 8px;
    font-family: Hel !important;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.mybuttonwhite {
    background-color: white;
    padding: 1px 15px 2px 15px;
    box-sizing: border-box;
    height: 30px;
    border: none;
    border-radius: 4px;
    font-family: Hel !important;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.mybuttonred {
    background-color: red;
    padding: 1px 15px 2px 15px;
    box-sizing: border-box;
    height: 30px;
    border: none;
    border-radius: 4px;
    font-family: Hel !important;
    font-size: 16px;
    color: #eee;
    cursor: pointer;
}

.tablerowtop {
    padding: 10px 10px 10px 10px;
/*    border-bottom: solid 1px #1F6E8C;
    border-top: solid 1px #1F6E8C;*/
    background-color: #eee;
    /*color: #528fb4;*/
    color: #1F6E8C;
    text-align: left;
    font-family: Verdana;
    font-size: 13px;
    position: sticky;
    top: 0px;
    font-weight: normal;
}

.tablerow {
    padding: 9px 10px 9px 10px;
    border-bottom: solid 1px #dcdcdc;
    background-color: transparent;
    color: #444;
    text-align: left;
    font-family: Verdana;
    font-size: 12px
}

.tablerowsmall {
    padding: 6px 6px 6px 6px;
    background-color: transparent;
    color: #666;
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
    border-bottom: solid 1px #dcdcdc;
}

.tablerowtopsmall {
    padding: 10px 6px 10px 6px;
    color:#1F6E8C;
    background-color: #eee;
    text-align: left;
    font-family: Verdana;
    font-size: 13px;
    position: sticky;
    top: 0px;
    font-weight: normal;
    z-index: 10;
}


.dashboard {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 8px;
    justify-content: center;
}

.dashboardcard {
    height: 90px;
    width: 22%;
    /*border: solid 1px #ccc;*/
    border-radius: 6px;
    background-color: #eee;
    padding: 0px;
    margin: 0px;
    //box-shadow: -1px -1px 5px #bbb, 1px 1px 4px #bbb;
}

.dashboardcardheader {
    width: 100%;
    color: #333;
    padding: 0px 5px 0px 5px;
    border-radius: 9px 9px 0px 0px;
    font-size: 14px;
    font-family: Hel;
    box-sizing: border-box;
    text-align: center
}

.dashboardcardinner {
    padding: 10px 10px 10px 10px;
    margin: 0px;
    box-sizing: border-box;
    text-align: left;
    font-family: Verdana;
    font-size: 14px;
    color: #444;
    line-height: 26px;
}

.dashboarddiv {
    display: flex;
    flex-wrap: wrap;
    background-color: #eee;
    column-gap: 2%;
    row-gap: 10px;
    justify-content: center;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    //box-shadow: -3px -3px 6px #ddd, 3px 3px 6px #ddd;
}

.dashboardtext {
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    color: #2D35A8;
    font-weight: bold
}


.my-datepicker .rz-inputtext {
    font-family: Arial;
    font-size: 16px;
}

.PorPChosen {
    height: 35px;
    background-color: #95C355;
    color: white;
    font-family: Hel;
    font-size: 16px
}

.PorPnotChosen {
    height: 35px;
    background-color: #eee;
    color: #555;
    font-family: Hel;
    font-size: 16px
}


.packageTitle {
    font-family: Hel;
    font-size: 26px;
    padding:20px 10px 5px 10px;
}

.packageQuickDesc {
    font-family: Arial;
    font-size: 14px;
    height:36px;
    color:#444;
    padding: 0px 10px 10px 10px;
}

.packagenote {
    font-family: Arial;
    font-size: 14px;
    color: white;
    box-sizing:border-box;
    height: 35px;
    padding: 10px 10px 5px 10px;
}

.packageline {
    font-family: Arial;
    text-align:left;
    font-size: 14px;
    color: #444;
    line-height:22px;
    padding: 4px 10px 4px 10px;
    height:22px;
}

.packageicon {
    font-family: Arial;
    font-size: 15px;
    color: #444;
    padding: 4px 10px 4px 10px;
}

.packagePrice {
    font-family: Arial;
    font-size: 22px;
    color: #444;
    padding: 20px 10px 0px 10px;
}

.landingSectionPadding {
    padding: 20px 0px 20px 0px;
}

.headercell {
    white-space:nowrap; 
    padding: 0px 10px 0px 10px; 
    
}

.currencyChosen {
    box-shadow: -3px -3px 5px lightgreen, 3px 3px 5px lightgreen;
}

.finishroompic {
    padding: 0px;
    vertical-align: top;
    height: 105px;
    background-size: 105%;
    border-radius: 6px 6px 0px 0px;
    vertical-align: bottom;
    background-position-x: center;
}

.prologo {
    height:30px;
}

.multiSkills {
    padding: 6px 10px 6px 10px;
    border-bottom: solid 1px #eee;
    background-color: transparent;
    color: #666;
    text-align: left;
    font-family: Verdana;
    line-height: 14px;
    font-size: 12px;
}


.skillchoose {
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    width: 12%;
    min-width: 125px;
    height: 45px;
    background-color: #eee;
    color: #777;
    text-align: center;
    border: solid 1px #ddd;
}

.skillchosen {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    width: 12%;
    min-width: 125px;
    height: 45px;
    background-color: #55ACE0;
    color: white;
    text-align: center;
    border: solid 1px #ddd;
}


/*    .dashboard {
        width: 100%;
        max-width:1600px;
        margin-left: auto; 
        margin-right:auto;
        margin-top:20px; 
        display:flex; 
        flex-wrap:wrap; 
        column-gap:2%;
        row-gap:30px;
        justify-content:center;
        
        

    }
    .dashboardcard {
        height: 150px;
        border-radius: 9px;
        background-color: #eee;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .dashboardcardheader {
        width: 100%;
        color: #333;
        padding: 0px 10px 5px 5px;
        border-radius: 9px 9px 0px 0px;
        font-size: 20px;
        font-family: Hel;
        box-sizing: border-box;
        text-align:center
    }

    .dashboardcardinner {
        padding: 10px 10px 10px 10px;
        margin: 0px;
        box-sizing: border-box;
        text-align:left; 
        font-family: Verdana; 
        font-size:14px;
        color:#444;
        line-height:26px;
    }
*/


.largeImage {
    border-radius: 0px;
    width:100%;
}







































/*For Wide Screens*/
@media (min-width: 1024px) {

    .landingSectionPadding{
        padding: 50px 0px 50px 0px;
    }

    .mainPage {
        position: relative;
        background-color: transparent;
        height: calc(100vh - 80px);
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

    .toplogo {
        height: 70px;
        
    }

    .usericon {
        height: 25px
    }


    /*Main Page Styles*/
    .flexdiv {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 20px
    }

    .flexdivlogin {
        padding: 15px 15px 8px 0px
    }


    .fulldiv {
        width: 100%;
        margin-left:auto; 
        margin-right:auto;
        column-gap: 1%;
        row-gap: 15px;
    }

    .halfdiv {
        width: 45%;
        margin-left: auto;
        margin-right: auto;
    }

    .thirddiv {
        width: 25%;
        margin-top: 20px;
    }

    .plansdiv {
        width: 21%;
        height:auto;
        padding:20px
    }

    .plansdivpro {
        width: 23%;
        height: auto;
    }

    .ml {
        margin-left: 8vw;
    }

    .bannerText {
        font-size: 3.1vw;
        line-height: 4.0vw;
        padding-bottom: 10px;
    }

    .blh {
        line-height: 90px
    }

    .smallBanner {
        font-size: 2.1vw;
        line-height: 2.5vw;
    }

    .es {
        margin-top: 50px
    }

    .ep {
        padding-top: 50px
    }

    .scroll {
        overflow-y:auto; 
        height: calc(100% - 80px);
        padding-bottom:20px
    }

    .loginpopup {
        margin-top: 3vh;
        width: 28%;
        min-width:525px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
    }

    .registerpopup {
        margin-top:3vh;
        border-radius: 8px;
        width: 28%;
        max-width:600px;
        margin-left:auto; 
        margin-right:auto;
        padding:10px 5px 10
        px 5px
    }

    .loginlabeldiv {
        width: 30%;
        text-align: left;
        padding-left: 20px;
        padding-top: 10px;
    }

    .logininputdiv {
        width: 65%;
    }

    .documentdiv {
        width: 125px;
        height: 160px;
    }

    .vaultpopup {
        margin-top: 3vh;
        width: 28%;
        min-width: 425px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 80px;
        left: calc(50% - 212px);
        z-index: 10;
        background-color: white;
        box-shadow: -3px -2px 10px #bbb, 5px 5px 10px #bbb;
    }

    .backgrounddiv {
        margin-top: 10px;
        width: 98%;
        height: calc(100vh - 130px);
        background-color: white;
        border-radius: 12px;
        overflow: hidden;
        box-sizing: border-box;
        box-shadow: -3px -2px 10px #bbb, 5px 5px 10px #bbb;
    }

    .backgrounddivhomes {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: calc(100vh - 110px);
        padding: 0px 0px 25px 0px;
        justify-content: center;
        background-size: cover;
        background-color: white;
        border-radius: 12px;
        overflow: hidden;
        box-sizing: border-box;
        box-shadow: -3px -2px 10px #bbb, 5px 5px 10px #bbb;
    }

    .mainPageDiv {
        height: 100%;
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .cards {
        width:100%;
        margin-bottom: 10px;
        column-gap: 1%;
        row-gap: 12px;
        padding: 15px 0px 0px 0px;
    }

    .card {
        width: 31.5%;
        border-radius:8px;
        border: solid 1px #ccc;
    }

    .cardtitle {
        font-family: Arial;
        font-size: 15px;
        color: #777;
        text-align: center;
        padding: 12px 10px 12px 10px;
        background-color: #bbb;
        text-align:left;
        background-color: transparent;
        /*border: solid 1px #ccc;*/
        border-radius: 0px 0px 8px 8px;
        /*border-radius: 8px 8px 0px 0px;*/
    }

    .roomcardtitle {
        font-family: Arial;
        font-size: 16px;
        color: #777;
        text-align: center;
        padding: 3px 10px 3px 10px;
        background-color: #bbb;
        text-align: left;
        background-color: transparent;
        /*border: solid 1px #ccc;*/
        border-radius: 0px 0px 8px 8px;
        /*border-radius: 8px 8px 0px 0px;*/
    }

    .roomcard {
        width: 31%;
    }

    .roomIcons {
        height: 24px;
    }


    .innerroomcard {
        padding: 0px 0px 0px 0px;
        /*height: 205px;*/
        background-size: 105%;
        border-radius: 8px 8px 0px 0px;
        vertical-align: bottom;
        background-position-x: center;
    }

    .cardchoose {
        font-family: Arial;
        font-size: 15px;
        line-height: 22px;
        width: 18%;
        min-width: 250px;
        height: 165px;
        background-color: #eee;
        color: #777;
        text-align: center;
        border: solid 1px #ddd;
    }

    .cardchosen {
        font-family: Arial;
        font-size: 15px;
        line-height: 22px;
        width: 18%;
        min-width: 250px;
        height: 165px;
        background-color: white;
        color: #777;
        text-align:center;
        border: solid 1px #ddd;
    }

    .skillchoose {
        font-family: Arial;
        font-size: 15px;
        line-height: 22px;
        width: 12%;
        min-width: 125px;
        height: 65px;
        background-color: #eee;
        color: #777;
        text-align: center;
        border: solid 1px #ddd;
    }

    .skillchosen {
        font-family: Arial;
        font-size: 15px;
        line-height: 22px;
        width: 12%;
        min-width: 125px;
        height: 65px;
        background-color: #55ACE0;
        color: white;
        text-align: center;
        border: solid 1px #ddd;
    }


    .pageTitleDiv {
        max-width: 1600px;
        border-radius: 5px;
    }

    .inputDiv {
        max-width: 1600px;
        column-gap: 1%;
        row-gap: 40px;
        justify-content: center;
        padding: 15px 0px 20px 0px;
        border-radius: 0px 0px 3px 3px;
    }

    .dashboarddiv {
        display: flex;
        flex-wrap: wrap;
        background-color: #eee;
        column-gap: 2%;
        row-gap: 10px;
        justify-content: center;
        border-radius: 8px;
        padding: 15px;
        box-sizing: border-box;
        box-shadow: -3px -3px 6px #ddd, 3px 3px 6px #ddd;
    }

    .dashboardtext {
        font-family:Arial; 
        font-size: 32px;
        font-weight:bold;
        color: #2D35A8;
        font-weight:bold
    }
    .inputField {
        font-size: 15px
    }

    .pictures {
        width: 27%;
        max-width: 350px;
        max-height:216px;
    }

    .ffa {
        width: 12%;
    }

    .uploadPopup {
        width: 900px;
    }

    .sectionheader {
        width: 100%;
        height: 60px;
        background-color: white;
        border-radius: 0px;
        color: #222;
        padding: 20px 15px 0px 25px;
        box-sizing: border-box;
        margin-top:5px;
        font-size: 20px;
        font-family: Hel;
        display: flex;
    }

    .subsectionheader {
        width: 100%;
        height: 40px;
        background-color: white;
        color: #222;
        padding: 0px 15px 0px 25px;
        box-sizing: border-box;
        margin-top: 5px;
        font-size: 19px;
        font-family: Hel;
    }

    .hidelarge {
        display: none
    }
    .hidesmall {
        display:block
    }

    .loadinggif {
        width: 12vw;
        margin-left: 43vw;
        margin-top: 22vh;
    }
    .tablerowtop {
        padding: 12px 10px 12px 20px;
        background-color: #eee;
        /*color: #528fb4;*/
        color: #1F6E8C;
        text-align: left;
        font-family: Verdana;
        font-size: 13px;
        position: sticky;
        top: 0px;
        font-weight: normal;
        z-index: 2;
    }
    .tablerow {
        padding: 12px 10px 12px 20px;
        border-bottom: solid 1px #eee;
        background-color: transparent;
        color: #666;
        text-align: left;
        font-family: Verdana;
        font-size: 13px
    }
    .tablerowlarge {
        padding: 10px 10px 10px 20px;
        background-color: transparent;
        color: #666;
        text-align: left;
        font-family: Verdana;
        font-size: 15px
    }
    .tablerowsmall {
        padding: 8px 6px 8px 6px;
        border-bottom: solid 1px #dcdcdc;
        background-color: transparent;
        color: #444;
        text-align: left;
        font-family: Verdana;
        font-size: 12px
    }
    .tablerowtopsmall {
        padding: 10px 6px 5px 6px;
        border-bottom: solid 1px #528fb4;
        color: #1F6E8C;
        text-align: left;
        font-family: Verdana;
        font-size: 13px;
        position: sticky;
        top: 0px;
        font-weight: normal;
        z-index: 10;
    }
    .showsmall {
        display:none;
    }
    .showlarge {
        display:block;
    }

    .tablehover:hover {
        background-color: #e7fcfc;
        color: #eee;
    }

    .terms {
        font-family: Verdana;
        font-size: 15px;
        line-height: 24px;
        padding: 30px;
        overflow-y: scroll;
        position: absolute;
        width: 50%;
        top: 40px;
        left: 25%;
        z-index: 10;
        height: 80vh;
        background-color: white
    }

    .inputLabel {
        font-family: Arial;
        text-align: left;
        font-size: 14px;
        color: #528fb4;
    }

    .inputInnerDiv {
        padding-top: 20px;
        height: 50px;
        margin-top: 0px;
        box-sizing: border-box;
    }

    .inputInnerDivSelect {
        padding-top: 18px;
        height:50px;
        margin-top: 0px;
        box-sizing: border-box;
    }


    .top-row {
        height: 80px;
        padding-top:10px;
        border-bottom:solid 1px #eee;
    }

    .popuptitle {
        font-size: 23px;
    }
    .mybutton {
        background-color: #5b9409;
        padding: 1px 15px 2px 15px;
        box-sizing: border-box;
        height: 55px;
        border: none;
        border-radius: 12px;
        font-family: Hel !important;
        font-size: 20px;
        color: white;
        cursor: pointer;
    }

    .dashboard {
        width: 100%;
        max-width:1600px;
        margin-left: auto; 
        margin-right:auto;
        margin-top:20px; 
        display:flex; 
        flex-wrap:wrap; 
        column-gap:2%;
        row-gap:30px;
        justify-content:center;
        
        

    }
    .dashboardcard {
        height: 150px;
        border-radius: 9px;
        background-color: #eee;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .dashboardcardheader {
        width: 100%;
        color: #333;
        padding: 0px 10px 5px 5px;
        border-radius: 9px 9px 0px 0px;
        font-size: 20px;
        font-family: Hel;
        box-sizing: border-box;
        text-align:center
    }

    .dashboardcardinner {
        padding: 10px 10px 10px 10px;
        margin: 0px;
        box-sizing: border-box;
        text-align:left; 
        font-family: Verdana; 
        font-size:14px;
        color:#444;
        line-height:26px;
    }



    .homecard {
        padding: 0px;
        height: 200px
    }

    .navtext {
        font-family:Verdana;
        font-size:14px;
        padding-left:10px; 
        color:#555;
        padding-top:2px;
        cursor: pointer;

    }

    .navtextselected {
        font-family: Verdana;
        font-size: 14px;
        padding-left: 10px;
        color: #4360ec;
        padding-top: 2px;
    }

    .navtitle {
        padding: 20px 0px 2px 5px;
        width: 100%;
        font-family: Verdana;
        font-size: 13px;
        padding-left: 0px;
        color: #888;
    }

    .navline {
        padding: 8px 0px 8px 5px;
        width:100%;
        display:flex;
    }

    .PorPChosen {
        height:35px; 
        background-color:#95C355;
        color: white; 
        font-family: Hel; 
        font-size: 16px
    }

    .PorPnotChosen {
        height: 35px;
        background-color: #eee;
        color: #555;
        font-family: Hel;
        font-size: 16px
    }

    .finishroompic {
        padding: 0px;
        vertical-align: top;
        height: 130px;
        background-size: 105%;
        border-radius: 6px 6px 0px 0px;
        vertical-align: bottom;
        background-position-x: center;
    }

    .popupUsers {
        position:absolute; 
        width: 50%; 
        top: 25%;
        max-width:800px; 
        height: 60%; 
        background-color:white; 
        z-index:25;
        border-radius: 12px; 

    }

    .multiSkills {
        padding: 12px 10px 12px 20px;
        border-bottom: solid 1px #eee;
        background-color: transparent;
        color: #666;
        text-align: left;
        font-family: Verdana;
        line-height: 14px;
        font-size:12px;

    }

    .prologo {
        height: 45px;
    }


/*    .rz-calendar .rz-inputtext  {
        font-size: 38px;
    }*/

    .my-datepicker .rz-inputtext {
        font-family: Arial;
        font-size: 14px;
        background-color:#fff;
    }


    .largeImage {
        border-radius: 40px;
        box-shadow: -4px -4px 8px #b7f2b2, 8px 8px 8px #b7f2b2;
    }

    .nav_links {
        list-style: none;
        padding: 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        margin-left: auto;
    }

        .nav_links li {
            margin: 0 20px;
        }

        .nav_links a {
            text-decoration: none;
            color: #666;
            font-size: 15px;
            font-weight: 700;
            font-family: "Chivo", sans-serif;
            text-transform: uppercase;
            transition: all 0.3s ease;
        }

            .nav_links a:hover {
                color: #4a773c;
            }



}





/*LOADING ANIMATION*/
.cls-all {
    fill: #dadada;
    transition: fill 2s ease;
}

/* Polygon (first element) */
svg polygon {
    animation: fadeBlue01 5s infinite;
}

/* Path elements (second to fourth) */
svg path:nth-of-type(2) {
    animation: fadeBlue02 5s infinite;
}

svg path:nth-of-type(1) {
    animation: fadeBlue03 5s infinite;
}

svg path:nth-of-type(3) {
    animation: fadeBlue04 5s infinite;
}

/* Keyframes */
@keyframes fadeBlue01 {
    0% {
        fill: #dadada;
    }

    10% {
        fill: #050058;
    }

    60% {
        fill: #050058;
    }

    100% {
        fill: #dadada;
    }
}

@keyframes fadeBlue02 {
    0% {
        fill: #dadada;
    }

    20% {
        fill: #2b35ae;
    }

    60% {
        fill: #2b35ae;
    }

    100% {
        fill: #dadada;
    }
}

@keyframes fadeBlue03 {
    0% {
        fill: #dadada;
    }

    30% {
        fill: #4360ec;
    }

    60% {
        fill: #4360ec;
    }

    100% {
        fill: #dadada;
    }
}

@keyframes fadeBlue04 {
    0% {
        fill: #dadada;
    }

    40% {
        fill: #25aee4;
    }

    60% {
        fill: #25aee4;
    }

    100% {
        fill: #dadada;
    }
}


 