﻿ #careersBlock .col-md-3, #careersBlock .col-md-6 {
    min-height: 300px;
    padding: 20px;
    background: #f7f7f7;
}
.Scope{
    height: 187px; 
    overflow-y: auto;
}
      
form .form-control {
    margin-bottom: 0;
    height: 22px
}
form .form-control:focus {
    border-bottom-color: #d2363a;
}
form  .error {
   display: none; 
    color: #bd0a0a;
    font-size: 11px;
}
form .col-12 {
    padding-bottom: 10px;
}
form input#resume , form  #position {
    height: 37px;
}
textarea#comment {
    margin: 0;
}
form .invalid-feedback {
    margin-top: 0;
    margin-bottom: 20px;
}
.col-md-6.PositionOverlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000073;
}
.commonPosition{
    position:relative;
}
.commonPosition h6{
    color:#fff;
}
#careersBlock{                
    margin-bottom: 35px;
}
#careersBlock:hover{
    transform: translateY(-7px);
}
.Scope ol{
    color: rgb(34, 34, 34);
     text-align: start;    
}
.Scope::-webkit-scrollbar {
    width: 5px;
	height: 5px;
}

.Scope::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    /* -webkit-border-radius: 10px; */
    border-radius: 10px;
}
 
/* Handle */
.Scope::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.Scope::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}