:root {
    --primaryBlue: #0A2777;
    --secondaryGreen: #79B707;
    --LightBlue: #29ABE2;
    --White: #FFFFFF;
    --orange: #C69C6D;
    --lightgreen: #61A598;
    --grey: #959595;
    /* --btn: #61A598; */
    --btn: #3cb371;
    --btnHover: #2e8b57;
    --del-btn: ff0000;
    --simple: #000000;
    --lightgrey: #dddddd;
    --darkgrey: #393939;
    --shadowgrey: #e4e4e4;
}

* {
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

/* General design for buttons */
.filled-btn {
    background-color: var(--btn);
    color: var(--White);
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 14px;
    font-weight: bold;
}

.filled-btn:hover {
    background-color: var(--btnHover); /* Darker shade for hover */
}

.border-btn {
    padding: 8px 15px;
    border: 2px solid var(--btn);
    color: var(--btn);
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.border-btn:hover {
    background-color: var(--btn);
    color: white;
}

.grey-btn {
    background-color: #d3d3d3;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 14px;
    font-weight: bold;
}

.grey-btn:hover {
    background-color: #c0c0c0;
}

.primary-btn {
    background-color: #0a2777;
    color: white;
    padding: 16px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 20px;
    min-width: 152px;
    height: 56px;
}

    .primary-btn:hover {
        background-color: #2445a8; /* Darker shade for hover */
    }

    .primary-btn:disabled {
        background-color: #A0A0A0;
        cursor: default;
    }

.secondary-btn {
    background-color: #79B707;
    color: white;
    padding: 16px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 20px;
    min-width: 152px;
    height: 56px;
}

    .secondary-btn:hover {
        background-color: #639308;
    }

.secondary-btn:disabled {
    background-color: #A0A0A0;
    cursor: default;
}

.third-btn {
    border: 1px solid;
    background-color: white;
    color: #0a2777;
    ;
    padding: 16px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 20px;
    min-width: 152px;
    height: 56px;
}

    .third-btn:hover {
        background-color: rgb(212, 212, 212);
    }


/*Complete profile start*/
.cpp-popup-1 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px 32px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 1000;
    width: 637px;
    height: 371px;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    justify-content: center;
}

.cpb-popup-radio-label {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    color: #0A2777;
}

.cpb-popup-inputfield {
    width: 100%;
    height: 72px;
    border-radius: 8px;
    border: 1px solid #C7C7C7;
    font-size: 20px;
    padding: 16px;
    margin-bottom: 32px;
    margin-top: 24px;
}

.cpb-permit-container {
    display: flex;
    margin-left: 32px;
    align-items: center;
}

.cpb-permit-container-1 {
    display: flex;
    align-items: center;
}

.cpb-permit-input-container {
    display: flex;
}

.cpb-dropdown {
    margin-left: 32px;
}

.cpb-vehicle-nbr-input {
    margin-left: 32px;
}

.cpb-input-field {
    width: 280px;
    height: 43px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
}

.cpb-trash-btn {
    cursor: pointer;
    margin-left: 16px;
}

.cpp-btn-container {
    display: flex;
    justify-content: right;
    margin-top: 24px;
}

.cpp-heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0.21688537299633026px;
    text-align: left;
}

.cpp-p-1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.21688537299633026px;
    text-align: left;
    margin: 16px 0px;
}

.cpp-ul-1 {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.22px;
}

.cpp-li-1 {
    list-style: disc;
    margin-bottom: 8px;
}

.cpp-li-2 {
    list-style: disc;
}

.cpp-p-2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.22px;
    margin: 16px 0px;
}

.cpp-p-3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.22px;
    margin: 40px 0px 8px 0px;
}

.cpp-ul-2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.22px;
    margin-bottom: 32px;
}

.cpp-p-4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    width: 507px;
    margin-bottom: 32px;
}

.cpp-popup-btn-1 {
    margin-right: 40px;
}

.cpp-card {
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 24px;
}

.cpp-card-header {
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 500;
    margin: 0 24px;
    line-height: 39px;
    letter-spacing: 0.20289276540279388px;
    text-align: left;
}

.checkmark-icon {
    margin-right: 16px;
}

.checkmark-icon-complete {
    color: #79B707;
}

.checkmark-icon-active {
    color: #0A2777;
}

.checkmark-icon-inactive {
    color: #00000030;
}

.next-icon {
    margin-left: auto;
}

.subheading {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.20289276540279388px;
    text-align: left;
}

.input-field-container-1 {
    width: 32%;
    display: flex;
    flex-direction: column;
}

.input-field-label-1 {
    font-size: 18px;
    line-height: 27px;
    color: #00000070;
    margin-top: 16px;
    margin-bottom: 8px;
}

.input-field-1 {
    height: 56px;
    width: 100%;
    border-radius: 10px;
    /* border: 1px solid #79B707; */
    border: 1px solid #000000;
    background-color: #F7F7F7;
    padding: 0px 16px;
    font-size: 20px;
}

    .input-field-1:read-only {
        height: auto;
        background-color: transparent;
        color: black;
        border: none;
        padding: 0px;
    }

.input-field-country-code {
    height: 56px;
    border: 1px solid #000000;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    outline: none;
    background-color: #F7F7F7;
    padding: 0px 5px;
    font-size: 20px;
}

.input-field-phone-no {
    height: 56px;
    width: 100%;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #000000;
    border-left: none;
    outline: none;
    background-color: #F7F7F7;
    padding: 0px 16px;
    font-size: 20px;
}

    .input-field-phone-no:read-only {
        height: auto;
        background-color: transparent;
        color: black;
        border: none;
        padding: 0px;
    }

.cpp-card-body {
    padding: 8px 32px 48px 32px;
    /* width: 90%; */
}



.checkbox-tc {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    margin-top: 8px;
}

.checkbox-txt-bold {
    font-weight: 500;
}

.checkbox-txt {
    font-size: 22px;
    line-height: 33px;
}

.text-1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.2px;
}

.text-500-18 {
    font-weight: 500;
    font-size: 18px;
}

.text-500-24 {
    font-weight: 500;
    font-size: 24px;
    leading-trim: Cap height;
    line-height: 25px;
    letter-spacing: 0%;
}

.tc-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
    margin-top: 32px;
}

.hr-1 {
    margin: 40px 0px;
}




.text-400-18 {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.text-400-20 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.22px;
}

.text-400-22 {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
}

.text-400-24 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.2px;
}

.input-field-container-1-margin {
    margin-right: 35px;
}

.cpp-radiobtn-section {
    display: flex;
}

.cpp-field-container {
    display: flex;
}

.cpp-dropdown {
    width: 280px;
    height: 43px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid #000;

    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    

}

.cpb-fields {
    width: 224px;
}

@media (max-width: 1200px) {
    .cpb-input-field {
        width: 254px;
    }
}

@media (max-width: 1024px) {
    .cpp-radiobtn-section {
        flex-direction: column;
    }

    .cpb-permit-container {
        flex-direction: column;
        margin-left: 0px;
        align-items: start;
    }

    .cpb-dropdown {
        margin-left: 0px;
    }

    .cpb-input-field {
        margin-top: 16px;
    }

    .cpb-trash-btn {
        margin-top: 16px;
    }

    .cpb-permit-container-1 {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .cpp-radiobtn-container {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .cpp-field-container {
        flex-direction: column;
    }

    .input-field-container-1 {
        width: 100%;
    }

    .input-field-container-1-margin {
        margin-right: 0px;
    }

    .tc-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .cpp-popup-1 {
        height: auto;
        width: auto;
    }

    .cpp-p-4 {
        width: auto;
    }

    .cpp-popup-btn-container-1 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 150px;
    }

    .cpp-popup-btn-1 {
        margin-right: 0px;
    }

    .cpb-permit-input-container {
        flex-direction: column;
    }    

    .cpb-vehicle-nbr-input {
        margin-left: 0px;
    }

    .cpb-input-field {
        width: 342px;
    }

    .cpb-trash-btn {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .cpp-card-header {
        font-size: 20px;
        line-height: normal;
    }

    .card-header {
        font-size: 22px;
    }

    .cpb-input-field {
        width: 100%;
    }

    .cpb-permit-container-1 {
        flex-direction: column;
    }

    .cpb-trash-btn {
        margin-left: 0px;
    }

    .cpb-permit-container-1 {
        align-items: start;
    }

    .cpb-text-sm {
        text-align: center;
        font-size: 18px;
    }
}
/*Complete profile end*/

/* Overlay to dim background */
.overlay-x {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 500; 
} 

 .overlay-x.active-overlay {
    display: block;
 } 

.submit-btn:hover {
    cursor: pointer;
}

.height-hundred {
    height: 100%;
}

html {
    height: 100%;
}

a {
    color: black;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

body p {
    font-family: 'Montserrat', sans-serif;
}

body h3 {
    font-family: 'Montserrat', sans-serif;
}

body h6 {
    font-family: 'Montserrat', sans-serif;
}

.txt-align-center {
    text-align: center;
}

#home-section {
    background: url(../img/starting-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    min-height: 700px;
    color: #fff;
}

/* Start sidebar classes */
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #79B707; /* #0A2777; or #79B707 */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}


    .sidenav ul {
        list-style-type: none;
        padding-left: 0;
    }

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/* End sidebar classes */


.fas {
    color: white;
}

#section-signin .sign-up {
    color: #79B707;
    background-color: white;
}

#section-signin .login {
    color: white;
    background-color: #79B707;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 67px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 34px;
}

#header-text {
    font-weight: 400;
    font-size: 18;
}

#intro-section {
    background-color: #F2F5F8;
}

.responsive {
    width: 100%;
    height: auto;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 23px;
}

#card-1 {
    background-color: #CAD0E1;
}

.card-height {
    height: 246px;
}

.small-cards {
    background-color: #E6F2D0;
    font-size: 13px;
}

.img-width {
    width: 100%;
}

#content-section a {
    color: #79B707;
    font-weight: 700;
}

