@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/*MAIN*/

*{
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-decoration: none;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-weight: lighter;
    color: #000000;
}

/* For Webkit browsers */
::-webkit-scrollbar {
width: 10px; /* Adjust the width as needed */
background-color: #14224F; /* Set the background color to transparent */
}

/* For Webkit browsers */
::-webkit-scrollbar-thumb {
background-color: rgba(96, 114, 204, 0.63); /* Set the color and transparency of the scrollbar thumb */
    border-radius: 5px;
}

hr{
    height: 2px;
    border: none;
    background-color: #ffffff;
}

header{
    animation: fadeInAnimation ease 1s;
    position: absolute;
    width: 100%;
    overflow-x: hidden;
}

.addition-box{
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #f8d7da; /* Example red background for error-like notification */
    color: #721c24; /* Example text color */
    padding: 10px;
    overflow: auto; /* Enable scrolling if content exceeds dimensions */
    box-sizing: border-box; /* Include padding and border in the dimensions */
    border-radius: 5px;
    box-shadow: var(--standard-shadow);
}

body{
    overflow-x: hidden;
    width: 100vw;
    min-height: 100vh;
}

nav{
    list-style: none;
    display: inline-block;
    padding: 0 20px;
    transition: all 0.3s ease 0s
}

footer{
    background-color: #0F121C;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: hidden;
}



a{
    text-decoration: none;
}

/*button{*/
/*    font-weight: normal;*/
/*    font-size: 18px;*/
/*    color: #000000;*/
/*    text-decoration: none;*/
/*    cursor: pointer;*/
/*    !*box-shadow: rgba(99, 99, 99, 0.6) 0 0 10px 0;*!*/
/*}*/

/*button:hover{*/
/*    box-shadow: none;*/
/*    transition: box-shadow 500ms;*/
/*}*/

/*.primary-orange-button{*/
/*    background-color: #EFA65B;*/
/*    color: white;*/
/*    border: none;*/
/*    padding: 10px;*/
/*    padding-left: 30px;*/
/*    padding-right: 30px;*/
/*}*/

/*.primary-orange-button:hover{*/
/*    background-color: #BD8248;*/
/*    transition: background-color 500ms;*/
/*}*/

/*.primary-orange-button:disabled{*/
/*    background-color: gray;*/
/*    color: white;*/
/*}*/

/*.primary-orange-button:disabled:hover{*/
/*    background-color: gray;*/
/*    color: white;*/
/*    box-shadow: rgba(99, 99, 99, 0.6) 0 0 10px 0;*/
/*    cursor: inherit;*/

/*}*/

#loading-img{
    display: none;
    width: 40px;
}

.button-text{
    color: white;
    font-weight: bolder;
}


/* MOVING BACKGROUND */
.web-moving-background-div{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    background-image: url("../../Images/gradienstloginback.png");
    background-size: cover;
    top:0;
    left:0;
}

/* HEADER */

.web-logo-img{
    width: 100%;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    vertical-align: center;
}

