*{
    box-sizing: border-box;
    text-decoration: none;
    letter-spacing:1px;
}

a{
    color: black;
}

::-webkit-scrollbar{
    display: none;
    /* position: absolute; */
    /* z-index: 100; */
    /* border-color:red ; */
}

.db-alert{
    height: 200px; 
    /* padding: 80px; */
    color: black;
    font-size: 15px;
    font-weight: bold;
    width: 50%;
    margin: auto;
    transform: translate(0%, 10%);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
}

.db-alert button{
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
    padding: 8px;
    margin:5px;
    border: none;
    border-radius: 10px;
    background-color: #b30000;
    font-size: 0.9rem;
}

.db-alert a{
    color: #ededed;

}


.error-alert{
    color: rgba(231, 15, 15, 0.829);
    text-align:center;
    font-size: 15px;
    width:auto;
    margin:2px auto;
    padding:8px;
    background-color: #9d2b2b38;
    border-radius: 5px;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.error-alert i{
    color:  rgba(255, 0, 0, 0.849);
    padding: 1px 8px;
    font-size: 20px;
}

.success-alert{
    color:  rgb(7, 247, 7);
    text-align:center;
    font-size: 15px;
    width:auto;
    margin:2px auto;
    padding:8px;
    background-color: #0f770f73;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.success-alert i{
    color: rgb(7, 247, 7);
    padding: 1px 10px;
}

.application-sent-modal{
    /* border: 2px solid red; */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0px;
    z-index: 99;
    background: #2f3e46a0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.application-sent-content{
    /* border: 2px solid red; */
    /* width: 0%; */
    font-size: 1.4rem;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:  white;
    flex-direction: column;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.application-sent-content i{
    font-size: 2.5rem;
    color: #44ff00;
    padding: 10px;
}


.delete{
    /* margin-bottom: 50px; */
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    background-color: #b30000;
    color: #ededed;
}

#preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1312124b;
  display: flex;
  justify-content: center;
  align-items: center;
   /*display: none; */
}

#preloader-logo {
  width: 120px; /* adjust size */
  height:120px;
  border-radius: 20px;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}


/* ::-webkit-scrollbar-thumb{
    background-color: green;
} */


.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

body{
    margin: 0%;
}

html{
    scroll-behavior: smooth;
}

/* STYLING FOR POP UP ALERT MESSAGE */
.pop-up{
    /* border: 2px solid red; */
    width: 40%;
    padding: 7px;
    height: 30px;
    color: rgb(7, 247, 7);
    position: fixed;
    top: 10px;
    right: 30%;
    z-index:4;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    border-radius: 10px;
    background-color: #0f770f73;
    text-align: center;
    transition: 2s;
    display: none;
}

.bar-cont{
    height: 40px;
    width: 100%;
    background-color: rgb(23, 190, 137, 0.62);
    position: sticky;
    top: 0px;
    z-index: 9;
}

/* STYLING FOR DASHBOARD CONTAINER */
.dashboard{
    background:url('/assets/img/it.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    height: 330px;
}

.dashboard::after{
    background: linear-gradient(-60deg, transparent, rgba(0, 0, 0, 0.5));
    background-color: rgba(0, 0, 0, 0.482);
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    width: 100%;
    height: 330px;
    content: ""; 
}

.bar-cont i{
    cursor: pointer;
    color: #b30000;
}

.name-nav-bar{
    /* border: 2px solid green; */
    display: inline-flex;
    justify-content:right;
    width: fit-content;
    padding: 8px;
    align-items: center;
    height: 100%;
    font-size: 1.12rem;
    color: rgba(8, 236, 8,0.9);
    color: #ededed;
    color: black;
    font-family: 'TikTok Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
}

.name-nav-bar i:hover{
    font-size: 1.3rem;
}

/* STYLINF FOR OVERLAY MODAL */
.overlay-modal{
    /* border: 2px solid blue; */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.736);
    width: 100%;
    display: none;
}

.overlay-modal i{
    float: right;
    font-size: 1.43rem;
    margin: 3px;
    color: rgba(255, 255, 255, 0.726);
    color:#ff6f61;
    color: rgba(0, 0, 0, 0.948);
    color:rgb(9, 247, 171);
    cursor: pointer;
}

.overlay-modal i:hover{
    color: #b30000;
}

