﻿


.user {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 4px 2px #B8B8B8;
    position: relative;
}

    .user img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
    }

span.icon {
    position: absolute;
    top: 10px;
    right: 0;
    background: #e2e2e2;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    color: #0000ff;
    font-size: 14px;
    cursor: pointer;
}

.scrorable{
    overflow:auto;
}
.horizontal-scrorable {
    overflow-x: auto;
}

.vertical-s{
    overflow-y:auto;
}



.Custom-accordion-header p {
    width: 16.666%;
}

.accordion .card .card-header{
    padding: 1rem 0 !important;
}




.center {
    text-align: center;
  }
  
  .pagination {
    justify-content: center;
  }
  
  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
  }
  
  .pagination a.active {
    background-color: #0a70ff;
    color: white;
  }

  .pagination, .jsgrid .jsgrid-pager{
      overflow-x: auto !important;
  }
  
  .pagination a:hover:not(.active) {
      background-color: #ddd;
    }

.disabled > * , .disabled , a.disabled , a.disabled * , button.disabled , button.disabled *{
    pointer-events: none;
    cursor: default;
    color: #dfdfdf !important;
}

.text-black.form-control:disabled{
    color: #000 !important;
}

.card-img-holder *{
    transition: .2s;
}

.card a{
    letter-spacing: 1.1px;
    font-weight: 400 !important;
}

.card-img-holder a:hover , .card-img-holder a h3:hover{
    color: white !important;
    letter-spacing: 1.1px;
    transition: .2s;
    font-weight: 600 !important;
}

.left-modal{
    max-width: 80vw !important;
    margin: 10vw !important;
    margin-right: calc(300px + 10vw) !important;
}

.left-modal img{
    max-height: 60vh;
    object-fit: contain;
}

.entry-card{
    /* background-color: #132e44 !important; */
}

.entry-card .form-control, .entry-card .form-control:disabled{
    /* background-color: #88bcd3 !important; */
}

.w-10{
    width: 10% !important;
}

.custom-overlay.active{
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: +2000;
}

.fs-2x{
    font-size: 2rem !important;
}

.fs-3x{
    font-size: 3rem !important;
}

.fs-4x{
    font-size: 4rem !important;
}

.fs-5x{
    font-size: 5rem !important;
}