.web-logo-a{
    width: 10%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.web-header-nav-links-ul{
    display: flex;
    list-style: none;
    padding: 0 20px;
    margin-top: 15px;
}

.web-header-div{
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.web-header-nav-li{
    /*margin-left: 2%;*/
}

.web-header-nav-a{
    color: white;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.web-header-nav-a:hover{
    color: #EFA65B;
    transition: color 500ms;
}

.web-header-dashboard-a{
    height: fit-content;
}

.web-header-placeholder{
    height: 10vh;
}

.landingbase-mobile-sidebar-div{
    /*display: none;*/
    position: fixed;
    width: 75%;
    height: 100vh;
    z-index: 20;
    left: -100%;
    transition: left 400ms ease;

    /* From https://css.glass */
    background: rgba(38, 57, 84, 0.68);
    box-shadow: var(--standard-shadow);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
}

.landing-hamburger-mobile-a{
    /*padding: 20px;*/

}

.landing-hamburger-mobile-img{
    width: 35px;
    height: 24px;
    margin: 15px;
    margin-top: 25px;
}

.landingbase-mobile-sidebar-placeholder{
    display: none;
    width: 100vw;
    /*background: rgba(0, 0, 0, 0.44);*/
    z-index: 1;
    position: fixed;
    height: 100vh;
}

.landingbase-mobile-sidebar-li{
    list-style: none;
    padding: 15px;
    font-size: 20px;
    color: white;
    font-weight: bolder;
}

.landingbase-mobile-sidebar-a{
    color: white;
    text-decoration: none;
}


/* FRONTPAGE | HEROSECTION */
.web-herosection-main-div{
    background-image: url("../../Images/DutnaFrontBackground.png");
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    box-shadow: rgba(99, 99, 99, 1) 0 0px 10px 0;

}

.web-herosection-div{
    padding: 40px;
    padding-top: 7%;
}

.web-herosection-h1{
    color: white;
    font-weight: bolder;
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 40px;
}

.web-herosection-mockup-img{
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5%;
}

.web-herosection-flexdiv{
    display: flex;
}

.website-subtitle-text{
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: -3px;
}

.web-herosection-scroll-cta-div{
    color: white;
    text-align: center;
    font-weight: lighter;
    opacity: 80%;
    margin-top: -2%;
}

.web-scroll-CTA{
    font-size: 30px;
    color: white;
}

/* MVP SECTION */

.web-MVPsection-div{
    position: relative;
    height: 80vh;
    /*background-color: #14224F;*/
    padding-top: 1%;
    padding-bottom: 6%;
    overflow-x: hidden;
    overflow-y: hidden;
    /*Glossy gradient background*/
    background: linear-gradient(-90deg, rgba(20,34,79,1) 0%, rgba(20,34,79,1) 50%, rgba(20, 34, 79, 0.3) 100%);
}

.web-seconddiv{
        position: relative;
    height: 80vh;
    /*background-color: #14224F;*/
    padding-top: 1%;
    padding-bottom: 6%;
    overflow-x: hidden;
    overflow-y: hidden;
        background: linear-gradient(90deg, rgba(20,34,79,1) 0%, rgba(20,34,79,1) 50%, rgba(20,34,79,0.5) 100%);

}

.web-MVPsection-div::-webkit-scrollbar {
    display: none;
}

.web-MVPsection-content-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.home-collegues-mock{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

.web-MVPsection-content-title{
    font-size: 47px;
    color: white;
    padding-top: 100px;
    text-align: center;
    display: block;
    font-weight: bold;
}

.home-explain-grid-div {
    padding: 20px;
}


.web-MVPsection-content-text{
    color: white;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 15px;
}

.web-MVPsection-tryout-div{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100%;
    height: 60vh;
    display: flex;
}

.web-MVPsection-tryoutbuttons-div{
    padding-left: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.web-MVPsection-tryout-text{
    color: white;
    width: 100%;
    font-size: 18px;
}

.web-MVPsection-tryoutbuttons-section-div{
    /*width: 20%;*/
}

.web-MVPsection-table{
    width: 150%;
    height: 100%;
    border-collapse: collapse;
    background-color: rgba(231, 231, 231, 0.47);
    box-shadow: rgba(99, 99, 99, 0.6) 0 0px 10px 0;
    border-radius: 7px;
}

.web-MVPsection-table tr:first-child th:first-child{
    border-top-left-radius: 7px;
}

.web-MVPsection-table tr:first-child th:last-child{
    border-top-right-radius: 7px;
}


.web-MVPsection-tryouttitles{
    color: white;
    font-weight: bold;
    font-size: 27px;
    width: available;
}

.web-table-th{
    border: #14224F 1px solid;
    width: 25%;
    height: 20%;
    padding: 15px;
}

.web-MVPsection-table-day-th{
    background-color: #FDFDFD;
}

.web-MVPsection-table-day-text{
    font-size: 27px;
}

.web-MVPsection-needed-text{
    display: none;
    color: #BD8248;
}

.web-MVPsection-table-crossedth{
    /*background-color: #adadad;*/
}

#availablebutton {
    background-color: gray;
    opacity: 30%;
}

#generatebutton{
    background-color: gray;
    opacity: 30%;
}

.crossed-th{
    font-size: 40px;
    font-weight: lighter;
    display: none;
}

.web-MVP-shift-p{
    display: none;
    color: #BD8248;
}
/* BEST TEAM */

.home-bestteam-div{
    height: 100vh;
    background-color: #14224F;
    overflow: hidden;
}


/* ADVANTAGES */
.web-advantagesection-div{
    background-color: #14224F;
    overflow: hidden;
}

.web-advantagesection-grid-div{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: auto;
}

.web-advantagesection-advantage-div{
    text-align: center;
    color: #1E264F;
    padding: 60px;
    margin-top: 10%;
}

.web-advantagesection-img{
    width: 30%;
    -webkit-user-drag: none; /* Safari */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    opacity: 80%;
}

.web-advantagesection-title{
    font-size: 35px;
    color: white;
    margin-top: 20px;
}

.web-advantagesection-text{
    font-size: 20px;
    color: white;
    font-weight: lighter;
}

/* FRONTPAGE| Blogssection */

.web-blogs-section-div{
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    padding-top: 4%;
}

.web-blogs-section-title{
    color: white;
    font-size: 40px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.web-blogs-blog-div{
    width: 30vw;
    margin-left: 30px;
    margin-bottom: 60px;
}

.web-blogs-blog-maindiv{
    overflow-x: scroll;
    display: flex;
    /*width: fit-content;*/

}

.web-blogs-blog-maindiv::-webkit-scrollbar {
    display: none;
}

/* BLOG CREATE */
.blogcreate-div{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;

    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.8px);
    -webkit-backdrop-filter: blur(6.8px);
}

.blog-create-title-field{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 40px;
    color: #14224F;
    border: none;
    background: transparent;
}

.blog-create-title-field:focus{
    outline: none;
}

.blog-create-content-field{
    width: 100%;
    background: transparent;
    border: none;
}

.blog-create-content-field:focus{
    outline: none;
}

/* BLOG */
.blog-blog-div{
    width: 60%;
    margin-left: auto;
    margin-right: auto;

    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.55);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.8px);
    -webkit-backdrop-filter: blur(6.8px);
}

.blog-title{
    font-size: 40px;
    color: #14224F;
    text-align: center;
    padding: 40px;
    padding-bottom: 10px;
    font-weight: bold;
}

.blog-text-div{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.blog-paragraph{
    font-size: 20px;
    color: #14224F;
    text-align: justify;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}





/* FOOTER */
.footer-section-1{
    display: flex;
    alignment: center;
    justify-content: center;
}

.footer-item{
    text-align: center;
    padding: 20px;
}

.resetpassword-form input{
    width: 100%;
    border: 1px solid rgb(134, 134, 134);
    border-radius: 3px;
    padding: 6px;
}

/* LOGIN | FIRST STAGE */

.login-title {
    text-align: left;
    font-weight: bolder;
    font-size: 25px;
    color: #EFA65B;
    padding: 20px;
}
.background-overview{
    width: 100%;
    min-height: 100vh;
    background-image: url("../../Images/gradienstloginback.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.login-div{
    width: 30%;
    min-width: 300px;
    background: white;
    height: fit-content;
    box-shadow: rgba(99, 99, 99, 0.4) 0px 4px 10px 0px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.login-password-undertitle-ul{
    /*margin-top: -20px;*/
    margin-bottom: 20px;
}

.login-password-undertitle-li{
    font-size: 15px;
    color: #5e5e5e;
    margin: -2px;
    text-align: center;
}

.loginpage-container {
    display: flex;
}

.login-username-text {
    margin: 0;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.register-spacer{
    height: 100px;
}

.login-inputfield-div {
    /*padding-bottom: 20px;*/
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.login-captcha-field{
    display: flex;
}

.login-username-field{
    border: 1px solid rgb(129, 129, 129);
    width: 100%;
    border-radius: 5px;
    height: 40px;
    padding-left: 6px;
}

.login-username-field:focus{
    outline: none !important;
    border: 2px solid #14224F;
}

#id_captcha_1{
    border: 1px solid rgb(129, 129, 129);
    width: 100%;
    border-radius: 5px;
    height: 40px;
    /*padding-left: 6px;*/
    margin-left: 10px;
}

.login-inputfield-field{
    width: 200px;
    background-color: green;
}

.login-resetpass-text{
    font-size: 15px;
    margin: 0;
    margin-top: 15px;
    text-align: center;
    opacity: 70%;
    cursor: default;
}

.login-resetpass-text:hover{
    font-size: 16px;
    opacity: 100%;
}

.login-resetpass-link {
    font-size: 16px;
    color: rgba(185,175,215,1);
}

.login-button-div{
    width: fit-content;
    margin-left: auto;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.registration-section {
    background: blue;
    margin: auto;
    margin-top: 150px;
    width: 35%;
    background: rgba(185,175,215,1);
    padding: 15px;
    height: fit-content;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.4) 0px 4px 10px 0px;
}

.form_title {
    text-align: center;
}

.form_input-group {
    text-align: center;
    height: 120px;
}

.login-button {
    background: rgb(236, 214, 173);
    margin-left: auto;
    display: flex;
    margin-top: 7px;
    margin-bottom: 15px;
    box-shadow: rgba(99, 99, 99, 0.4) 0 0 5px 0;
    margin-right: auto;
}

.login-button:hover {
    box-shadow: none;
}

.login-button-text{
    color: white;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.login-register-text{
    font-size: 13px;
    text-align: center;
    opacity: 70%;
    cursor: default;
}

.login-register-text:hover{
    opacity: 100%;
}

.login-register-link{
    font-size: 16px;
    color: #EFA65B;
}

/* REGISTER */
.register-error-text{
    color: red;
    font-size: 15px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.birthdate-title{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* PACKAGES */

.packages-div{
    display: grid;
    flex-direction: row;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    /*width: calc(100% - 80px);*/
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 30px;
}

.packages-soonavailable-text{
    padding-bottom: 8px;
    padding-top: 8px;
}

.package-section{
    background: white;
    margin: auto;
    margin-top: 20px;
    width: 100%;
    padding: 15px;
    height: fit-content;
    /*border-radius: 7px;*/
    box-shadow: rgba(99, 99, 99, 0.4) 0px 4px 10px 0px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.packages-ourpackages-title-h1{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    color: white;
    font-size: 47px;
}

.packages-package-sub{
    text-align: center;
    margin-top: -8px;
    margin-bottom: 0;
    color: rgba(50, 78, 121, 0.65);
    font-size: 15px;
}

.packages-package-title-h2{
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    color: #2C3C70;
    font-size: 25px;
}

.packages-button-div{
    width: fit-content;
    margin-left: auto;
    margin-top: 20px;
}

.packages-blue-hr{
    width: 100%;
    border: 1px solid #2C3C70;
    background-color: #2C3C70;
    margin-top: 5px;
    margin-bottom: 5px;
}

.packages-orange-hr{
    width: 100%;
    border: 1px solid #EFA65B;
    background-color: #EFA65B;
    margin-top: 5px;
    margin-bottom: 5px;
}

.packages-soonavailable-text{
    color: #EFA65B;
    font-weight: bold;
}

.packages-octa-img{
    width: 20px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 4px;
}

.diamond-icon{
    font-size: .7em;
    color: #1E264F;
}

.orange-icon{
    color: #EFA65B;
}


.packages-line-div{
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
    user-select: none;
    margin-top: 3px;

}

.packages-line-div p{
    margin-left: 6px;
}

/* CONFIGURE */

.configure-title{
    font-size: 27px;
    text-align: center;
    color: #2C3C70;
    font-weight: bold;
}

.configure-body{
    overflow: hidden;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.configure-div{
    padding: 15px;
    width: 30%;
    background: white;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.configure-inputfield-p{
    margin: 10px;
}

/* CONNECT */

.connect-body{
    width: 100vw;
    height: 100%;
}

.connect-mainblock{
    background: white;
    width: 50%;
    box-shadow: rgba(99, 99, 99, 0.6) 0 0 15px 0;
    border-radius: 10px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.connect-titleblock-title-mobile{
    display: none;
}

.connect-topmargin{
    height: 10vh;
}

.connect-logouticon-a{
    width: fit-content;
}

.connect-ownertitle-h3{
    text-align: center;
    font-size: 30px;
}

.connect-text{
    font-size: 22px;
    text-align: center;
}

.connect-text-div{
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.connect-linktext-a{
    font-size: 22px;
    color: #EFA65B;
}

.connect-linktext-a:hover{
    color: #BD8248;
    transition: 90ms;
    font-weight: bolder;
}

.connect-logouticon-a{
    margin-top: auto;
    margin-bottom: auto;
}

.connect-titleblock-title{
    font-size: 35px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    color: #EFA65B;
}

.connect-createcompany-button-div{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.connect-title-div{
    display: flex;
    justify-content: space-around;
}

.connect-choices-div{
    display: flex;
    justify-content: space-around;
}

.dashboardbase-logout-icon {
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
    color: white;
    vertical-align: center;
}

.logout-text {
    color: white;
    margin-left: 10px;
}

/* PROFILE */

.profile-mainblock{
    background: white;
    width: 80%;
    box-shadow: rgba(99, 99, 99, 0.6) 0 0 15px 0;
    border-radius: 10px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    height: fit-content;
}

.profile-back-text{
    font-size: 40px;
    color: #EFA65B;
    font-weight: bolder;
    margin-left: 10px;
}

.profile-button-div{
    width: fit-content;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.profile-title-div{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.profile-edit-div{
    display: flex;
    margin-bottom: 20px;
}

.profile-input-text{
    width: 30%;
}

.agenda-employee-overview{
    display: flex;
    justify-content: space-between;
}

.profile-salary-field{
    width: 100%;
    border: 1px solid rgb(134, 134, 134);
    height: 45px;
    border-radius: 3px;
    padding-left: 6px;

}

.profile-first-name-field, .profile-username-field, .profile-last-name-field, .profile-phone-number-field{
    width: calc(100%);
    border: 1px solid rgb(134, 134, 134);
    height: 45px;
    border-radius: 3px;
    /*box-shadow: inset rgba(99, 99, 99, 0.4) 0 0 5px 0;*/
    padding-left: 6px;
}

.profile-first-name-field:focus, .profile-username-field:focus, .profile-last-name-field:focus, .profile-phone-number-field:focus{
    outline: none;
}



.profile-th{
    text-align: left;
}

#id_birthdate_month{
    border: 1px solid rgb(134, 134, 134);
    height: 45px;
    border-radius: 3px;
}

#id_birthdate_day{
    border: 1px solid rgb(134, 134, 134);
    height: 45px;
    border-radius: 3px;
    margin-left: 10px;
}

#id_birthdate_year{
    border: 1px solid rgb(134, 134, 134);
    height: 45px;
    border-radius: 3px;
    margin-left: 10px;
}

.profile-comingsoon-text{
    margin-left: auto;
}



.profile-background-overview{
    width: 100%;
    min-height: 100vh;
    background-image: url("../../Images/gradienstloginback.png");
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
}

.birthday-mainblock{
    width: 100%;
    min-height: 100vh;
    background-image: url("../../Images/gradienstloginback.png");
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    overflow: hidden;
}

.birthday-titlediv{
    background-color: white;
    width: 50%;
    /*put in middle*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vh;
    border-radius: 10px;
    padding: 10px;
    min-height: 50%;
    height: fit-content;
    user-select: none;
}

.birthdate-buttondiv{
    display: flex;
    justify-content: right;
    margin-top: 20px;

}

.profile-payment-table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-payment-title{
    font-size: 30px;
    color: #EFA65B;
    font-weight: bolder;
    margin-left: 10px;
    text-align: center;
}

.profile-data-div{
    display: flex;
}

.profile-data-div-2{
    width: 100%;
    margin: 20px;
    /*background: #e8e8e8;*/
    padding: 10px;
    border-radius: 10px;
}

.profile-data-package-div{
    /*background: #e8e8e8;*/
    width: 50%;
    margin: 20px;
    border-radius: 10px;
    /*box-shadow: rgba(99, 99, 99, 0.1) 0 0 15px 0;*/
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profile-package-buttondiv{
    display: flex;
    justify-content: space-around;
}

.profile-package-filler{
    height: auto;
}

.profile-package-title{
    font-size: 30px;
    color: #EFA65B;
    font-weight: bolder;
    margin-left: 10px;
    text-align: center;
}

.profile-package-nopackage-div{
    background-color: #ee4040;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    color: white;
    margin: 5px;
    cursor: pointer;
}

/* RESET PASSWORD */
.resetpassword-div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    min-width: 300px;
    background: white;
    height: fit-content;
    box-shadow: rgba(99, 99, 99, 0.4) 0px 4px 10px 0px;
    border-radius: 7px;
    padding: 20px;
}


/* COMPANY CREATE */
.companycreate-button-div{
    width: fit-content;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.companycreate-field-div{
    display: flex;
    margin: 10px;
}

.companycreate-mainblock{
    background: white;
    width: 80%;
    box-shadow: rgba(99, 99, 99, 0.6) 0 0 15px 0;
    border-radius: 10px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: fit-content;
}

.companycreate-topmargin{
    height: 20px;
}

.companycreate-titleblock-title{
    font-size: 30px;
    color: #EFA65B;
    font-weight: bolder;
    margin-left: 10px;
    text-align: center;
}

.companycreate-field{
    border: 1px solid rgb(129, 129, 129);
    width: 100%;
    border-radius: 5px;
    height: 40px;
    padding-left: 6px;
}

.companycreate-companydescription-field{
    max-width: 100%;
    border: 2px solid rgb(236, 214, 173);
    border-radius: 3px;
    box-shadow: inset rgba(99, 99, 99, 0.4) 0 0 5px 0;
    padding-left: 6px;
}

.company-create-field-text{
    width: 30%;
}

.company-logouticon-a{
    margin-top: auto;
    margin-bottom: auto;
}

.company-create-name-input{
    min-width: 300px;
    margin-left: 20px;
    font-size: 20px;
    border: 2px solid rgb(236, 214, 173);
    width: 230px;
    height: 31px;
    border-radius: 3px;
    box-shadow: inset rgba(99, 99, 99, 0.4) 0 0 5px 0;
    background-color: #fafafa;
}

.company-create-description-input{
    width: 60%;
    margin-left: 20px;
    font-size: 20px;
    border: 2px solid rgb(236, 214, 173);
    height: 93px;
    border-radius: 3px;
    box-shadow: inset rgba(99, 99, 99, 0.4) 0 0 5px 0;
    background-color: #fafafa;
    resize: none;
}

/* LANDING */

.landing-hamburger-a{
    width: 10%;
    align-items: center;
    justify-content: center;
    display: none;
}

.landing-hamburger-button-img{
    display: none;
    width: 100%;
    vertical-align: middle;
}


/* PROFILE */

.profile-darkmode-input{
    margin-left: auto;
    border: 2px solid #efa65b !important;
}

.profile-email-field{
    width: 50%;

}


.profile-contactdev-a:hover{
    color: #BD8248;
    transition: 90ms;
    font-weight: bolder;
}

/* VERIFY */
.verify-title{
    font-size: 40px;
    color: #2C3C70;
    font-weight: bolder;
    width: 100%;
    text-align: center;
}

.verify-link{
    color: #EFA65B;
    border: none;
    box-shadow: none;
    background: transparent;
}


/* FOOTER */
.web-footer-items-text{
    color: gray;
}

.web-footer-title{
    color: gray;
    font-size: 20px;
}

/* CHECKOUT */
.checkout-maindiv{
    background: white;
    width: 70%;
    border-radius: 7px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.checkout-title{
    font-size: 40px;
    color: #2C3C70;
    font-weight: bold;
    width: 100%;
    text-align: center;
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
}

.checkout-overview-div{
    width: 70%;
    padding:20px;
}

.checkout-input-label{
    display: block;
    font-size: 16px;
}

.checkout-button-div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.checkout-overview-div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.checkout-package-checkout-div{
    width: 30%;
}

.checkout-payment-line-div{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.checkout-a{
    font-size: 16px;
}

.checkout-spacer{
    height: 10px;
}

/* BLOGS */
.blogs-blogs-div{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Divides width into three equal parts */
    grid-gap: 60px;
    margin-left: 60px;
    margin-right: 60px;
}

.blogs-blogpreview-article{
    width: calc(100%- 40px);
    height: calc(100%- 40px);
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.46) 0 0 15px 0;
    background-color: #14224F;
    margin: 20px;
    cursor: pointer;
}

.blogs-blogpreview-article:hover{
    transition: 180ms;
    transform: scale(1.06);
}

.blogs-blog-image{
    width: 100%;
    border-radius: 7px;
}

.blogs-blog-title{
    font-size: 20px;
    color: white;
    font-weight: bolder;
    width: 100%;
    text-align: center;
}

.blogs-blog-text{
    font-size: 15px;
    color: #324e79;
    font-weight: lighter;
    padding: 10px;
    margin-top: 10px;
}

.blogs-blog-text-div{
    padding: 10px;
}

.blogs-background-overview{
    width: 100%;
    min-height: 100vh;
    background-image: url("../../Images/gradienstloginback.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.blogs-web-header-placeholder{
    height: 13vh;
}

.blogs-title{
    text-align: center;
    font-weight: bold;
    margin: 20px;
    margin-bottom: 0;
    color: white;
    font-size: 47px;
}

/* SUPPORT */

.support-title-h1{
    font-size: 40px;
    color: #2C3C70;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.support-message-div{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(255, 255, 255, 0.42);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
    padding: 20px;
}

.support-message-titleinput{
    background: none;
    border: none;
    box-shadow: none;
    font-size: 30px;
}

.support-message-titleinput:focus{
    outline: none;
}

.support-button-div{
    display: flex;
    justify-content: flex-end;
    margin: 20px;
}

.support-message-textfield{
    background: none;
    border: none;
    box-shadow: none;
    font-size: 20px;
    width: 100%;
    /*resize: none;*/
    overflow-y: auto;
    max-height: 300px;
}

.support-message-textfield:focus{
    outline: none;
}

.support-maildiv{
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    border-radius: 7px;
    padding: 20px;
    gap: 20px;
}

.support-gridchild{
    /*background-color: white;*/
    /*border-radius: 7px;*/
    /*padding: 20px;*/
    display: flex;
    flex-direction: column;
}

.support-h2{
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;

}


.schedule-create-date-field{
    border: 1px solid rgb(129, 129, 129);
    width: max-content;
    border-radius: 5px;
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
}

.licensing-header{
    font-size: 2vw;
    color: #2C3C70;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.licensing-div{
    width: 70%;
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-top: 20vh;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
    padding: 20px;
}

.licensing-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

/*.licensing-grid-button[disabled]*/
.licensing-grid-button:disabled{
    background-color: #b9b9b9 !important;
    cursor: not-allowed;
}

.licensing-grid-button:disabled:hover{
    transform: none;
}

.licensing-grid-button{
    background-color: #ffffff!important;
    display: flex;
    border-radius: 7px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid lightgray;
    height: 100%;
    text-align: center;
    box-shadow: none!important;
}

.licensing-grid-button:hover{
    transition: 180ms;
    transform: scale(1.06);
}

/* ANIMATIONS */

.fade-in{
    animation: fade-in 1s;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
   from {
       opacity: 0;
   }
    to{
        opacity: 1;
    }
}

@media (max-width: 500px){
    .primary-blue-button{
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    nav{
        display: none;
    }

    #dashboard-button{
        background-color: #EFA65B;
    }

    .web-logo-a{
        width: 30%;
        padding-top: 2%;
    }

    .landing-hamburger-button-img{
        display: block;
    }

    .website-subtitle-text{
        margin-top: 10px;
        font-size: 16px;
    }

    #subscribe-button{
        display: none;
    }

    .web-herosection-scroll-cta-div{
        margin-top: 25vh;
    }

    .landing-hamburger-a{
        display: flex;
    }

    .login-div
    {
        margin-top: 10%;
    }

    .profile-mainblock{
        width: 90%;
    }

    .profile-edit-div{
        display: block;
    }

    .configure-div{
        width: 80%;
    }

    .connect-mainblock{
        width: 90%;
    }

    .connect-choices-div{
        display: block;
    }

    .connect-text-div{
        width: 100%;
    }

    .web-herosection-mockup-img{
        display: none;
    }

    .blogs-blogpreview-article{
        width: 100vw;
    }

    .web-herosection-h1{
        font-size: 12vw;
    }

    .web-MVPsection-content-title{
        font-size: 9vw;
    }

    .web-MVPsection-table{
        display: none;
    }

    .web-MVP-button{
        display: none;
    }

    .blogs-blogs-div{
        display: flex;
        flex-direction: column;
        margin: 0;
        grid-gap: 0;

    }

    .blogs-blogpreview-article{
        width: 90vw;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .packages-div{
        display: flex;
        flex-direction: column;
    }

    .web-blogs-blog-div{
        width: inherit;
    }

    .web-advantagesection-grid-div{
        display: flex;
        flex-direction: column;
    }

    .web-advantagesection-div{
        height: inherit;
    }

    .connect-topmargin{
        height: 2vh;
    }

    .connect-titleblock-title{
        /*display: none;*/
    }

    .connect-title-div{
        margin-top: 10px;
    }

    .connect-titleblock-title-mobile{
        display: block;
        font-size: 35px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        color: #EFA65B;
    }

    .companycreate-mainblock{
        width: 90%;
    }


    .birthday-titlediv{
        width: 90vw;
    }

    .licensing-grid{
        grid-template-columns: 1fr;
    }

    .licensing-div{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top:20px;
    }

    .licensing-header{
        font-size: 6vw;
    }

    .login-button-div{
        padding-bottom: 20px;
    }

    .web-MVPsection-content-text{
        font-size: 4vw!important;
    }

    .web-MVPsection-content-div{
        grid-template-columns: 1fr;
    }

    .mobile-order2{
        order: 2;
    }

    .mobile-order1{
        order: 1;
    }

    .web-MVPsection-content-title{
        padding-top: 20px;
        font-size: 8vw;
    }

    .web-MVPsection-div{
        height: fit-content;
    }

    .web-seconddiv{
        height: fit-content;
    }

    .web-herosection-div{
        padding: 20px;
    }

    .support-maildiv{
        display: block;
    }

    .login-title{
        padding: 10px;
    }
}