/* STYLING FOR NAV BAR */
.nav-bar{
    border-radius: 0px 6px 5px 0px;
    width: 40vw;
    height: 100%;
    padding: 5px;
    background-color: rgba(188, 188, 188, 0.87);
    background-color: rgba(0, 0, 0, 0.87);
    background-color: #2f3e46;
    background-color: #5a5757;
}

.nav-text{
    /* border: 2px solid purple; */
    width: 80%;
    display: block;
    margin: 40px auto;
    padding: 10px;
    color:rgba(255, 255, 255, 0.957);
    color:#ff6f61;
    color:rgb(0, 0, 0);
    color:rgb(9, 247, 171);
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
}

.nav-text i{
    float: left ;
    font-size: 0.88rem;
    margin-top: 2px;
    padding: 1px;
}

.nav-text:hover{
    color: #b30000;
    font-size:1.1rem;
}

/* STYLING FOR SERACH BAR */
.search{
    margin:0px auto;
    padding: 7px;
    border-radius: 10px;
    width: 80%;
    border: none;
    background-color: rgba(174, 158, 158, 0.707);
    color: black;
    display: flex;
    align-items: center;
    background-color: rgb(174, 171, 171);
    position:relative;
    z-index: 2;
}

.search::placeholder{
    font-size: 0.8rem;
    color:  #b30000;
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Roboto', sans-serif;
    letter-spacing:1px;
    font-weight: 500;
}

/* STYLING FOR SLIDESHOW */
.slide-cont{
    margin: 10px 8px 25px 10px;
    height: 50px;
    border-bottom: 2px solid rgb(255, 255, 255);
    /* border-bottom: 2px solid #b30000; */
    position:relative;
    z-index: 2;
    overflow: hidden;
    /* border: 2px solid red; */
}
    
.slide-cont .slides{
    width: fit-content;
    height: 40px;
    padding: 5px;   
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
    color: black;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.84rem;
    letter-spacing:1px;
    white-space: nowrap;
    color:#ff6f61;
    color:rgb(9, 247, 171);
}

.slide-cont .slides:hover{
    font-size: 0.95rem;
    color: #b30000;
    /* position: relative; */
}

/* STYLING FOR FILTER FORM */
.filter-text{
    /* border: 2px solid red; */
    display: block;
    text-align: center;
    font-size: 0.95rem;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing:1px;
    cursor: pointer;
    color: #ffffff;
    position:relative;
    z-index: 2;
}

