@import url("https://cdn.jsdelivr.net/npm/@mdi/font@7.2.96/css/materialdesignicons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Roboto&display=swap');
@import url('https://cdn.jsdelivr.net/npm/@mdi/light-font@0.2.63/css/materialdesignicons-light.min.css');

.at_pr_container {
    width: 420px;
    height: 620px;
}

.at_sidebar_container {
    width: 420px;
    position: absolute;
    top: 4rem;
    left: 10px;
    border-radius: 10px;
    background-color: #151E20;
    color: white;
    z-index: 1;
}


.at_im-sidebar {
    width: 350px;
    height: 55%;
    background-color: rgba(21, 30, 32, 0.87) !important;
    backdrop-filter: blur(4.5px);
    border-radius: 18px !important;
}

.at_sidebar_bottom {
    width: 350px;
    /* height: 8%; */
    height: 60px;
    position: absolute;
    top: 26rem;
    /* left: 10px; */
    border-radius: 12px;
    background-color: #272E2E;
    color: white;
    z-index: 1;
    padding-left: 5px;
    padding-right: 5px;
}

.at_header_container {
    background-color: #FF317B;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.at_header {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.at_sub-1 {
    font-size: 20px;
    text-align: center;
    /* margin-top: 2rem; */
    margin-bottom: 0.5rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.at_sub-2{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.at_premeet_video {
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
    overflow: hidden;
    background-color: black;
    height: 200px;
}

.at_inmeet_video {
    display: flex;
    align-items: center;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: black;
    width: 295px;
    /* 
    height: 151px;
    background-color: grey;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px; */
}

.at_grouped {
    display: flex;
    justify-content: center;
    align-items: center;
}

.at_premeet_btn {
    width: 110px;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

.at_btn_red {
    background-color: #EB445A;
    margin-right: 2px;
}

.at_light_red {
    background-color: #FF002E !important;
}

.at_btn_blue {
    background-color: #4E77C7;
    margin-left: 2px;
}

.at_txt_center {
    text-align: center;
}

.at_select {
    width: 60%;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

.at_btn_join {
    width: 70%;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 0.05rem !important;
    font-weight: 700;
}

.at_btn_avatar {
    width: 70%;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    border-radius: 5px;
    background-color: rgba(63, 87, 137, 0.00);
    border: 1px solid white;
    margin-bottom: 0.5rem !important;
    margin-top: 1rem !important;
    padding: 7px;
}

.at_border2-white {
    border: 2px solid white;
}

.at_ml-auto {
    margin-left: auto !important;
}
.at_ml-1 {
    margin-left: 0.25rem !important;
}

.at_ml-2 {
    margin-left: 1rem !important;
}

.at_mr-1 {
    margin-right: 0.25rem !important;
}

.at_mr-2 {
    margin-right: 1rem !important;
}

.at_mr-3 {
    margin-right: 2rem !important;
}

.at_mt-15 {
    margin-top: 15%;
}

.at_mt-5 {
    margin-top: 5%;
}

.at_mb-0 {
    margin-bottom: 0.50rem !important;
}

.at_mb-1 {
    margin-bottom: 1rem !important;
}


.at_icon-0 {
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.at_icon-1 {
    font-size: 1.5rem;
}

.at_icon-2 {
    font-size: 2rem;
}

.at_icon-3 {
    font-size: 3rem;
}

.at_inter-10 {
    font-size: 10px;
    font-family: 'Inter', sans-serif;
}
.at_inter-12 {
    font-size: 12px;
    font-family: 'Inter', sans-serif;
}

.at_inter-14 {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.at_inter-16 {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.at_inter-18 {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}
.at_inter {
    font-family: 'Inter', sans-serif;
}


.at_btn_round {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
    color: rgba(83, 83, 108, 1);
}

.at_white {
    background-color: white !important;
}

.at_blue {
    background-color: #4E77C7;
}

.at_red {
    background-color: rgba(202, 73, 73, 0.90);;
}

.at_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.at_leave_btn {
    background-color: #FF002E;
    width: 40%;
    height: 60%;
    font-size: 12px;
    color: white;
    font-family: 'Inter', sans-serif;
    border-radius: 8px;
    border: 1px solid white;
    cursor: pointer;    
}

/* Style for the text overlay */
.at_text-overlay {
    position: absolute;
    bottom: 5px; /* Adjust the top position as needed */
    left: 10px; /* Adjust the left position as needed */
    font-size: 12px; /* Adjust the font size as needed */
    color: white; /* Text color */
    background-color: rgba(0, 0, 0, 0.5); /* Background color with transparency */
    padding: 5px; /* Padding around the text */
    font-family: 'Inter', sans-serif;
    border-radius: 4px;
}

.at_btn-overlay {
    position: absolute;
    bottom: 5px; /* Adjust the top position as needed */
    right: 10px; /* Adjust the left position as needed */
    /* font-size: 12px; */
    color: white; /* Text color */
    padding: 5px; /* Padding around the text */
}


.at_host-overlay {
    position: absolute;
    top: 25%; /* Adjust the top position as needed */
    left: 10px; /* Adjust the left position as needed */
    font-size: 12px;
    align-items: center;
    display: flex;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.at_indicator {
    width: 10px;
    height: 10px;
    background-color: #BDFF00;
    border-radius: 8px;
    margin-right: 5px;
    margin-left: 5px;
}

.at_indicator_ygreen {
    width: 10px;
    height: 10px;
    background-color:#BDFF00;
    border-radius: 8px;
    margin-right: 5px;
    margin-left: 5px;
}

.at_indicator_green {
    width: 10px;
    height: 10px;
    background-color: #5FD37F;
    border-radius: 8px;
    margin-right: 5px;
    margin-left: 5px;
}

.at_sb_settings {
    /* height: 70% !important; */
    height: 35rem !important;
}

.at_sb_bottom_settings {
    top: 37rem !important;
}

.at_tabs{
    width: 139px;
    padding: 5px;
    border-radius: 6px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
}

.at_tabs_container {
    display: flex;
    flex-direction: row;
    margin-top: 5%;
    align-items: center;
    justify-content: space-evenly;
}

.at_copy_link {
    border-radius: 6px;
    border: 1px solid #FFF;
    background: rgba(83, 69, 69, 0.00);
    padding: 8px;
    width: 70%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    margin-bottom: 5%;
    cursor: pointer;
}

.at_round_img {
    border-radius: 50%;
    border: 2px solid #FFF;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.at_row_center{
        display: flex;
    align-items: center;
    flex-direction: row;
}

.at_settings{
    padding: 3px;
    border-radius: 4px;
}

.at_sb_30 {
    height: 30% !important;
}

.at_navbar_top {
    top: 17rem !important;
}

.at_video_off {
    /* width: 295px;
    height: 160px; */
    width: 300px;
    height: 155px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    position: absolute;
    /* top: 25%; */
    top: 18%;
    /* left: 5%; */
}

.at_icon-off {
    color: white !important;
}

.at_grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 5vw);
    grid-gap: 15px;
    /* width: 325px; */
}
  
.at_grid-container div {
    background-color: rgba(21, 21, 24, 0.76);
    border-radius: 7px;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    cursor: pointer;
}

.at_selected_avatar {
    border: 2px solid #FFF !important;
}

.at_flex-center{
    display: flex;
    align-items: center;
}

.at_col-center{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.at_justify-center {
    display: flex;
    justify-content: center;
}

.at_input {
    width: 100%;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid white;
    background-color: rgba(21, 30, 32, 0.87);
    border-radius: 0px !important;
    color: #D2C6C6;;
    font-family: 'Inter', sans-serif;
}

.at_input:focus {
    color: #D2C6C6;;
    outline: none;
    font-family: 'Inter', sans-serif;
}

.at_eye {
    margin-left: -30px;
    cursor: pointer;
    font-size: 20px;
}

.at_tooltip {
    position: relative;
    /* display: inline-block; */
}

.at_tooltip .at_tooltiptext {
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    /* top: -5px; */
    left: 105%;
  }

  .at_tooltip .at_tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
  }
