/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

:root {
    --primary-color: #1F4121;
    --secondary-color: #ffffff;
    --tertiary-color: #000;
    --primary-light-color: #E8EFD9;
    --gray-color-one:#999A9B;
    --gray-color-two:#878E96;
    --primary-ls-color:#87B02B;
    --blue-color:#006CD0;
    --red-color:#F6394D;

    /* Border color  */

    --primary-border-color: #EEEEEE;
}

html {
    background-color: #eef1f9 !important;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    overflow-x: hidden;
    position: relative;
    font-family: "Inter", sans-serif !important;
    color: var(--tertiary-color) !important;
    background-color: #eef1f9 !important;
    font-size: 16px !important;
    letter-spacing: 0.8px;
}

#root {
    overflow-x: hidden;
}

body.modal-open {
    overflow: auto !important;
}

body.modal-open[style] {
    padding-right: 0px !important;
}

.logo {
    max-width: 8em;
    object-fit: contain;
}

.navbar-logo img {
    max-height: 80px;
    object-fit: contain;
}

.btn:focus-visible{
    outline: none!important;
    box-shadow: none!important;
}

.header-nav-center {
    padding: 0em 0;
    border-bottom: 1px solid rgba(11, 34, 56, 0);
    -webkit-transition: .3s !important;
    -moz-transition: .3s !important;
    -o-transition: .3s !important;
    -ms-transition: .3s !important;
    transition: .3s !important;
    background-color: #000;
    padding-top: 1em;
    /*  position: fixed;
    left: 0;
    right: 0;
    z-index: 999;*/
}

.header-nav-center .navbar .nav-link {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 0.8;
    letter-spacing: 0.5px;
}

.dropdown-toggle::after {
    display: none;
}

.hamburger-menu {
    width: 2em;
}

/* Admin UI CSS */

.admin-ui-sec {
    min-height: 100vh;
    background-color: #f8f9f8;
    display: flex;
    width: 100%;
    height: 100%;
}

.admin-ui-sidebar {
    width: 5.5em;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    will-change: transform;
    display: flex;
    flex-direction: column;
    background-color: var(--secondary-color);
    border-right: 1px dashed #e2e8f0;
    /* box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15); */
    bottom: 0;
    animation: fadeIn 1s;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow: hidden;
    /* z-index: 9; */
    display: none;
}

.admin-ui-sidebar.admin-ui-collapse-sidebar {
    width: 20em;
    padding: 1em;
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto !important;
    transition: transform 0.1s ease-in;
    will-change: transform;
    display: flex;
    flex-direction: column;
    /* box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15); */
    bottom: 0;
    border-right: 1px dashed #e2e8f0;
    /* z-index: 99999; */
    -webkit-animation: fadeIn 1s;
    background-color: var(--secondary-color);
    animation: fadeIn 1s;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow: hidden;
    display: none;
}

.admin-ui-main-wrapper {
    /* background: var(--dark-light-color); */
    /* margin-left: 5.5em; */
    width: 100%;
}

.ai-body-wrapped {
    background: var(--dark-light-color);
    margin-left: 6%;
    /* margin-left: 2.8em; */
}

.admin-ui-logo-sec {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 1.5em;
    padding: 1em;
}

.admin-ui-logo-sec a {
    display: block;
    width: 100%;
}

.admin-ui-header-sec {
    background-color: var(--secondary-color);
    padding: 0.5em 1em;
    z-index: 9;
    position: fixed;
    right: 0;
    width: 100%;
    box-shadow: 0px -2px 11px 0px #0000000D;
}

/* .admin-collapse-main-wrapper .admin-ui-header-sec {
    left: 20em !important;
} */

/* .admin-ui-main-wrapper .admin-ui-header-sec {
    left: 5.5em;
} */

.admin-ui-main-wrapper.admin-collapse-main-wrapper {
    /* margin-left: 20em; */
}

.admin-ui-sidebar-list {
    display: flex;
    flex-direction: column;
    border-bottom: 0 !important;
}

