/* GENERAL STYLING */

.hidden{
    display: none;
}
.clickable{
    cursor: pointer;
}
.clickable_text{
    cursor: pointer;
}
.clickable_text:hover{
    color: #6F86FF;
}
input[data-warning="1"] {
  border: 2px solid #6F86FF !important;
}

input[type=link], input[type=int], input[type=text], select, textarea {
  width: 100%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: .5rem 1rem;
  transition: all .3s;
  padding: 10px;
}

input[type="text"]:focus, input[type=link]:focus,  input[type=int]:focus, select:focus,  textarea:focus{
  outline: none;
  border-color: #6F86FF;
}

[type=button], [type=submit], button {
  border: none;
}

button.platform_btn:disabled,
button.platform_btn_small:disabled,
button.platform_btn_filled:disabled,
.inactive_account_box .inverse_toggle.platform_btn:disabled,
.disabled_elementor_btn{
    background-color: #e3e3e3 !important;
    color: #6F86FF !important;
    border: 1px solid #BDD7FF !important;
}
button.platform_btn:hover:disabled,
button.platform_btn_small:hover:disabled,
button.platform_btn_filled:hover:disabled,
.inactive_account_box .inverse_toggle.platform_btn:hover:disabled,
.disabled_elementor_btn{
    cursor: not-allowed !important;
}

button.platform_btn:focus,
button.platform_btn_small:focus,
button.platform_btn_filled:focus,
.inactive_account_box .inverse_toggle.platform_btn:focus,
.disabled_elementor_btn:focus{
    border: none;
    outline: none;
}

[type=button]:hover, [type=submit]:hover, button:hover {
    color: #fff;
    background-color: #0C1B6A;
    text-decoration: none;
}

/* LOADING V2 */
  
