/* Background Gradient */
body  {
    background: linear-gradient(45deg, #5b5f97 50%, #ffc145);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: sans-serif;
    min-height: 100vh;
    padding: 20px;
}


.font1{
    color:white;
    font-size: 28px;
    font-family: "Space Grotesk", sans-serif;
}
.font2{
    color: #ffffff;
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
}

/*  Card */
.glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    width: 450px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 2px 0 balck;
}

/* Link Styles */

.small-link {
    color: #ffc145;
    text-decoration: none;
}

/* Logo */
.logo {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
  }
  

/* Custom Button */

.custom-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    
    padding: 15px 20px;
    border: 2px solid white;
    border-radius: 12px;
    background: transparent;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.custom-button:hover {
    background: rgba(255, 255, 255, 0.1);
}
.icon {
    font-size: 24px;
}
.text{
    margin-left:12px;
    font-weight:normal;
}
i{
    margin-left: 10px;
}
/* for or  */
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
   
    margin: 20px auto;
    color: #ffffff; /* Adjust color as needed */
}
.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #ccc;
    margin: 0 10px;
}

/* ToApply */

.form-container {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    color: white;
    width: 100%;
    
    margin: 30px;
    font-size: 14px;
    box-shadow: 0 1px 2px 0 #5b5f97;
    border: 3px solid rgba(255, 255, 255, 0.2);
    align-items: center;
}

.btn-custom {
    background-color: #FFB000;
    width: 100%;
    margin-top: 15px;
    border: none;
    border-radius: 8px;
    height: 35px;
   
}
.inputc {
    background-color: #6a6c92;
    color: #ffffff;
    border: 2px solid #ffffff 30%;
    width: 95%;

}
.input-group{
    width: 95%;
    border-radius: 8px;
}


label {
    margin-bottom: 10px;
}
a {
    text-decoration: none;
}
.logo img {
    width: 100%;
    max-width: 400px;
}

.editing{
    padding-left: 65px;
}
.form-control {
    background-color: #6a6c92;
}
.form-control:focus {
    background-color: #6a6c92;
    border: 8px solid #ffffff;
}

.forgot-password {
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.cta-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    margin: 15px;
    border-radius: 8px;
    width: 40%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-box a {
   
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.cta-box:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* for responsive */

@media(1080<=width>=768px){
.editing{
    padding-left: 10px;
}
.font2,.font1{
    font-size: 60%;
}

}
@media (max-width: 768px) {
  
   .logo1 {
    position: absolute; /* Position it at the top */
    top: 0;
    
    padding: 15px;
    text-align: center;
    margin-bottom: 5px;
}
.logo1 p{
    margin-top: 0px;
}
.font1{
    font-size: medium;
}
.font2{
    font-size: small;
}
img{
    width: auto;
    height: 60px;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
}
    .form-container {
        margin-top: 100px;
        width: 50%;
    }
    .editing{
        padding-left: 10px;
    }
}



/* SCHOOL css */

/* Background Gradient */
body{
    background: linear-gradient(35deg,rgba(91, 95, 151, 1) 0%, rgba(91, 95, 151, 1) 42%, rgba(120, 103, 114, 1) 57%, rgba(179, 126, 98, 1) 100%);
    background-size:inherit;
    color: white;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
  
}

.body2{
    /* display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: sans-serif;
    min-height: 100vh; */
    padding: 20px;
}

.h-100vh{
    min-height: 100vh!important;
}

@media screen  and (max-width:992px) {
    .h-100vh-lg{
        height: 100vh!important;
    }

    .body2{
   
        padding: 20px 0px;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C9CDD3!important;
    opacity: 1!important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color:  #C9CDD3!important;
    opacity: 1!important;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color:  #C9CDD3!important;
    opacity: 1!important;
  }
  :-moz-placeholder { /* Firefox 18- */
    color:  #C9CDD3!important;
    opacity: 1!important;
  }

.font1{
    color:white;
    font-size: 28px;
    font-family: "Space Grotesk", sans-serif;
    max-width: 400px;
}
.font2{
    color: #ffffff;
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
}

/*  Card */
.glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    width: 450px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 2px 0 balck;
}

/* Link Styles */

.small-link {
    color: #ffc145;
    text-decoration: none;
}

/* Logo */
/* .logo-2 {
        display: flex;
        flex-direction: column; 
        align-items: center; 
        justify-content: center; 
        text-align: center; 
      }
   */

/* Custom Button */

.custom-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    
    padding: 15px 20px;
    border: 2px solid white;
    border-radius: 12px;
    background: transparent;
    color: white;
    text-decoration: none;
    font-weight: bold;
}


@media (max-width: 768px) {
    .custom-button {
        padding: 10px 10px;
    }   
}
.custom-button:hover {
    background: rgba(255, 255, 255, 0.1);
}
.icon {
    font-size: 24px;
}
.text{
    margin-left:12px;
    font-weight:normal;
}
i{
    margin-left: 10px;
}
/* for or  */
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
   
    margin: 20px auto;
    color: #ffffff; /* Adjust color as needed */
}
.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #ccc;
    margin: 0 10px;
}