.admin-ui-sidebar-list li {
    padding-bottom: 1em;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.admin-ui-sidebar-list li a {
    width: 100%;
    /* display: grid;
    align-items: center;
    grid-template-columns: 35px auto;
    justify-content: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7em 1em;
    font-weight: 500;
    color: var(--tertiary-color);
    transition: .5s;
    line-height: 1.8;
    font-size: 0.9em;
    text-decoration: none !important;
    border-radius: 8px;
}

.admin-ui-sidebar-list li a:hover {
    background-color: #EFF3EF;
    color: var(--primary-color);
}

.admin-ui-sidebar-list li a.active {
    background-color: #EFF3EF;
    color: var(--primary-color);
    position: relative;
}

.admin-ui-logo {
    max-width: 8em;
}

.navbar-toggler {
    padding: 0 !important;
    border: 0 !important;
}

.admin-ui-collapse-logo {
    max-width: 3.5em;
}

.admin-ui-collapse-logo-sec a {
    display: block;
    width: 100%;
}

.admin-ui-collapse-logo-sec {
    padding: 1.05em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.admin-ui-title-sec h1 {
    margin-bottom: 0;
    font-size: 1.3em;
    color: var(--primary-color);
    font-weight: 600;
}

.admin-ui-title-sec {
    display: flex;
    align-items: center;
    gap: 1em;
}

.user-dropdown-info-sec {
    display: grid;
    grid-template-columns: 56px auto;
    align-items: center;
    text-decoration: none;
}

.user-dropdown-sec span {
    font-size: 0.8em;
    font-weight: 500;
    color: var(--gray-color-one);
}

.user-dropdown-sec .dropdown-toggle {
    background-color: transparent !important;
    border: 0 !important;
    /* display: flex;
    align-items: center;
    gap: 1em; */
}

.user-dropdown-sec .dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 0.5em;
    color: #6E6D8E;
    font-size: 0.9em;
    padding: 0.8em 1em !important;
    text-decoration: none !important;
}

.user-dropdown-sec .dropdown-menu a svg {
    fill: #6E6D8E;
}

.user-dropdown-img{
    width: 2.7em;
    height: 2.7em;
    object-fit: cover;
}

.dropdown-toggle::after{
    display: none!important;
}

.admin-ui-header-sec .dropdown-menu{
    padding: 1em;
    left: -45px !important;
    min-width: 200px;
}

.user-dropdown-details-sec{
    display: flex;
    flex-direction: column;
    gap: 0.4em;
}

.profile-drop-info p{
    color: var(--tertiary-color);
    color: var(--tertiary-color);
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
}

.ai-admin-dropdown {
    /* background: var(--dark-input-bg); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0.5em; */
    border-radius: 8px;
}

/* .user-dropdown-sec .dropdown-toggle span {
    font-size: 1em;
    font-weight: 500;
    color: var(--text-color);
}

.user-dropdown-sec .dropdown-toggle::after {
    display: none !important;
}

.user-dropdown-sec .dropdown-menu {
    margin-left: -2em !important;
} */

.admin-ui-collapse-btn {
    display: none;
}

.offcanvas {
    /* width: 20% !important; */
    /* background-color: var(--primary-color) !important; */
}

.admin-ui-sidebar.admin-ui-collapse-sidebar .admin-ui-sidebar-list li a {
    justify-content: flex-start;
    display: grid;
    align-items: center;
    grid-template-columns: 35px auto;
}

.admin-ui-sidebar.admin-ui-collapse-sidebar .offcanvas-close::before,
.admin-ui-sidebar.admin-ui-collapse-sidebar .offcanvas-close::after {
    display: none;
}

.admin-ui-sidebar.admin-ui-collapse-sidebar .offcanvas-close {
    background-color: transparent !important;
    border: 0 !important;
    /* display: flex; */
    align-items: center;
    justify-content: flex-end;
    display: none;
}

.admin-ui-body-sec {
    padding: 2em;
    margin-top: 83px;
    position: relative;
}

.admin-user-details {
    display: flex;
    align-items: center;
    gap: 1em;
}

