::before,
::after {
    box-sizing: border-box;
}


/* You can add global styles to this file, and also import files other style */

body {
    header {
        height: 65px;
        .navbar {
            background: rgba(0, 0, 0, 1);
            border-bottom: 5px solid goldenrod;
            .container-fluid {
                color: goldenrod;
                display: flex;
                .navbar-brand {
                    .brand {
                        .img-container {
                            @media only screen and (max-width: 399.98px) {
                                width: 135px;
                            }
                            @media only screen and (min-width: 400px) and (max-width: 767.98px) {
                                width: 140px;
                            }
                            @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                                width: 140px;
                            }
                            @media only screen and (min-width:768px) and (max-width:991.98px) {
                                width: 150px;
                            }
                            @media only screen and (min-width:768px) and (max-width:991.98px) and (orientation: landscape) {
                                width: 150px;
                            }
                            @media only screen and (min-width: 992px) and (max-width:1199.98px) {
                                width: 155px;
                            }
                            @media only screen and (min-width: 1200px) and (max-width:1399.98px) {
                                width: 160px;
                            }
                            @media only screen and (min-width:1400px) {
                                width: 165px;
                            }
                        }
                    }
                }
                .navbar-container {
                    width: 50px;
                    .nav-link {
                        color: goldenrod;
                        padding-left: 15px;
                        padding-right: 15px;
                        @media only screen and (max-width: 991.98px) {
                            padding-left: 0px;
                            padding-right: 0px;
                        }
                        @media only screen and (max-width: 991.98px) and (orientation: landscape) {
                            padding-left: 0px;
                            padding-right: 0px;
                        }
                        i {
                            font-size: 1.5rem;
                            margin: auto;
                        }
                        span {
                            display: none;
                        }
                    }
                }
            }
        }
    }
    main {
        padding-top: 50px;
        padding-bottom: 50px;
        .container {
            /* on laptops and small screens */
            @media only screen and (min-width: 769px) and (max-width: 1024px) {
                padding-right: var(--bs-gutter-x, 0rem);
                padding-left: var(--bs-gutter-x, 0rem);
            }
            a {
                text-decoration: none;
            }
            .joboutput-datafolder {
                border: 1px solid goldenrod;
                width: 100%;
                padding-bottom: 25px;
                margin-bottom: 20px;
                height: 80vh;
                background-color: white;
                .joboutput-data {
                    padding: 10px 10px;
                    .jobdetailsbtn {
                        float: right;
                        border-radius: 10%;
                        background-color: white;
                        font-weight: 500;
                    }
                    .to-apply {
                        margin-bottom: 25px;
                        .applybtn {
                            float: right;
                            padding-bottom: 2.5px;
                            border-radius: 15%;
                            background-color: whitesmoke;
                            border: 1px solid goldenrod;
                            font-size: 1.75vmin;
                        }
                    }
                    .jobdesciption {
                        font-size: 2.2vmin;
                    }
                }
            }
            .output-datafolder {
                border: 1px solid goldenrod;
                width: 100%;
                padding-bottom: 25px;
                margin-bottom: 20px;
                font-size: 2.25vmin;
                /* margin: auto; */
                .deletejobpostbtn {
                    margin-bottom: 15px;
                    form {
                        .deletebtn {
                            color: red;
                            background-color: white;
                            float: right;
                            border-style: hidden;
                        }
                    }
                }
                .output-data {
                    padding: 10px 10px;
                    .datatable {
                        width: 100%;
                        th {
                            padding: 10px 10px;
                            text-align: center;
                        }
                        td {
                            /* padding horizontal 2px and vertical 10px */
                            padding: 2px 10px;
                            p {
                                text-align: center;
                                background-color: whitesmoke;
                                width: auto;
                            }
                            a {
                                text-decoration: none;
                            }
                            .msgdeletebtn {
                                margin-bottom: 20px;
                                form {
                                    .msgdelbtn {
                                        width: 30px;
                                        margin-left: 20px;
                                        color: red;
                                        background-color: white;
                                        border-style: hidden;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .title {
                text-align: center;
                font-weight: 700;
                margin-bottom: 40px;
                h3 {
                    font-weight: 600;
                    @media only screen and (max-width: 767.98px) {
                        font-size: 1.15rem;
                    }
                    @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                        font-size: 1.15rem;
                    }
                    @media only screen and (min-width: 768px) and (max-width:991.98px) {
                        font-size: 1.25rem;
                    }
                    @media only screen and (min-width: 768px) and (max-width:991.98px) and (orientation: landscape) {
                        font-size: 1.25rem;
                    }
                }
            }
            .paragraph {
                text-align: center;
            }
            .subtitle {
                font-weight: bolder;
                text-align: center;
                margin-bottom: 10px;
                margin-top: 20px;
                h4 {
                    font-weight: 600;
                    @media only screen and (max-width: 767.98px) {
                        font-size: 0.9rem;
                    }
                    @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                        font-size: 0.9rem;
                    }
                    @media only screen and (min-width: 768px) and (max-width:991.98px) {
                        font-size: 1rem;
                    }
                    @media only screen and (min-width: 768px) and (max-width:991.98px) and (orientation: landscape) {
                        font-size: 1rem;
                    }
                }
            }
            .text-body {
                width: 90%;
                margin: auto;
                .privacypolicy,
                .termsandconditions {
                    margin-top: 20px;
                    .leftsubtitle {
                        font-weight: bolder;
                        text-align: left;
                        margin-bottom: 10px;
                        margin-top: 20px;
                        h4 {
                            font-weight: 600;
                            @media only screen and (max-width: 767.98px) {
                                font-size: 1rem;
                            }
                            @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                                font-size: 1rem;
                            }
                            @media only screen and (min-width: 768px) and (max-width:991.98px) {
                                font-size: 1.15rem;
                            }
                            @media only screen and (min-width: 768px) and (max-width:991.98px) and (orientation: landscape) {
                                font-size: 1.15rem;
                            }
                        }
                    }
                    .subparagraph {
                        border-left: .5px solid whitesmoke !important;
                        border-right: .5px solid whitesmoke !important;
                        padding: 5px;
                        span {
                            font-style: italic;
                            font-weight: 600;
                            @media only screen and (max-width: 767.98px) {
                                font-size: 0.85rem;
                            }
                            @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                                font-size: 0.85rem;
                            }
                        }
                        p {
                            @media only screen and (max-width: 767.98px) {
                                font-size: 0.85rem;
                            }
                            @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                                font-size: 0.85rem;
                            }
                        }
                    }
                    .sub-subtitle {
                        font-weight: bolder;
                        text-align: center;
                        margin-bottom: 5px;
                        margin-top: 10px;
                        h5 {
                            font-weight: 600;
                            @media only screen and (max-width: 767.98px) {
                                font-size: 0.9rem;
                            }
                            @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                                font-size: 0.9rem;
                            }
                            @media only screen and (min-width: 768px) and (max-width:991.98px) {
                                font-size: 0.95rem;
                            }
                            @media only screen and (min-width: 768px) and (max-width:991.98px) and (orientation: landscape) {
                                font-size: 0.95rem;
                            }
                        }
                    }
                    .sub-subparagraph {
                        padding: 5px;
                        p {
                            @media only screen and (max-width: 767.98px) {
                                font-size: 0.8rem;
                            }
                            @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                                font-size: 0.8rem;
                            }
                        }
                    }
                }
            }
            .log_links {
                margin-top: 2%;
                width: 60%;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 5%;
            }
            .log_links a {
                text-decoration: none;
                color: green;
                padding: 10px 10px;
                @media only screen and (max-width: 320px) {
                    font-size: 3.7vmin;
                }
                @media only screen and (min-width: 320px) and (max-width: 480px) {
                    font-size: 4vmin;
                }
                @media only screen and (max-width: 480px) and (orientation: landscape) {
                    font-size: 4vmin;
                }
                /* on ipods and tablets screens */
                @media only screen and (min-width: 481px) and (max-width: 768px) {
                    font-size: 2.5vmin;
                }
                /* on mobile smartphone small screens on landscape orientation*/
                @media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
                    font-size: 3.75vmin;
                }
                /* on laptops and small screens */
                @media only screen and (min-width: 769px) and (max-width: 1024px) {
                    font-size: 2.25vmin;
                }
                /* landscap orientation for smartphone devices and small ipad */
                @media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
                    font-size: 4vmin;
                }
                /* landscap orientation for smartphone devices larger screen */
                @media only screen and (min-width: 897px) and (max-width: 1024px) and (orientation: landscape) {
                    font-size: 3.75vmin;
                }
                /* on large screen and desktops screens */
                @media only screen and (min-width: 1025px) and (max-width: 1200px) {
                    font-size: 2.7vmin;
                }
                /* landscape orientation for ipad and tablet devices */
                @media only screen and (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
                    font-size: 2.75vmin;
                }
                /* on extra large screens */
                @media only screen and (min-width: 1201px) {
                    font-size: 3.5vmin;
                }
                /* laptop and large screens landscape orientation */
                @media only screen and (min-width: 1201px) and (orientation: landscape) {
                    font-size: 2.75vmin;
                }
            }
            .search_Form {
                form {
                    .btn-default {
                        color: white;
                        background-color: green;
                    }
                }
            }
            .The_Form {
                margin-top: 10%;
                margin-bottom: 10%;
                /* on ipods and tablets screens */
                @media only screen and (min-width: 481px) and (max-width: 768px) {
                    height: 95vh;
                }
                @media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
                    height: 150vh;
                }
                /* on laptops and small screens */
                @media only screen and (min-width: 769px) and (max-width: 1024px) {
                    height: 75vh;
                }
                @media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
                    height: 150vh;
                }
                .adminsuccess-message,
                .success-message {
                    .close-icon {
                        height: 4vh;
                        .close-message {
                            float: right;
                            width: 12%;
                            height: 3.5vh;
                            text-decoration: none;
                            color: white;
                            text-align: center;
                            i {
                                width: 75%;
                                margin: auto;
                                background-color: green;
                            }
                        }
                    }
                }
                .existingcurrentpayment-message {
                    .close-icon {
                        height: 4vh;
                        .close-message {
                            float: right;
                            width: 12%;
                            height: 3.5vh;
                            text-decoration: none;
                            color: white;
                            text-align: center;
                            i {
                                width: 75%;
                                margin: auto;
                                background-color: gray;
                            }
                        }
                    }
                    .awairepay-form {
                        border-color: white;
                        .payment-awaireness-btn {
                            width: 60%;
                            margin: auto;
                            display: flex;
                            .p-awnsbtn {
                                border: 1px solid gray;
                                border-radius: 45%;
                                width: 35%;
                                margin-left: 10%;
                                text-align: center;
                                color: white;
                                background-color: green;
                            }
                        }
                    }
                    .message-content {
                        padding: 7px;
                        display: flex;
                        font-size: 1em;
                        i {
                            margin-right: 4px;
                            margin-left: 3px;
                        }
                    }
                }
                .adminsuccess-message,
                .success-message,
                .nonsuccess-message,
                .searchingduplicatefile-message,
                .filesize-message,
                .existingfile-message,
                .existingcurrentpayment-message,
                .searchingduplicatepayment-message,
                .goodbye-message {
                    background-color: white;
                    display: none;
                    position: absolute;
                    border: 1px solid gray;
                    .message-content {
                        padding: 7px;
                        display: flex;
                        font-size: 1em;
                        i {
                            margin-right: 4px;
                            margin-left: 3px;
                        }
                    }
                }
                .goodbye-message,
                .success-message {
                    width: 250px;
                    .message-content {
                        padding-left: 5%;
                        color: green;
                    }
                }
                .adminsuccess-message,
                .nonsuccess-message,
                .searchingduplicatefile-message,
                .searchingduplicatepayment-message {
                    color: lightcoral;
                }
                .filesize-message,
                .existingcurrentpayment-message,
                .existingfile-message {
                    color: peru
                }
                .adminsuccess-message,
                .success-message,
                .nonsuccess-message,
                .searchingduplicatefile-message,
                .filesize-message,
                .existingfile-message,
                .existingcurrentpayment-message,
                .searchingduplicatepayment-message,
                .goodbye-message {
                    @media only screen and (max-width: 480px) {
                        margin-top: 45%;
                        margin-left: 15%;
                        margin-right: 15%;
                    }
                    /* stopped here */
                    @media only screen and (max-width: 480px) and (orientation: landscape) {
                        margin-top: 20%;
                        margin-left: 15%;
                        margin-right: 15%;
                    }
                    /* on ipods and tablets screens */
                    @media only screen and (min-width: 481px) and (max-width: 768px) {
                        margin-top: 35%;
                        margin-left: 15%;
                        margin-right: 15%;
                    }
                    /* on mobile smartphone small screens on landscape orientation*/
                    @media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
                        margin-top: 35%;
                        margin-left: 15%;
                        margin-right: 30%;
                    }
                    /* on laptops and small screens */
                    @media only screen and (min-width: 769px) and (max-width: 1024px) {
                        margin-top: 45%;
                        margin-left: 15%;
                        margin-right: 15%;
                    }
                    /* landscap orientation for smartphone devices and small ipad */
                    @media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
                        margin-top: 30%;
                        margin-left: 15%;
                        margin-right: 25%;
                    }
                    /* landscap orientation for smartphone devices larger screen */
                    @media only screen and (min-width: 897px) and (max-width: 1024px) and (orientation: landscape) {
                        margin-top: 25%;
                        margin-left: 10%;
                        margin-right: 35%;
                    }
                    /* on large screen and desktops screens */
                    @media only screen and (min-width: 1025px) and (max-width: 1200px) {
                        margin-top: 45%;
                        margin-left: 15%;
                        margin-right: 15%;
                    }
                    /* landscape orientation for ipad and tablet devices */
                    @media only screen and (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
                        margin-top: 20%;
                        margin-left: 10%;
                        margin-right: 35%;
                    }
                    /* on extra large screens */
                    @media only screen and (min-width: 1201px) {
                        margin-top: 45%;
                        margin-left: 10%;
                        margin-right: 35%;
                    }
                    /* laptop and large screens landscape orientation */
                    @media only screen and (min-width: 1201px) and (orientation: landscape) {
                        margin-top: 15%;
                        margin-left: 10%;
                        margin-right: 40%;
                    }
                }
                .loading-spinner {
                    background-color: transparent;
                    color: green;
                    display: none;
                    position: absolute;
                    @media only screen and (max-width: 480px) {
                        margin-top: 45%;
                        margin-left: 35%;
                        margin-right: 35%;
                    }
                    @media only screen and (max-width: 480px) and (orientation: landscape) {
                        margin-top: 20%;
                        margin-left: 15%;
                        margin-right: 35%;
                    }
                    /* on ipods and tablets screens */
                    @media only screen and (min-width: 481px) and (max-width: 768px) {
                        margin-top: 35%;
                        margin-left: 35%;
                        margin-right: 35%;
                    }
                    /* on mobile smartphone small screens on landscape orientation*/
                    @media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
                        margin-top: 35%;
                        margin-left: 35%;
                        margin-right: 35%;
                    }
                    /* on laptops and small screens */
                    @media only screen and (min-width: 769px) and (max-width: 1024px) {
                        margin-top: 45%;
                        margin-left: 35%;
                        margin-right: 35%;
                    }
                    /* landscap orientation for smartphone devices and small ipad */
                    @media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
                        margin-top: 30%;
                        margin-left: 35%;
                        margin-right: 35%;
                    }
                    /* landscap orientation for smartphone devices larger screen */
                    @media only screen and (min-width: 897px) and (max-width: 1024px) and (orientation: landscape) {
                        margin-top: 25%;
                        margin-left: 25%;
                        margin-right: 35%;
                    }
                    /* on large screen and desktops screens */
                    @media only screen and (min-width: 1025px) and (max-width: 1200px) {
                        margin-top: 45%;
                        margin-left: 30%;
                        margin-right: 35%;
                    }
                    /* landscape orientation for ipad and tablet devices */
                    @media only screen and (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
                        margin-top: 20%;
                        margin-left: 15%;
                        margin-right: 45%;
                    }
                    /* on extra large screens */
                    @media only screen and (min-width: 1201px) {
                        margin-top: 45%;
                        margin-left: 10%;
                        margin-right: 40%;
                    }
                    /* laptop and large screens landscape orientation */
                    @media only screen and (min-width: 1201px) and (orientation: landscape) {
                        margin-top: 15%;
                        margin-left: 15%;
                        margin-right: 45%;
                    }
                    .spinner-border {
                        border-top: 8px dotted green;
                        border-left: 4px dotted green;
                        border-bottom: 2px dotted green;
                        width: 120px;
                        height: 120px;
                        @media only screen and (max-width: 480px) {
                            width: 90px;
                            height: 90px;
                        }
                    }
                }
                /* } */
                /* insite form */
                form {
                    border: .5px solid green;
                    padding-bottom: 10px;
                    .subtitle {
                        font-weight: normal;
                    }
                    label {
                        font-weight: normal;
                        @media only screen and (max-width: 320px) {
                            font-size: 3.7vmin;
                        }
                        @media only screen and (min-width: 320px) and (max-width: 480px) {
                            font-size: 4vmin;
                        }
                        @media only screen and (max-width: 480px) and (orientation: landscape) {
                            font-size: 4.75vmin;
                        }
                        /* on ipods and tablets screens */
                        @media only screen and (min-width: 481px) and (max-width: 768px) {
                            font-size: 2.5vmin;
                        }
                        /* on mobile smartphone small screens on landscape orientation*/
                        @media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
                            font-size: 4vmin;
                        }
                        /* on laptops and small screens */
                        @media only screen and (min-width: 769px) and (max-width: 1024px) {
                            font-size: 2.25vmin;
                        }
                        /* landscap orientation for smartphone devices and small ipad */
                        @media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
                            font-size: 4.25vmin;
                        }
                        /* landscap orientation for smartphone devices larger screen */
                        @media only screen and (min-width: 897px) and (max-width: 1024px) and (orientation: landscape) {
                            font-size: 4vmin;
                        }
                        /* on large screen and desktops screens */
                        @media only screen and (min-width: 1025px) and (max-width: 1200px) {
                            font-size: 2.7vmin;
                        }
                        /* landscape orientation for ipad and tablet devices */
                        @media only screen and (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
                            font-size: 3vmin;
                        }
                        /* on extra large screens */
                        @media only screen and (min-width: 1201px) {
                            font-size: 3.5vmin;
                        }
                        /* laptop and large screens landscape orientation */
                        @media only screen and (min-width: 1201px) and (orientation: landscape) {
                            font-size: 3vmin;
                        }
                    }
                    .form-group {
                        width: 90%;
                        margin: auto;
                        padding-top: 15px;
                    }
                    input {
                        @media only screen and (max-width: 320px) {
                            font-size: 3.7vmin;
                        }
                        @media only screen and (max-width: 320px) and (orientation: landscape) {
                            font-size: 3.7vmin;
                        }
                    }
                    select {
                        -webkit-appearance: listbox !important;
                        @media only screen and (max-width: 320px) {
                            font-size: 3.7vmin;
                        }
                        @media only screen and (max-width: 320px) and (orientation: landscape) {
                            font-size: 3.7vmin;
                        }
                    }
                    .theBtns {
                        width: 45%;
                        margin: auto;
                        margin-top: 20px;
                        /* on mobile devices screens */
                        @media only screen and (max-width: 320px) {
                            width: 60%;
                        }
                    }
                    .groupBtn {
                        display: block;
                        width: 99%;
                        margin: auto;
                    }
                    button {
                        margin-left: 3%;
                        width: 45%;
                        /* on mobile devices screens */
                        @media only screen and (max-width: 320px) {
                            font-size: 3.5vmin;
                        }
                        @media only screen and (min-width: 320px) and (max-width: 480px) {
                            font-size: 3.75vmin;
                        }
                        @media only screen and (max-width: 480px) and (orientation: landscape) {
                            font-size: 4.5vmin;
                        }
                        /* on ipods and tablets screens */
                        @media only screen and (min-width: 481px) and (max-width: 768px) {
                            font-size: 2.25vmin;
                        }
                        /* on mobile smartphone small screens on landscape orientation*/
                        @media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
                            font-size: 3.75vmin;
                        }
                        /* on laptops and small screens */
                        @media only screen and (min-width: 769px) and (max-width: 1024px) {
                            font-size: 2vmin;
                        }
                        /* landscap orientation for smartphone devices and small ipad */
                        @media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
                            font-size: 4vmin;
                        }
                        /* landscap orientation for smartphone devices larger screen */
                        @media only screen and (min-width: 897px) and (max-width: 1024px) and (orientation: landscape) {
                            font-size: 3.75vmin;
                        }
                        /* on large screen and desktops screens */
                        @media only screen and (min-width: 1025px) and (max-width: 1200px) {
                            font-size: 2.5vmin;
                        }
                        /* landscape orientation for ipad and tablet devices */
                        @media only screen and (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
                            font-size: 2.75vmin;
                        }
                        /* on extra large screens */
                        @media only screen and (min-width: 1201px) {
                            font-size: 3vmin;
                        }
                        /* laptop and large screens landscape orientation */
                        @media only screen and (min-width: 1201px) and (orientation: landscape) {
                            font-size: 2.75vmin;
                        }
                    }
                    .btn-default {
                        color: white;
                        background-color: inherit;
                        /* background-color: darkolivegreen; */
                    }
                    .btn-right {
                        margin-left: 3%;
                    }
                    .paymentsCard li {
                        /* sub-subtitle character size */
                        padding: 10px 10px;
                        text-decoration: none;
                        @media only screen and (max-width: 480px) {
                            font-size: 4vmin;
                        }
                        @media only screen and (max-width: 480px) and (orientation: landscape) {
                            font-size: 4.5vmin;
                        }
                        /* on ipods and tablets screens */
                        @media only screen and (min-width: 481px) and (max-width: 768px) {
                            font-size: 2.5vmin;
                        }
                        /* on mobile smartphone small screens on landscape orientation*/
                        @media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
                            font-size: 3.75vmin;
                        }
                        /* on laptops and small screens */
                        @media only screen and (min-width: 769px) and (max-width: 1024px) {
                            font-size: 2.25vmin;
                        }
                        /* landscap orientation for smartphone devices and small ipad */
                        @media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
                            font-size: 4vmin;
                        }
                        /* landscap orientation for smartphone devices larger screen */
                        @media only screen and (min-width: 897px) and (max-width: 1024px) and (orientation: landscape) {
                            font-size: 3.75vmin;
                        }
                        /* on large screen and desktops screens */
                        @media only screen and (min-width: 1025px) and (max-width: 1200px) {
                            font-size: 2.7vmin;
                        }
                        /* landscape orientation for ipad and tablet devices */
                        @media only screen and (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
                            font-size: 2.75vmin;
                        }
                        /* on extra large screens */
                        @media only screen and (min-width: 1201px) {
                            font-size: 3.5vmin;
                        }
                        /* laptop and large screens landscape orientation */
                        @media only screen and (min-width: 1201px) and (orientation: landscape) {
                            font-size: 2.75vmin;
                        }
                    }
                    .p_paypal {
                        width: 35%;
                        margin: auto;
                        margin-top: 4%;
                        text-align: center;
                        /* on mobile devices screens */
                        @media only screen and (max-width: 320px) {
                            font-size: 3.5vmin;
                        }
                        @media only screen and (min-width: 320px) and (max-width: 480px) {
                            font-size: 3.75vmin;
                        }
                        @media only screen and (max-width: 480px) and (orientation: landscape) {
                            font-size: 4.5vmin;
                        }
                        /* on ipods and tablets screens */
                        @media only screen and (min-width: 481px) and (max-width: 768px) {
                            font-size: 2.25vmin;
                        }
                        /* on mobile smartphone small screens on landscape orientation*/
                        @media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
                            font-size: 3.75vmin;
                        }
                        /* on laptops and small screens */
                        @media only screen and (min-width: 769px) and (max-width: 1024px) {
                            font-size: 2vmin;
                        }
                        /* landscap orientation for smartphone devices and small ipad */
                        @media only screen and (min-width: 769px) and (max-width: 896px) and (orientation: landscape) {
                            font-size: 4vmin;
                        }
                        /* landscap orientation for smartphone devices larger screen */
                        @media only screen and (min-width: 897px) and (max-width: 1024px) and (orientation: landscape) {
                            font-size: 3.75vmin;
                        }
                        /* on large screen and desktops screens */
                        @media only screen and (min-width: 1025px) and (max-width: 1200px) {
                            font-size: 2.5vmin;
                        }
                        /* landscape orientation for ipad and tablet devices */
                        @media only screen and (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
                            font-size: 2.75vmin;
                        }
                        /* on extra large screens */
                        @media only screen and (min-width: 1201px) {
                            font-size: 3vmin;
                        }
                        /* laptop and large screens landscape orientation */
                        @media only screen and (min-width: 1201px) and (orientation: landscape) {
                            font-size: 2.75vmin;
                        }
                    }
                    .p_paypal a {
                        text-decoration: none;
                    }
                    .p_paypal:hover {
                        background-color: yellow;
                    }
                    #french {
                        display: none;
                    }
                }
                .info_login {
                    padding-top: 10px;
                    a {
                        padding: 5px 15px;
                        text-decoration: none;
                    }
                }
                /* admin forms */
                .admincontainer {
                    position: absolute;
                }
                .admindatadisplay {
                    border: 1px solid black;
                }
            }
            .error404 {
                font-size: 2.5rem;
                margin: auto;
                padding-top: 100px;
                text-align: center;
                color: grey;
            }
            .list-group {
                border: 1px solid grey;
            }
            .table-responsive {
                width: 90%;
                margin: auto;
            }
            .table-bordered {
                width: 100%;
            }
        }
    }
    footer {
        height: 300px;
        @media only screen and (max-width: 767.98px) {
            height: 450px;
        }
        @media only screen and (max-width: 767.98px) and (orientation: landscape) {
            height: 450px;
        }
        @media only screen and (min-width: 768px) and (max-width: 991.98px) {
            height: 400px;
        }
        @media only screen and (min-width: 768px) and (max-width:991.98px) and (orientation: landscape) {
            height: 400px;
        }
        background-color: rgba(0, 0, 0, 1);
        padding-top: 20px;
        padding-bottom: 40px;
        .medialinks {
            .copyright {
                p {
                    color: goldenrod;
                    text-align: center;
                    @media only screen and (max-width: 767.98px) {
                        font-size: 0.85rem;
                    }
                    @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                        font-size: 0.85rem;
                    }
                }
            }
            .socialmedialink {
                text-align: center;
                width: 90%;
                margin: auto;
                ul {
                    display: flex;
                    width: 400px;
                    margin: auto;
                    list-style-type: none;
                    @media only screen and (max-width: 767.98px) {
                        width: 250px;
                    }
                    @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                        width: 250px;
                    }
                    li {
                        margin: 20px;
                        @media only screen and (max-width: 767.98px) {
                            margin: 10px;
                        }
                        @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                            margin: 10px;
                        }
                        a {
                            text-decoration: none;
                            color: goldenrod;
                            border: 2px solid goldenrod;
                            border-radius: 5px;
                            align-content: center;
                            padding: 5px;
                            span {
                                display: none;
                            }
                            i {
                                font-size: 1.5rem;
                                @media only screen and (max-width: 767.98px) {
                                    font-size: 1rem;
                                }
                                @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                                    font-size: 1rem;
                                }
                                text-align: center;
                            }
                        }
                    }
                }
            }
            .footerlinks {
                text-align: center;
                margin-top: 1%;
                a {
                    color: goldenrod;
                    text-decoration: none;
                    @media only screen and (max-width: 767.98px) {
                        font-size: 0.85rem;
                    }
                    @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                        font-size: 0.85rem;
                    }
                }
            }
        }
        .footer-info-items {
            .footer-contacts-sm {
                display: none;
                padding-top: 40px;
                @media only screen and (max-width: 991.98px) {
                    display: block;
                }
                @media only screen and (max-width:991.98px) and (orientation: landscape) {
                    display: block;
                }
                h6 {
                    color: goldenrod;
                    text-align: center;
                    font-weight: 600;
                }
                .contacts {
                    margin-top: 20px;
                    .contact-items {
                        display: flex;
                        .contact-item {
                            width: 175px;
                            margin: auto;
                            font-size: 0.8rem;
                            text-align: center;
                            color: goldenrod;
                            .item-icon {
                                color: goldenrod;
                            }
                            @media only screen and (max-width:767.98px) {
                                margin-top: 20px;
                            }
                            @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                                margin-top: 20px;
                            }
                        }
                    }
                }
            }
            .footer-contacts {
                border-left: 2px solid goldenrod;
                @media only screen and (max-width: 991.98px) {
                    display: none;
                }
                @media only screen and (max-width:991.98px) and (orientation: landscape) {
                    display: none;
                }
                h6 {
                    color: goldenrod;
                    text-align: center;
                    font-weight: 600;
                }
                .contacts {
                    margin-top: 20px;
                    .contact-item {
                        width: 175px;
                        margin: auto;
                        font-size: 0.8rem;
                        text-align: center;
                        color: goldenrod;
                        .item-icon {
                            color: goldenrod;
                        }
                        @media only screen and (max-width:767.98px) {
                            margin-top: 20px;
                        }
                        @media only screen and (max-width: 767.98px) and (orientation: landscape) {
                            margin-top: 20px;
                        }
                    }
                }
            }
        }
    }
}