.content-center-ourowndesign {
    width: 100%;
    height: 100%;
}

#registration-section, #registration-section-2 {
    background: linear-gradient(0deg, #0A2777 0 50%,white 50% 100%);
    /* background-color: #0A2777; */
    /* height: 373px; */
}

#register-company {
    background: url(../img/register-company.jpg);
    width: 435px;
    height: 507px;
    background-repeat: no-repeat;
}

#register-driver {
    background: url(../img/register-personal.jpg);
    width: 435px;
    height: 507px;
    background-repeat: no-repeat;
}

#registration-section .btn {
    background-color: #79B707;
    color: white;
    font-weight: 700;
}

#operationalInfo-section {
    min-height: 30rem;
    background-color: #EFF6EE;
}

    #operationalInfo-section a {
        color: #79B707;
        font-weight: 700;
    }

#imageCountry1 {
    position: absolute;
    margin: -32px 0px 0px 106px;
}

#imageCountry2 {
    position: absolute;
    top: 183px;
    right: 1px;
    left: 1px;
}

#imageCountry3 {
    position: absolute;
    top: 183px;
    left: 223px;
}

#imageCountry4 {
    position: absolute;
    top: 343px;
    bottom: 0px;
    left: 57px;
}

#section-faq .card {
    /* border: 0px; */
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-style: groove;
    border-color: #ebe9e9;
    background-color: #fff;
}

#section-faq .card-header {
    background-color: #fff;
    border-bottom: none;
}

#section-faq button {
    background-color: #fff;
}

    #section-faq button:focus {
        outline: 0;
        box-shadow: none;
    }

#section-faq .fas {
    color: black;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: large;
}
/*
#ImageFooter-Section {
    color: #fff;
} */

#ImageFooter-Section {
    background-image: url(../img/footer-img.jpg);
    min-height: 350px;
    max-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.nav-link {
    font-weight: 700;
    color: white;
    font-size: 17px;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* Vi behöver troligtvis ändra lite här !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
footer {
    background-color: #79B707;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */



.fab {
    color: white;
}

.footer-text {
    color: white;
}

.sec-card-wrapper {
    position: relative;
    border: .2rem;
    border-style: inset;
    border-color: rgba(212, 209, 209, 0.185);
    padding: 1rem;
    border-radius: 5px;
    margin: 1rem 2rem 2rem;
}


/* SuperAdmin overview page */
/* #SuperAdminOverview {
    display: grid;
    margin: 0;
} */



#navbar {
    /* grid-column: 1 / span 12; */
    /* grid-column: 1 / span 14; */
    display: flex;
    border-top: 12px solid #0A2777;
    box-shadow: 0px 10px 5px -5px #E4E4E4;
    background-color: white;
    position: relative;
    z-index: 10;
}

.main {
    display: grid;
    grid-gap: 30px;
    /*background-color: #f1f0f0;*/
}

.sidebar-lg {
    grid-template-columns: 285px repeat(12, minmax(auto, 100px)) 1fr;
}

/* .sidebar-sm {
    grid-template-columns: 75px repeat(12, minmax(auto, 100px)) 1fr;
} */

#sidebar-menu {
    /* grid-column: 1 / span 2; */
    grid-column: 1 / span 1;
    /* height: 600px; */
    /* position: relative; */
    /*background-color: #f1f0f0;*/
    height: 100%;
    padding-bottom: 25px;
}

.sidebar-ul {
    padding: 0;
    min-height: 750px;
    height: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 15px;
    background-color: white;
    position: relative;
    /*z-index: 9;*/
    box-shadow: 10px 10px 5px -5px #E4E4E4;
}

/* #sidebar-ul-sm{
    padding: 0;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 15px;
    background-color: white;
    position: relative;
    z-index: 20;
    width: 286px;
    float: left;
} */

/* .overlay {
    background-color: rgba(0,0,0, 0.3);
    height: 100vh;
    width: 100%;
    z-index: 20;
} */

/* #sidebar-sm {
    width: 0;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 20;
    overflow-x: hidden;

}  */

#sidebar-ul-sm {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    background-color: white;
    position: relative;
    z-index: 20;
    width: 286px;
    float: left;
    min-height: 800px;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.overlay {
    background-color: rgba(0,0,0, 0.3);
    height: 100vh;
    min-height: 800px;
    width: 100%;
    z-index: 20;
    /* display: inline-block; */
}

#SuperAdminOverview {
    position: relative;
}

#sidebar-overlay {
    width: 0;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 20;
    overflow-x: hidden;
    height: 100%;
}

.sidebar-logo {
    width: 70%;
    margin-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sidebar-menu-link-lg-logout {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: 0.3s;
}

/* .sidebar-menu-link-sm-logout {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 30px;
} */

.sidebar-menu-link-lg {
    padding-left: 30px;
    transition: 0.3s;
}

    .sidebar-menu-link-lg:hover {
        background-color: #cecdcd;
    }

/* .sidebar-menu-link-sm {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 20px;
}

    .sidebar-menu-link-sm:hover {
        background-color: #cecdcd;
    } */

.sidebar-menu-link-active {
    border-left: 10px solid #0A2777;
}

.sidebar-menu-link-inactive-lg {
    padding-left: 40px;
}

/* .sidebar-menu-link-inactive-sm {
    padding-left: 30px;
} */

.sidebar-menu-link-text {
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-weight: 300;
    display: flex;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sidebar-icon {
    margin-right: 15px;
    width: 20px;
}

.sidebar-icon-arrow {
    margin-left: auto;
}

.ml-auto {
    margin-left: auto;
}

.active {
    color: #0A2777;
}

.sidebarArrow-lg {
    border: none;
    background-color: transparent;
}

.sidebarArrow-sm {
    border: none;
    background-color: transparent;
}

#slideArrowLeft {
    margin-left: auto;
}

.sidebarExpandArrow {
    position: relative;
    left: 10px;
}

.submenu-list-lg {
    background-color: #F7F7F7;
    padding: 0;
    display: none;
}

.submenu-list-sm {
    background-color: #F7F7F7;
    padding: 0;
    display: none;
}

.sidebar-link-control-panel-lg {
    position: relative;
    background-color: transparent;
}

.submenu-list {
    background-color: #F7F7F7;
    padding: 0;
    position: absolute;
    top: 0;
    left: 285px;
    overflow: hidden;
    width: 0;
    /* display: none; */
    /* width: 270px; */
}

.sidebar-link-expand-lg {
    position: relative;
}

.submenu-list-lg p {
    color: black;
    font-weight: 290;
}

.submenu-list p {
    color: black;
    font-weight: 290;
}

.submenu-list-sm p {
    color: black;
    font-weight: 290;
}

.submenu-link {
    padding-left: 75px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    transition: 0.2s;
}

    .submenu-link:hover {
        background-color: #cecdcd;
    }

.submenu-link-sm {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    transition: 0.2s;
}

    .submenu-link-sm:hover {
        background-color: #cecdcd;
    }

/* .control-panel-submenu-link-sm {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 25px;
    display: flex;
    transition: 0.2s;
} */

/* .control-panel-submenu-link-sm:hover {
        background-color: #cecdcd;
    } */

.logout-link {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
}

.logout-link-sm {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    margin-top: auto;
}

.logo {
    border-right: 1px solid #E4E4E4;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 285px;
}

#logo {
    width: 70%;
}

.navbar-standard-logo {
    width: 70%;
}

#nav-simple-logo {
    width: 110%;
}

.logo-container-sm {
    display: none;
}

.logo-container {
    display: flex;
    border-right: 1px solid #E4E4E4;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 285px;
}

.menu-bar-button {
    border: none;
    background-color: transparent;
}

.navbar-menu-bar-button {
    display: none;
}

#superadmin-navtext {
    font-size: 17px;
    margin-right: auto;
    padding-left: 10px;
}

.page-navigation {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.arrow-page-navigation-home {
    height: 9px;
    width: 13px;
    margin-left: 5px;
}

.arrow-page-subnavigation {
    height: 9px;
    width: 5px;
}

.home-link-page-navigation {
    display: flex;
    align-items: center;
}

.previous-page {
    font-size: 14px;
    font-weight: 500;
    margin-right: 18px;
    margin-left: 12px;
}

.previous-page-inactive {
    color: #9E9E9E;
}

.previous-page-active {
    color: #0A2777;
}

.previous-page-inactive:hover {
    color: #0A2777;
}

#superadmin-navtext p {
    margin: 10px;
    margin-top: 15px;
}

#overview-page-text {
    font-weight: 300;
}

#navbar-buttons {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbarbutton {
    background-color: white;
    border: none;
    margin-right: 20px;
}

.userbutton {
    background-color: #707070;
    color: var(--White);
    border-radius: 50%;
    padding: 10px;
    font-weight: 700;
}

.dropdown-navbar {
    position: relative;
}

.user-dropdown {
    display: none;
    position: absolute;
    width: 250px;
    background-color: white;
    right: 10px;
    top: 42px;
    border: 1px solid var(--lightgrey);
}

.user-dropdown a {
    color: black;
    padding: 12px 16px;
    display: block;
}

.border-top-lightgrey {
    border-top: 1px solid var(--lightgrey);
}

.hide {
    display: none;
}

.content {
    grid-column: 2 / span 12;
    display: grid;
    grid-template-columns: repeat(12, minmax(auto, 100px));
    grid-gap: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    /*background-color: #f1f0f0;*/
    position: relative;
}

#overview {
    grid-column: 1 / span 12;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-gap: 30px;
    position: relative;
    z-index: 8;
}


.content-container-tablepage {
    grid-column: 1 / span 12;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, auto) 1fr auto;
    grid-gap: 30px;
    position: relative;
    z-index: 8;
    background-color: white;
    border-radius: 10px;
    padding-right: 25px;
    box-shadow: 0px 0px 24px 6px #e4e4e4;
}

.content-container-editpage {
    grid-column: 1 / span 12;
    position: relative;
    background-color: white;
    border-radius: 10px;
    z-index: 8;
    padding: 25px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 20px 1px #e4e4e4;
}

