/* here you can put your own css to customize and override the theme */
@font-face {
  font-family: 'San Francisco Pro Text';
  src: url('../../../sfpro/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'San Francisco Pro Text';
  src: url('../../../sfpro/SF-Pro-Text-RegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'San Francisco Pro Text';
  src: url('../../../sfpro/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'San Francisco Pro Text';
  src: url('../../../sfpro/SF-Pro-Text-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'San Francisco Pro Text';
  src: url('../../../sfpro/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'San Francisco Pro Text';
  src: url('../../../sfpro/SF-Pro-Text-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

a#readmore, a#readless {
    font-size: small;
    font-style: italic;
}

label.small-text {
    font-size: 11px;
    font-style: italic;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active.open > a {
    background: #1f71e1;
}

.page-sidebar .page-sidebar-menu>li.active.open>a:hover, .page-sidebar .page-sidebar-menu>li.active>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a:hover {
    background: #1f71e1;
}

.tooltip.bottom {
    width: 200px;
}

.profile-userpic img {
    width: 150px !important;
    height: 150px !important;
}

.todo-container .todo-projects-item p {
    color: #000000 !important;
    margin-bottom: 10px;
}

li.todo-projects-item {
    padding-bottom: 10px !important;
}

.paddingleft0 {
    padding-left: 0 !important;
}

.paddingright0 {
    padding-right: 0 !important;
}

h3.check-kanban {
    margin: 0;
}

th.bg-yellow-gold2 {
    background: #ffb560;
}

img#loading-blue {
    position: absolute;
    z-index: 1;
    right: 50%;
    top: 14%;
    left: 40%;
    width: 20%;
    object-fit: cover;
    height: 50px;
}

div#site_activities {
    height: 300px !important;
}

label.badge.badge-gray {
    background-color: #b1b1b1;
    color: #353535;
}

.crop-upload {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.crop-upload img {
    width: 300px;
    height: 300px;
    margin: -75px 0 0 -100px;
}

.docs-upload {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.crop-request-upload img {
    width: 125px;
    height: 125px;
    margin: 0px 0 0 -10px;
}

tr.filters th {
    padding: 5px !important;
}

a#btnduplicate, a#btnremove {
    width: 32px;
    border-radius: 20px;
    margin-left: 4px;
    padding: 5px;
}

a.nav-link.indent {
    margin-left: 20px !important;
}

tr.bg-yellow-neat {
    background-color: #ffff8a;
}

td.bordernone {
    /* border-color: #fff !important; */
    border-top: 1px solid #fff;
    border-bottom: 1px  solid #fff;
}

/* Verification Email DTR START */
.emailcontent {
    background-color: #282828 !important; 
}

.emailcontent .logoemail {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 100px;
    /* padding: 15px; */
    text-align: center;
    font-size: 25pt;
    color: #eceef1;
    text-align: center;
}
.emailcontent .content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
 }

 .emailcontent .wrapper{
    background-color: #5c5c5c;
    border-radius: 7px !important;
    box-shadow: 16px 16px 20px rgb(24, 24, 24);
    width: 600px;
    padding: 50px 70px 50px 70px;
    text-align: center;
 }

.emailcontent h2{
    color: rgb(238, 235, 235);
    font-weight: 800;
    margin-top: 5px;
    margin-bottom: 50px;
    
}
.emailcontent h2 i{
    color: rgb(238, 235, 235);
    font-size: 32px !important;
    margin-top: 5px;
    margin-bottom: 15px;
    
}
.emailcontent p{
    color: rgb(238, 235, 235);
    font-size: 19px;
    letter-spacing: 1px;
    word-spacing: 0.1em;
    line-height: 1.3em;
    margin-bottom: 30px;
    text-align: center;
        
}
.emailcontent .btn-resend{
    margin: 10px 0 0 0;
}
.emailcontent .btn-resend a{
    margin: 0px 8px 0px 0px;
}

@media (max-width: 440px) {
    .emailcontent .wrapper {
    width: 400px;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    }
}
/* Verification Email DTR END */

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #e4e4e4;
}

.request-proof {
  padding-top: 0px;
}

@media (min-width: 992px) {
  .request-proof {
    padding-top: 7px;
  }
}

.form-control.select2-hidden-accessible {
  top: 36px !important;
  left: 30% !important;
}

@media (min-width: 991px) {
  .page-sidebar-menu::-webkit-scrollbar {
    width: 0px;
  }
}

.page-header.navbar {
  position: fixed;
}

.page-content {
  top: 46px !important;
}

@media (max-width: 480px) {
  .clearfix.def {
    position: fixed;
    top: 0;
    left: 0;
    height: 93px;
    width: 100%;
    background: #415265;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .clearfix.def {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .clearfix.def {
    padding-top: unset;
  }
}
.content {
  padding-top: 93px;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .content {
    padding-top: 26px;
  }
}
@media (min-width: 992px) {
  .content {
    padding-top: 0px;
  }
}

.page-sidebar-menu {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .page-sidebar {
    margin-bottom: 40px;
  }
  .page-sidebar-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 45px;
    overflow-y: scroll;
  }
}

.select2-container .select2-selection {
  font-family: 'San Francisco Pro Text', sans-serif;
}

.select2-container--default .select2-selection--single {
  position: relative;
}

.select2-container--default .select2-selection--single:invalid::after {
  content: "This field is required"; /* Customize as needed */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f00; /* Optional: Customize background color */
  color: #fff; /* Optional: Customize text color */
  padding: 5px 10px;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 999;
}

#prouserModal {
  z-index: 999999999999;
}

@media (min-width: 992px) and (max-width: 1180px) {
  .calcBtn {
      flex-direction: column;
  }
}

.announcement-bar {
  background-color: #3598dc;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; /* Make sure it's above the navbar */
}

.announcement-text {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 25s linear infinite;
  font-size: 14px;
  letter-spacing: 1px;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}