@font-face {
font-family: 'OpenSansBold';
src: url('../fonts/ProductSans-Bold.ttf');
}
@font-face {
font-family: 'OpenSans';
src: url('../fonts/OpenSans-Regular.ttf');
}

* , div , p , span {
font-family:"OpenSans";
}

h1, h2 , h3, h4, h5 {
font-family:"OpenSans";
}

b
{
font-family: "OpenSansBold";
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
}



.p-20{
padding: 20px;
}


a,
a:hover,
a:focus {
text-decoration: none;
transition: all 0.3s;
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
} */

.navbar {
/* padding: 15px 10px; */
background: #fff;
border: none;
border-radius: 0;
/**margin-bottom: 40px;**/
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
box-shadow: none;
outline: none !important;
border: none;
}

.line {
width: 100%;
height: 1px;
border-bottom: 1px dashed #ddd;
margin: 40px 0;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
body::-webkit-scrollbar {
background-color: #fff;
width: 16px;
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
background-color: #fff;
}

/* scrollbar itself */
body::-webkit-scrollbar-thumb {
background-color: #babac0;
border-radius: 16px;
border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
display:none;
}

.btn-spay {
color: white;
background-color: #ff9500;
border-color: #ff9500;
box-shadow: 0 3px 3px 0 rgb(0 33 100 / 15%), 0 3px 1px -2px rgb(0 33 100 / 20%), 0 1px 5px 0 rgb(0 33 100 / 15%);
}

.btn-spay:hover{
color: white;
background-color: #ff9500;
border-color: #ff9500;
box-shadow: 0 14px 26px -12px rgb(0 33 100 / 40%), 0 4px 23px 0 rgb(0 33 100 / 15%), 0 8px 10px -5px rgb(0 33 100 / 20%);
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#right_sidebar {
top: 0px; 
padding: 20px;
height:100%;
min-height:100vh;
z-index:1;
position:sticky;
background: #fff;
overflow-y: none;
box-shadow: -1px 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.loading_overlay {  
align-items: center;
background: rgb(23, 22, 22, 0.5);
display: flex;
height: 100%;
justify-content: center;
left: 0;
position: fixed;
top: 0;
transition: opacity 0.3s linear;
width: 100%;
z-index: 9999; 
}

#sidebar .sidebar-header {
    background: #fff;
    padding:10px
}

#sidebar ul.components {
    padding: 20px 0;
    /* border-bottom: 1px solid #47748b; */
}

#sidebar ul p {
    color: black;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color:#000000;
}

#sidebar ul li a:hover {
    color: #6d7fcc;
    background: #CBD1DF;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #002164;
    background: #CBD1DF;
}

a[data-bs-toggle="collapse"] {
    position: relative;
}

/* .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
} */

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /* background: #6d7fcc; */
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#main{

width: 100%;
min-height: 100vh;
transition: all 0.3s;
position: absolute;
top: 2;
right: 0;

background: #F2F2F2;

}

#map {
    margin: 0;
    padding: 0;
    height: 250px;
    width: 100%;
}

#map_draw_path {
    margin: 0;
    padding: 0;
    height: 250px;
    width: 100%;
}

#map_pin_marker {
    margin: 0;
    padding: 0;
    height: 250px;
    width: 100%;
}

.modal-xxl{
        width: 95%;
        max-width: 95%;
    }


.input-group.input-group-dynamic.is-filled .form-label,.input-group.input-group-dynamic.is-filled.is-focused .form-label,.input-group.input-group-static.is-filled .form-label,.input-group.input-group-static.is-filled.is-focused .form-label{top:-.7rem}

.nav.nav-pills .nav-link.active {
    background-color: #0b57d0;
    color: white;
}


.select2-container .select2-selection {
	padding: 0.45rem 0 calc(0.45rem - 1px)  !important;
} 


.footer_transparent_bar{
    display: flex;
    justify-content: space-between;
    bottom:0;
    z-index:10;
    position:sticky;
    width:100%;
      background:rgba(228, 233, 237,0.2);
      backdrop-filter: blur(10px);
      box-shadow:  0px 0px 2px rgba(228, 233, 237,0.3);
  }


.disabled-row {
    pointer-events: none;
    opacity: 0.6; /* Optional: make it look disabled */
}


.table-bordered tbody tr:last-child td
{
    border-width: 1px !important;
    border-color: #f0f2f5  !important;
}

.readonly-checkbox {
    cursor: not-allowed !important;
    pointer-events: none !important;
    background:#d5d8dc !important;
    border-color: #abb2b9 !important;
}


.btn-outline-primary:hover:not(.active) {
    background-color: #0b57d0 !important;
    color: white !important;
}

#selected_canvas {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#selected_canvas:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

/* 
input[type=file]::file-selector-button {
    margin-right: 20px;
    border: #0b57d0;
    background: #0b57d0;
    padding: 0.375rem 1rem;
    border-radius: 50rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
    text-transform:uppercase;
  }
  
  input[type="file"]::file-selector-button:hover {
    box-shadow: 14px 26px -12px rgba(11,87,208,0.4), 
                0 4px 23px 0 rgba(11,87,208,0.15), 
                0 8px 10px -5px rgba(11,87,208,0.2);
} */

