/* global variables */
:root {
  --anaimo-color: #21345E;
  --secondary-color: #FF7676;
}


/** animations */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/** generics */
* {
  box-sizing: border-box;
}


/** elements */
html,
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

/** objects */


/** components */
.header {
  position: sticky;
  top: 0;
  z-index: 800;
  background-color: white;
}

.header-logo {
  height: 48px;
}

.guest-logo {
  width: 100%;
  max-width: 166px;
}

.guest-form {
  max-width: 240px;
}

.table-sorter {
  cursor: pointer;
  text-decoration: underline;
  position: relative;
  padding-right: 16px;
}

.table-sorter::after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: calc( 50% - 3px);
  width: 6px;
  height: 6px;
  transition: transform 250ms ease 0s;
}

.table-sorter.asc::after,
.table-sorter.desc::after {
  border-top: 2px solid #444;
  border-right: 2px solid #444;
}

.table-sorter.asc::after {
  transform: rotate( -45deg );
}

.table-sorter.desc::after {
  transform: rotate( 135deg );
}

.collapsible-trigger {
  padding-left: 24px;
  position: relative;
  min-height: 16px;
}

.collapsible-trigger::before,
.collapsible-trigger::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var( --bs-primary );
}

.collapsible-trigger::before {
  height: 2px;
  width: 16px;
  top: calc( 50% - 1px );
  left: 0;
}

.collapsible-trigger::after {
  height: 16px;
  width: 2px;
  top: calc( 50% - 8px );
  left: 7px;
  transition: transform 300ms ease 0s;
}

.collapsible-trigger.close::after {
  transform: rotate( 90deg );
}


/** utilities */
.c-pointer {
  cursor: pointer;
}


.fs-tiny {
  font-size: 0.75rem;
}

.flex-gap-small {
  gap: 8px;
}

.flex-gap-regular {
  gap: 16px;
}


.ic-small {
  width: 24px;
  height: 24px;
}

.ic-medium {
  width: 48px;
  height: 48px;
}

.min-width-64 {
  min-width: 64px;
}

.min-width-150 {
  min-width: 150px;
}


.text-black-20 {
  color:  rgba( 0, 0, 0, .2);
}


.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

@media screen and ( min-width: 768px ) {
  .w-md-auto {
    width: auto !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .mw-md-196 {
    max-width: 196px;
  }
}

@media screen and ( min-width: 992px ) {
  .mw-md-600 {
    max-width: 600px !important;
  }
}


/** Style added by Gabriel Alfons�n 05/07/2023 **/


/* Max widht used for login/register container elements*/
.background{
  background-image: url("https://ai.anaimo.com/admin/img/background.jpeg");
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100vw; /* Use viewport width */
  height: 100vh; /* Use viewport height */
  object-fit: cover; /* Ensure the image covers the entire container */
  opacity: 1;
}

.tnc-background{
  background: linear-gradient(45deg,#0e1934,#234270);
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100vw; /* Use viewport width */
  height: 100vh; /* Use viewport height */
  object-fit: cover; /* Ensure the image covers the entire container */
  opacity: 1;
}


.fmw{
  width: 75%;
}

@media (max-width: 650px) and (orientation: landscape),
       (max-width: 650px) and (orientation: portrait) {
  .fmw{
    width: 95%;
  }
}

.anaimo-bcolor{
  background: linear-gradient(45deg,#0e1934,#234270);
}

.anaimo-tcolor{
  color: var(--anaimo-color);
}

.rounded-div {
  border-radius: 1rem;
}

.product-title{
  border-radius: 1rem;
  background-color: white;
  color: var(--anaimo-color);
  width: 10rem;
}

.product-icon{
  fill: white;
}

/* Video Background */
.video-background {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

.btn-anaimo{display:inline-block;
    font-weight:400;line-height:1.5;
    color:#212529;text-align:center;
    text-decoration:none;
    vertical-align:middle;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    background-color:transparent;
    border:1px solid transparent;
    padding:.375rem .75rem;
    font-size:1rem;
    border-radius:.25rem;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn-anaimo:disabled{
  opacity: 0.6;
}

.btn-anaimo-p{
    color:#fff;
    background-color:rgb(255, 118, 118);
    border: none;}

.btn-anaimo-p:hover{
    color:#fff;
    background-color:rgb(255, 161, 161);
    border: none;}

.a-anaimo{
    color:rgb(255, 118, 118);
    text-decoration: underline;
}
.a-anaimo:hover{
    color:rgb(255, 161, 161);
    text-decoration: underline;
}

.underline{
  text-decoration: underline;
}

.loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-top-color: var( --anaimo-color );
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.subs-btn {
  width: 100%;
  height: 100%;
  padding: 10px; /* You can adjust the padding to increase or decrease the button's size */
  margin: 0;
  font-size: 14px; /* You can adjust the font size to make the text inside the button more visible */
  background-color: var(--anaimo-color); /* Set the background color to make the buttons more prominent */
  color: #fff; /* Set the text color to white or any other color that stands out against the background */
  border: none; /* Remove the button border to make it cleaner */
  border-radius: 5px;
  cursor: pointer;
}

.freetrial-btn {
  width: 100%;
  height: 100%;
  padding: 10px; /* You can adjust the padding to increase or decrease the button's size */
  margin: 0;
  font-size: 14px; /* You can adjust the font size to make the text inside the button more visible */
  background-color: var(--anaimo-color); /* Set the background color to make the buttons more prominent */
  color: #fff; /* Set the text color to white or any other color that stands out against the background */
  border: none; /* Remove the button border to make it cleaner */
  border-radius: 5px;
  cursor: pointer;
}

.unsubs-btn {
  width: 100%;
  height: 100%;
  padding: 10px; /* You can adjust the padding to increase or decrease the button's size */
  margin: 0;
  font-size: 14px; /* You can adjust the font size to make the text inside the button more visible */
  background-color: var(--anaimo-color); /* Set the background color to make the buttons more prominent */
  color: #fff; /* Set the text color to white or any other color that stands out against the background */
  border: none; /* Remove the button border to make it cleaner */
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.7;
}


.go-btn {
  width: 50%;
  height: 100%;
  padding: 10px; /* You can adjust the padding to increase or decrease the button's size */
  margin: 0;
  font-size: 14px; /* You can adjust the font size to make the text inside the button more visible */
  background-color: var(--secondary-color); /* Set the background color to make the buttons more prominent */
  color: #fff; /* Set the text color to white or any other color that stands out against the background */
  border: none; /* Remove the button border to make it cleaner */
  border-radius: 5px;
  cursor: pointer;
}

#gray_label {
  color: #555555;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.dropdown-item{
  position: relative;
  z-index: 1000; /* Adjust the value as needed */
}



#invitation-form{
  display: flex;
  align-items: center;
  width: 100%;
}

#you-tag{
  background-color: var(--anaimo-color);
  color:white;
  border-radius: 5px;
  align-items: center;
  padding: 2px;
  padding-inline: 10px;
  margin: 2px;
  margin-left: 10px;
}

.btn-fixed-width {
  width: 150px; /* Adjust as needed */
}