/* ToApply */

.form-container {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    color: white;
   
    font-size: 14px;
    box-shadow: 0 1px 2px 0 #5b5f97;
    border: 3px solid rgba(255, 255, 255, 0.2);
    align-items: center;
}

@media screen  and (max-width:767px) {
    .form-container {
        padding: 1rem;
    } 
}

.btn-custom {
    background-color: #FFB000;
    width: 100%;
    margin-top: 15px;
    border: none;
    border-radius: 8px;
    height: 45px;
   
}
.inputc {
    background-color: #6a6c92;
    color: #ffffff;
    border: 2px solid #ffffff 30%;
    margin-bottom: 15px;
    /* width: 95%; */

}
.input-group{
    /* width: 95%; */
    border-radius: 8px;
}

.input-group-text{
    background: transparent;
    color: white;
}
label {
    margin-bottom: 10px;
}
a {
    text-decoration: none;
}
.logo img {
    width: 100%;
    max-width: 400px;
}
.logo p {
    text-align: center;
}
.editing{
    padding-left: 65px;
}
.form-control {
    background: transparent!important;
    border-radius: 8px !important;
    border: solid 1px rgba(255, 255, 255, 0.7);
    color: white!important;
    margin-bottom: 15px;
}
.form-control:focus {
    background-color: #6a6c92;
    border: solid 1px rgba(255, 255, 255, 0.7);
    color: white;
}

.detailForm .form-control {

    margin-bottom: 0px;
}

.flex-g{
    flex: 1 0 100%;
}
.form-select{
    background-color: transparent!important;
}

.forgot-password {
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 0px;
}

@media screen  and (max-width:767px) {
    .cta-buttons {
        display: block;
        justify-content: center;
        gap: 0px;
        margin-top: 20%;
    } 
}

