﻿footer {
    background-color: #fbfbfb87;
    /*color: #ff6464 !important;*/
}

body {
    font-family: Arial;
    font-size: 10pt;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, #a9ecfb 0%, rgba(9,9,121,0.47942927170868344) 35%, rgba(0,212,255,1) 100%);
}

tr {
    /*background-color: white;*/
    border-style: hidden !important;
}

.table {
    background-color: white;
}

a {
    text-decoration: none !important;
}

input[type=text]:focus {
    border: 3px solid #555 !important;
}

h2 {
    font-size: 17px;
}

.table {
    border-radius: 5px;
    border-bottom-width: 0 !important;
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.job_name {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

/*For Desktop*/
@media screen and (min-width: 1024px) {
    .scrollviewer {
        height: 900px;
        overflow-y: auto;
        margin-bottom: 1rem !important;
    }

    .card, .card-header, .card-body {
        margin-top: 5px !important;
        padding: 30px !important;
    }

    .tabview {
        min-width: 10rem !important;
    }

    .job_name {
        /*margin-left: 1.5rem !important;*/
       
        padding-top: 1rem !important;
  
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 24px;
        /*white-space:nowrap;*/
    }

    .Job_salary {
        margin-top: 10px !important;
        color: white;
        background-color: #808080e6;
        padding: 5px;
        border-radius: 4px;
        width: fit-content;
        text-align: center;
    }

    .logo_img {
        width: 160px;
    }

    .Company_name {
        font-size: 22px;
    }

    .job_Descrption {
        font-size: 16px;
    }

    .job_Type {
        font-size: 20px;
    }

    .brand_name {
        text-align: center;
        font-size: 20px;
        letter-spacing: 0;
    }

    .logo_3name {
        font-size: 18px;
    }

    .ad {
        width: 100%;
        height: 920px;
    }

    .mobilead {
        display: none;
    }

    .wel_desk {
        display: block;
    }

    .wel_mob {
        display: none;
    }

    .amountplace {
        font-size: 15px !important;
    }
    .welcomeuser {
        font-size: 25px !important;
    }

    .walletsize {
        width: 35px;
        font-size: 28px;
    }
}
/*For Desktop*/

/*For Mobile*/
@media screen and (max-width: 1023px) {
    .wel_desk {
        display: none;
    }

    .wel_mob {
        display: block;
    }



    .modal-title {
        font-size: 35px;
    }

    .scrollviewer {
        height: 1100px;
        overflow-y: auto
    }

    .logo_img {
        width: 75px;
    }

    .Company_name {
        font-weight: 600 !important;
    }

    .job_Location {
        font-size: 13px !important;
    }

    .brand_name, .logo_2name {
        font-size: 8px !important;
    }

    .logo_3name {
        font-size: 23px;
    }

    .deskad {
        display: none;
    }

    .btn, .btn-primary, .btn-success {
        font-size: 11px !important;
    }

    .footer-content p {
        font-size: 13px;
    }
    .jobtype {
        font-size: 20px !important;
    }

    .amountplace {
        font-size: 13px !important;
    }
    .walletsize {
        width: 15px !important;
        font-size: 15px !important;
    }
    .welcomeuser {
        font-size: 10px !important;
    }
    .wallet_pt {
        padding: 3px;
        font-size: 15px !important;
    }
}
/*For Mobile*/

.navbar-collapse {
    flex-grow: 0 !important;
}

.navbar {
    top: 0;
    width: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(90deg,#a9ecfb 0%, rgba(9,9,121,0.17130602240896353) 35%, rgba(0,212,255,1) 100%);
    box-shadow: 3px 2px 8px #837e7ead;
}

.btn {
    color: white;
    padding: 3px !important;
}

.fixed {
    position: fixed;
}

.navbar-fixed-top {
    margin-bottom: 0 !important;
}

.top_head {
    width: 100%;
    top: 10%;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1030;
    background-color: white;
}

.input_bx {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

td {
    margin-left: 1.5rem !important;
}

.btn {
    color: white !important;
}

.body_content {
    margin-top: 5px;
    margin-bottom: 1rem !important;
    border-radius: 10px;
    margin-left: 10% !important;
    margin-right: 10% !important;
    background-color: white;
}

.job_Location {
    color: gray !important;
    font-size: medium;
}

.col-md-6 {
    margin-top: 5px !important;
}

.wallet_pt {
    padding: 3px;
    font-size: 25px;
}

.logo_2name {
    color: green !important;
}

.nav {
    color: white !important;
}

small {
    color: red;
}

.Home:hover {
    border-radius: 5px;
    background-color: #007bff;
    color: white !important;
}

.gridview_scroll {
    height: 500px;
    overflow-y: auto;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: dimgrey;
    border-radius: 10px;
}
/* Handle on hover */
/*.notice_image {
    max-width:363px;
    max-height:110px;
}*/
td.job_name, td.Company_name, td.job_Location, td.job_Descrption {
    margin-left: 5px !important;
}

.job_Location {
    color: #2e2e2e !important;
    font-size: medium;
}

.Company_name {
    color: #343333 !important;
    font-weight: 800;
}

td.job_name {
    font-weight: 500;
    font-family: serif;
    font-size: 39px;
}

.jobtype {
    font-weight: 500;
    font-family: system-ui;
    font-size: 30px;
    /*background-color: #28a745 !important;*/
    color: #28a745;
    text-align: center;
}

.reviewheading {
    font-size: 25px !important;
}

.review {
    border: 1px solid grey;
    min-height: 500px;
    background-color: white;
}

/**/
