body{
color: #47404f;
}
.table {
    color: #47404f;
}
.main-search{
height: 300px; 
background: url(/imgs/searchbg.jpg) no-repeat center center;
}
.justify-content-middle{
    align-items: center;
}

.field-candidatesearch-experience {
    display: inline-block;
    width: 66%;
    margin-right: 5%;
}

    
    .backer-images img {
        max-height: 120px;
        margin: 10px 0;
    }
    .client-images img {
        max-height: 40px;
        margin: 10px 0;
    }
    .course-images img {
        max-height: 160px;
        margin: 10px 0;
    }
    .bg-light{
        background-color: #f8f9fa!important;
    }

    .background-image{
        background-image: url(/imgs/logos/bg.jpg);
        background-size: cover;
        background-position: center center;
        filter: blur(3px);
        -webkit-filter: blur(3px);
    }
    .img-fluid{
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }

    @media (min-width: 1024px){
        .auth-layout-wrap .auth-content {
            min-width: 380px;
        }
    }
    .auth-layout-wrap .auth-content {
        max-width: 380px;
        margin: auto;
    }
    .auth-layout-wrap
    {
        background-image: url(/imgs/photo-wide-4.jpg)
    }
    .auth-logo img {
        width: 70%;
        height: auto;
    }
    .required{
        color: red;
    }
    .layout-sidebar-large .main-header .logo img {
        width: auto;
        height: auto;
        max-height: 80px;
        padding: 2px;
    }
    .noti-text{
        display:none;
        margin-left: 20px;
        position: absolute;
    }
    .layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {        
        padding: 15px 0;
    }
    .nav-item{
        border-bottom: 1px solid #dee2e6;
    }
    .sidebar-left-secondary .childNav li.nav-item .submenu > li a {
        padding-left: 28px;
        padding-right: 8px;
    }

    .table-cal thead > tr > th , .table-cal thead > tr >td{
        text-align: center;        
    }
    .table-cal thead > tr > th {
        white-space: nowrap;
    }
    .event{
        margin-top: 5px;
        color:white; 
        margin-left:-5px;
        margin-right:-5px;
        text-align: left;
        padding-left: 5px;
        font-size: 12px;
        border-radius: 2px;
        background: #058dc7;
    }
    .event1{background: #093145;}
    .event12{background: #0C374D;}
    .event3{background: #0D3D56;}
    .event14{background: #3C6478;}
    .event5{background: #107896;}
    .event16{background: #1287A8;}
    .event7{background: #1496BB;}
    .event8{background: #829356;}
    .event9{background: #93A661;}
    .event10{background: #C2571A;}
    .event11{background: #DA621E;}
    .event2{background: #F26D21;}
    .event13{background: #9A2617;}
    .event4{background: #AD2A1A;}
    .event15{background: #C02F1D;}
    .event6{background: #CD594A;}
    .daynumber {margin-bottom: 5px;background:#ddd ;border:1px solid #ddd; 
        border-radius: 20px;padding:5px !important; width: auto !important;}

@keyframes spinner {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.loading-spinner {
width: 50px;
height: 50px;
border: 10px solid #f3f3f3; /* Light grey */
border-top: 10px solid #383636; /* Black */
border-radius: 50%;
animation: spinner 1.5s linear infinite;
}
.ReactModal__Overlay--after-open{
    z-index:101;
}

.modal-header {
    padding: 1px;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; overflow: hidden; 
    max-width: 90%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%; 
}
@keyframes shadow-pulse
{
    0% {
        box-shadow: 0 0 0 0px rgba(231, 76, 60, 0.5);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(231, 76, 60, 0);
    }
}
.heart-beat {    
    animation: shadow-pulse 1s infinite;
}
.searchDiv{
    display: flex;
    align-items: center;
    justify-content: left;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 20px;
    position: relative;
    width: 230px;
    height: 35px;
}
.searchText{
    background: transparent;
    border: 0;
    color: #212121;
    font-size: .8rem;
    line-height: 2;
    height: 100%;
    outline: initial !important;
    padding: 0.5rem 1rem;
    width: calc(100% - 32px);
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.outcome-sign {
    font-size: 20px;
    font-weight: bold;
}
.login-eye {
    background-image: url(/imgs/icon-preview.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    right: 43px;
    position: absolute;
    margin-top: 32px;
    z-index: 10;
    cursor: pointer;
}
.card-data {
    min-width: 200px;
}
.sidebar-left:hover{
    overflow-y: scroll;
}
.logo-img{
    width: auto !important;
    height: auto !important;
}
.main-wrap{
    padding-top: 80px;
}

.layout-sidebar-large .sidebar-left .navigation-left
{
    width:185px;
}
.nav-text{
    text-align: left;
    padding-left: 26px;
}
.main-content-wrap.sidenav-open {
    width: calc(100% - 185px);
}
.layout-sidebar-large .sidebar-left {
    left: calc(-185px - 20px);
}
.layout-sidebar-large .sidebar-left.open{
    overflow: hidden;
}
.text-green{
    color: green !important;
}
.sidemenu-icon{
    font-size: 20px;
    vertical-align: middle;
}
[dir="rtl"] .layout-sidebar-large .sidebar-left {
    left: auto !important;
    right: calc(-165px - 20px);
}

.sortable-li{
    margin: 0.5rem 0;
    padding: 0.5rem;
    background-color: #f0f0f0;
    cursor: pointer;
    margin-bottom: 2px;
    font-Size: 16px;
  }
  .layout-horizontal-bar .main-content-wrap {
    padding: 0.5rem 2rem 0;
  }
  @media (max-width: 767px) {
    .layout-horizontal-bar .main-content-wrap {
        padding: 1rem 0.5rem 0;
    }
    .css-1t8x7v1 >.ps-menu-button {
        padding-right: 5px !important;
        padding-left: 5px  !important;
    }
}
.Modal {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
  }
  
  .Overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
  }
  
  .modal-image {
    max-width: 500px;
    height: auto;
  }