.cta-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    margin: 0px 5px 15px 0px;
    border-radius: 8px;
    width:auto;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen  and (max-width:767px) {
    .cta-buttons {
        display: block;
        justify-content: center;
        gap: 0px;
        margin-top: 20px;
    }
    
    .cta-box {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.1);
        padding: 15px;
        margin: 15px 5px 15px 0px;
        border-radius: 8px;
        width: calc(100% - 5px);
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.cta-box a {
   
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.cta-box:hover {
    background: rgba(255, 255, 255, 0.2);

}

.cta-box a:hover{
    color: white;
}

/* for responsive */

@media(1080<=width>=768px){
.editing{
    padding-left: 10px;
}
.font2,.font1{
    font-size: 60%;
}

}
@media (max-width: 768px) {
  
   .logo1 {
    /* position: absolute; 
    top: 0;
    
    padding: 15px;
    text-align: center;
    margin-bottom: 5px; */
}
.logo1 p{
    margin-top: 0px;
    margin-bottom: 15px;
    max-width: 90%;
    text-align: center;
    margin: 0px auto 15px;

}
.font1{
    font-size: medium;
}
.font2{
    font-size: small;
}

.custom-button .fw-bold.font2{
    font-size: 14px;
}

.custom-button img{
    width: auto;
    height: 30px;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
}
    .form-container {
        width: 100%;
        margin-top:140px;
    }
    .editing{
        padding-left: 10px;
    }
}



/********************** Chat-Boat *****************************/

.Bridge img{
    max-width: 200px;
}

@media (max-width: 768px) {
    .Bridge{
        text-align: center;
    }  
}

.chat-block{
    background: rgba(30, 34, 87, .25);
    border:solid 2px rgba(255, 193, 69, .26);
    padding: 15px;
    border-radius: 10px;
}

.form-select{
    color: white!important;
}

.form-select option{
    color: black!important;
}


.chat-messages {
    display: flex;
    flex-direction: column;
}
.chat-bot, .chat-user{
    display: flex;
    flex-shrink: 0;
    
}

.bg-chatBot{
    background: rgba(255, 255, 255, 0.1);
}

.bg-chatBot span{
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.btnArea .btn{
    background: rgba(255, 255, 255, 0.15);
    font-size: 12px;
    color: white;
    border-radius: 30px;
    
}

@media screen  and (max-width:767px) {
    .btnArea .btn{
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}

.btnArea .btn.active{
    background: rgba(255, 193, 69, .43);
}

.chat-user{
    flex-direction: row-reverse;
    margin-left: auto;
}

.bg-user{
    background: rgba(100, 207, 121, .29);
}

.fs-7{
    font-size: 12px;
}

.bg-user span{
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}


.formBlock{
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    color: white;
   
    font-size: 14px;
    box-shadow: 0 1px 2px 0 #5b5f97;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.formBlock h3{
    color:white;
    font-size: 22px;
    font-family: "Space Grotesk", sans-serif;
}
.formBlock .form-select{
    color: white;
}
.formBlock .form-select option {
    color: black;
}

.formBlock .form-label span{
    display: block;
    font-size: 11px;
}

.formBlock .priorityBox{
    padding: 10px;
    border: solid 1px white;
    border-radius: 8px;
}

.formBlock .form-check-input{
        width: 1.5em;
        height: 1.5em;
        margin-top: -.05em;
        background-color: transparent;
        border: solid 1px white;
        margin-right: 10px;
        margin-top: -.05em;
}

.form-control[type=file]{
    color: #ffffff;
}
::file-selector-button {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #DBDBDC!important;
  }

  .input-group>.form-control, .input-group>.form-select{
    color: white!important;
  }

  .text-green{
    color: #19ff00;
  }

  .text-red{
    color: #ff0000;
  }
  



  .navbar{
    background: #5B5F97;
    border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  }

   .navbar-nav a.nav-link{
    font-family: "Space Grotesk", sans-serif;
    font-weight: bold;
    color: #ffffff!important;
        padding: .5rem 1.5rem!important;
        border-radius: 20px;
   }

   .navbar-nav a.nav-link i{
    margin-left: 0px;
    margin-right: 5px;
   }

   .navbar-nav a.nav-link.active{
    background: rgba(255, 255, 255, 0.2);
   }


.pageHead{
     font-family: "Space Grotesk", sans-serif;
    font-weight: bold;
    color: #ffffff!important;
    font-size: 18px;
}

.newCard{
    background-color: rgba(30, 34, 87, .4)!important;
    border: solid 1px rgb(255, 193, 69, .4)!important;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 20px!important;
    box-shadow: -2px -2px 13px 0px rgba(0,0,0,0.25);
}


.topBar{
    color: white;
}

.topBar .urgent{
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    background: rgba(250,8,8,0.5);
    font-size: 13px;
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.3);
}

.topBar .new{
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    background: rgba(250,193,69,0.5);
    font-size: 13px;
    border-radius: 25px;
    border: solid 1px rgba(255, 255, 255, 0.3);
}


.listTitle .imgs{
    border: solid 1px #fff;
    padding: 8px;
    border-radius: 6px;
}

.listTitle  .details h3{
    font-size: 18px;
    color: white;
   
}

 .listTitle  .details h3 a.generate{
    display: inline-block;
    background: #FFC145;
    padding: 3px 10px;
    border: dashed 1px #746E7B;
    color: black;
    font-size: 13px;
    text-decoration: none;
    margin-left: 15px;
    }

 .listTitle  .details .bestFit{
    background: #10CFFF;
    color: black;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 10px;
 }

 button.yellowBtn{
    background: #FFC145;
    color: black;
    margin-top: 5px;
    border-radius: 30px;
 }

 span.chance{
    background: rgba(255, 108, 107, 0.14);
    border: dashed 1px rgba(255, 171, 4, 1);
    color: white;
    padding: 3px 10px;
    font-size: 10px;
    border-radius: 3px;
    margin-top: 8px;
    display: inline-block;
 }

 span.badges{
    color: rgba(255, 171, 4, 1);
 }

 .f-12{
    font-size: 12px;
 }

 span.matched{
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 5px 10px;
    border-radius: 25px 25px 8px 25px;
 }

 .leftPoints{
    padding: 0px;
    margin: 0px;
    list-style: none;
 }

  .leftPoints li{
    margin-bottom: 15px;
    color: white;
  }

  .speci{
    color: white;
        padding-left: 8px;
  }

    .speci li{
       float: left;
        margin-left: 20px;
        font-size: 12px;
    }

    .clearfix{
        clear: both;
    }

.conclusion{
    background: rgba(255, 107, 107, 0.25);
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 15px;
}

span.chancees{
    background: rgba(6, 6, 6, 0.34);
    border: dashed 1px rgba(116, 110, 123, 1);
    padding: 15px;
    color: white;
    display: block;
    font-size: 12px;
    text-align: center;
}

span.chancees .btn{
    background: rgba(30, 34, 87, 1);
    color: white;
    display: block;
    margin: 10px auto;
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 30px;
}
@media screen  and (max-width:767px) {
.filters .col{
    flex: 1 0 100%;
    margin-bottom: 10px;
}
.details span{
    display: block!important;
}
}


.appList h5{
     font-family: "Space Grotesk", sans-serif;
     color: white;
   }

h4.others{
     font-family: "Space Grotesk", sans-serif;
     color: white;
   }

.statusReview{
    display: inline-block;
    background: rgba(100, 207, 121, 0.6);
    padding: 2px 15px;
       color:rgba(3, 7, 18, 1);
       font-size: 12px;
}
.f-16{
    font-size: 16px;
}

.fs-10{
    font-size: 10px !important;
}
.blocked{
    background: rgba(28, 30, 62, 1);
    border: solid 1px rgba(255, 204, 0, 1);
    border-radius: 12px;
    padding: 14px;
}

.blocked p{
    color: rgba(255, 255, 255, .7);
}

.block-bg{
    background: rgba(28, 30, 62, 1);
    border: solid 1px rgba(255, 204, 0, 1);
    border-radius: 12px 12px 5px 12px;
    padding: 14px;
    position: relative;
}

.block-bg::before{
    position: absolute;
    right: -6px;
    height: 97%;
    width: 5px;
    bottom: -5px;
    border-radius: 0px 5px 0px 0px;
    content: '';
    background: url(../image/right-bg.png) repeat-y;
}

.block-bg::after{
    position: absolute;
    right:-5px;
    height: 6px;
    width: 97%;
    bottom: -7px;
    border-radius: 0px 0px 5px 5px;
    content: '';
    background: url(../image/btm-bg.png) repeat-x;
}

.w-85{
    width: 85%;
}

.strength span{
    display: inline-block;
    width: 6px;
    height: 35px;
    background:rgba(87, 87, 87, 1);
}
.strength span.active{
    display: inline-block;
    width: 6px;
    height: 35px;
    background: rgba(255, 204, 0, 0.8);
}


.video-screens{
background: linear-gradient(35deg,rgba(27, 28, 45, 1) 0%, rgba(64, 52, 50, 1) 100%);
    background-size:inherit;
    color: white;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.video-screens .navbar{ background: transparent;}

.micArea{
    background: rgba(0,0,0,0.15);
    padding: 46px;
    border-radius: 15px;
}

.micArea i{
    background: #FFC145;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #162039;
    font-size: 25px;
    line-height: 50px;
    
}

.top-gap{
    margin-top: 330px;
}
@media (min-width:480px) and (max-width:768px){
    .top-gap{
    margin-top: 280px;
    }
} 
@media (min-width:769px) {
    .top-gap{
    margin-top: 0;
} 
}


.u-img{
    width: 120px;
    border-radius: 50%;
}

.u-img img{
    width: 100%;
    border-radius: 10px;
    border: solid 1px #ffc145;
}

.editbtn{
    background: #ffc145;
    display: block;
    margin-bottom: 8px;
    width: 100%;
    border: 0px;
    padding: 8px;
    border-radius: 5px;
    font-weight: 600;
}

.resumebtn{
    border:solid 1px #ffc145!important;
    background: transparent;
    display: block;
    margin-bottom: 8px;
    width: 100%;
    color: #ffc145;
    border: 0px;
    padding: 8px;
    border-radius: 5px;
    font-weight: 600;
}


.Percentagematched{
       border:solid 1px ;
    background: rgba(255, 255, 255, .25);
    display: block;
    margin-bottom: 8px;
    width: 100%;
    color: white;
    border: 0px;
    padding: 8px;
    border-radius: 0px;
    font-weight: 600;
      border: 4px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #FFC145, #fff);
}

.section-title{
         font-family: "Space Grotesk", sans-serif;
     color: white;
     font-size: 18px;
     border-bottom: solid 1px rgba(255, 255, 255, .15);
     padding-bottom: 8px;
}

.Skills{
   background: rgba(6, 6, 6, 0.34);
    border: dashed 1px rgba(116, 110, 123, 1);
    color: white;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 3px;
 }

.cardBox{
   height: calc(100vh - 110px);
    overflow-y: auto;
}
   .job-card {
 background-color: rgba(30, 34, 87, .4)!important;
    border: solid 1px rgb(255, 193, 69, .4)!important;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 20px!important;
    box-shadow: -2px -2px 13px 0px rgba(0,0,0,0.25);
      margin-bottom: 1rem;
    }
    .map-container {
     height: calc(100vh - 110px);
      border-radius: 0.5rem;
      background-color: #e9ecef;
    }
    .filter-section {
     padding-right: 15px;
      border-radius: 0.5rem;
    height: calc(100vh - 110px);
      overflow-y: auto;
    }
    .form-label {
      font-weight: 500;
      margin-top: 0.75rem;
    }

    .form-select.multiple option{
        color: white!important;
    }

.profileTabs{margin-bottom: 15px!important; margin-top: 20px; border: 0px!important;}
.profileTabs li .nav-link{ font-family: "Space Grotesk", sans-serif; font-weight: bold; color: white; background: rgba(30,34,87,0.41); border-radius: 10px; border: 0px; margin-bottom: 0px;}
.profileTabs li .nav-link.active{ background: #FFC145; color: black; border: 0px; border: 0px; margin-bottom: 0px;}
.profileTabs li:first-child .nav-link{border-radius: 10px 0px 0px 10px;}
.profileTabs li:last-child .nav-link{border-radius: 0px 10px 10px 0px;}
.profileTabsContent{
     background-color: rgba(30, 34, 87, .4)!important;
    border: solid 1px rgb(255, 193, 69, .4)!important;
        padding: 15px;
    margin-bottom: 15px;
    border-radius: 20px!important;
    color: white;
    box-shadow: -2px -2px 13px 0px rgba(0,0,0,0.25);
}

.topCont{
    font-family: "Space Grotesk", sans-serif; 
    font-size: 12px;
    color: white;
}
.topCont div{
    border-bottom: solid 1px rgba(255, 255, 255, 0.14);
}

.pintBlock{
    position: relative;
}

.pintBlock::before{
    width: 44%;
    height: 2px;
    border-bottom: dashed 1px  rgba(255, 255, 255, .4);
    position: absolute;
    left: 0px;
    top: 20px;
    content: '';
}
.pintBlock::after{
    width: 44%;
    height: 2px;
    border-bottom: dashed 1px rgba(255, 255, 255, .4);
    position: absolute;
    right: 0px;
    top: 20px;
    content: '';
}

.pintBlock:first-child::before{
    display: none;
}

.pintBlock:last-child::after{
    display: none;
}

.pintBlock span{
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 20px;
    color: rgba(255, 255, 255, .4);
    border: solid 1px rgba(255, 255, 255, .4);
    text-align: center;
    border-radius: 50%;
    line-height: 37px;

}

.f-30{font-size: 30px;}
.pintBlock span.active{background: #FFC145; color: #42467D; border-color: #ffc145;}

.pintBlock span i{margin: 0px;}


.buttonBloc button{
        background: #ffc145;
    margin-bottom: 8px;
    width: 80%;
    border: 0px;
    padding: 8px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    font-family: "Space Grotesk", sans-serif; font-weight: bold;
}

.yellowBtn{
    background: #FFC145;
    color: black;
    border-radius: 3px!important;
}

.btn-outline-yellow{
    border:solid 1px #FFC145!important;
    color: #FFC145!important;
}


.kanban-content {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    padding: 15px;
    gap: 0px 15px;
}

.kanban-content .kanban-board {
    min-width: 340px !important;
    width: 320px !important;
    border-radius: 15px;
    background: rgba(255, 255, 255, .4);
}

.kanban-content .kanban-board h4{
   font-family: "Space Grotesk", sans-serif; 
    font-size: 15px;
    padding: 14px 15px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    color: white; 
}


.kanban-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.kanban-content::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
    border-radius: 10px;
}

.kanban-content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #555;
}

.brdr-top{border-top: solid 1px rgba(255, 255, 255, 0.5);}

.pmatched{
    display: block;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding:3px;
    text-align: center;
    border: solid 1px white;
    border-radius: 30px;
}
.ijoiner{
    display: block;
    font-size: 10px;
    background: rgba(250, 8, 8, 0.5);
    padding:3px;
    text-align: center;
    border: solid 1px white;
    border-radius: 30px;
}
.bback{
    display: block;
    font-size: 10px;
    background: rgba(255, 193, 69, 0.5);
    padding:3px;
    text-align: center;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 30px;
}


.dashboard-con .leftBar{
    width: 16em;
    background: rgba(255, 255, 255, 0.2);
    height: calc(100vh - 85px);
    padding: 10px;
    overflow-y: auto;
}

.dashboard-con .rightCons{
    width: calc(100% - 16em);
    height: calc(100vh - 85px);
    padding: 15px;
}
