@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
.fv-form-bootstrap .help-block {
    color:red;
    display: block;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate{
    display: none !important;
}
/* css */
.profile_image{
    height: 150px;
    width: 150px;
    border-radius: 100%;
    border: 2px solid #dfdfdf;
    position: relative;
}
.profile_image label{
    height: 150px;
    width: 150px;
    border-radius: 100%;
    position:absolute;
    top: -2px;
    left: -2px;
    background: #21252969;
    display: none;
}
.profile_image label i{
    position:absolute;
    font-size:30px;
    top: 35%;
    left: 40%;
    color: white !important;
}
.profile_image label:active{
    background:#212529cc;
}
#profile_name{
    border: none;
    border-bottom: 2px solid #3385d9;
    width: fit-content;
    display: none;
}
#profile_name:focus {
    box-shadow: none !important;
}
#profileone .save_profile{
    display: none;
}
.save_profile i{
    font-size: 30px;
}
.img-upload{
    width:100%;
    height: 100px;
    border:1px solid #ced4da;
}
.combine_input p,.combine_input p i{
    font-size:25px;
}

.combine_input .form-group input{
    font-size:15px;
}
.cursor{
    cursor:pointer;
}
/* Select2 Css */
.modal
{
  z-index: 1051;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e1e2e6 !important;
    padding: 5px !important;
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:7px !important;
    right:5px !important;
}
.select2-dropdown {
    border: 1px solid #e1e2e6 !important;
}
.select2{
    /* width: 100% !important; */
}
/* End of Select2 css */
/* Styles for the popup */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    max-width: 500px;
    word-wrap: break-word;
    z-index: 9999;
  }
  
  .popup-content {
    text-align: center;
  }
  
  /* Styles for the clickable span */
  .clickable-span {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
  }
  .form-group{
    margin:5px 0px 5px 0px !important;
  }
  .c-dashboardInfo {
    margin-bottom: 15px;
  }
  .c-dashboardInfo .wrap {
    background: #ffffff;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 40px 25px 20px;
    height: 100%;
  }
  .c-dashboardInfo__title,
  .c-dashboardInfo__subInfo {
    color: #6c6c6c;
    font-size: 1.18em;
  }
  .c-dashboardInfo span {
    display: block;
  }
  .c-dashboardInfo__count {
    font-weight: 600;
    font-size: 2.5em;
    line-height: 64px;
    color: #323c43;
  }
  .c-dashboardInfo .wrap:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
  }
  
  .c-dashboardInfo:nth-child(1) .wrap:after {
    background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%);
  }
  .c-dashboardInfo:nth-child(2) .wrap:after {
    background: linear-gradient(81.67deg, #0084f4 0%, #1a4da2 100%);
  }
  .c-dashboardInfo:nth-child(3) .wrap:after {
    background: linear-gradient(69.83deg, #0084f4 0%, #00c48c 100%);
  }
  .c-dashboardInfo:nth-child(4) .wrap:after {
    background: linear-gradient(81.67deg, #ff647c 0%, #1f5dc5 100%);
  }
  .c-dashboardInfo__title svg {
    color: #d7d7d7;
    margin-left: 5px;
  }
  .MuiSvgIcon-root-19 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
  }
  .taxes .select2-selection__rendered{
    display: flex !important;
    overflow: auto !important;
  }
  .br-right-0
  {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .br-left-0
  {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .section_specific
  {
    background:skyblue;
  }
  .counter_report
  {
    font-weight: bolder;
    font-size: 30px;
  }
  /* Pagination */
  .pagination {
    margin: 20px 0;
  }

  .pagination a {
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
  }

  .pagination a.active {
    background-color: #007bff;
    color: #fff;
  }

  .pagination a.disabled {
    pointer-events: none;
    color: #ccc;
  }
  .wrapper-pages
  {
    width: 600px;
    margin: 20px;
  }
  /* Success Page */
.success-message {
    text-align: center;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.success-message__icon {
    max-width: 75px;
}

.success-message__title {
    color: #3DC480;
    transform: translateY(25px);
    opacity: 0;
    transition: all 200ms ease;
    
    .active & {
        transform: translateY(0);
        opacity: 1;
    }
}

.success-message__content {
    color: #B8BABB;
    transform: translateY(25px);
    opacity: 0;
    transition: all 200ms ease;
    transition-delay: 50ms;
    
    .active & {
        transform: translateY(0);
        opacity: 1;
    }
}

.icon-checkmark {
    circle {
        fill: #3DC480;
        transform-origin: 50% 50%;
        transform: scale(0);
        transition: transform 200ms cubic-bezier(.22, .96, .38, .98);
    }
    path {
        transition: stroke-dashoffset 350ms ease;
        transition-delay: 100ms;
    }
    
    .active & {
        circle {
            transform: scale(1);
        }
    }
}
.w-320px
{
  width: 320px;
} 
.h-320px
{
  height: 320px;
}
.board-text-reg{
  width: 160px;
  text-align: center;
  bottom: 47px;
  right: 80px;
}
/* .select2-container
{
  width: 100% !important;
} */
/* Image preview */
.image-container {
  position: relative;
  text-align: center;
}

.image-container .preview-image {
  max-width: 100%;
  cursor: pointer;
  height: 200px;
}

.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.fullscreen-overlay img {
  max-width: 90%;
  max-height: 90%;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  color: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

.close-button:hover {
  color: red;
}
.text-overflow-message-notify{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 225px;
}
.blue-info
{
  background: rgba(186, 208, 228, .37);
  color: #00539f;
  border-color: #00539f;
  border-radius: 5px;
  border-left: 4px solid;
  font-weight: bold;
}
.close-icon-noti
{
  right:5px;
  top: 0px;
  cursor: pointer;
}
.w-47
{
  width: 47%;
}
.w-40px
{
  width: 40px;
}
.input-box-attach
{
  left: 0px;
  height: 100%;
  border-radius: 4px 0px 0px 4px;
  background-color: #dadddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor-pointer
{
  cursor: pointer;
}
.width-content
{
  width: fit-content;
}
.left-40
{
  left: 40%;
}
/* Star Rating */
.rate-area {
	border-style: none;
    position: relative;
}

.rate-area:not(:checked) > input {
	position: absolute;
	bottom: 12px;
	clip: rect(0, 0, 0, 0);
}

.rate-area:not(:checked) > label {
	float: right;
	width: 0.8em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 185%;
	color: lightgrey;
}

.rate-area:not(:checked) > label:before {
	content: "★";
}

.rate-area > input:checked ~ label {
	color: gold;
}

.rate-area:not(:checked) > label:hover,
.rate-area:not(:checked) > label:hover ~ label {
	color: gold;
}

.rate-area > input:checked + label:hover,
.rate-area > input:checked + label:hover ~ label,
.rate-area > input:checked ~ label:hover,
.rate-area > input:checked ~ label:hover ~ label,
.rate-area > label:hover ~ input:checked ~ label {
	color: gold;
}
/* Theme update */
#page-topbar
{
  background-image: linear-gradient(to right, #db271e , #e47518);
  color: #fff !important;
}
.navbar-brand-box
{
  background-color: #fff;
}
.sidebar-enable.vertical-collpsed .navbar-brand-box .logo-lg
{
  display: none !important;
}
#vertical-menu-btn
{
  color: white;
}
.noti-icon i 
{
  color: white;
}
.header-item
{
  color: white;
}
.header-item:hover {
  color: white;
}
.navbar-header .dropdown .show.header-item
{
  background-color: #24262b00; 
}
.noti-icon .noti-dot 
{
  background-color: #158807;
}
.menu-title
{
  color: white;
  opacity: 1 !important;
}
#sidebar-menu ul li a,#sidebar-menu ul li a i
{
  color: white;
  opacity: 1 !important;
}
.vertical-menu,#sidebar-menu
{
  background: #db271e;
}
#side-menu
{
  display: flex;
  align-items: center;
  flex-direction: column;
}
li.mm-active
{
  background-color: #e47518;
}
#side-menu li
{
  width: 90%;
  border-radius: 10px;
}
#sidebar-menu ul li ul.sub-menu li a
{
  color: white;
  opacity: 1;
}
.toast-success {
  background-color: #53a20b !important;
  color: #ffffff !important;
  opacity: 1 !important;
}
.text-success
{
    color: #258313 !important;
}
.btn-success 
{
    color: #fff;
    background-color: #258313;
    border-color: #258313;
}
.pagination a.active {
   background-color: #000080 !important;
   color: #fff;
 }
td a 
{
    color: #000080 !important;
}
.text-info
{
  color: #000080 !important;
}
td a.btn  
{
   color: white !important;
}
.bg-info,.btn-info
{
  background-color: #000080 !important;
}