.filter-body{
    border: 1px solid black;
    height: 470px;
    /* padding: 10px;   */
    margin: 12vh 20px;
    border-radius: 10px;
    background-color: rgb(165, 164, 164);
    background: linear-gradient(to top,#ededed 0%, #000000 100%);
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
    font-size: 0.9rem;
}

.filter-body i{
    float: right;
    padding: 5px;
}

.filter-body form{
    /* border: 2px solid hotpink; */
    height: 100%;
    background: none;
    margin: 0px;
    padding: 10px;
}

.filter-cont{
    /* border: 1px solid; */
    height: auto;
    /* margin-top: 15px; */
    padding: 20px;
}

.filter-cont-select{
    padding: 10px 40px;
    height: auto;
    background-color: rgb(191, 190, 190);
    border-radius: 8px;
    border: 1px solid black;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.filter-cont-select p{
    display: flex;
    align-items: center;   
    /* justify-content: space-between;  */

}

.filter-cont-select input{
    margin-top: 5px;
    border: 1px solid black;
    padding: 7px;
}

/* STYLING FOR HOMEPAGE CATEGORY */
.categories-cont{
    border: 1px solid black;
    height: 380px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    top: -8px;
    background-color: rgb(239, 232, 232);
}

.cate-box{
    max-width: 33.3%;
    float: left;
    height:25%;
    padding: 10px;
    text-transform: capitalize;
}

.job-cate{
    height: 100%;;  
    background-color: rgb(11, 11, 11);  
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align:center;
    font-family: 'TikTok sans', sans-serif;
    letter-spacing:1px;
    font-size: 0.7rem;
    border: 1px solid black;
    color:rgb(9, 247, 171);
    padding:5px;
}

.job-cate img{
    /* border:2px solid red; */
    height: 60%;
    width: 40px;
    border-radius: 10px;
}

.job-cate i{
    font-size: 0.95rem;
    padding: 5px;
    color: yellowgreen;
    color: #ededed;
}

.job-cate:hover{
    font-size: 0.85rem;
}

/* STYLING FOR POST */
.sub-head{
    text-align: center;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    font-size: 1.3rem;
}

.post{
    background-color: rgb(235, 233, 233);
    border-radius: 10px;
    /* border: 2px solid red; */
}

.post-cont{
    /* border: 2px solid green; */
    height: 500px;
    padding: 20px;
}

.post-body{
    border: 2px solid rgba(0, 0, 0, 0.448);
    border: 1px solid black;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 0px 20px 0px;
    background-color: #2f3e46;
    background: linear-gradient(to top,#ededed 0%, #000000 100%);
    transition: 1s;
    box-shadow: 10px 14px 18px 0 rgba(0, 0, 0, 0.2),0 1px 2px 0 rgba( 0, 0, 0, 0.9) ;
}

.post-body:hover{
    border: 2px solid black;
    transform: scale(.9);
    
}

.post-media{
    border: 1px solid #ededed;
    height: 60%;
    border-radius: 8px 8px 10px 10px;
    background-color: rgb(191, 190, 190);
}

.post-desc{
    border-radius: 9px;
    background: none;
    border-bottom: 2px dotted black;
    margin: 3px 3px;
    height: 7%;
    padding: 6px 8px;
    font-size: 0.8rem;
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
    text-transform:capitalize;
    font-weight: bold;
    letter-spacing:0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.post-cont[target=skill]{
    height: 185px;
    padding: 10px 15px;
}

.post-body[target=skill]{
    padding: 7px;
    height: 100%;
    background: linear-gradient(to left,#ededed 0%, #000000 100%);
    display: flex;
}

.post-media[target=skill]{
    height:100%;
    width: 45%;
    border-radius: 10px;
}

.cover-art{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.desc-cont{
    padding: 5px;
    max-width: 75%;
}

.post-desc[target=skill]{
    overflow: hidden;
    margin-bottom: 4px;
    padding: 2px 15px;
    height:17%;
    border-radius: 10px;
    text-transform:capitalize;
    width: 95%;
}

.show-more{
    height: 50px;
    width: 100%;
    margin-top:5px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
    /* background-color: #494848; */
}

.show-more button{
    border: 1px solid white;
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(232, 229, 235);
    background-color: #ff6052;
    background-color:  #b30000;
    color: #ededed;
    /* border: none; */
    font-size: 0.8rem;
    cursor: pointer;
    /* font-weight: 600; */
}

/* STYLING FOR POST DETAILS */
.details-cont{
    height: 600px;
    padding: 10px;
    overflow: auto;
    /* border: 2px solid yellow; */
}

.details-body{
    /* background-color: rgb(165, 164, 164); */
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    background-color: #8d8d8b;
    /* height: 600px; */
    background-color: #2f3e46;
    background: linear-gradient(to top,#ededed 0%, #000000 100%);
}

.details-job-file{
    border: 1px solid rgb(77, 77, 77);
    box-shadow: 0.5px 0.5px 0.5px 0.5px black;
    height: 300px;
    margin-bottom: 10px;
    background-color: rgb(191, 190, 190);
    border-radius: 10px;
    background-color: #8d8d8b;
}

.details-job-details{
    /* border: 2px solid purple; */
    height: 35px;
    border-radius: 8px;
    border-bottom: 1px solid rgb(241, 239, 239);
    box-shadow: 0.5px 0.5px white;
    /* border: 2px solid blue; */
    padding: 10px 10px;
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
    letter-spacing:1px;
    font-size: 0.85rem;
    text-transform:capitalize;
    font-weight: bold;
}

.details-more-job-details{
    padding: 20px;
    margin-top: 50px;
    background-color: rgba(6, 6, 6, 0.748);
    color: #ededed;
    border-radius: 10px;
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
    font-size: 0.8rem;
    letter-spacing:1px;
    line-height: 25px;
}

.bookmark-cont{
    width: 10%;
    bottom: 1px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    float: right;
}
  
.bookmark-cont .tooltiptext {
    width: 150px;
    background-color: #b30000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 145%;
    left: 50%;
    margin-left: -120px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.8rem;
    font-weight: 500;
}

.bookmark-cont .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 40px;
    border-width: 5px;
    border-style: solid;
    border-color: #b30000 transparent transparent transparent;
    
}

.bookmark-cont:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.report{
    border: 2px solid red;
    margin-top: 7px;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    background-color:  #b30000;
    color: #ededed;
}

.apply{
    /* border: 2px solid green; */
    height: 50px;
    width: 100%;
    margin-top: 20px;
    position:sticky;
    bottom:  0px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
    /* background-color: #494848; */
}

.apply button{
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(232, 229, 229);
    background-color:  #b30000;
    color: #ededed;
    /* background: linear-gradient(to bottom,#ededed 0%, #000000 100%); */
    border: none;
    font-size: 0.8rem;
    cursor: pointer;

}

/* STYLING FOR EMAIL APPLICATION BODY */
.application-cont{
    /* border: 2px solid red; */
    width: 95%;
    margin: auto;
    border-radius: 10px;
    background-color: rgb(21, 20, 20);
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
}

.application-header{
    /* border: 2px solid blue; */
    height: 100px;
    border-radius: 13px 13px 0px 0px;
    background-color: #2f3e46;
    color: white;
    font-size: 1.2rem;
    padding: 15px;
}

.application-body{
    /* border: 1px solid white; */
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    color: white;
}

.applicant-details{
    border: 1px solid white;
    height: 50%;
    padding: 10px;
    border-radius: 10px;
}

/* STYLING FOR PROFILE TABS */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 0.8rem;
    width: 33.3%;
    /* clear: both; */
}
  
.tablink:hover {
background-color: #777;
}
  
  /* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    display: none;
    padding: 1px;
    min-height: 400px;
}

.post-cont[target=profile]{
    height: 555px;
}


.post-desc[target=profile]{
    height: 5%;
}

.post[target=profile] .post-cont[target=skill]{
    height: 200px;/
}

.post[target=profile] .post-media[target=skill]{
    width: 100%;
}

.report[target=profile]{
    margin-left:12px; 
}

/* STYLUNG FOR PROFILE APPLICATION SECTION */
.post-desc[target=application]{
    height: 9%;
}

/* STYLING FOR FOOTER */
.footer{
    height: auto;
    border-radius: 10px 10px 0px 0px;
    margin-top: 50px;
    padding: 15px;
    background-color: rgba(23, 190, 137, 0.62);
    position: relative;
    bottom: 0px
}

.account{
    display: inline-block;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    background-color: #b30000;
    font-family: Roboto, "Open Sans", He lvetica, Arial; gap: 8px;
    font-size: 0.8rem;
    color: #ededed;
}

.footer-text{
    font-size: 1rem;
    margin-left: 10px;
    cursor: pointer;
    font-family: 'TikTok Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: rgb(191, 190, 190);
    color: #ededed;
    color:  black;
}

.accordion{
    display: none;
}

.accordion a{
    display: block;
    padding: 8px;
    text-transform: capitalize;
    color: b;
    font-family: Roboto, "Open Sans", Helvetica, Arial;
    font-size: 0.9rem;
}

.sm-handle{
    padding: 5px;
    font-size:1.5rem;
    margin: 15px;
    display: inline-block;
    text-align: center;
    color: rgb(7, 102, 244);
    /* color: rgb(35, 34, 34); */
    /* background-color: brown; */
}

/* STYLING FOR FORM */
.form-cont{
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
    padding: 10px 30px;
    background-color: rgb(165, 164, 164);
    background-color: #2f3e46;
    background: linear-gradient(to top,#ededed 0%, #000000 100%);
    margin: 20px;
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
}

form{
    overflow: auto;
}

form input, select{
    border: 2px solid black;
    border-bottom:none;
    width: 100%;
    padding: 13px;
    border-radius: 5px;
}

.phone-wrapper{
    display: flex;
    margin-top: 0px;
    align-items: center;

}

.phone-wrapper #dynamic-country{
    height: 40px;
    display: flex;
    align-items: left;
    justify-content: left;
    background-color: whitesmoke; 
    border: none;
    width:20%;
    margin-right: 3px;
    font-size: 80%;
    padding: 8px;
}

.phone-wrapper #salary{
    border: 4px solid black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: whitesmoke; 
    border: none;
    width:16%;
    margin-right: 3px;
    font-size: 0.75rem;
}

.password-toggle{
    text-align: left;
    font-size: 15px;
    margin-top: 5px;
    padding: 3px;
    /* border: 2px solid red; */
}

input[type= file]{
    border: 2px solid #141414;
}

textarea{
    border: 2px solid black;
    width: 100%;
    height: 90px;
    border-radius: 5px;
    padding: 10px;
    border-bottom:none;
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
}

input[type = submit]{
    border: none;
    background-color: #b30000;
    background-color: black;
    /* background-color: rgb(191, 190, 190); */
    color: aliceblue;
    font-size:0.9rem;
    padding: 10px;
    border-radius: 15px;
    font-family: Roboto, "Open Sans", Helvetica, Arial; gap: 8px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    /* pointer-events: none; */
}

input[type = submit].disabled{
    pointer-events: none;
    color: #666666;
    background-color: #aaa8a8;
}

input:focus{
    background-color: #b30000d6;
}

label{
    text-align: left;
    padding:3px 7px;
    font-size: 0.85rem;
    display: block;
    font-family: 'Roboto', sans-serif;
}

.edit-cont{
    overflow:auto;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    height: 0;
    z-index: 99;
    width: 100%;
    margin: 0px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.6s ease, opacity 0.6s ease, height 0.6s ease;
    opacity: 0;
    border-radius: 10px 10px 0px 0px;
}

.edit-cont i{
    float: right;
    font-size: 1.43rem;
    margin: 3px;
    color:rgb(9, 247, 171);
    cursor: pointer;
}

.edit-cont.active{
    height: 600px;
    opacity: 1;
    transform: translate(-50%, 0);
}


/* STYLE FOR EMAIL VERIFICATION BUTTON */
#verification-btn{
    justify-content:left;
    float: left;
    margin-top:0px;
    border-radius:3px;
    padding: 4px;
    font-size: 0.8rem;
    background-color: #b30000;
    color: white;
    border: none;
    cursor: pointer;
}

#verification-btn.disabled{
    pointer-events: none;
    color: #666666;
    background-color: #cccccc;
}

form a{
    color: black;
    font-size: 0.3rem;
}

.form--redi-links{
    font-size: 0.9rem;
    font-weight: 560;
    color: #ededed;
    color: black;
}


.support-cont{
    border: 1px solid black;
    margin: 60px 15px;
    background-color: rgb(165, 164, 164);
    background: linear-gradient(to top,#ededed 0%, #000000 100%);
    border-radius: 10px;
    /* widt */
    /* margin-top:60px; */
}

.support-cont i{
    padding: 5px;
    float: right;
}

.support-form{
    /* border: 2px solid forestgreen; */
    padding: 10px 20px;
}

/* STYLING FOR CATEGORIES PAGE */
.categories-cont[target=cate]{
    margin: 20px 20px;
    padding: 10px;
    height: auto;
    background-color: rgba(47, 44, 44, 0.141);
    border: none;
    color: #000000;

}

.job-cate[target=cate]{
    display: block;
    border: 1px solid black;
    border-radius: 10px;
    height: 9%;
    padding: 20px 10px;
    text-transform: capitalize;
    font-size: 0.83rem;
    font-weight: 545;
    background-color: rgba(191, 190, 190, 0.434);
    background: linear-gradient(to bottom,#ededed 0%, #000000 100%);
    margin: 10px;
}

a .job-cate[target=cate] {
    color: black;
    color: #ededed;
}


.scroll-to-top{
    border-radius: 25px;
    width: 50px;
    height: 50px;
    right: 5%;
    bottom: 10%;
    position: fixed;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.6); opacity: 0.7;
    visibility: hidden;
    cursor: pointer;
    animation-name: scrollToTopAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    background-color: #b30000;
}

.scroll-to-top i{
    color:white;
}


@keyframes scrollToTopAnimation {
    to {
        transform: scale(1); opacity: 1;
      
    }
}

/* STYLING FOR INFORMATIONAL PAGES */
.accordion-information-section{
    padding: 10px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}

.accordion-information-section h2{
    text-align: center;
    color:#b30000;
}

.information-section-list{
    padding: 10px;
}

.information-section-list a{
    text-decoration: underline;
    color:#b30000;
    font-weight: bold;
    font-size: 0.85rem;
}