.admin-user-details .user-name {
    color: var(--tertiary-color);
    font-size: 0.9em;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.admin-user-img {
    width: clamp(10em, 100%, 10em);
}


/* Main Layout start  */
.main-layout-sec{
    margin-top: 4.7em;
    background-color: #faffef;
    min-height: calc(100vh - 75px);
}
/* Main Layout end  */

/* Event Header Section start  */
.event-header-noted-box{
background-color: var(--primary-light-color);
padding: 1.5em 2em;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1em;
margin-bottom: 0.5em;
}
.event-header-info h3{
font-size: 1.1em;
font-weight: 700;
color: var(--tertiary-color);
margin-bottom: 1em;
line-height: 1.2;
}
.event-header-info h3 a{
color: var(--primary-ls-color)!important;
/* text-decoration: none; */
font-size: 0.8em;
font-weight: 700;
margin-left:0.6em;
}
.event-header-info{
/* max-width: 799px; */

}
.event-header-info p{
font-size: 0.85em;
font-weight: 400;
color: var(--gray-color-one);
margin-bottom: 0em;
line-height: 1.8;
}
.event-header-info p span{
color: var(--primary-ls-color)!important;
}
.event-header-date{
background-color: var(--primary-color);
display: grid;
grid-template-columns: 30px auto;
align-items: center;
font-size: 0.8em;
font-weight: 500;
color: var(--secondary-color);
border-radius: 30px;
padding: 0.6em 1.2em;
}
/* Event Header Section end */

/* Event  call section start */
.user-type{
    --_background: var(--background, var(--tertiary-color) );
    padding: 0.3em 1.6em;
    text-align: center;
    font-size: 0.75em;
    font-weight: 400;
    color: var(--secondary-color);
    background-color: var(--_background);
    border-radius: 30px;
}
.admin{
--background: #B5852C;
}
.event-btn{
--_border-width: var(--border-width, 1px);
--_back: var(--back , var(--primary-color));
--_border-color: var(, var(--primary-color)) ;
--_color: var( --color, var(--primary-color));
--_radius: var( --radius, 12px );
background: var(--_back) !important;
border: var(--_border-width) solid var(--_border-color) !important;
padding: 0.8em 2em !important;
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
-webkit-border-radius: var(--_radius);
-moz-border-radius: var(--_radius);
-o-border-radius: var(--_radius);
-ms-border-radius: var(--_radius);
border-radius: var(--_radius) !important;
color: var(--_color) !important;
display: flex !important;
align-items: center;
justify-content: center;
gap: 0.5em;
border: none;
font-size: 0.9em !important;
font-weight: 600 !important;
/* width: 100%; */
}
.end-btn{
    --back: var(--red-color);
    --color: var(--secondary-color);
    --radius: 50px;
}
.mute-all-btn{
    --back: var(--secondary-color);
    --color:var(--tertiary-color);
    --radius: 50px;
    border: 1px solid #F2F2F2!important;
}
.mute-icons-btn{
    --back: var(--red-color);
    --color: var(--secondary-color);
    --radius: 50%;
    width: 3em;
    height: 3em;
    padding: 0!important;
}
.round-btn{
    --back: transparent;
    --color: var(--secondary-color);
    --radius: 50%;
    width: 4em;
    height: 4em;
    padding: 0!important;
}
.mute-btn{
    --back: var(--secondary-color);
    --radius: 50%;
    width: 2.5em;
    height: 2.5em; 
    padding: 0!important;
    position: absolute;
    right: -10px;
    bottom: -10px;

}
.drop-btn{
    --back: transparent;
    --radius: 50%;
    padding: 0!important;
}
.accept-btn{
    --back: var(--primary-ls-color);
    --color: var(--secondary-color);
    --radius: 30px;
}
.hand-btn{
    --back: var(--secondary-color);
    --radius: 50%;
    width: 2em;
    height: 2em;
    padding: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
}
/* Event  call section end */

/* Event Tabs Section Start  */
.event-agent-user-frame{
padding: 0 1em;
}
.event-agent-user-head{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1em;
}
.event-agent-user-head h3{
font-size: 1.2em;
font-weight: 600;
color: var(--tertiary-color);
margin-bottom: 0;
line-height: 1.2;
flex:  auto 1 ;
}

.event-agent-user-tabs .nav-link {
text-align: center;
background-color: transparent!important;
padding-bottom: 1em!important;
display: flex;
align-items: center;
justify-content: center;
gap: 0.8em;
color: var(--gray-color-one)!important;
position: relative;
font-size: 0.9em;
font-weight: 600;
white-space: nowrap;
}
.event-agent-user-tabs .nav-link span{
width: 4em;
height: 2.5em;
border-radius: 12px;
color: var(--primary-ls-color);
background-color: var(--primary-light-color);
display: flex;
align-items: center;
justify-content: center;
font-size: 0.8em;
font-weight: 600;
}
.event-agent-user-tabs .nav-link.active{
position: relative;
color: var(--tertiary-color)!important;
}
.event-agent-user-tabs .nav-link.active::after{
content: ' ';
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 2px;
background-color: var(--primary-ls-color);
color: var(--tertiary-color)!important;
}
.event-agent-user-tabs .nav-pills{
gap: 2em;
border-bottom: 1px solid #E6E6E6;
margin-bottom: 1em;
}
.agent-card-info-img{
width: 5em;
height: 5em;
border-radius: 30px;
object-fit: cover;
}
.agent-card-info-details{
display: flex;
align-items:center;
justify-content: start;
gap: 0.5em;
}
.agent-card-info-details h4{
font-size: 0.85em;
font-weight: 600;
color:var(--tertiary-color);
margin-bottom: 0;
white-space: nowrap;
display: grid;
grid-template-columns: 100px auto;
align-items: center;
}

.valid-agent {
    grid-template-columns: 25px auto !important;
}

.agent-card-info-details h4 span{
    -webkit-box-orient: vertical;
    /* display: -webkit-box; */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
}

.agent-card-info{
display: flex;
flex-direction: column;
gap: 1.5em;
align-items: center;
}
.event-dropdown.dropdown-toggle::after{
display: none!important;
}
.agent-card{
background-color: #F3FAE4;
padding: 1.5em;
border-radius: 12px;
position: relative;
}
.agent-card.active{
    border: 1.5px solid #FFB018;
}
.agent-card.actived{
    -webkit-animation: pulse 1s infinite;
    animation: pulse512 1s infinite;
    letter-spacing: 1.5px;
    outline: 1px solid var(--primary-ls-color);
  }


  @keyframes pulse512 {
    0% {
      box-shadow: 0 0 0 0 rgb(135, 176, 43, 0.4);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(218, 103, 68, 0%);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(218, 103, 68, 0%);
    }
  }
.agent-card-drop{
position: absolute!important;
right: 10px;
top: 10px;
}
.agent-card-drop .dropdown-menu{
box-shadow: unset!important;
border: 0!important;
padding: 0!important;
overflow: hidden;
}
.agent-full-box-head h2{
font-size: 0.95em;
font-weight: 500;
margin-bottom: 0;
color: var(--gray-color-one);
}
.agent-full-box-head-action{
display: flex;
align-items: center;
justify-content: end;
gap: 1em;
}
.agent-full-box-head{

display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1em;
}
.agent-card-drop .dropdown-menu .dropdown-item{
padding: 0.6em 1.2em!important;
font-size: 0.85em;
color: var(--tertiary-color);
font-weight: 500;
}
.agent-card-drop .dropdown-menu .dropdown-item:hover{
background-color: var(--primary-light-color);
color: var(--primary-color);
}
.agent-card-wrapped{
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 1em;
padding-bottom: 1em;
padding: 10px;
}
.agent-full-box{
max-height: calc(100vh - 280px);
overflow: auto;
}
.agent-full-box::-webkit-scrollbar{
width: 0;
display: none;
}
.agent-card-info-avater{
position: relative;
}
.admin-speaker-img{
width: 2.5em;
height: 2.5em;
border-radius: 50%;
object-fit: cover;
}
.admin-speaker-badge{
background-color: var(--secondary-color);
padding: 0.6em;
border-radius: 30px;
display: grid;
grid-template-columns: 50px auto;
align-items: center;
}
.admin-speaker-avater{
position: relative;
}
.admin-speaker-info h3{
font-size: 0.8em;
font-weight: 600;
color: var(--tertiary-color);
margin-bottom: 0;
}
.event-header-action{
display: flex;
align-items: center;
gap: 1em;
justify-content: end;
}

.user-dropdown-details-sec h4{
    font-size: 0.85em;
    font-weight: 600;
    color: var(--tertiary-color);
    margin-bottom: 0;
}

.user-dropdown-details-sec p{
    font-size: 0.8em;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--gray-color-one);
}