.content-container-cmp-overview {
    grid-column: 1 / span 12;
    display: grid;
    grid-template-rows: auto 1fr;
}

.content-container-product-offerings {
    grid-column: 1 / span 12;
    display: grid;
    grid-template-rows: auto 1fr;
}

.content-container-product-purchase-cart {
    grid-column: 1/ span 12;
}

.subcontainers-editpage {
    display: flex;
    flex-direction: column;
}

.p-content-container-tablepage {
    padding: 25px;
}

.contentExpandedSidebar {
    padding-left: 0;
}

/* .contentCollapsedSidebar {
    padding-left: 20px;
} */

#first-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(auto, 100px));
}

#second-row {
    display: grid;
    grid-template-columns: minmax(200px, 370px) minmax(287.5px, 510px) minmax(156.25px, 280px) minmax(156.25px, 280px);
    grid-template-rows: repeat(2, auto);
}

#third-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(auto, 100px));
}

.content-row {
    grid-row-end: span 1;
    grid-gap: 30px;
}

.first-row-card-container {
    grid-column-end: span 3;
    grid-row-end: span 1;
    width: 100%;
    padding-top: 68%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    box-shadow: 0px 5px 4px 1px #E4E4E4;
}


    .first-row-card-container:hover {
        box-shadow: 0px 0px 5px #0A2777;
        cursor: pointer;
    }

.last-row-card-container {
    grid-column-end: span 3;
    grid-row-end: span 1;
    width: 100%;
    padding-top: 68%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    box-shadow: 0px 5px 4px 1px #E4E4E4;
}

    .last-row-card-container:hover {
        box-shadow: 0px 0px 5px #0A2777;
        cursor: pointer;
    }

.fifth-card-container {
    grid-column-end: span 1;
    grid-row-end: span 2;
    width: 100%;
    padding-top: 114%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    box-shadow: 0px 5px 4px 1px #E4E4E4;
}

    .fifth-card-container:hover {
        box-shadow: 0px 0px 5px #0A2777;
        cursor: pointer;
    }

.sixth-card-container {
    grid-column-end: span 1;
    grid-row-end: span 2;
    width: 100%;
    padding-top: 79%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    box-shadow: 0px 5px 4px 1px #E4E4E4;
}

    .sixth-card-container:hover {
        box-shadow: 0px 0px 4px #0A2777;
        cursor: pointer;
    }

.mini-card-container {
    grid-column-end: span 1;
    grid-row-end: span 1;
    width: 100%;
    padding-top: 67%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    box-shadow: 0px 5px 4px 1px #E4E4E4;
}

    .mini-card-container:hover {
        box-shadow: 0px 0px 5px #0A2777;
        cursor: pointer;
    }

.card-sm {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 20px;
    transition: 0.2s;
}


.card-lg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 20px;
}

/* Card design */
.card-design {
    border-radius: 3%;
}