.custom_upload_button{
    position: relative;
    overflow: hidden;
    display: inline-block;
}




.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    color: #344767;
    text-align: center;
    font-size: 12px;
  }
  
  .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
  }
  
  .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
  }
  
  .stepper-name{
  text-align: center;
  
  }
  
  .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    color: white;
  }
  
  .stepper-item.active {
    font-weight: bold;
    color: #344767;
    
  }
  
  .stepper-item.active .step-counter {
    background-color: #0b57d0;
    color: white;
  }
  
  
  .stepper-item.completed .step-counter {
    background-color: #4caf50;
    color: white;
  }
  
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4caf50;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
  }
  
  .stepper-item:first-child::before {
    content: none;
  }
  .stepper-item:last-child::after {
    content: none;
  }


  .btn-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 35px; /* Center text vertically */
    font-size: 16px;
    border: none;
}




ul.timeline {
    list-style-type: none;
    position: relative;
  }
  ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 22px;
    width: 2px;
    height: 100%;
    z-index: 400;
  }
  ul.timeline > li {
    margin: 10px 10px;
    padding-left: 20px;
  }
  ul.timeline > li:before {
    content: ' ';
    background: #002164;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #002164;
    left: 15px;
    width: 15px;
    height: 15px;
    z-index: 400;
  }
  
  ul.timeline > li:last-child:after {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 15px;
    width: 15px;
    height: 15px;
    z-index: 400;
  }
  

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.activity_timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .activity_timeline h1, .activity_timeline h2, .activity_timeline h3, .activity_timeline h4, .activity_timeline h5, .activity_timeline h6 {
    line-height: inherit;
  }
  
  /*----- TIMELINE ITEM -----*/
  .activity_timeline-item {
    padding-left: 40px;
    position: relative;
  }
  .activity_timeline-item:last-child {
    padding-bottom: 0;
  }
  
  /*----- TIMELINE INFO -----*/
  .activity_timeline-info {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
    color:#002164
  }
  
  /*----- TIMELINE MARKER -----*/
  .activity_timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
  }
  .activity_timeline-marker:before {
    background: #002164;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  }
  .activity_timeline-marker:after {
    content: "";
    width: 3px;
    background: #002164;
    display: block;
    position: absolute;
    top: 5px;
    bottom: -5px;
    left: 6px;
  }
  .activity_timeline-item:last-child .activity_timeline-marker:after {
    content: none;
  }
  
  .activity_timeline-item:not(.period):hover .activity_timeline-marker:before {
    background: #002164;
    border: 3px solid #002164;
  }
  
  /*----- TIMELINE CONTENT -----*/
  .activity_timeline-content {
    padding-bottom: 40px;
  }
  .activity_timeline-content p:last-child {
    margin-bottom: 0;
  }
  
  /*----- TIMELINE PERIOD -----*/
  .period {
    padding: 0;
  }
  .period .activity_timeline-info {
    display: none;
  }
  .period .activity_timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #002164;
    border-bottom: 3px solid #002164;
  }
  .period .activity_timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
  }
  .period .activity_timeline-content {
    padding: 40px 0 70px;
  }
  .period .activity_timeline-title {
    margin: 0;
  }
  
  /*----------------------------------------------
      MOD: TIMELINE SPLIT
  ----------------------------------------------*/
  @media (min-width: 768px) {
    .activity_timeline-split .activity_timeline, .activity_timeline-centered .activity_timeline {
      display: table;
    }
    .activity_timeline-split .activity_timeline-item, .activity_timeline-centered .activity_timeline-item {
      display: table-row;
      padding: 0;
    }
    .activity_timeline-split .activity_timeline-info, .activity_timeline-centered .activity_timeline-info,
  .activity_timeline-split .activity_timeline-marker,
  .activity_timeline-centered .activity_timeline-marker,
  .activity_timeline-split .activity_timeline-content,
  .activity_timeline-centered .activity_timeline-content,
  .activity_timeline-split .period .activity_timeline-info {
      display: table-cell;
      vertical-align: top;
    }
    .activity_timeline-split .activity_timeline-marker, .activity_timeline-centered .activity_timeline-marker {
      position: relative;
    }
    .activity_timeline-split .activity_timeline-content, .activity_timeline-centered .activity_timeline-content {
      padding-left: 30px;
    }
    .activity_timeline-split .activity_timeline-info, .activity_timeline-centered .activity_timeline-info {
      padding-right: 30px;
    }
    .activity_timeline-split .period .activity_timeline-title, .activity_timeline-centered .period .activity_timeline-title {
      position: relative;
      left: -45px;
    }
  }
  

  .report-table tr,   .report-table td,   .report-table th,   .report-table tbody tr:last-child td
  {
    border-color:#99a3a4 !important;
  }

  .report-table tbody tr:last-child td
  {
    border-color:#99a3a4 !important;
  }

  .custom-table tbody tr:last-child td
  {
    border-color:#DCDCE5 !important;
  }


  /* Hide content on screen */
@media screen {
  .print-only {
    display: none;
  }
}

/* Show content only when printing */
@media print {
  .print-only {
    display: block; /* or another display value like inline, flex, etc. */
  }

  .screen-only {
    display: none;
  }

  .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