.event-header-right-sec{
    display: flex;
    align-items: center;
    gap: 1em;
}

.event-timer-sec{
    display: flex;
    align-items: center;
    gap: 0.4em;
    font-size: 0.9em;
    font-weight: 500;
}

.no-data-frame h4 {
    font-size: 1em;
    color: var(--tertiary-color);
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    margin-top: 1.5em;
}
.no-data-frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
    height: calc(100vh - 280px);
}
.modal-img {
    height: auto;
    width: 15em;
    object-fit: contain;
}
.no-data-frame.no-data-found-sec{
    min-height: calc(100vh - 150px);
    height: auto!important;
}

.no-data-avater{
    text-align:center;
}

.event-btn-sec{
    margin-top:1.5em;
}

.border-radius-sm{
    border-radius:10px!important;
}

.nav-link:focus-visible{
    box-shadow:none!important;
}

.modal-content{
    border:0!important;
}

.modal-title.h4{
    font-size:1.1em;
    font-weight:600;
}

.event-agenda-detail-box h4{
    font-size:1.1em;
    font-weight:600;
}

.event-agenda-detail-box p{
    color: #878E96;
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 1.5em;
    line-height: 1.8;
}

.modal-close{
    background-color: transparent!important;
    border: 0!important;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 5px;
    top:5px;
}

/* Event Tabs Section end  */

/* Welcome Sec */

.welcome-layout-sec{
    padding: 1em;
    background-color: #faffef;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
}

.welcome-logo{
    max-width: 12em;
    object-fit: contain;
}

.app-btn-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.app-btn-img{
    max-width: 10em;
    object-fit: contain;
    height: auto;
}

.welcome-sec-info p{
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--gray-color-one);
    text-align: center;
    line-height: 1.8;
}

.welcome-sec-info a{
    color: var(--tertiary-color) !important;
    font-weight: 600;
    text-decoration: none;
}

.welcome-img{
    height: 15em;
    width: auto;
    object-fit: contain;
}

/* Welcome Sec End*/