.overview-layout {
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.overview-chart-layout {
    background-color: white;
    border-radius: 10px;
    display: flex;
}

.d-flex {
    display: flex;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.card-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 36px;
    margin: 5px;
    color: #79B707;
}

.card-icon {
    margin-left: auto;
    height: 35px;
    width: 50px;
    padding-top: 10px;
}

.card-text-first-row {
    font-weight: 300;
    font-size: 15px;
    margin: 0px;
    width: 50%;
}

.card-bottom-row {
    margin-top: auto;
    padding-top: 10px;
}

.last-seven-days {
    font-weight: 400;
    font-size: 10px;
    margin: 0px;
    margin-left: auto;
    float: right;
}

.card-arrow-first-row {
    width: 12px;
    height: 12px;
    padding-left: 5px;
    padding-top: 2px;
    align-self: end;
}

.view-all-first-row {
    font-weight: 300;
    font-size: 9px;
    color: #A5A5A5;
    margin: 0px;
}

.card-number-second-row {
    font-weight: 500;
    font-size: 30px;
    margin: 5px;
    color: #79B707;
}

.card-text-second-row {
    font-weight: 300;
    font-size: 12px;
    margin: 0px;
    width: 65%;
}

.view-all-second-row {
    font-weight: 300;
    font-size: 8px;
    color: #A5A5A5;
    margin: 0px;
}

.per-day {
    font-weight: 400;
    font-size: 8px;
    margin: 0px;
    margin-left: auto;
}

.card-arrow-second-row {
    width: 12px;
    height: 12px;
    padding-left: 5px;
    padding-top: 2px;
    align-self: center;
}

.card-text-large-card {
    font-weight: 300;
    font-size: 13px;
    color: #7B7B7B;
}

.fifth-card-text {
    margin-top: 10px;
    margin-bottom: 40px;
}

.view-all-fifth-card {
    font-weight: 300;
    font-size: 10px;
    color: #A5A5A5;
}

.last-seven-days-large-card {
    font-weight: 500;
    font-size: 11px;
    color: black;
}

.card-arrow-large-card {
    width: 11px;
    height: 6px;
    align-self: center;
    padding-left: 5px;
}

.companies-onboard-img {
    margin-top: auto;
    padding-bottom: 10px;
    border-bottom: #eeecec 1px solid;
}

.earning-statistics-img {
    margin-top: auto;
    padding-bottom: 15px;
}

.transection-history-img {
    margin-top: auto;
    padding-bottom: 10px;
    border-bottom: #eeecec 1px solid;
    object-fit: contain;
    height: 100%;
}

.last-seven-days-link {
    margin-left: auto;
}

.bottom-row-large-card {
    padding-top: 20px;
}

.text-sm {
    font-weight: 300;
    font-size: 9px;
    padding-bottom: 5px;
    margin-left: auto;
}

.legends-container {
    margin-left: auto;
}

.subscription-details-img {
    margin-top: auto;
    padding-bottom: 10px;
}

.new-subscriber-color {
    width: 11px;
    height: 11px;
    background-color: #0A2777;
    margin-left: 5px;
}

.unsubscriber-color {
    width: 11px;
    height: 11px;
    background-color: #777777;
    margin-left: 5px;
}

.top-row-sixth-card {
    margin-top: 10px;
}

.chart-card-text {
    font-size: 11px;
    font-weight: 300;
    color: #7B7B7B;
    margin-bottom: 20px;
}

.chart-img {
    object-fit: contain;
    height: 100%;
}

.first-square {
    width: 8px;
    height: 8px;
    background-color: #0A2777;
    margin-left: 5px;
    align-self: center;
    margin-bottom: 5px;
}

.second-square {
    width: 8px;
    height: 8px;
    background-color: #777777;
    margin-left: 5px;
    align-self: center;
    margin-bottom: 5px;
}

.third-square {
    width: 8px;
    height: 8px;
    background-color: #E4E4E4;
    margin-left: 5px;
    align-self: center;
    margin-bottom: 5px;
}

.last-seven-days-chart-link {
    margin-top: auto;
    color: black;
}

.transfer-icon {
    padding-right: 10px;
}

/* @media (min-width: 1300px) {
    #sidebar-sm {
        display: none;
        width: 0;
    }
} */

button:hover {
    cursor: pointer;
}

.footer-lg {
    background-color: #384282;
    display: grid;
    grid-template-columns: 1fr repeat(12, minmax(auto, 80px)) 1fr;
    grid-gap: 40px;
}

.footer-sm {
    background-color: #384282;
    display: grid;
    grid-template-columns: 1fr repeat(12, minmax(auto, 80px)) 1fr;
    grid-gap: 40px;
    display: none;
}

.footer-container {
    grid-column: 2 / span 12;
}

.footer-first-row {
    width: 100%;
    padding-top: 40px;
}

.footer-list-one {
    display: flex;
    border-bottom: #6872a8 1px solid;
    padding-left: 0;
    padding-bottom: 20px;
}

.footer-list-one-sm {
    display: flex;
    padding-left: 0;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.footer-list-items {
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
    margin-right: 50px;
}

.footer-list-items-sm {
    margin-right: 50px;
}

.footer-social-media-icons {
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
    margin-left: auto;
}

.social-media-icon {
    margin-left: 10px;
}

.footer-logo {
    margin-right: 50px;
}

.footer-logo-sm {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 60px;
}

.footer-link p {
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.footer-link-sm p {
    color: white;
    font-size: 15px;
    font-weight: 300;
}

.footer-second-row {
    display: flex;
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer-second-row-sm {
    display: flex;
    padding-top: 40px;
    padding-bottom: 10px;
    border-top: #6872a8 1px solid;
}

.footer-second-row p {
    color: white;
    font-size: 12px;
    font-weight: 300;
}

.footer-second-row-sm p {
    color: white;
    font-size: 12px;
    font-weight: 300;
}

.footer-copyright {
    margin-right: auto;
}

.footer-copyright-sm {
    margin-right: auto;
    margin-left: 30px;
}

.footer-txt {
    margin-left: 40px;
}

.footer-txt-sm {
    margin-right: 40px;
}

/* Table pages */
.table-container {
    grid-column: 1 / span 12;
    overflow-x: auto;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table-row-expansion-container {
    padding: 0;
}

.collapsed {
    height: 0;
    overflow: hidden;
}

.expanded {
    height: auto;
}

.x-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}

.x-links {
    display: flex;
    margin-right: auto;
}

.x-icon {
    width: 30px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
}

.x-text {
    font-size: 11px;
    font-weight: 500;
    color: #777777;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

.x-nbrof-tokens {
    background-color: #0A2777;
    color: white;
    padding: 4px 10px 4px 10px;
    border-radius: 3px;
}

.x-package {
    background-color: var(--btn);
    color: white;
    padding: 4px 10px 4px 10px;
    border-radius: 3px;
}

.x-heading {
    display: flex;
    background-color: #0A2777;
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 5px;
}

.x-arrow {
    transform: rotate(90deg);
    padding: 5px;
    cursor: pointer;
}

.expanded-arrow {
    transform: rotate(-90deg);
}

.first-table-row {
    border-bottom: 1px solid #c6ccdd;
}

.table-header p {
    float: left;
    font-weight: 400;
    font-size: 15px;
}

.table-row p {
    font-weight: 300;
    font-size: 14px;
}

th, td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

/* tr:nth-child(4n + 2) {background-color: #ecf1ff;} */
tr:nth-child(even) {
    background-color: #ecf1ff;
}

.checkbox-container {
    position: relative;
    padding: 20px;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 35%;
    left: 12px;
    height: 15px;
    width: 15px;
    background-color: white;
    border: 1px solid #cecdcd;
    border-radius: 4px;
}


.checkbox-container input:hover ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #0A2777;
    border: 1px solid #0A2777;
}

.table-icon {
    margin-left: 25px;
    width: 15px;
    height: 15px;
}

.table-arrow {
    height: 6px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
}

.header-section {
    grid-column: 1 / span 12;
    display: flex;
    align-items: center;
}

.header-section-2 {
    grid-column: 1 / span 12;
    display: flex;
    align-items: center;
}

.add-button-container {
    margin-left: auto;
}

.pc-nbr-icon-container {
    background-color: #384282;
    height: 100%;
    display: flex;
    padding: 20px 20px 20px 20px;
    margin-right: 10px;
    border-top-left-radius: 10px;
}

.pc-nbr-icon {
    border-radius: 50%;
    background-color: white;
    padding: 5px;
}

.p-x-25 {
    margin: 0 0 25px 25px;
}

.header {
    font-size: 20px;
    font-weight: 400;
}

.header-pending-complaints {
    font-size: 20px;
    font-weight: 400;
    margin-top: auto;
    margin-bottom: auto;
}

.search-container {
    margin-left: auto;
}

.avg-earning-container {
    margin-left: auto;
    margin-right: 20px;
}

    .avg-earning-container p {
        color: #79B707;
        margin-top: auto;
        margin-bottom: auto;
        font-weight: 500;
        margin-left: 5px;
        font-size: 18px;
    }

    .avg-earning-container img {
        margin-top: auto;
        margin-bottom: auto;
    }

.search-input {
    background-color: #F5F5F5;
    background-image: url('/img/search-icon.png');
    background-position: 20px;
    background-repeat: no-repeat;
    padding: 13px 15px 13px 40px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    width: 280px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.search-container-button {
    float: right;
    padding: 13px 15px 13px 15px;
    background: #A5A5A5;
    color: white;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    cursor: pointer;
    width: 90px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

    .search-container-button:hover {
        background: #0A2777;
    }

.bottom-section {
    grid-column: 1 / span 12;
    grid-row: 4 / span 1;
    display: flex;
    align-items: center;
    position: relative;
}

.pagination {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    height: 28px;
}

.pagination-link-active {
    color: white;
    background-color: #0A2777;
}

.pagination-link-inactive {
    color: black;
    background-color: #F5F5F9;
}

.pagination-link {
    padding: 5px 10px 5px 10px;
    border-radius: 50%;
    margin-right: 4px;
    margin-left: 4px;
}

.pagination-arrow-link {
    height: 100%;
    margin-right: 5px;
    margin-left: 5px;
}

.pagination-arrow-img {
    margin-top: 5px;
}

.add-btn-img {
    padding-top: 5px;
}

.dropdown-nbr-rows {
    position: relative;
}

.dropbtn {
    background-color: #F5F5F9;
    padding: 10px 15px 10px 15px;
    min-width: 150px;
    font-size: 9px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
}

.dropdown-arrow {
    margin-left: 3px;
    margin-top: auto;
    margin-bottom: auto;
}

.dropdown-nbr-rows-content {
    display: none;
    position: absolute;
    background-color: #F5F5F9;
    min-width: 150px;
}

.dropdown-nbr-rows-content a {
    color: rgb(75, 74, 74);
    font-size: 9px;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 16px;
    display: block;
}

.dropdown-nbr-rows-content a:hover {
    background-color: rgb(227, 227, 233);
}

.show {
    display: block;
}

.expanded-dropdown {
    background-color: rgb(227, 227, 233);
}

/* Control Panel */

.content-container {
    grid-column: 1 / span 12
}

.ctrl-panel-card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
}

.ctrl-panel-card {
    grid-column-end: span 1;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 24px 0px #e4e4e4;
}

.card-img {
    height: 50px;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
}

.link-text {
    color: black;
    margin-bottom: auto;
    margin-top: 20px;
    font-weight: 200;
    text-align: center;
}

.heading-text {
    color: #707070;
    font-weight: 600;
    margin-bottom: 20px;
}

.input-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0px 20px 0px;
}

.input-container-hidden {
    display: none;
}

.form-group {
    display: flex;
    align-items: center;
    margin: 20px 0px 30px 0px;
}

.input-container-mini {
    display: flex;
}

.ml-auto {
    margin-left: auto;
}

.multiple-forms {
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
}

.form {
    margin-right: auto;
    margin-left: auto;
}

.file-upload-label {
    background-color: #F2F2F2;
    width: 490px;
    height: 150px;
    border: 1px dashed #d0d4e0;
    border-radius: 3px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    display: flex;
    flex-direction: column;
}

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

.file-upload-text {
    margin-left: auto;
    margin-right: auto;
}

.upload-text {
    margin-bottom: auto;
}

.upload-plus {
    margin-top: auto;
    font-size: 29px;
    color: #BFBFBF;
}

.form-label {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    /*text-align: end;
    margin-right: 40px;*/
    margin-right: auto;
    margin-bottom: 10px;
    text-align: start;
    /*width: 110px;*/
    overflow: hidden;
}

.control-label {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: end;
    margin-right: 40px;
    width: 200px;
    overflow: hidden;
}

.multiple-forms label {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: end;
    margin-right: 40px;
    width: 100px;
}

.form-input {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: 490px;
    height: 30px;
    border-radius: 3px;
    /*border: none;*/
    border: 1px solid var(--lightgrey);
    /*background-color: #EFEFEF;*/
    padding: 5px 5px 5px 15px;
}

.small-input-container {
    display: flex;
    justify-content: space-between;
}

.small-form-input {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: 225px;
    height: 30px;
    border-radius: 3px;
    /*border: none;*/
    border: 1px solid var(--lightgrey);
    /*background-color: #EFEFEF;*/
    padding: 5px 5px 5px 15px;
}

.form-control {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: 490px;
    height: 30px;
    border-radius: 3px;
    border: none;
    background-color: #EFEFEF;
    padding: 5px 5px 5px 15px;
}

.form-input-mini {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    height: 30px;
    border-radius: 3px;
    /*border: none;*/
    border: 1px solid var(--lightgrey);
    /*background-color: #EFEFEF;*/
    padding: 5px 5px 5px 15px;
}

.form-input:read-only {
    /*background-color: transparent;*/
    /* width: 300px; */
    /* padding: 5px 5px 5px 0px; */
    /*border: none;*/
    color: var(--darkgrey);
}

.form-input-mini:read-only {
    background-color: transparent;
    width: 300px;
    /* padding: 5px 5px 5px 0px; */
}

.submit-btn {
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
    color: white;
    background-color: var(--btn);
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    float: right;
    text-align: center;
    font-size: 16px;
}

.submit-btn:hover {
    background-color: #2e8b57; /* Darker shade for hover */
}

/* Old design */

/* .submit-btn {
    width: 140px;
    height: 40px;
    border: none;
    padding: 10px;
    margin-left: 10px;
    color: white;
    background-color: var(--btn);
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    float: right;
    text-align: center;
    font-size: 16px;
} */

.edit-icon {
    border-right: 4px solid #6174A8;
    padding-right: 20px;
    margin-right: 20px;
}

.edit-heading-container {
    display: flex;
    margin: 50px;
}

.edit-heading-container-2 {
    margin: 50px 0px 30px 50px;
}

.edit-heading-text {
    font-size: 18px;
    color: #6174A8;
    font-weight: 600;
}

.edit-heading-description {
    font-size: 14px;
    font-weight: 200;
    margin-top: 10px;
}

.change-psw {
    background-color: var(--grey);
    color: white;
    padding: 7px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
}

.sub-details {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: 490px;
    border-radius: 3px;
    border: 1px solid var(--lightgrey);
    padding: 5px 5px 5px 15px;
}

.change-sub-btn {
    height: 40px;
    border: none;
    padding: 10px;
    margin-left: 10px;
    color: white;
    background-color: var(--btn);
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    float: right;
    text-align: center;
}

/* Company Overview */
.notification {
    position: absolute;
    background-color: #cfd3e6;
    top: 0px;
    left: -30px;
    z-index: 15;
    display: flex;
    width: 105%;
}

    .notification p {
        color: #384282;
        font-weight: 500;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.notification-text {
    margin-left: auto;
    margin-right: auto;
}

.content-with-notifaction {
    padding-top: 40px;
}

.notifaction-close-btn {
    padding-right: 5px;
}

.cmp-overview-first-row {
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-gap: 30px;
}

.cmp-overview-table {
    margin-top: 20px;
    display: grid;
    grid-template-rows: auto 1fr;
}

.cmp-table-container {
    overflow-x: auto;
    background-color: white;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 14px 24px 2px #e4e4e4;
}

.tab-content {
    display: none;
}

.table-tabs {
    display: flex;
    border-bottom: 3px solid #384282;
}

.stats-design {
    border-radius: 100%;
    background-color: #79B707;
    width: 13px;
    height: 13px;
    color: white;
    margin-left: 3px;
}

.tablinks {
    background-color: #cfd3e6;
    border-radius: 10px 10px 0px 0px;
    padding: 15px;
    display: flex;
    width: 200px;
}

    .tablinks p {
        padding-left: 5px;
    }

.active-tablinks {
    background-color: #384282;
}

    .active-tablinks p {
        color: white;
    }

.active-tablinks-img img {
    fill: white;
}

.tab-text {
    color: #384282;
}

.tablinks-content {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-self: center;
}

.seek-driver-btn {
    height: 200px;
    width: 200px;
    background-color: var(--btn);
    display: flex;
    border-radius: 10px;
    box-shadow: 0px 5px 4px 1px #e4e4e4
}

.seek-driver-container {
    margin: auto;
    display: flex;
    flex-direction: column;
}

.seek-driver-img {
    height: 64px;
    width: 55px;
    margin-left: auto;
    margin-right: auto;
}

.seek-driver-heading {
    color: white;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 3px;
    text-align: center;
}

.seek-driver-p {
    color: white;
    font-weight: 100;
    font-size: 11px;
    text-align: center;
}

.cmp-card {
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    z-index: 10;
    box-shadow: 0px 5px 4px 1px #e4e4e4;
}

.cmp-card-number {
    font-size: 28px;
    font-weight: 500;
    margin: 5px;
    color: #79B707;
}

.cmp-card-text-first-row {
    font-weight: 300;
    font-size: 15px;
    margin: 0px;
    width: 50%;
    color: #0A2777;
}

.table-img {
    margin-right: auto;
}

.table-header-text {
    margin-left: auto;
}

.table-text {
    text-align: center;
}

/* Product Offerings */
.page-content-top {
    display: flex;
    margin-top: 15px;
    margin-bottom: 25px;
}

.product-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto 1fr;
    grid-gap: 40px;
}

.product-card {
    background-color: #384282;
    border-radius: 15px;
}

.product-card-body {
    background-color: white;
    padding: 25px;
    border-radius: 15px;
}

.product-card-first-row {
    display: flex;
    padding-bottom: 7px;
}

.product-card-fourth-row {
    display: flex;
    /* padding-top: 7px; */
    padding-top: 40px;
}

.product-card-first-row-txt {
    margin-right: auto;
    color: #837c7c;
    font-weight: 600;
}

.product-card-second-row-txt {
    color: #384282;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.product-card-third-row-txt {
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.product-card-fourth-row-img-and-txt {
    display: flex;
    align-items: center;
}

.product-card-fourth-row-img-txt {
    color: #384282;
    font-size: 12px;
    margin-left: 10px;
}

.product-card-fourth-row-txt {
    color: var(--btn);
    font-size: 27px;
    font-weight: 600;
    margin-left: auto;
}

.sortby-form {
    margin-left: auto;
}

.page-heading-txt {
    font-weight: 500;
    margin-top: auto;
    margin-bottom: auto;
}

.card-bottom-section {
    background-color: #384282;
    display: flex;
    border-radius: 0 0 15px 15px;
}

    .card-bottom-section button {
        margin: auto;
    }

    .card-bottom-section p {
        color: white;
        font-size: 13px;
        font-weight: 600;
        padding: 20px;
    }

/*Buy Coupons Page*/
.buy-coupon-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: white;
    padding: 25px;
    text-align: center;
}

.buy-coupon-card-heading {
    color: #837c7c;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}

.buy-coupon-card-img {
    margin-bottom: 10px;
    /*filter: invert(11%) sepia(39%) saturate(5882%) hue-rotate(222deg) brightness(97%) contrast(101%);*/
    width: 60px;
}

.buy-coupon-card-valid-txt {
    margin-bottom: 10px;
    font-size: 12px;
    color: #837c7c;
}

.buy-coupon-card-price {
    font-size: 20px;
    font-weight: 400;
    color: #837c7c;
}

.buy-coupons-product-card {
    background-color: #384282;
    border-radius: 15px;
    box-shadow: 0px 0px 24px 6px var(--shadowgrey);
}

.buy-coupons-product-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto 1fr;
    grid-gap: 40px;
}

@media (max-width: 1024px) {
    .product-cards-container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }

    .buy-coupons-product-cards-container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
}

@media (max-width: 768px) {
    .buy-coupons-product-cards-container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }
}

@media (max-width: 480px) {
    .buy-coupons-product-cards-container {
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }
    
    .buy-coupons-product-card {
        width: 290px;
        margin-bottom: 20px;
    }
}

/* Seek driver */
.header-sektion-tabs-sortby {
    display: flex;
}

.sortby-form {
    display: flex;
}

.tab-container {
    display: flex;
    width: 100%;
}

.tab-txt {
    font-size: 16px;
    color: #948D8D;
    font-weight: 600;
}

.tab-txt-active {
    font-weight: 500;
    color: #0A2777;
}

.tab-amount {
    color: white;
    height: 15px;
    width: 15px;
    background-color: #948D8D;
    border-radius: 50%;
    display: flex;
    margin-left: 5px;
}

    .tab-amount p {
        margin: auto;
        font-size: 8px;
    }

.tab-amount-active {
    background-color: #0A2777;
}

.tab-btn {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 40px;
    margin-left: 10px;
}

.tab-btn-active {
    border-bottom: 2px solid #0A2777;
}

    .tab-btn-active span {
        background-color: #0A2777;
    }

    .tab-btn-active h6 {
        font-weight: 500;
        color: #0A2777;
    }

.container-dropdown-and-button {
    display: flex;
}

.margin-top-zero{
    margin-top: 0px;
}

.sortby-sortby {
    border: none;
    border-radius: 5px;
    width: 200px;
    height: 40px;
    padding: 10px;
    color: #948D8D;
    box-shadow: 0px 0px 24px 6px #e4e4e4;
}

.sortby-label {
    font-size: 14px;
    width: 70px;
    margin: auto;
    font-weight: 500;
    padding-right: 10px;
}

.seek-work-btn {
    margin-left: 15px;
    background-color: var(--btn);
    color: white;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.wide-cards-container {
    margin-top: 30px;
}

.wide-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 20px 1px #e4e4e4;
    margin-bottom: 20px;
}

.wide-card-expandable-area {
    margin-top: 20px;
}

.wide-card-header {
    color: #3b3b3bad;
    font-size: 14px;
}

.wide-card-blue-text {
    color: #384282;
    font-size: 10px;
}

.wide-card-text {
    font-size: 10px;
    color: black;
}

.wide-card-icons {
    height: 18px;
    padding-left: 5px;
    padding-right: 5px;
}

.wide-card-takeaction-text {
    font-size: 12px;
    color: var(--btn);
    font-weight: 500;
}

.wide-card-icon-takeaction {
    height: 16px;
    padding-right: 5px;
}

.wide-card-icon-arrow {
    height: 4px;
    margin: 3px;
}

.wide-card-bottom-section p {
    color: #ABABAB;
    font-size: 10px;
}

.wide-card-published {
    color: #ABABAB;
    font-size: 10px;
    padding-top: 3px;
}

.wide-card-view-details {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.wide-card-body {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    align-items: center;
}

.wide-card-main {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.wide-card-text-container {
    display: flex;
    align-items: center;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.color-blue-filter {
    filter: invert(13%) sepia(91%) saturate(2112%) hue-rotate(218deg) brightness(86%) contrast(106%);
}

@media (max-width: 1024px) {
    .container-dropdown-and-button {
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .seek-work-btn {
        width: 150px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .dropdown-width-size {
        width: 100px;
    }

    .seek-work-btn {
        width: 112px;
    }
}

/* Purchase cart */
.cart-updated-notification {
    display: flex;
    background-color: #76AC77;
    padding: 17px;
}

.cart-updated-notification-txt {
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding-left: 10px;
}

.labels-container {
    display: flex;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 40px;
}

.labels-txt {
    font-weight: 800;
    font-size: 12px;
    width: 120px;
    text-align: center;
}

.cart-item-container {
    display: flex;
    background-color: white;
    border-radius: 10px;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
    padding-left: 40px;
    align-items: center;
    box-shadow: 0px 5px 4px 1px #e4e4e4;
}

.cart-item-product {
    width: 120px;
}

.cart-item-price {
    color: #7A7A7A;
    font-size: 13px;
    width: 120px;
    text-align: center;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    width: 120px;
    padding-right: 15px;
    padding-left: 15px;
}

.cart-item-subtotal {
    color: #384282;
    font-size: 12px;
    font-weight: 600;
    width: 120px;
    text-align: center;
}

.cart-item-remove-btn {
    margin-left: auto;
}

.cart-content-container {
    display: grid;
    grid-template-columns: 1fr 425px;
}

.cart-item-quantity-btn {
    background-color: var(--btn);
    color: white;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
}

.cart-item-quantity-txt {
    margin: 10px;
    font-size: 12px;
}

.cart-item-product-txt {
    font-size: 14px;
    font-weight: 500;
}

.cart-item-product-subtxt {
    font-size: 12px;
    font-weight: 400;
}

.cart-total-container {
    padding-top: 42px;
}

.cart-total {
    background-color: white;
    margin: 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 4px 1px #e4e4e4;
}

.cart-total-heading {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart-total h3 {
    font-weight: 700;
    font-size: 19px;
}

.cart-text {
    font-size: 14px;
    font-weight: 600;
}

.cart-price {
    margin-left: auto;
    color: #918989;
}

.cart-total-price {
    margin-left: auto;
}

.cart-text-container-one {
    border-bottom: 1px solid #00000027;
    padding-top: 25px;
    padding-bottom: 20px;
}

.cart-text-container-two {
    display: flex;
    padding-top: 25px;
    padding-bottom: 20px;
}

.cart-obs {
    font-size: 12px;
    color: #7A7A7A;
    margin-top: 10px;
    width: 200px;
}

.cart-btn {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: white;
    font-weight: 700;
    background-color: var(--btn);
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

    .cart-btn p {
        text-align: center;
    }

/* form with date */
.show-advanced-settings {
    font-weight: 500;
    font-size: 12px;
    color: #0A2777;
    cursor: pointer;
    margin-left: 150px;
}

.form-input-date {
    width: 250px;
}

.checkbox-input-container {
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 0px;
}

.checkbox-label {
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    margin-left: 240px;
}

.sub-edit-checkbox-label {
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

    .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;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #6174A8;
}

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

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

.radio-btn {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-btn input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-btn:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

.radio-btn input:checked ~ .radio-checkmark {
    background-color: #6174A8;
}

.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-btn input:checked ~ .radio-checkmark:after {
    display: block;
}

.radio-btn .radio-checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.radio-btn-container {
    display: flex;
}

.radio-btn.one {
    margin-left: auto;
    margin-right: 40px;
}

.radio-btn.two {
    margin-right: auto;
    margin-left: 40px;
}

/*Coupons page*/
.coupons-card-container {
    display: flex;
}

.coupons-heading {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.coupons-card {
    background-color: var(--White);
    height: 175px;
    width: 300px;
    margin-right: 20px;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 24px 6px #e4e4e4;
}

.coupons-card-text {
    text-align: center;
    font-size: 20px;
    margin-top: 8px;
}

.coupons-card-text-number {
    text-align: center;
    font-size: 40px;
    /*color: var(--primaryBlue);*/
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 500;
}

.coupons-button {
    background-color: var(--secondaryGreen);
    height: 175px;
    width: 175px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 0px 24px 6px #e4e4e4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.coupons-button-icon {
    height: 50px;
    margin-bottom: 10px;
    filter: invert(79%) sepia(100%) saturate(0%) hue-rotate(310deg) brightness(103%) contrast(106%);
}

.coupons-button-text {
    text-align: center;
    color: var(--White);
    font-weight: 500;
}

.coupons-table-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.coupons-table-heading {
    text-align: start;
    font-weight: 600;
}

.coupons-table {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 24px 6px #e4e4e4;
}

.coupons-td {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .coupons-heading {
        text-align: center;
    }

    .coupons-card-container {
        justify-content: center;
    }

    .coupons-card {
        width: 250px;
        height: 150px;
    }

    .coupons-card-text {
        font-size: 15px;
    }

    .coupons-button {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .coupons-card-container {
        flex-direction: column;
        align-items: center;
    }

    .coupons-table-container {
        overflow-x: scroll;
    }

    .coupons-card {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .coupons-button {
        width: 250px;
    }
}

/*Subscriptions Page*/
.subscription-heading {
    text-align: center;
    margin-bottom: 10px;
}

.subscription-subheading{
    text-align: center;
}

.subscription-card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.subscription-card {
    background-color: var(--White);
    height: 500px;
    width: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 40px 15px;
    box-shadow: 0px 0px 24px 6px #e4e4e4;
    margin-left: 30px;
    margin-right: 30px;
}

.subscription-card-active {
    border-top: 5px solid var(--primaryBlue);
}

.subscription-card-inactive {
    border-top: 5px solid var(--secondaryGreen);
}

.sub-type-icon {
    height: 50px;
    margin-bottom: 20px;
}

.sub-type-icon-active {
    filter: invert(16%) sepia(50%) saturate(2415%) hue-rotate(210deg) brightness(97%) contrast(113%);
}

.sub-type-icon-inactive {
    filter: invert(81%) sepia(0%) saturate(0%) hue-rotate(31deg) brightness(98%) contrast(91%);
}

.sub-price {
    font-size: 25px;
    font-weight: 500;
}

.sub-price-active {
    color: var(--primaryBlue);
}

.sub-price-inactive {
    color: var(--secondaryGreen);
}

.sub-monthly {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
}

.sub-monthly-active {
    color: var(--primaryBlue);
}

.sub-monthly-inactive {
    color: var(--secondaryGreen);
}

.sub-type-title {
    font-weight: 700;
    font-size: 17px;
}

.sub-list-item {
    font-size: 15px;
    margin-top: 11px;
}

.sub-button {
    margin-top: auto;
}

.sub-button-inactive {
    color: white;
    background-color: var(--secondaryGreen);
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    padding: 10px 29px;
    border-radius: 19px;
}

@media (max-width: 1024px) {
    .subscription-card {
        margin-right: 10px;
        margin-left: 10px;
        width: 225px;
    }
}

@media (max-width: 768px) {

    .subscription-card-container {
        flex-direction: column;
    }
    
    .subscription-card {
        margin-bottom: 20px;
        width: 300px;
    }
}

@media (max-width: 480px) {

    .subscription-card {
        width: 250px;
    }
}

/*Overview page driver*/
.overview-card {
    display: flex;
    padding: 30px;
    box-shadow: 0 0 20px 0 #e4e4e4;
    border-radius: 10px;
}

.timer-card {
    background-color: white;
    box-shadow: 0 0 20px 1px #e4e4e4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.timer-heading {
    font-size: 16px;
    font-weight: 400;
}

.timer {
    font-size: 24px;
    font-weight: 500;
    margin-top: 5px;
}

.overview-second-row {
    margin-top: 30px;
}

.overview-second-row-heading {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

/*Profile page*/
.profile-page-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-card {
    width: 500px;
    height: 700px;
    box-shadow: 0 0 20px 1px #e4e4e4;
    border-radius: 30px;
    margin: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.profile-img-container {
    text-align: center;
    background-color: var(--shadowgrey);
    padding-top: 20px;
    border-radius: 10px;
}

.profile-img {
    height: 250px;
    width: 150px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(202deg) brightness(111%) contrast(101%);
}

.profile-card-txt-container {
}

.profile-card-txt {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid var(--shadowgrey);
    padding-bottom: 20px;
    display: flex;
}

.profile-card-txt-label {
    padding-right: 10px;
    font-weight: 600;
}

.profile-card-btn-container {
    text-align: center;
    margin-top: auto;
}

.profile-card-btn {
    background-color: var(--lightgreen);
    padding: 10px 47px;
    border-radius: 20px;
    color: white;
    font-weight: 600;
}

.profile-container-cards-sm {
    display: flex;
    flex-direction: column;
}

.profile-card-sm {
    width: 402px;
    height: 330px;
    box-shadow: 0 0 20px 1px #e4e4e4;
    border-radius: 30px;
    margin: 20px;
    display: flex;
    flex-direction: column;
}

.profile-card-sm-header {
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--lightgrey);
    align-items: center;
    margin-bottom: 10px;
}

.profile-card-sm-heading {
    font-weight: 600;
    font-size: 20px;
}

.profile-card-sm-header-link {
    padding: 10px 20px;
    background-color: var(--shadowgrey);
    border-radius: 20px;
}

.profile-card-sm-body {
    padding-right: 30px;
    padding-left: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.profile-card-sm-txt {
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-card-sm-footer {
    padding-bottom: 25px;
    padding-right: 30px;
    padding-left: 30px;
    display: flex;
    justify-content: center;
}

.profile-card-sm-btn {
    background-color: var(--lightgreen);
    padding: 10px 25px;
    border-radius: 20px;
    color: white;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .profile-card-sm {
        width: 340px;
        margin: 10px;
    }

    .profile-card {
        width: 337px;
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .profile-page-container {
        flex-direction: column;
    }

    .profile-card-sm {
        width: 410px;
    }

    .profile-card {
        width: 410px;
    }
}

@media (max-width: 480px) {
    .profile-card-sm {
        width: 260px;
    }

    .profile-card {
        width: 260px;
    }

    .profile-card-sm-header {
        flex-direction: column;
    }

    .profile-card-sm-header-link {
        padding: 6px 16px;
        font-size: 15px;
        margin-top: 10px;
    }
}

/*Earnings page*/
.earnings-heading {
    text-align: center;
}

.earnings-card-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.earnings-card {
    display: flex;
    padding: 30px;
    box-shadow: 0 0 20px 0 #e4e4e4;
    border-radius: 10px;
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
}

.earnings-card-icon-container {
    padding: 11px;
    background-color: #384282;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

.earnings-card-icon {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(202deg) brightness(111%) contrast(101%);
    height: 35px;
}

.earnings-card-txt-container {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.earnings-card-heading {
    font-size: 16px;
    font-weight: 200;
}

.earnings-card-text {
    font-size: 29px;
    font-weight: 500;
}

.earnings-bottom-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart-container {
    width: 930px;
    height: 465px;
}

@media (max-width: 1024px) {
    .chart-container {
        width: 720px;
        display: flex;
        align-items: center;
    }

    .earnings-card {
        padding: 20px;
        width: 214px;
    }

    .earnings-card-icon-container {
        padding: 8px;
    }

    .earnings-card-icon {
        height: 17px;
    }

    .earnings-card-txt-container {
        margin-left: 20px;
    }

    .earnings-card-heading {
        font-size: 13px;
    }

    .earnings-card-text {
        font-size: 17px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    .chart-container {
        width: 445px;
        height: 222px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .earnings-card {
        width: 430px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .earnings-card-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .chart-container {
        width: 290px;
        height: auto;
    }

    .earnings-card {
        width: 270px;
        margin-left: 0;
        margin-right: 0;
    }
}


/*LayoutAuthorized*/
.auth-body {
    height: 100%;
}

.authorized-layout {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

/*LayoutUnauthorized*/
.unauth-body {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

/*Forgot password page*/
/*.fp-card-background-img {
    background-image: url("../img/background-logo-img.svg");
    background-repeat: no-repeat;
    background-position: -10% -136%;
}*/

.fp-header {
    font-size: 20px;
    text-align: center;
}

.fp-card-body {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 35px;
}

.fp-txt {
    text-align: center;
    margin-bottom: 20px;
}

.fp-card-form {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    /*border-left: 1px solid var(--lightgrey);*/
}

.fp-label {
    font-weight: 500;
    font-size: 15px;
    color: var(--darkgrey);
    padding-bottom: 5px;
}

.fp-inputfield {
    padding: 8px 14px;
    border-radius: 4px;
    border: 1px solid var(--lightgrey);
    width: 400px;
}

.fp-error-msg-style ul {
    padding-inline-start: 0;
    margin-bottom: 10px;
    text-align: center;
}

/*@media (max-width: 1024px) {
    .fp-card-background-img {
        background-position: -23% -136%;
    }
}*/

@media (max-width: 768px) {
    /*.fp-card-background-img {
        background-image: none;
    }*/

    .fp-card-form {
        border-left: none;
        padding-top: 20px;
    }

    .fp-label {
        display: none;
    }
}

@media (max-width: 480px) {
    .fp-inputfield {
        width: 250px;
    }

    .fp-card-form {
        padding-right: 0;
        padding-left: 0;
    }

    .fp-txt {
        margin: 0;
    }
}

/*Reset password confirmation page*/
.rp-confirm-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rp-confirm-img {
    width: 125px;
    margin-bottom: 15px;
}

.rp-confirm-heading-txt {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

@media (max-width: 480px) {
    .rp-confirm-img {
        width: 70px;
    }

    .rp-confirm-heading-txt {
        font-size: 24px;
    }
}

/*Email confirmation page*/
.confirm-card {
    background-color: var(--White);
    margin-top: 70px;
    margin-bottom: 70px;
    box-shadow: 0 3px 6px 3px #00000030;
    padding: 20px 40px;
}

.confirm-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid var(--lightgrey);
}

.confirm-img {
    width: 150px;
    margin-bottom: 15px;
}

.confirm-heading-txt {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.confirm-txt {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}

.confirm-card-footer {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.confirm-footer-txt {
    font-size: 13px;
    text-align: center;
}

.confirm-resend-txt {
    font-weight: 500;
    margin-left: 4px;
    color: var(--LightBlue);
    text-align: center;
}

@media (max-width: 768px) {
    .confirm-card {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .confirm-card-footer {
        flex-direction: column;
    }
}

/*Login Page*/
.recaptcha-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.login-header {
    font-size: 20px;
    text-align: center;
}

.login-card-body {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 35px;
}

.login-card-form {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    /*border-left: 1px solid var(--lightgrey);*/
}

.login-inputfield {
    padding: 8px 14px;
    border-radius: 4px;
    border: 1px solid var(--lightgrey);
    width: 400px;
}

.forgot-password-link {
    margin-top: 5px;
    margin-left: auto;
    font-size: 14px;
}

.login-btn {
    color: var(--White);
    background-color: var(--darkgrey);
    border: none;
    padding: 10px;
    border-radius: 3px;
    margin: auto;
    width: 100px;
}

.sign-up-link-section {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.sign-up-link-container {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid var(--lightgrey);
}

.sign-up-link-txt {
    font-size: 14px;
}

.sign-up-link {
    font-size: 14px;
    color: var(--LightBlue);
    padding-left: 5px;
    font-weight: 500;
}

div.error-msg-style ul {
    padding-inline-start: 0;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .login-inputfield{
        width: 250px;
    }

    .recaptcha-container {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .login-card-form {
        padding-right: 0;
        padding-left: 0;
    }

    .sign-up-link-container {
        flex-direction: column;
    }

    .sign-up-link-txt {
        text-align: center;
    }

    .sign-up-link {
        text-align: center;
    }
}

/*Registration Page*/
.reg-section {
    display: flex;
    height: 100%;
}

.reg-card-container {
    margin-top: auto;
    margin-bottom: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.reg-card {
    background-color: var(--White);
    margin-top: 70px;
    margin-bottom: 70px;
    box-shadow: 0 3px 6px 3px #00000030;
    padding: 40px 40px;
}


.reg-card-header {
    border-bottom: 1px solid var(--lightgrey);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.reg-header {
    font-size: 20px;
}

.reg-card-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 35px;
}

.reg-card-btn-container {
    margin-bottom: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding-right: 30px;
    padding-left: 30px;
}

.reg-card-btn {
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%), 0 6px 20px 0 rgb(0 0 0 / 8%);
    border: none;
    font-size: 20px;
    font-weight: 500;
    height: 170px;
}

.reg-card-btn p {
    margin-bottom: 0;
    margin-top: 5px;
}

.reg-card-btn-active {
    border: 2px solid var(--secondaryGreen);
    color: var(--secondaryGreen);
}

.reg-card-btn-inactive {
    color: var(--grey);
}

.icon-size {
    width: 50px;
}

.active-icon-color-green {
    filter: invert(61%) sepia(49%) saturate(1381%) hue-rotate(40deg) brightness(94%) contrast(94%);
}

.inactive-icon-color-grey {
    filter: invert(67%) sepia(3%) saturate(18%) hue-rotate(337deg) brightness(89%) contrast(82%);
}

.reg-card-form {
    padding-right: 30px;
    padding-left: 30px;
    /*border-left: 1px solid var(--lightgrey);*/
}

.reg-field-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.reg-label {
    font-weight: 500;
    font-size: 15px;
    color: var(--darkgrey);
    padding-bottom: 5px;
}

.reg-label-star {
    color: #F61111;
}

.reg-inputfield {
    padding: 8px 14px;
    border-radius: 4px;
    border: 1px solid var(--lightgrey);
}

.reg-checkbox-container {
    margin-bottom: 20px;
}

.reg-label-checkbox {
    color: var(--darkgrey);
    font-size: 13px;
    font-weight: 400;
}

.reg-btn-container {
    display: flex;
}

.reg-btn {
    color: var(--White);
    background-color: var(--darkgrey);
    border: none;
    padding: 10px;
    border-radius: 3px;
    margin: auto;
    width: 100px;
}

.reg-text-danger {
    color: red;
    font-size: 13px;
}
.text-danger1 {
    color: red;
    font-size: 13px;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!   Targeting Registration classes   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 720px;
    }

    .reg-card-btn {
        height: 130px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px;
    }

    .reg-header {
        text-align: center;
    }

    .reg-card {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .reg-card-body {
        grid-template-columns: 1fr;
    }

    .reg-card-form {
        border-left: none;
        /*border-top: 1px solid var(--lightgrey);*/
        padding-top: 20px;
        margin-top: 20px;
    }

    .reg-btn-container {
        display: flex;
    }

    .reg-btn {
        margin: auto;
    }
}

@media (max-width: 480px) {
    .reg-card {
        padding: 20px;
    }

    .reg-card-btn {
        font-size: 15px;
        height: 100px;
    }

    .icon-size {
        width: 35px;
    }
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

@media (max-width: 1300px) {

    .main {
        grid-template-columns: 1fr repeat(12, minmax(auto, 80px)) 1fr
    }

    .contentCollapsedSidebar {
        padding-left: 0px;
    }

    .last-row-card-container {
        grid-column-end: span 6;
    }

    #second-row {
        grid-template-columns: repeat(12, minmax(auto, 80px));
        grid-template-rows: auto auto;
    }

    .fifth-card-container {
        grid-column-end: span 6;
        grid-row-end: span 1;
        width: 100%;
        padding-top: 68%;
    }

    .sixth-card-container {
        grid-column-end: span 6;
        grid-row-end: span 1;
        width: 100%;
        padding-top: 68%;
    }

    .mini-card-container {
        grid-column-end: span 3;
        grid-row-end: span 1;
        width: 100%;
        padding-top: 68%;
    }

    .card-number {
        font-size: 28px;
    }

    /* Sidebar design //////////////////////////////// */
    #sidebar-menu {
        grid-column: span 0;
    }

    #sidebar-menu {
        display: none;
    }



    .logo {
        display: flex;
        width: 175px;
    }

    #logo {
        display: none;
    }

    .logo-container-sm {
        display: block;
        display: flex;
    }

    .logo-container {
        width: auto;
        justify-content: start;
        border-right: none;
    }

    .navbar-standard-logo {
        width: 50%;
    }

    .logo-sm {
        padding-right: 10px;
        padding-left: 5px;
        margin-left: 10px
    }

    .menu-bar {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 5px;
    }

    .navbar-menu-bar-button {
        display: block;
    }
    /* /////////////////////////////////////////////// */
}

@media only screen and (max-width: 950px) {
    .main {
        grid-template-columns: 20px repeat(6, 1fr) 20px;
        grid-gap: 20px;
    }

    .content {
        grid-column: 2 / span 6;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 40px;
    }


    #overview {
        grid-column: 1 / span 6;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 40px;
    }

    .content-container-tablepage {
        grid-column: 1 / span 6;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 30px;
    }

    .content-container-cmp-overview {
        grid-column: 1 / span 6;
    }

    .content-container-product-purchase-cart {
        grid-column: 1 / span 6;
    }

    .content-container-product-offerings {
        grid-column: 1 / span 6;
    }

    .header-section {
        grid-column: 1 / span 6;
    }

    .bottom-section {
        grid-column: 1 / span 6;
    }

    .table-container {
        grid-column: 1 / span 6;
    }

    .content-row {
        grid-column: 1 / span 6;
        grid-gap: 40px;
    }

    #first-row {
        grid-template-columns: repeat(6, 1fr);
    }

    #second-row {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: auto auto;
    }

    #third-row {
        grid-template-columns: repeat(6, 1fr);
    }

    .last-row-card-container {
        grid-column-end: span 3;
    }

    .fifth-card-container {
        grid-column-end: span 3;
    }

    .sixth-card-container {
        grid-column-end: span 3;
    }

    .mini-card-container {
        grid-column-end: span 3;
    }

    .card-number {
        font-size: 36px;
    }

    /* Sidebar design //////////////////////////////// */
    #sidebar-menu {
        grid-column: span 0;
    }

    #sidebar-menu {
        display: none;
    }
    /* /////////////////////////////////////////////// */

    .footer-lg {
        display: none;
    }

    .footer-sm {
        display: block;
        padding: 30px;
    }

    .avg-earning-container {
        display: none;
    }

    .search-container-avg-earnings {
        margin-left: auto;
    }
}

@media (max-width: 600px) {
    .main {
        grid-template-columns: 20px repeat(6, 1fr) 20px;
        grid-gap: 20px;
    }


    .sidebar {
        grid-column: span 0;
    }

    .content {
        grid-column: 2 / span 6;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
    }

    #overview {
        grid-column: 1 / span 6;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
    }

    .content-container-tablepage {
        grid-gap: 20px;
    }

    #first-row {
        grid-template-columns: repeat(6, 1fr);
    }

    #second-row {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: auto auto;
    }

    #third-row {
        grid-template-columns: repeat(6, 1fr);
    }

    .content-row {
        grid-column: 1 / span 6;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
    }


    .first-row-card-container {
        grid-column-end: span 6;
    }

    .last-row-card-container {
        grid-column-end: span 6;
    }

    .fifth-card-container {
        grid-column-end: span 6;
    }

    .sixth-card-container {
        grid-column-end: span 6;
    }

    .mini-card-container {
        grid-column-end: span 6;
    }

    /* Footer design */

    .footer-sm {
        padding: 20px;
    }

    .footer-list-one-sm {
        margin-bottom: 30px;
    }

    .footer-list-items-sm {
        margin-right: 30px;
    }

    .footer-link-sm p {
        font-size: 12px;
        font-weight: 200;
    }

    .footer-second-row-sm {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .footer-copyright-sm {
        grid-column-end: span 1;
        margin-left: 0px;
    }

    .footer-second-row-sm a {
        grid-column-end: span 1;
    }

    .privacy-policy {
        float: right;
    }

    .footer-txt-sm {
        margin-right: 0;
    }

    .social-media-icons {
        grid-column-end: span 1;
        display: flex;
    }

    .social-media-icon {
        margin-left: 0;
        margin-right: 5px;
    }

    .first-social-media-icon {
        margin-left: auto;
    }

    /* bottom section (new visitors) */
    .dropdown-nbr-rows {
        position: absolute;
        top: 60px;
    }

    .add-to-table-btn {
        position: absolute;
        top: 55px;
        left: 92%;
    }

    .add-btn-img {
        padding: 0;
    }

    .bottom-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 800px) {
    .content-row {
        grid-gap: 20px;
    }

    #overview {
        grid-gap: 20px;
    }

    .main {
        grid-template-columns: 10px repeat(6, 1fr) 10px;
        grid-gap: 20px;
    }

    /* .search-input {
        width: 270px;
    } */

    .header-section {
        display: grid;
        grid-template-columns: 1fr;
    }

    .search-container-avg-earnings {
        grid-column: 1 / span 1;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
}


@media (max-width: 500px) {
    .main {
        grid-template-columns: 10px repeat(6, 1fr) 10px;
        grid-gap: 10px;
    }


    .sidebar {
        grid-column: span 0;
    }

    .content-row {
        grid-column: 1 / span 6;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
    }

    .first-row-card-container {
        grid-column-end: span 6;
        padding-top: 20%;
    }

    .last-row-card-container {
        grid-column-end: span 6;
        padding-top: 20%;
    }

    .fifth-card-container {
        grid-column-end: span 6;
        padding-top: 20%;
    }

    .sixth-card-container {
        grid-column-end: span 6;
        padding-top: 20%;
    }

    .mini-card-container {
        grid-column-end: span 6;
        padding-top: 20%;
    }


    /* Card design */
    .card-number {
        display: none;
    }

    .card-icon {
        display: none;
    }

    .last-seven-days {
        display: none;
    }

    .card-arrow-first-row {
        display: none;
    }

    /* Search bar*/
    .search-container-button {
        width: auto;
    }

    .search-input {
        width: auto;
    }

    /* page navigation (navbar)*/
    .page-navigation {
        display: none;
    }

    #navbar-buttons {
        margin-left: auto;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1300px) {
    /* Card design */
    .card-sm {
        padding: 10px;
    }

    .card-lg {
        padding: 30px;
    }

    .chart-area {
        width: 70%;
    }

    .card-text-large-card {
        font-size: 16px;
    }

    .chart-card-text {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

@media (max-width: 700px) {

    .header {
        grid-column: 1 / span 1;
        text-align: center;
    }

    .search-container {
        grid-column: 1 / span 1;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
}
/* Breakpoints
* 320 - 480 px (mobile screens)
* 481px — 768px (iPads & tablets)
* 769px — 1024px (small screens like laptop)
* 1025px — 1200px for large screens like Desktops
* 1201px and above for extra large screens like TV */

@media (max-width: 1200px) {
    .seek-driver-btn {
        height: 150px;
        width: 150px;
    }

    .cmp-overview-first-row {
        grid-gap: 15px;
    }
}

@media (max-width: 1024px) {
    .ctrl-panel-card-container {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .input-container-for-checkbox {
        align-items: start;
    }

    .form-label {
        margin-right: auto;
        margin-bottom: 10px;
        text-align: start;
    }

    .header-sektion-tabs-sortby {
        flex-direction: column;
    }

    .sortby-form {
        margin-top: 30px;
    }

    .margin-top-zero {
        margin-top: 0px;
    }

    .show-advanced-settings {
        margin-left: 0px;
    }

    .form-input-date {
        margin-right: auto;
    }

    .cart-content-container {
        grid-template-columns: 1fr;
    }

    .cart-total-container {
        /* display: flex; */
        padding-top: 20px;
    }

    .cart-total {
        /* width: 425px;
        margin-right: auto;
        margin-left: auto; */
        margin: 0;
    }
}

@media (max-width: 768px) {
    .ctrl-panel-card-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .cmp-overview-first-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .seek-driver-btn {
        height: 100%;
        width: 100%;
    }

    .form-input {
        width: 400px;
    }

    .small-form-input {
        width: 190px;
    }

    .file-upload-label {
        width: 400px;
    }

    .form-input:read-only {
        /* width: 300px; */
        padding: 5px 5px 5px 0px;
    }

    .multiple-forms label {
        margin-right: auto;
        margin-bottom: 10px;
        text-align: start;
    }

    .product-card-fourth-row-txt {
        font-size: 24px;
    }

    .product-cards-container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }

    .tab-btn {
        margin-right: 30px;
    }

    .tab-txt {
        font-size: 11px;
    }

    .sortby-sortby {
        height: 30px;
        padding: 5px;
        font-size: 11px;
    }

    .sortby-label {
        width: 55px;
        font-size: 11px;
    }

    .wide-card-body {
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .wide-card-text-container {
        margin-top: 15px;
    }

    .labels-container {
        padding-left: 20px;
    }

    .labels-txt {
        width: 100px;
    }

    .cart-item-product {
        width: 100px;
    }

    .cart-item-price {
        width: 100px;
    }

    .cart-item-quantity {
        width: 100px;
    }

    .cart-item-subtotal {
        width: 100px;
    }

    .cart-item-container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .menu-bar {
        width: 75%;
    }

    .ctrl-panel-card-container {
        grid-template-columns: 1fr;
    }

    .cmp-overview-first-row {
        grid-template-columns: 1fr;
    }

    .seek-driver-img {
        display: none;
    }

    .seek-driver-btn {
        padding: 10px;
    }

    .footer-list-items-sm {
        margin-right: 15px;
    }

    .edit-heading-container-2 {
        margin: 40px 0 10px 0;
    }

    .form-input {
        width: 230px;
    }

    .small-input-container {
        flex-direction: column;
    }

    .small-form-input {
        width: 230px;
    }

    .file-upload-label {
        width: 230px;
    }

    .form-input:read-only {
        width: 230px;
    }

    .submit-btn {
        width: 100px;
    }

    .input-container-mini {
        display: block;
    }

    .form-input-mini {
        width: 230px;
    }

    .tablinks {
        padding: 5px;
    }

        .tablinks p {
            font-size: 10px;
        }

    .notification p {
        font-weight: 500;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 10px;
    }

    .notification {
        left: 0;
    }

    .product-cards-container {
        grid-template-columns: 1fr auto 1fr;
        grid-gap: 0px;
    }

    .product-card {
        grid-column: 2 / span 1;
        margin-bottom: 30px;
    }

    .product-card-body {
        min-width: 280px;
    }

    .page-content-top {
        display: block;
    }

    .page-heading-txt {
        text-align: center;
        margin-bottom: 15px;
    }

    .sortby-form label {
        margin-left: auto;
    }

    .sortby-form select {
        margin-right: auto;
    }

    .product-card-fourth-row-txt {
        font-size: 27px;
    }

    /* Cabseek */
    .wide-card-main {
        display: grid;
        grid-template-columns: auto auto;
    }

    .tab-btn {
        /*margin-right: 20px;*/
        margin-right: 7px;
    }

    .tab-txt {
        font-size: 8px;
    }

    .tab-amount {
        width: 12px;
        height: 12px;
    }

    .show-advanced-settings {
        margin-bottom: 10px;
    }

    .radio-btn {
        font-size: 13px;
    }

        .radio-btn.one {
            margin-right: 25px;
        }

        .radio-btn.two {
            margin-left: 25px;
        }

    .labels-container {
        padding-left: 10px;
    }

    .labels-txt {
        width: 65px;
        font-size: 10px;
    }

    .cart-item-container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .cart-item-quantity {
        padding-right: 5px;
        padding-left: 5px;
        width: 65px;
    }

    .cart-item-product {
        width: 65px;
    }

    .cart-item-product-txt {
        font-size: 10px;
    }

    .cart-item-product-subtxt {
        font-size: 8px;
    }

    .cart-item-price {
        width: 65px;
        font-size: 8px;
    }

    .cart-item-quantity-txt {
        font-size: 8px;
    }

    .cart-item-subtotal {
        width: 65px;
        font-size: 8px;
    }
}


/* Exchange Location Page (New Design) */
.location-header {
    font-size: 24px;
    font-weight: 400;
}

.location-subheader {
    color: grey;
    font-size: 16px;
}

/*.locations-add-btn {
    background-color: #384282;
    padding: 8px 23px;
    color: white;
    border-radius: 5px;
}*/

.location-cards-container {
    grid-column: 1 / span 12;
}

.location-card {
    padding: 20px 0;
    border-bottom: 1px solid lightgray;
    display: flex;
    align-items: center;
}

.locations-card-icon {
    width: 40px;
    height: 40px;
}

.location-card-txt-container {
    margin-left: 15px;
}

.locations-card-main-txt {
    font-size: 18px;
    font-weight: 600;
}

.locations-card-edit-btn {
    margin-left: auto;
    color: #0a2777;
}