.loading_svg circle:nth-of-type(1) { fill: #0C1B6A; }
.loading_svg circle:nth-of-type(2) { fill: #BDD7FF; }
.loading_svg circle:nth-of-type(3) { fill: #0C1B6A; }
.loading_svg circle:nth-of-type(4) { fill: #BDD7FF; }

#clackers {
    display: block;
    position: absolute;
    margin-top: 120px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loading_cover{
    background: #F1F7FF;
}


/* The Modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.55); /* Black w/ opacity */
    backdrop-filter: blur(1.5px)
}
.thirty_one_modal_active{
    overflow: hidden;
}

#main_modal_header {
    background-color: #0C1B6A;
    border-bottom: 3px solid #BDD7FF;
    margin: -45px -45px 25px -45px;
    padding: 10px 20px;
    color: #FFFFFF;
}
#main_modal_header .modal_header {
    color: #FFFFFF;
    margin: 0px;
    padding: 4px;
    font-size: 15px;
    letter-spacing: 2.5px;
    font-weight: 600;
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	margin-bottom: 75px;
	padding: 45px;
	padding-bottom: 50px;
	max-height: calc(100% - 25px);
	width: 80%;
	max-width: 1000px;
	overflow-y: scroll;
	overscroll-behavior: contain;
	border-radius:10px;
  }

.modal-content::-webkit-scrollbar-track {
    margin-top: 2;
    margin-bottom: 2px;
    border-radius: 10px;
}
    
  .close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  #main_modal_header .close{
	color: #FFFFFF;
	margin-top: -29px;
  }
  
  .close:hover,
  .close:focus {
    color: #4d90fe !important;
    text-decoration: none;
    cursor: pointer;
  }

    /* EXPANDING GROUPS */
    .collapsible-container {
        width: 100%;
        margin: 10px auto;
    }

    button.collapsible {
      background-color: #DFE1E5;
      color: #0C1B6A;
      width: 100%;
      border-radius: 8px;
      display: flex;
      justify-content: space-between;
      transition: background-color 0.3s;
  }

    .collapsible:hover, .collapsible:focus {
        background-color: #D5DAE1  !important;
        outline: none;
    }

    .content {
        padding: 18px;
        display: none;
        overflow: hidden;
        background-color: #f7f7f7;
        border-radius: 8px;
        margin-top: 10px;
    }

    .arrow {
        transition: transform 0.4s;
    }

    .arrow.down {
        transform: rotate(0deg);
    }

    .arrow.up {
        transform: rotate(180deg);
    }

    .expanded .collapsible {
        background-color: #D5DAE1;
        color: #0029FF;
    }

    .expanded .content {
        display: block;
    }

    .expanded .arrow {
        transform: rotate(180deg);
    }

    /* DROP DOWN */

    select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 5px;
      background-color: #fff;
      cursor: pointer;
    }
  
    select:focus {
      outline: none;
      border-color: #4d90fe;
    }
  
    /* Style the arrow icon */
    .select-arrow {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
    }
  
    /* Custom arrow icon */
    .select-arrow::after {
      content: '\25BC'; /* Unicode character for down arrow */
      font-size: 16px;
      color: #555;
    }

    .select2-container {
      width: 100%;
    }
    .select2-container--default .select2-selection--single {
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    .select2-container--default .select2-selection--single, .select2-selection--single .select2-selection__rendered{
      height: 46px;
      padding-left: 5px !important;
      line-height: 46px !important;
    }
    .select2-selection__arrow{
      display:none !important
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #BDD7FF;
      color: #0029FF;
    }
    .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #e5e5e5;
    }
  
    /* Style options */
    option {
      padding: 10px;
      font-size: 16px;
      background-color: #fff;
    }
  
    /* Style selected option */
    option:checked {
      background-color: #f0f0f0;
    }


    /* TABLES */


  
    .table-container {
        font-family: 'Montserrat', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 20px;
        box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
        border-radius: 8px;
    }

    .wsp_on_page-table_container{
      background-color: #0C1B6A;
    }
    .wsp_on_page-table_container{
      background-color: #0C1B6A;
    }
    .workspace-container{
      background-color: rgba(255, 255, 255, 0.1);
    }
    
    #modal_wrapper th, #modal_wrapper td  {
      color: black;
    }
    #modal_wrapper .table-container  {
      background-color: transparent;
      box-shadow: none;
    }
    #modal_wrapper table  {
      box-shadow: 0 0px 1px rgba(32, 33, 36, 0.28)
    }

   

    .search-container {
        margin-bottom: 20px;
        width: 100%;
    }

    #searchBar, #searchBarGroup, #searchBarReport, #searchBarUsers, #searchBarReport2, #searchBarUser {
        width: 100%;
        padding: 12px 20px;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        border: 2px solid #e0e0e0;
        border-radius: 50px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }
    #modal_wrapper #searchBar,  #modal_wrapper #searchBarGroup,  
    #modal_wrapper #searchBarReport,  #modal_wrapper #searchBarUsers,
    #modal_wrapper #searchBarReport, #modal_wrapper #searchBarUser,  #modal_wrapper #searchBarReport2
    {
      padding: 6px 20px;
      font-size: 16px;
    }

    #searchBar:focus, #searchBarReport:focus, #searchBarGroup:focus, #searchBarUser:focus,
    #searchBarUser:focus,  #searchBarReport2:focus
    {
        outline: none;
        border-color: #007BFF;
        box-shadow: 0 2px 12px rgba(0, 123, 255, 0.4);
    }

    table {
        width: 100%;
        border-collapse: collapse;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        overflow: hidden;
        font-family: 'Montserrat', sans-serif;
        background-color: rgba(255, 255, 255, 0.1);
    }

    table td, table th {
      padding: 15px;
      line-height: 1.5;
      vertical-align: top;
      border: none;
    }

    th, td {
        text-align: left;
        color: white;
        font-weight: 500;
        padding: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    th {
        background-color: rgba(255, 255, 255, 0.2);
        font-weight: 600;
        color: white;
        text-align: left;
    }

    tr:hover {
        background-color: rgba(255, 255, 255, 0.1);
        cursor: pointer;
    }

    tr:hover td {
        text-decoration: underline;
    }

    table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th{
      border-block-start: none;
    }

/* ICON GRID */

.icon-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.icon {
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  transition: transform 0.3s, color 0.3s;
}

.icon:hover {
  color: #007BFF; /* Change to your desired hover color */
  transform: scale(1.1); /* Increase size on hover */
}

.icon.active {
  color: #0029FF; /* Change to your desired active color */
}

/* SLIDER */
.checkbox-container {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 24px;
}

.checkbox-container input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #4285f4;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* MOBILE FORMATTING FOR MODAL */
@media (max-width: 768px) {
  .modal-content{
    padding: 45px 15px;
    width: 92%;
  }
  #main_modal_header {
    margin: -45px -15px 25px -15px;
  }
}


/* SWAL BUTTONS */
.swal2-styled.swal2-confirm{
  background-color: #0029FF;
  border-radius:50px;
}
.swal2-styled.swal2-confirm:focus{
  box-shadow: none;
}

.swal2-styled.swal2-cancel{
  background-color: #D5DAE1;
  color: #555;
  border-radius:50px;
}




       
.letter.a::before { content: "A"; }
.letter.b::before { content: "B"; }
.letter.c::before { content: "C"; }
.letter.d::before { content: "D"; }
.letter.e::before { content: "E"; }
.letter.f::before { content: "F"; }
.letter.g::before { content: "G"; }
.letter.h::before { content: "H"; }
.letter.i::before { content: "I"; }
.letter.j::before { content: "J"; }
.letter.k::before { content: "K"; }
.letter.l::before { content: "L"; }
.letter.m::before { content: "M"; }
.letter.n::before { content: "N"; }
.letter.o::before { content: "O"; }
.letter.p::before { content: "P"; }
.letter.q::before { content: "Q"; }
.letter.r::before { content: "R"; }
.letter.s::before { content: "S"; }
.letter.t::before { content: "T"; }
.letter.u::before { content: "U"; }
.letter.v::before { content: "V"; }
.letter.w::before { content: "W"; }
.letter.x::before { content: "X"; }
.letter.y::before { content: "Y"; }
.letter.z::before { content: "Z"; }

i.letter {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 500;
}