@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "CircularStd";
    font-style: normal;
    font-weight: 400;
    src: local("Circular Std Book"), url("../fonts/CircularStd-Book.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: italic;
    font-weight: 400;
    src: local("Circular Std Book Italic"), url("../fonts/CircularStd-BookItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: normal;
    font-weight: 500;
    src: local("Circular Std Medium"), url("../fonts/CircularStd-Medium.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: italic;
    font-weight: 500;
    src: local("Circular Std Medium Italic"), url("../fonts/CircularStd-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: normal;
    font-weight: 600;
    src: local("Circular Std Bold"), url("../fonts/CircularStd-Bold.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: italic;
    font-weight: 600;
    src: local("Circular Std Bold Italic"), url("../fonts/CircularStd-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: normal;
    font-weight: 800;
    src: local("Circular Std Black"), url("../fonts/CircularStd-Black.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: italic;
    font-weight: 800;
    src: local("Circular Std Black Italic"), url("../fonts/CircularStd-BlackItalic.woff") format("woff");
}


/*-----------------
	1. General
-----------------------*/

html {
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    background: #18181e;
    color: #ffffff;
    min-height: 100%;
    overflow-x: hidden;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.close {
    float: right;
    font-size: 27px;
    font-weight: 200;
    line-height: 0;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.close:hover {
    color: #fff;
}

.close:focus {
    background-color: none;
    outline: none;
}

.modal-title {
    text-align: center !important;
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 30px !important;
    line-height: 0;
}

form {
    text-align: left;
}

.modal-header {
    border-bottom: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #979797;
    font-size: 12px;
}

input {
    background: #1C1C26 !important;
    border: 1px solid #3C3C4D !important;
    height: 40px !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 200 !important;
}

textarea {
    background: #1C1C26 !important;
    border: 1px solid #3C3C4D !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 200 !important;
}

textarea:focus {
    border: 1px solid #CC7B92 !important;
    box-shadow: none !important;
}

::placeholder {
    font-size: 13px !important;
    font-weight: 400 !important;
}

input:focus {
    border: 1px solid #CC7B92 !important;
    box-shadow: none !important;
}

button {
    background: none;
    border: 0px;
}

button:focus {
    outline: none;
}

.button-padding {
    padding: 13px 50px !important;
}

.height130 {
    height: 130px !important;
}

.margin0 {
    margin: 0px !important;
}

.form-group {
    text-align: left;
    margin-bottom: 15px !important;
}

input[type=date] {
    font-size: 12px !important;
}

::-webkit-calendar-picker-indicator {
    filter: invert(0.6);
}

input[type=time] {
    min-width: 170px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}


/*-----------------
	light theme
-----------------------*/

.light-view .header {
    background: #f5f5f5;
    transition: all 0.3s;
}

.light-view .sidebar {
    background: #f5f5f5;
    transition: all 0.3s;
}

.light-view {
    background: #ededf1;
    transition: all 0.3s;
}

.light-view .logo {
    color: #21212b !important;
    transition: all 0.3s;
}

.light-view .bar-icon span {
    background-color: #21212b;
}

.light-view .sidebar a {
    color: #21212b;
    transition: all 0.3s;
}

.light-view .sidebsidebar li .active {
    background: linear-gradient(to right, #d98585, #8240d9, #6683d3);
    color: #fff;
}

.light-view .c-card-bg {
    background: #ffffff;
    border: 1px solid #e7e7ef;
}

.light-view .c-card-img-bg {
    background: #ededf1;
    border: 1px solid #ffffff;
}

.light-view .c-card-title {
    color: #21212b;
}

.light-view .c-card-p {
    color: #21212b;
    font-weight: 400;
}

.light-view .c-card-heading {
    color: #21212b;
    font-weight: 500;
}

.light-view .main-drop .dropdown-menu {
    background: #fff;
    border: 1px solid #E7E7EF;
}

.light-view .main-drop .dropdown-item {
    color: #21212b;
    font-weight: 400 !important;
}

.light-view .main-drop .dropdown-menu:hover {
    background: #fff;
}

.light-view .dropdown-item:focus,
.dropdown-item:hover {
    background: #fff;
}

.light-view .sidebar-menu li a:hover {
    color: #21212b;
}

.light-view .sidebar-second li .active {
    background: rgb(0 0 0 / 5%);
    color: #21212b;
}

.light-view .sidebar-name {
    color: #21212b;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.light-view .page-title {
    color: #21212b;
    font-weight: 500;
}

.light-view .card-subtitle {
    color: #21212b;
    font-weight: 500;
}

.light-view .modal-content {
    background: #EDEDF1;
    color: #21212b;
}

.light-view input {
    background: #DBDBE5 !important;
    border: 1px solid #CFCFD9 !important;
    color: #4d4d62 !important;
    font-weight: 500 !important;
}

.light-view .video-img-table canvas {
    border: 1px solid #CFCFD9 !important;
}

.light-view .back-in {
    background: #DBDBE5 !important;
    border: 1px solid #CFCFD9 !important;
    color: #4d4d62 !important;
    font-weight: 500 !important;
}

.light-view select {
    background: #DBDBE5 !important;
    border: 1px solid #CFCFD9 !important;
    color: #4d4d62 !important;
    font-weight: 500 !important;
}

.light-view textarea {
    background: #DBDBE5 !important;
    border: 1px solid #CFCFD9 !important;
    color: #4d4d62 !important;
    font-weight: 500 !important;
}

.light-view .img-upload {
    background: #DBDBE5 !important;
    border: 1px solid #9797A7 !important;
    color: #21212b !important;
    font-weight: 500 !important;
    border-style: dashed !important;
}

.light-view .close {
    color: #21212b;
    font-weight: 500 !important;
}

.light-view .close:hover {
    color: #21212b;
    font-weight: 500 !important;
}

.light-view .back_up i {
    background: #fff;
    border: 1px solid #e7e7ef;
}

.light-view .back-label {
    font-size: 14px;
    color: #21212b;
}

.light-view .bg-grey-room {
    background: #EAEAEF;
    border: 1px solid #DCDCE2;
}

.light-view .room-card-title {
    color: #21212b;
}

.light-view .pragraph-text {
    color: #7A7A7A;
    margin-top: 20px;
}

.light-view .chat-subtitle {
    color: #21212b;
}

.light-view .date_title h5 {
    font-weight: 500;
    color: #21212b;
}

.light-view .black-btn {
    background: #DBDBE5;
    border: 1px solid #CFCFD9;
    color: #21212b !important;
    font-weight: 500;
}

.light-view .back i {
    background: #DBDBE5;
    border: #CFCFD9;
    color: #a6a6ab;
    font-weight: 500;
}

.light-view .card-inner-title {
    font-weight: 500;
    color: #21212b;
}

.light-view .img-upload-map {
    background: #dbdbe5;
    border: 1px solid #a4a4a5;
    border-style: dashed;
}

.light-view .show-map-icon {
    background: #dbdbe5;
    border: 1px solid #cfcfd9;
}

.light-view .show-map-icon i {
    color: #a6a6ab;
}

.light-view .slider {
    background-color: #b0b0b1;
    border: 1px solid #b0b0b1;
}

.light-view input:checked+.slider {
    border: 1px solid #CC7B92 !important;
}

.light-view .placeholder-text {
    color: #AEAEAE;
}

.light-view .modal-title {
    font-weight: 500;
}

.light-view textarea:focus {
    border: 1px solid #CC7B92 !important;
    box-shadow: none !important;
}

.light-view input:focus {
    border: 1px solid #CC7B92 !important;
    box-shadow: none !important;
}

.light-view select:focus {
    border: 1px solid #CC7B92 !important;
    box-shadow: none !important;
}

.light-view .minus-btn {
    background-color: #a9a9c3;
    border: 1px solid #a2a2c1;
}

.light-view .plus-btn:hover {
    background-color: #a9a9c3;
    border: 1px solid #a2a2c1;
}

.light-view .minus-btn:hover {
    background-color: #a9a9c3;
    border: 1px solid #a2a2c1;
}

.light-view .plus-btn {
    background-color: #a9a9c3;
    border: 1px solid #a2a2c1;
}

.light-view .dark-card {
    background: #dbdbe9;
    border: 1px solid #DCDCE2;
}

.light-view .fc .fc-button-primary {
    background-color: #ededf1 !important;
    border-color: #ededf1 !important;
    color: #626268 !important;
}

.light-view .fc .fc-toolbar-title {
    color: #21212b;
    font-weight: 500;
}

.light-view .calendar-container td {
    border-color: #ededf1 !important;
}

.light-view .calendar-container th {
    border-color: #ededf1 !important;
    color: #21212b;
    font-weight: 500 !important;
}

.light-view .fc .fc-daygrid-day.fc-day-today {
    background-color: #fff !important;
    color: #21212b;
}

.light-view .fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd !important;
}

.light-view .setting-icon {
    color: #ffffff;
}

.light-view .icon-set i {
    background: #fff;
    border: 1px solid #fff;
}

.light-view .chat-pop {
    background: #C4C4C9;
    border: #C4C4C9;
    color: #222222;
}

.light-view .calendar-container {
    background: #ffffff;
}

.light-view th {
    border-color: #d9d9d9 !important;
}

.light-view td {
    border-color: #d9d9d9 !important;
    color: #1b1b24;
    font-weight: 500;
}

.light-view .fc-state-default {
    border: 1px solid;
    background-color: transparent;
    border: none;
    color: #1b1b24;
}

.light-view .sidebar-menu li .active span {
    color: #fff;
}

.light-view.mini-sidebar .sidebar-menu li .active span {
    color: #1b1b24;
}

.light-view .sidebar-menu li .active i {
    color: #fff;
}

.light-view .fc-unthemed td.fc-today {
    background: #ffffff;
}

.light-view .modal-content.modal-content {
    background: #ffffff;
    border: 1px solid #e7e7ef;
}

.light-view .fc-toolbar.fc-header-toolbar .fc-center h2 {
    color: #1b1b24;
}

.light-view .modal-btn-pop {
    background: #DBDBE5;
    border: #CFCFD9;
    color: #21212b !important;
    font-weight: 500;
}

.light-view .modal-btn-pop:hover {
    color: #fff !important;
}

.light-view .img-upload-view {
    background: #DBDBE5;
}

.light-view .img-upload-map2 {
    background: #DBDBE5;
    border: #CFCFD9;
}

.light-view .chat-pop-table {
    border: #CFCFD9;
    background: #fdfdfd;
    box-shadow: -2px -2px 10px #d7d7d79e;
}

.light-view .chat-pop-room {
    border: #CFCFD9;
    background: #fff;
    box-shadow: -2px -2px 10px #d7d7d79e;
}

.light-view .chat-pop-venue {
    border: #CFCFD9;
    background: #fff;
    box-shadow: -2px -2px 10px #d7d7d79e;
}

.light-view .chat-text {
    color: #21212b !important;
    font-weight: 500;
}

.light-view .video-sec {
    background: #dbdbe9;
}

.light-view .drop-content-micro {
    background: #dbdbe9;
    border: 1px solid #bebecf;
    color: #21212b !important;
    font-weight: 500;
}

.light-view .drop-inner-content span {
    border-bottom: 1px solid rgb(50 50 50 / 10%);
}

.light-view .icon-group {
    background: #ffffff;
    border: 1px solid #dbdbe9;
    box-shadow: 1px 1px 8px #d1d1d1;
}

.light-view .chat-head {
    background: #a5a5b1;
}

.light-view .box_set {
    background: #DBDBE5;
    border: #CFCFD9;
    box-shadow: 0px 3px 5px rgb(155 155 155 / 8%);
    color: #21212b !important;
}

.light-view .box_set h6 {
    color: #21212b !important;
}

.light-view .box_set p {
    font-weight: 500;
    opacity: 0.7;
}

.light-view .audience img {
    background: #b1b1bd;
}

.light-view .table-heading {
    color: #21212b !important;
    font-weight: 500;
}

.light-view .grey-text {
    color: #21212b !important;
}

.light-view .new_circle_img {
    background: #dbdbe5;
}

.light-view .black-logo {
    display: block;
    padding-top: 8px;
}

.light-view .white-logo {
    display: none;
}

.black-logo {
    display: none;
}

.light-gif {
    display: none;
}

.light-view .dark-gif {
    display: none;
}

.light-view .light-gif {
    display: block;
}

.light-view .table thead th {
    color: #888891
}

.light-view .home-profile {
    box-shadow: 0px 5px 10px rgb(158 158 219);
}

.light-view .video-img-table {
    background: #dbdbe9;
    border: 1px solid #DCDCE2;
}

.light-view .fc-more-link {
    color: #21212b;
}

.light-view .fc-popover {
    background: #fff !important;
    border: 1px solid #DCDCE2 !important;
}

.light-view .fc-popover-header {
    color: #21212b;
}

.light-view .display-3 {
    color: #21212b;
}

.light-view .thankyou-com .lead {
    color: #21212b;
}

.light-view .thankyou-com p {
    color: #21212b;
}

.light-view .thankyou-com a {
    color: #21212b;
}

.light-view .mic-table {
    color: #979797;
}

.light-view .audio-table {
    color: #979797;
}

.light-view .admin-text {
    color: #21212b;
}

.light-view .header-search input:focus {
    border-left: none !important;
}

.light-view .placholder-part {
    background: #dbdbe5 !important;
    border: 1px solid #CFCFD9 !important;
    color: #4d4d62 !important;
}

.light-view .header-search .input-group-text {
    background: #dbdbe5 !important;
    border-radius: 30px 0px 0px 30px !important;
    border: 1px solid #CFCFD9 !important;
}

.light-view .header-search i {
    color: #a4a4af;
}
.light-view .back-user-c a {
    background: #dbdbe5 !important;
    border: 1px solid #CFCFD9 !important;
    color: #4d4d62 !important;
}
.light-view .back-user-c a i {
    color: #a4a4af;
}
.light-view .header-search .wrapper {
    background: #dbdbe5 !important;
    border: 1px solid #CFCFD9 !important;
    color: #4d4d62 !important;
}
.light-view .bWZouD{
    background: #dbdbe5 !important;
    color: #4d4d62 !important;
}
.light-view .no-event {
    font-size: 20px;
    text-align: center;
    opacity: 0.7;
}
.light-view .bWZouD li:hover {
    background: #c6c6da !important;
}
.light-view .bg-color {
    background: #e7e3e3;
}
.light-view .yellow-color {
    color: #a79619;
}
.light-view .light-bg-events-list:hover {
    background: #aeb7d3;
}

/*-----------------
	Header
-----------------------*/

.modal-content.modal-content {
    background: linear-gradient(to bottom, #2b2b36, #1b1b24);
    border: 1px solid #3a3a4b;
    box-shadow: 1px 1px 31px #262626;
}

.btn-success {
    font-size: 14px;
    font-weight: 300;
}

.modal-footer {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.btn-danger {
    font-size: 14px;
    font-weight: 200;
}

.light-theme {
    display: none;
}

.light-view .light-theme {
    display: block;
    background: #ededf1;
    border: 1px solid #ffffff;
    font-size: 12px;
    color: #828282;
    border-radius: 50px;
    padding: 5px 15px;
    margin-right: 50px;
    cursor: pointer;
    float: left;
    margin: 8px;
    box-shadow: 0px 3px 7px rgb(197 197 197 / 10%);
}

.light-view .dark-theme {
    display: none;
}

/*chat page*/
.light-view .page-chat-header {
    color: #4d4d62 !important;
    border-bottom: 1px solid #ccccd5;
}
.light-view .chat-page-area {
    background: #dbdbe5;
}
.light-view .in-content-chat-right {
    border-radius: 10px 10px 0px 10px;
    border: 1px solid #ccccd5;
    color: #4d4d62 !important;
    background: #fff;
}
.light-view .chat-page-send textarea {
    background-color: #dbdbe5 !important;
    border: 0px !important;
}
.dark-theme {
    background: #1b1b24;
    border: 1px solid #3a3a4b;
    font-size: 12px;
    color: #828282;
    border-radius: 50px;
    padding: 5px 15px;
    margin-right: 50px;
    cursor: pointer;
    float: left;
    margin: 8px;
    box-shadow: 0px 3px 7px rgb(197 197 197 / 10%);
}

.dark-card:hover {
    background-color: #2b2b36;
    border: 1px solid #2b2b36;
    transform: scale(1.1);
}

.light-view .dark-card:hover {
    background-color: #bebecb;
    border: 1px solid #bebecb;
    transform: scale(1.1);
}

.audience img:hover {
    background: #ffffff;
    box-shadow: 0px 0px 5px 1px #fff;
}

.light-view .audience img:hover {
    background: #ffffff;
    box-shadow: 0px 0px 5px 1px #fff;
}

.header {
    background: #160f20;
    transition: all 0.5s;
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1002;
}

.header .header-left {
    float: left;
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 230px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.header .header-left .logo {
    display: inline-block;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
}

.bar-icon {
    display: inline-block;
    width: 21px;
}

.bar-icon span {
    background-color: #bbc4cc;
    border-radius: 500px;
    display: block;
    float: left;
    height: 2px;
    margin-bottom: 5px;
    width: 21px;
}

.bar-icon span:nth-child(2) {
    width: 15px;
}

.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}

.header .navbar-nav .badge {
    position: absolute;
    right: 7px;
    top: 4px;
}

.header .dropdown-menu>li>a {
    position: relative;
}

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

.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #757575;
    border-right: 2px solid #757575;
    content: "";
    height: 7px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
    vertical-align: 2px;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
}

.user-img {
    display: inline-block;
    position: relative;
}

.main-drop .user-img img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.main-drop .dropdown-menu {
    min-width: 130px;
    padding: 0;
    background: linear-gradient(to bottom, #2b2b36, #1b1b24);
    border: 1px solid #3a3a4b;
    box-shadow: 0px 3px 1px rgb(0 0 0 / 10%);
    padding: 15px 5px;
}

.main-drop .dropdown-menu:hover {
    background: linear-gradient(to bottom, #2b2b36, #1b1b24);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ECECEC;
    text-decoration: none;
    background-color: #25252f;
}

.main-drop .dropdown-item {
    color: #ECECEC;
    font-size: 13px;
    font-weight: 300;
}

.grey-text {
    color: #a4a4a4 !important;
}


/*-----------------
	9. Sidebar
-----------------------*/

.sidebar {
    background: linear-gradient(to top, #31395a, #160f20);
    border-right: 1px solid tranparent;
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 60px;
    transition: all 0.2s ease-in-out 0s;
    width: 230px;
    z-index: 1001;
    padding: 10px;
}

.sidebar.opened {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar-inner {
    height: 100%;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu {
    padding: 10px 0;
}

.sidebar-menu ul {
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.sidebar-menu li a:hover {
    color: #fff;
}

.sidebar-menu li .active {
    background: linear-gradient(to right, #d98585, #8240d9, #6683d3);
    border-radius: 40px;
    padding: 15px;
    width: auto;
    color: #fff;
    box-shadow: 0px 5px 10px rgb(124 99 229 / 30%);
    height: 45px;
}

.mini-sidebar .sidebar-menu li .active {
    border-radius: 50px;
    padding: 7px;
    width: 45px;
    height: 45px;
}

.sidebar .sidebar-menu>ul>li>a span {
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    margin-left: 25px;
    white-space: nowrap;
}

.sidebar .sidebar-menu>ul>li>a span.chat-user {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .sidebar-menu>ul>li>a span.badge {
    margin-left: auto;
}

.sidebar-menu ul ul a {
    display: block;
    font-size: 14px;
    padding: 9px 10px 9px 50px;
    position: relative;
}

.sidebar-menu ul ul {
    display: none;
}

.sidebar-menu ul ul ul a {
    padding-left: 70px;
}

.sidebar-menu ul ul ul ul a {
    padding-left: 90px;
}

.sidebar-menu>ul>li {
    position: relative;
    margin-bottom: 10px;
}

.sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform 0.15s;
    position: absolute;
    right: 15px;
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    line-height: 40px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 18px;
    top: 11px;
}

.sidebar-menu .menu-arrow:before {
    content: "\f105";
}

.sidebar-menu li a.subdrop .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu ul ul a .menu-arrow {
    top: 6px;
}

.sidebar-menu a {
    line-height: 1.3;
    transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
    -webkit-transition: unset;
}

.sidebar-menu>ul>li>a {
    padding: 8px 10px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    color: #fff;
    font-size: 14px;
}

.sidebar-menu ul li a i {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
    transition: all 0.2s ease-in-out 0s;
    margin: 0px;
}


/*-----------------
	10. Content
-----------------------*/

.page-wrapper {
    left: 0;
    margin-left: 230px;
    padding-top: 60px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.page-wrapper>.content {
    padding: 30px;
}

.c-card-bg {
    background: linear-gradient(to bottom, #2b2b36, #1b1b24);
    border: 1px solid #3a3a4b;
    box-shadow: 0px 3px 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.c-card-img-bg {
    background: #32323b;
    max-width: 60px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #40404b;
    border-radius: 20px;
    margin-bottom: 20px;
}

.c-card-img-bg img {
    width: 30px;
}

.c-card-title {
    font-size: 25px;
    font-weight: 500;
    color: #ececec;
}

.c-card-p {
    color: #ececec;
    font-size: 14px;
    font-weight: 300;
}

.home-profile {
    background: linear-gradient(to left, #31395a, #281b3a);
    display: flex;
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
}

.home-profile-img {
    margin-right: 30px;
}

.home-profile-img img {
    width: 90px;
    border-radius: 100px;
    background: #fff !important;
    height: 90px !important;
    object-fit: contain;
}

.home-profile-text {
    font-size: 14px;
    font-weight: 300;
}

.profile-welcome-text {
    font-size: 26px;
    font-weight: 600;
}

.profile-des-text {
    font-size: 17px;
    color: #9896b8;
    font-weight: 400;
}

.home-card-height {
    min-height: 180px;
}

.c-card-part {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.c-card-heading {
    font-size: 14px;
    font-weight: 300;
}

.anchor-tag {
    font-size: 14px;
    color: #cc7b92;
}

.mt40 {
    margin-top: 40px;
}

.red-card {
    background: linear-gradient(to left, #80293c, #cf526d);
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.purpple-card {
    background: linear-gradient(to left, #a652cf, #552980);
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.green-card {
    background: linear-gradient(to left, #2c8da1, #1a5c6a);
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.yellow-card {
    background: linear-gradient(to left, #d18a4e, #7a481f);
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.c-card-name {
    display: flex;
    padding-bottom: 10px;
}

.c-card-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding-top: 5px;
}

.c-card-date {
    font-size: 25px;
    font-weight: 500;
    margin-right: 15px;
}

.c-card-month {
    font-size: 12px;
    font-weight: 400;
    margin-top: -5px;
}

.host-name {
    font-size: 13px;
    text-align: left;
    padding-top: 5px;
}

.event-title {
    font-size: 15px;
    font-weight: 600;
}

.host-time {
    font-size: 11px;
}

.p10 {
    padding: 10px;
}

.mt10 {
    margin-top: 10px;
}

.table td,
.table th {
    border-top: none;
    text-align: left;
}

.table thead th {
    border-bottom: none;
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

td {
    color: #ececec;
    font-size: 13px;
    font-weight: 300;
}

.pl-30 {
    padding-left: 30px !important;
}

.gredient-color {
    background: linear-gradient(to right, #d98585, #8240d9, #6683d3);
    padding: 10px 40px !important;
    border-radius: 50px;
    font-size: 12px !important;
    color: #fff !important;
    box-shadow: 0px 2px 10px rgb(124 99 229 / 30%);
}

.gredient-color-auto {
    background: linear-gradient(to right, #d98585, #8240d9, #6683d3);
    padding: 10px 40px !important;
    border-radius: 50px;
    font-size: 12px !important;
    color: #fff !important;
    box-shadow: 0px 2px 10px rgb(124 99 229 / 30%);
}

.gredient-color-second {
    background: linear-gradient(to right, #d98585, #8240d9, #6683d3);
    border-radius: 50px;
    font-size: 14px !important;
    color: #fff !important;
    box-shadow: 0px 2px 10px rgb(124 99 229 / 30%);
    padding: 10px 25px;
}

.gredient-color-table-btn {
    background: linear-gradient(to right, #d98585, #8240d9, #6683d3);
    border-radius: 50px;
    font-size: 12px !important;
    color: #fff !important;
    box-shadow: 0px 2px 10px rgb(124 99 229 / 30%);
    padding: 5px 16px;
}

.card-height430 {
    max-height: 430px;
    height: 100%;
}

.card-height610 {
    max-height: 610px;
    height: 100%;
}

.slimScrollDiv {
    overflow: hidden !important;
    height: 100% !important;
}

.main-drop {
    margin-right: 20px;
}

.calendar-container {
    background: #2b2b36;
    padding: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt30 {
    margin-top: 30px;
}

.page-title {
    font-size: 18px;
    font-weight: 300;
}

.card-img img {
    max-width: 80%;
    width: 100%;
}

.full-card-img img {
    height: inherit;
    width: inherit;
    object-fit: contain;
}

.full-card-img {
    height: 150px;
    width: 100%;
}

.card-subtitle {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    padding: 20px 0px;
}

.sidebar-primary {
    display: none;
}

.second-sidebar .sidebar-primary {
    display: block;
}

.second-sidebar .sidebar-second {
    display: none;
}

.sidebar-name {
    text-align: center;
    /* background: linear-gradient(to bottom, #2b2b36, #1b1b24); */
    padding: 10px;
    margin-bottom: 20px;
    padding: 10px !important;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.sidebar-second li .active {
    background: rgb(255 255 255 / 5%);
    border-radius: 0px;
    box-shadow: none;
    border-left: 3px solid #6E71D5;
}

.img-upload {
    background: #1C1C26;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #575761;
    color: #979797;
    font-size: 12px;
    max-width: 190px;
    border-style: dashed;
    border-radius: 10px;
}

.sidebar-third {
    display: none;
}

.hide-sidebar-p .sidebar-third {
    display: block !important;
}

.img-upload-view img {
    width: 100%;
}

.border-b {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    width: 97%;
    text-align: center;
    margin: 30px auto;
}

.button-group {
    text-align: center;
    margin: 0 auto;
}

.black-btn {
    background: #32323B;
    border: 1px solid #40404b;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 25px !important;
    border-radius: 50px;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}

.card-inner-title {
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding-bottom: 50px;
    padding-top: 10px;
    font-weight: 300;
}

.red-btn {
    background: linear-gradient(to right, #B74E4E, #8B3E3E);
    border: 1px solid #B74E4E;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px rgb(179 77 77 / 30%);
    cursor: pointer;
}

.delete-btn {
    background: linear-gradient(to right, #B74E4E, #8B3E3E);
    border: 1px solid #B74E4E;
    color: #fff !important;
    font-size: 12px;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px rgb(179 77 77 / 30%);
    cursor: pointer;
}

.height655 {
    max-height: 655px;
    height: 100%;
}

.height430 {
    max-height: 430px;
    height: 100%;
}

.back {
    text-align: center;
}

.back-label {
    /* padding-bottom: 15px; */
    font-size: 14px;
}

a#sidebar-hide-toggle {
    cursor: pointer;
    float: left;
    line-height: 60px;
}

.video-shadow {
    box-shadow: 0px 2px 11px #dbdbdb;
    border-radius: 10px;
}

.back i {
    background: linear-gradient(to bottom, #2b2b36, #1b1b24);
    border: 1px solid #3a3a4b;
    box-shadow: 0px 3px 1px rgb(0 0 0 / 10%);
    border-radius: 100%;
    padding: 3px;
    width: 30px;
    height: 30px;
    color: #757575;
    font-size: 22px;
    cursor: pointer;
}

.img-map-icon-colum {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.img-upload-map {
    background: #1C1C26;
    border: 1px solid #575761;
    padding: 14px 40px;
    border-radius: 5px;
    font-size: 13px;
    border-style: dashed;
    color: #979797;
}

.show-map-icon {
    background: #1C1C26;
    border: 1px solid #3c3c4d;
    margin-left: 20px;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-map-icon i {
    color: #41414E;
    font-size: 30px;
    margin: 0;
}

.toggle-text {
    color: #979797;
    font-size: 15px;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1C1C26;
    border: 1px solid #3C3C4D;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #CC7B92 !important;
}

input:focus+.slider {
    box-shadow: 0 0 1px #CC7B92;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.toggle-colum {
    display: flex;
    justify-content: space-between;
}

.form-btn-group {
    display: flex;
    justify-content: space-between;
}

.date-group {
    display: flex;
    margin: 10px 0px;
}

.date-picker {
    display: grid;
    width: 100%;
    color: #828282;
    font-size: 14px;
    justify-content: center;
    text-align: center;
}

.date-picker span {
    font-size: 11px;
}

.active-guest {
    display: flex;
    justify-content: end;
}

.active-guest a {
    background: linear-gradient(to right, #4eb79a, #3e8b6c);
    border: 1px solid #4EB79A;
    color: #fff;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 50px;
}

.quanity {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

.quanity input {
    width: 130px;
}


/* .quanity::after {
  content: "-";
  background: #2E2E38;
  border: 1px solid #575761;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 75px;
}

.quanity::before {
  content: "+";
  background: #2E2E38;
  border: 1px solid #575761;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 75px;
  z-index: 99;
} */

.minus-btn {
    background: #2E2E38;
    border: 1px solid #575761;
    width: 40px;
    height: 40px;
    border-radius: 3px 0px 0px 3px;
}

.minus-btn:hover {
    background: #1C1C26;
    border: 1px solid #575761;
}

.plus-btn:hover {
    background: #1C1C26;
    border: 1px solid #575761;
}

.quanity i {
    font-size: 14px;
    opacity: 0.5;
    color: #fff;
    margin: 0px;
}

.btn {
    border-radius: none;
}

button:focus {
    box-shadow: none !important;
}

.plus-btn {
    background: #2E2E38;
    border: 1px solid #575761;
    width: 40px;
    height: 40px;
    border-radius: 0px 3px 3px 0px;
}

.map-title {
    color: #979797;
    padding: 10px 0px 20px;
    font-size: 14px;
}

.room-card-title {
    font-weight: 400;
    margin-bottom: 5px;
}

.pragraph-text {
    font-size: 12px;
    color: #dbdbdb;
    margin-top: 20px;
}

.placeholder-text {
    font-size: 25px;
    font-weight: 400;
    color: #5D5D68;
}

select.form-select {
    background: #1c1c26;
    border: 1px solid #3C3C4D;
    height: 40px;
    color: #979797;
    font-size: 13px;
    width: 100%;
    border-radius: 3px;
    padding: 0px 10px;
    outline: none;
}

select.form-select:focus {
    border: 1px solid #CC7B92 !important
}

.audience img {
    width: 40px;
    background: #353540;
    border-radius: 50px;
    height: 40px;
}

.table-heading {
    padding-top: 10px;
    font-style: italic;
    font-size: 14px;
}

.img-group-table {
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.video-sec {
    background: #1b1b20;
    box-shadow: 0px 2px 6px #ffffff;
    border-radius: 10px;
    padding: 10px;
}

.logo img {
    width: 180px;
}

.logo-humburger {
    margin-left: 20px;
}

.mt18 {
    margin-top: 18px;
}

.padding0 {
    padding: 0px;
}

.dark-card {
    background: #1C1C26;
    margin-bottom: 20px;
    border: 1px solid #3C3C4D;
    border-radius: 10px;
    height: 198px;
    vertical-align: middle;
    text-align: center;
    display: grid;
    width: 100%;
}

.img-fluid {
    max-width: 100%;
}

.margin-r-15 {
    margin-left: 15px;
    display: inline-block;
}

.update-c-btn {
    padding: 8px 20px !important;
}

.setting-icon {
    color: #646467;
    font-size: 20px;
}

.date_title h5 {
    font-size: 14px;
    font-weight: 300;
}

.color-icon {
    color: #979797;
}

.back_up i {
    background: linear-gradient(to bottom, #2b2b36, #1b1b24);
    border: 1px solid #3a3a4b;
    box-shadow: 0px 3px 1px rgb(0 0 0 / 10%);
    border-radius: 100%;
    padding: 10px;
    width: 40px;
    height: 40px;
    color: #757575;
    font-size: 22px;
    line-height: 15px;
}

.bg-grey-room {
    background: #1b1b24;
    border: 1px solid #3a3a4b;
    border-radius: 10px;
}

.img_room_data img {
    width: 100%;
    height: inherit;
    vertical-align: middle;
    line-height: 50px;
    position: relative;
    padding: 5px;
    object-fit: cover;
    border-radius: 100%;
}

.br-50 {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.custom_flex {
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
}

.br-5 {
    border-radius: 50px;
}

.room-title-inner span {
    font-size: 12px;
    color: #dbdbdb;
}

.h-200 {
    height: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.new_circle {
    width: 50px;
    height: 50px;
    line-height: 30px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-150 {
    height: 150px;
    display: flex;
    align-items: center;
    align-content: center;
}

.img-upload-map.h-150 h5 {
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.eg {
    margin-bottom: .5rem;
    color: #979797;
    font-size: 12px;
}

.btn-file {
    background-color: #303858;
    padding: 10px;
    color: white;
}

.gredient-color1 {
    background: linear-gradient(to right, #d98585, #8240d9, #6683d3);
    padding: 13px 25px !important;
    border-radius: 50px;
    font-size: 12px !important;
    color: #fff !important;
    box-shadow: 0px 2px 10px rgb(124 99 229 / 30%);
}

.custom-input input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-input label {
    position: relative;
    cursor: pointer;
}

.custom-input label:before {
    content: '';
    -webkit-appearance: none;
    background: linear-gradient(to right, #d98585, #8240d9, #6683d3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    cursor: pointer;
    margin-right: 5px;
    float: left;
    clear: both;
    border-radius: 50px;
    color: white;
}

.custom-input input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.eg1 {
    margin-bottom: .5rem;
    color: #979797;
    font-size: 12px;
    margin-left: 25px;
}

.form-group.custom-input h3 {
    font-size: 17px;
    margin: 0;
}

.custom-input1 input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-input1 label {
    position: relative;
    cursor: pointer;
}

.custom-input1 label:before {
    content: '';
    -webkit-appearance: none;
    background: #1C1C26;
    border: 1px solid #3C3C4D !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    cursor: pointer;
    margin-right: 5px;
    float: left;
    clear: both;
    border-radius: 50px;
    color: white;
}

.custom-input1 input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/*new user*/

.icon-set i {
    /* background: linear-gradient(to bottom, #2b2b36, #1b1b24);
    border: 1px solid #3a3a4b; 
    box-shadow: 0px 3px 1px rgb(0 0 0 / 10%);
    border-radius: 100%;
    padding: 12px;
    width: 40px;
    height: 40px;*/
    color: #757575;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    margin: 0px 5px;
    font-size: 16px;
}

.bottom-text {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 0px;
    margin-top: 10px;
    position: fixed;
    bottom: 0;
}

.bottom-text .icon-set {
    margin: 0px 20px;
    margin-bottom: 10px;
}

.chat-part {
    display: flex;
}

.chat-text {
    margin-right: 30px;
}

.chat-pop-room {
    display: flex;
    justify-content: space-between;
    background: #1B1B24;
    border: 1px solid #3A3A4B;
    padding: 10px 20px;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
}

.chat-pop-room i {
    color: #828282;
}

.chat-pop-venue {
    display: flex;
    justify-content: space-between;
    background: #1B1B24;
    border: 1px solid #3A3A4B;
    padding: 10px 20px;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    right: 30px;
    cursor: pointer;
    min-width: 230px;
    z-index: 1;
}
.radius-none{
    border-radius: 0px !important;
}

.chat-pop-venue i {
    color: #828282;
}

.chat-pop-table {
    display: flex;
    justify-content: space-between;
    background: #1B1B24;
    border: 1px solid #3A3A4B;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    padding: 10px 20px;
    position: absolute;
    bottom: 1px;
    right: 600px;
    cursor: pointer;
    min-width: 250px;
}

.chat-pop-table i {
    color: #828282;
}

.send-btn {
    background-color: #d98585;
    color: #fff;
}

.chat-head {
    background: #2f2f38;
    padding: 10px;
    margin: -10px -10px;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 20px;
}

.margin-auto {
    margin: 0 auto;
}

.height-fixed {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.max-width-card {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
    width: 100%;
}

.new_circle_img {
    background: #1C1C26;
    border: 1px solid #575761;
    font-size: 13px;
    border-style: dashed;
    color: #979797;
    border-radius: 50px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.gredient-color-btn {
    background: linear-gradient(to right, #d98585, #8240d9, #6683d3);
    padding: 7px 0px !important;
    border-radius: 50px;
    font-size: 12px !important;
    color: #fff !important;
    box-shadow: 0px 2px 10px rgb(124 99 229 / 30%);
    width: 120px;
    margin: 0 auto;
}

i {
    margin-left: 5px;
}

.sub_img img {
    width: auto;
}

.img_0 {
    position: absolute;
}

.cus_width100 {
    width: 100%;
    height: 630px;
}

.custom-input1 {
    display: flex !important;
    align-items: center;
}

.custom-input1 p {
    display: inline-block;
    margin-bottom: .5rem;
    color: #979797;
    font-size: 13px;
    margin-left: 5px;
}

.hidden {
    visibility: hidden;
}

.h-inherit {
    height: inherit;
    padding: 5px;
    width: 100%;
    text-align: center;
    object-fit: contain;
}

.img-upload-map1 {
    background: #1C1C26;
    border: 1px solid #575761;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 13px;
    border-style: dashed;
    color: #979797;
}

.img-upload-map2 {
    background: #1C1C26;
    border: 1px solid #575761;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 13px;
    border-style: dashed;
    color: #979797;
    height: 300px;
    text-align: center;
    width: 100%;
}

.close_icon button {
    position: absolute;
    top: 17px;
    right: 7px;
}

.img-upload-view {
    height: 70px;
    width: 100px;
    background: #424244;
    margin: 0 auto;
}

.img-upload-view img {
    height: inherit;
    object-fit: cover;
    border: 1px solid #40404a;
}

.new_circle_img img {
    height: 100%;
    object-fit: contain;
    border-radius: 50px;
    overflow: hidden;
    padding: 3px;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.show-map-icon img {
    height: inherit;
    width: inherit;
    object-fit: contain;
    padding: 1px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
}

.fc-event-main {
    white-space: normal;
    line-height: 1.5;
}

.back_up {
    cursor: pointer;
}

.hideen_text {
    visibility: hidden;
}

.button-padding1 {
    padding: 10px 5px !important;
}

.main_toggle_room {
    position: absolute;
    padding: 10px;
    bottom: 1px;
    right: 10px;
    height: 300px;
    min-width: 250px;
    /* overflow: scroll; */
}

.main_toggle_table {
    position: absolute;
    padding: 10px;
    bottom: 1px;
    right: 600px;
    height: 300px;
    min-width: 250px;
}

.main_toggle_venue {
    position: absolute;
    padding: 10px;
    bottom: 1px;
    right: 40px;
    height: 300px;
    min-width: 250px;
    /* overflow: scroll; */
    background: #1e1e27;
    border: 1px solid #3a3a4b;
    z-index: 99999;
}

.chatContent {
    height: 200px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

i.fa.fa-unlock {
    color: #828282;
}

i.fa.fa-video-camera {
    color: #828282;
}

.chat_left {
    width: 50%;
}

.right_chat {
    width: 50%;
    margin-left: auto;
    text-align: end;
}

.chat_box {
    width: 100%;
    max-width: 230px;
}

.box_set h6 {
    font-size: 12px;
    margin: 0px;
    color: rgb(255, 255, 255);
}

.box_set1 h6 {
    font-size: 12px;
    margin: 0px;
    color: rgb(255, 255, 255);
}

.box_set1 {
    background: linear-gradient(to bottom, #2b2b36, #1b1b24);
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #3a3a4b;
    box-shadow: 0px 3px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.box_set {
    background: linear-gradient(to bottom, #2b2b36, #1b1b24);
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #3a3a4b;
    box-shadow: 0px 3px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.main_inner_chat {
    width: 100%;
}

.overflow_hideen {
    overflow: hidden;
}
.overflow_scroll {
    overflow: scroll;
}

.box_set p {
    font-size: 12px;
    font-weight: 200;
    margin: 0px;
    word-wrap: break-word;
}

.box_set span {
    color: rgba(241, 241, 241, 0.24);
    font-size: 10px;
}


/*scroll*/


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: transparent;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #2f2f38;
    border-radius: 50px;
    /* visibility: hidden; */
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

i.fa.fa-paper-plane {
    color: #fff;
    margin: 0px;
}

.chat-pop-room {
    display: flex;
    justify-content: space-between;
    background: #1B1B24;
    border: 1px solid #3A3A4B;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    right: 300px;
    cursor: pointer;
    min-width: 250px;
}

.card_height570 {
    height: 570px;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    padding: 4px;
}

.just-right {
    justify-content: right !important;
}

.endtext {
    text-align: center;
    position: absolute;
    left: 50%;
    top: -50px;
}

.endtext2 {
    text-align: center;
    position: absolute;
    left: 40%;
    top: 2px;
}

.hidden {
    visibility: hidden;
}

.new_circle1 {
    width: 30px;
    height: 30px;
    /* line-height: 30px; */
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_circle1 i {
    font-size: 16px;
    /* position: relative; */
    /* top: -7px; */
    /* left: -5px; */
    color: #828282;
    margin: 0;
}

.card-height320 {
    height: 320px;
}

.space-icon {
    margin: 0px 5px;
}

.white-text {
    color: #fff;
}

.table-height {
    height: 230px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.recording-icon i {
    color: #b14c4c;
}

.block-icon {
    background: #404040;
}

.fc .fc-button-primary {
    background-color: #2b2b36 !important;
    border-color: #2b2b36 !important;
}

.toggle-icon {
    margin-top: 0px;
}

.mini-sidebar .logo img {
    width: 180px !important;
    max-height: 90px !important;
}

.expand-menu .sidebar-menu i {
    margin-left: 5px;
}

i.fa.fa-minus {
    cursor: pointer;
}

i.fa.fa-plus {
    cursor: pointer;
}

.pop-delete-btn {
    background: linear-gradient(to right, #B74E4E, #8B3E3E);
    border: 1px solid #B74E4E;
    color: #fff !important;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 300;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px rgb(179 77 77 / 30%);
    text-align: center;
}

.calendar-container td {
    border-color: #40404c !important;
}

.calendar-container th {
    border-color: #40404c !important;
}

.calendar-container table {
    border-color: #40404c !important;
}

.fc-col-header-cell a {
    font-size: 14px;
    font-weight: 400;
}

.fc-toolbar-title {
    font-size: 18px !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #2b2b36 !important;
}

.mt5 {
    margin-top: 5px;
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2;
    background: transparent !important;
    border: none !important;
}

.plyr__controls__item.plyr__volume input {
    background: none !important;
    border: none !important;
}

.plyr__video-wrapper {
    aspect-ratio: 6 / 3 !important
}


/* .plus-icon{
    display: none;
}
.audience img:hover{
    display: none;
}
.audience img:hover .plus-icon{
    cursor: pointer;
    display: block;
} */

.swap {
    width: 40px;
    height: 40px;
    margin: 5px;
    margin-top: 0px;
}

.swap2 {
    width: 40px;
    height: 40px;
    margin: 5px;
    margin-top: 0px;
}

.swap2 img:nth-child(2) {
    display: none;
}

.swap img:nth-child(2) {
    display: none;
}

.swap:hover img:nth-child(1) {
    display: none;
}

.swap:hover img:nth-child(2) {
    display: block;
}

.drag-border-custom:before,
.drag-border-custom:after,
.drag-border-custom *:first-child:before,
.drag-border-custom *:first-child:after {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    border: 2px solid white;
    border-radius: 50%;
}

.drag-border-custom:before {
    left: -5px;
    top: -5px;
}

.drag-border-custom:after {
    right: -5px;
    top: -5px;
}

.drag-border-custom *:first-child:before {
    left: -5px;
    bottom: -5px;
}

.drag-border-custom *:first-child:after {
    bottom: -5px;
    right: -5px;
}

.backpage-btn {
    background: linear-gradient(to right, #d98585, #8240d9, #6683d3);
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding: 5px;
    width: 100px;
    border-radius: 20px;
}

.backpage-btn i {
    padding-right: 20px;
    font-size: 12px;
}

.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 390px;
}

.new-pop p {
    opacity: 0.8;
    font-weight: 400;
    font-size: 15px;
}

.modal-btn-pop {
    background: #32323B;
    border: 1px solid #40404b;
    border-radius: 50px;
    padding: 6px 30px;
    color: #fff;
    font-size: 14px;
    margin: 0px 10px;
    font-weight: 300;
}

.modal-btn-pop:hover {
    background: linear-gradient(to right, #d98585, #8240d9, #6683d3);
    border-radius: 50px;
    padding: 6px 30px;
    color: #fff;
    font-size: 14px;
    margin: 0px 10px;
    font-weight: 300;
}

.new-pop .close {
    opacity: 0.6;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.show {
    opacity: 1;
    transform: scale(1);
}


/*singal table video*/

.steps_title {
    line-height: 1 !important;
}


/*singal table video*/

.video-img-table canvas {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    padding: 5px;
    height: 100%;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);

}

.user-small-img img {
    width: 40px;
    background: #CC7B92 !important;
    border-radius: 50px;
    height: 40px;
    object-fit: cover;
}

.user-small-img {
    position: absolute;
    bottom: -20px;
    left: 20px;
}

.video-img-table {
    margin-bottom: 50px;
    max-width: 250px;
    height: 145px;
    background: #32323b;
    border-radius: 10px;
}

.audio-table {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
}

.mic-table {
    position: absolute;
    text-align: center;
    left: 45%;
    bottom: 10px;
    font-size: 20px;
}

.border-color {
    border: 2px solid #CC7B92 !important;
}

.back-in {
    background: #2b2b36;
    border: 1px solid #3a3a4b;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 50px;
    color: #979797;
    cursor: pointer;
}

.icon-right-pending {
    padding-right: 6px;
    font-size: 11px;
}

.font-13 {
    font-size: 13px;
    margin-right: 5px;
}

.font-15 {
    font-size: 15px;
    color: #979797;
}

.ml-7 {
    transform: translate(10%, 0px);
}

.table-second .plyr {
    height: 320px !important;
}

.dark-input-table {
    border: none !important;
    width: 380px;
    text-align: center;
}

.dark-input-table:focus {
    outline: none !important;
    border: none !important;
}
.font12{
    font-size: 12px !important;
}
.font18{
    font-size: 18px !important;
}
.font15{
    font-size: 15px !important;
}
.text-wrap-c {
    word-break: break-all;
}
.pb-10 {
    padding-bottom: 10px;
}

.fc-popover {
    background: #2b2b36 !important;
    border: 1px solid #40404c !important;
}

.list-audience img {
    margin: 5px;
    width: 24px;
    height: 24px;
}
.height-eighty{
    height: 90%;
    overflow: hidden;
}
.p-0 {
    padding: 0 !important;
    margin: 0px;
}
.custom-overflow {
    overflow: hidden;
}
.audience.list-audience {
    display: initial;
}
.margin-0{
    margin: 0px !important;
}
/* .custom-datpicker-style .react-datepicker-popper {
    transform: translate(15px, -220px) !important;
} */

.bottom_sen_msg textarea {
    text-align: center;
}


/* .custom-datpicker-style .react-datepicker__triangle {
    position: absolute !important;
    bottom: -8px !important;
    transform: rotate( 180deg) !important;
    left: 30px !important;
    z-index: -3 !important;
} */

.custom-datpicker-style .react-datepicker-popper {
    transform: translate(15px, -50px) !important;
}

.custom-datpicker-style .react-datepicker__triangle {
    display: none;
}

.dark-mode {
    --background-color: #3f3f3f;
    --text-color: #ffffff
}
.user-bg-style {
    box-shadow: none;
    border: none;
    background: none;
    padding: 0px;
}
.border-none {
    border: none;
    padding: 0px;
    padding-bottom: 20px;
}
/* .hover-btn:hover {
    background: #0c0c0e;
    box-shadow: none;
} */

.user-title-page {
    position: relative;
    /* top: -20px; */
    z-index: 1003;
    text-align: center;
    margin: -40px auto;
    max-width: 33%;
    display: flex;
    justify-content: center;
}
.usermoji .moj-part {
    background: #160f20;
    border-radius: 0px 0px 30px 30px;
    padding: 5px;
    margin: 5px 40px;
    position: relative;
    z-index: 2;
}
.moj-part {
    background: #160f20;
    border-radius: 0px 0px 30px 30px;
    padding: 10px;
    margin: 1px 40px;
    position: relative;
    z-index: 0;
    box-shadow: 0px 1px 5px #ffffff;
}
.emoji-icon {
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}

.emoji-icon img {
    width: 24px;
}

.usermoji .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 43.25% !important;
}
.usermoji-table .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 45.25% !important;
}
.left-part-s {
    position: absolute;
    z-index: 1;
    left: -15px;
}
.left-toggle {
    position: absolute;
    left: 0;
    background: #65657c;
    z-index: 2;
    padding: 5px;
    border-radius: 0px 10px 10px 0px;
    line-height: 0;
    cursor: pointer;
    top:80px;
}
.right-toggle{
    position: absolute;
    right: 0;
    background: #65657c;
    z-index: 3;
    padding: 5px;
    border-radius: 10px 0px 0px 10px;
    line-height: 0;
    cursor: pointer;
    top:80px;
}
.user-right-toggle {
    position: absolute;
    right: 0px;
    background: #65657c;
    z-index: 3;
    padding: 5px;
    border-radius: 10px 0px 0px 10px;
    line-height: 0;
    cursor: pointer;
    top: 60px;
    display: flex;
    align-items: center;
}
.font10 {
    font-size: 10px !important;
}
.border-radius-none{
    border-radius: 0px !important;
}
.chat-taggle-user-side {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 35px;
    min-width: 300px;
    background: #1d1d27;
}
.user-right-toggle-part {
    position: absolute;
    right: 0;
    top: 0;
}
.chat-taggle-user-side ul.nav.nav-tabs {
    background: #160f20 !important;
    padding: 0px !important;
    border: 1px solid #3a3a4b;    
    padding-top: 30px !important;
}
.chat-taggle-user-side li button {
    font-size: 14px !important;
    background: none !important;
    border: 0px !important;
}
.chat-taggle-user-side ul.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid #51608b !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px;
}
.light-view .chat-taggle-user-side {
    background: #dbdbe5;
    color: #21212b;
}
.light-view .chat-taggle-user-side ul.nav.nav-tabs {
    background: #f5f5f5 !important;
    border: 1px solid #dbdbe5;
}
.light-view .chat-taggle-user-side ul.nav.nav-tabs .nav-link.active {
    color: #21212b !important;
}
.light-view .send-msg-user-toggle {
    background: #f5f5f5;
}
.chat-taggle-user-side li.nav-item {
    width: 50%;
}
.chat-taggle-user-side .nav-link {
display: initial !important;
width: 100%;
}
.direct-msg-group {
    display: flex;
}
.send-msg-user-toggle {
    position: absolute;
    width: 100%;
    bottom:20px;
    background: #160f20;
}
.send-msg-user-toggle .chat-page-send textarea {
    height: 45px !important;
}
.img-toggle-user img {
    width: 20px;
    border-radius: 100%;
    height: 20px;
    object-fit: cover;
}
.send-msg-user-toggle .chat-send-btn {
    background: #d98585;
    min-width: 40px;
    margin-left: 10px;
    font-size: 17px;
    padding: 0;
}
.username-toggle-user {
    font-size: 13px;
    margin: 0px 5px;
}
.timeuser-toggle-user {
    font-size: 11px;
    opacity: 0.6;
}
.msg-heightligh-right-user {
    /* display: flex; */
    /* justify-content: end; */
    width: auto;
    float: right;
    margin-bottom: 20px;
}
.right-msg-show-high {
    background: #6d73d4;
    width: auto;
    padding: 5px 10px;
    border-radius: 15px 15px 0px 15px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}

.left-msg-show-high {
    background: #6d73d4;
    width: auto;
    padding: 5px 10px;
    border-radius: 15px 15px 10px 0px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}
.left-side-user-custom {
    margin-top: 10px;
}
.right-side-user-custom {
    margin-top: 10px;
}
.left-side-user-custom .msg-heightligh-right-user {
    display: flex;
    justify-content: flex-start;
}
.left-side-user-custom .toogle-right-user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: inherit;
}
.toogle-right-user {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
}
/* .chat-area-user-toggle {
    height: 83vh;
    padding: 10px;
} */
.chat-area-user-toggle {
    height: 560px;
    overflow-x: scroll;
    padding:10px ;
}
.pop-close-icon-user .btn-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    opacity: 0;
    z-index: 9999;
    top: 10px;
}
.user-modal-he {
    width: 100%;
    word-break: break-all;
    text-align: center;
}
.pop-close-icon-user.modal-header {
    padding: 0px;
}
.pop-close-icon-user span {
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: 5px;
}
.right-part-s {
    position: absolute;
    z-index: 2;
    right: -15px;
}
.hight545 {
    height: calc(85vh - 20px);
}
/* .all-room-width {
    margin-top: -60px;
} */
.all-room-width {
    margin-top: -90px;
}
.img-hegiht-524 {
    height: calc(85vh - 40px);
}
.toggle-icon-overlow-hidden{
    overflow: hidden !important;
}
.left-toggle i {
    margin: 0px;
}
.cutom-label {
    margin-bottom: 0px;
}
.view-input {
    font-size: 13px;
}
.admin-room-chat{
    position: absolute;
    right: 0;
    bottom: 0px;
}
.yellow-color {
    color: #f5e56e;
}
.bg-color {
    background: #2d2d38;
    padding: 15px;
    border-radius: 10px;
}
.font-weight600{
    font-weight: 600;
}
.enter-btn {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 20px;
}
.by {
    padding: 3px 0px;
    font-size: 14px;
}
.room-icon-pop img {
    width: 100%;
}
.text-right-pop {
    text-align: -webkit-auto;
}
.des-c {
    width: 100%;
    word-break: break-all;
    text-align: left;
}
.okbtn {
    background: #f5e56e;
    border-radius: 40px;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
    color: #23232d;
}
.moj-search input {
    border-radius: 50px;
    height: 40px !important;
    border: none !important;
    background: #2c2c34 !important;
}
.moj-search {
    width: 50%;
    margin: 0 auto;
    margin-top:15px;
}
.width-c-btn {
    width: 157px;
    height: 40px;
    margin-left: 20px;
    font-size: 16px !important;
    padding: 0px !important;
}
.box-shadow {
    box-shadow: 0px 0px 5px #ffffff;
    margin-top: 5px;
}
.emoji-popup {
    background: #5c39ec;
    margin: 0 auto;
    max-width: 400px;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
    font-size: 14px;    
    width: 100%;    
    transform: scale(1);
    /* position: absolute;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, 0%);     */
    
}
.zoom-in-zoom-out-animation{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    transition: 5s;
}
/* .table-view-emoji{
    transform: translate(-50%, 0%);
    top: 60px;
} */
.text-emoji {
    display: flex;
}
.emoji-icon-pop {
    padding-left: 10px;
}
.emoji-pop-close i {
    font-size: 22px;
    cursor: pointer !important;
}
.right-pos {
    right: 0;
}
.padding20-c {
    padding: 0px 20px !important;
}
.user-venue-room img {
    transition: all 1s;
}
.user-venue-room img:hover {
    transform: scale(1.1);
}
.schedule {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.schedule a {
    background: linear-gradient(to right, #d98585, #8240d9, #6683d3);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
}

.back-user-c a {
    background: #32323B;
    border: 1px solid #40404b;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 25px !important;
    border-radius: 50px;
    font-weight: 300;
    cursor: pointer;
}
.back-user-c i {
    margin:0px;
}
.back-user-c {
    margin-bottom:40px;
}
.header-search {
    max-width: 240px;
}

.header-search .wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border: 1px solid #3c3c4d !important;
    border-radius: 24px;
    background-color: #1c1c26 !important;
    color: #212121;
    font-size: 16px;
    font-family: Arial;
    z-index: 0;
    height: 45px;
}

.header-search input {
    border-radius: 50px;
    height:38px !important;
    border:none !important;
    padding-left: 5px !important;
}

.header-search input:focus {
    border:none !important;
}
.header-search .input-group:focus {
    border: 1px solid #CC7B92  !important;
}
.header-search i {
    margin: 0;
}
.header-search .input-group-text {
    background: #1C1C26 !important;
    border-radius: 30px 0px 0px 30px !important;
    border: 1px solid #3c3c4d;
}
.header-search svg {
    margin-left: 10px;
    margin-top: unset;
    margin-right: 0;
}
.header-search .clear-icon svg {
    margin-right: 10px;
    margin-top: unset;
    margin-left: 0;
}
.fwibFA {
    margin: 8px 0 8px 0 !important;
}
.bWZouD{
    background: #1C1C26 !important;
    color:#fff;
    font-size: 14px;
    border:none !important
}
.no-event {
    font-size: 20px;
    text-align: center;
    opacity: 0.7;
}
.bWZouD p {
    font-weight: 100 !important;
    margin: 5px 0px !important;
}


.bWZouD li:hover {
    background: #3a3a4b !important;
    box-shadow: 0px 1px 3px 0px #fff;
    font-size: 15px;
    cursor: pointer;
}

.profile-sub-title-events {
    margin-top: 20px;
}
.font20{
font-size: 20px;
}
.events-pop-des {
    font-size: 14px;
}
.des-c {
    width: 100%;
    word-break: break-all;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}
.user-img-pop-userside img {
    width: 90px;
    border-radius: 100%;
    height: 90px;
    object-fit: cover;
}
.page-chat-header {
    text-align: left;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #3a3a4b;
}
.chat-page-area {
    background: #1c1c26;
    height: 60vh !important;
    padding: 10px;
    overflow-y: scroll;
}
.page_right_chat {   
    text-align: right;
    padding: 10px;
    width: 100%;
    float: right;
}
.page_left_chat {
    text-align: left;
    padding: 10px;
    width: 100%;
    float: left;
}
.in-content-chat {
    background: #292934;
    width: auto;
    display: inline-block;
    padding: 10px;
}
.page_box_set h6 {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.3;
}
.page_box_set p {
    font-size: 13px;
    font-weight: 300;
    word-break: break-all;
    line-height: 1.3;
    margin-bottom: 0px;
}
/* .view-height-100 {
    height: calc(91vh - 0px) !important;
} */
/* .view-height-100 {
    width: auto;
    max-height: 100%;
    display: flex;
    justify-content: center;
    box-sizing: content-box;
    object-fit: contain;
} */
.admin-bottom-section {
    position: fixed;
    bottom: 0px;
    width: 100%;
    right: 0;
}
/* last .view-height-100 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    object-fit: cover;
} */
.view-height-100 {
    width: auto;
    width: 1500px;
    height: auto;
    display: flex;
    justify-content: center;
    overflow: auto;
    max-width: 1500px;
    min-width: 1500px;
    min-height: auto;
    max-height: auto;
}
.venue-img-fix-height-c {
    overflow: auto;
    height: 900px;
    width: auto;
}
.mt-m-25 {
    margin-top: -25px;
}
.page_box_set span {
    font-size: 10px;
    opacity: 0.5;
    word-break: break-all;
    line-height: 0;
}
.in-content-chat-right {
    border-radius: 10px 10px 0px 10px;
    border: 1px solid #3a3a4b;
}
.in-content-chat-left {
    border-radius: 10px 10px 10px 0px;
}
.left-bg-chat {
    background: #7266d5;
}

.chat-page-send textarea {
    background-color: #18181e !important;
    border: 0px !important;
    font-weight: 400 !important;
}
.chat-send-btn {
    background: #d98585;
    min-width: 60px;
    margin-left: 10px;
    font-size: 24px;
}
.chat-page-send {
    margin: 10px;
}
.chat-user-img-page img {
    width: 30px;
    border-radius: 100%;
    height: 30px;
    object-fit: cover;
    margin-right: 10px;
}
.placholder-part {
    background: #32323c;
    border: 1px solid #40404b;
    border-radius: 5px;
    text-align: center;
}
.height130 {
    height: 130px;
}
/* .zoom-in-zoom-out {
    animation-name: example;
    animation-duration: 4s;
}

@keyframes example {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }

} */

/* @media (min-width:1200px){
    .user-background-venue-img-c {
        width: 1310px !important;
    }
}
@media (min-width:1400px){
    .user-background-venue-img-c {
        width: 1440px !important;
    }
} */




.header-search .sc-ifAKCX {
    width: 240px;
}
.header-search .sc-ifAKCX .wrapper:focus-within  {
    box-shadow: rgb(255 255 255 / 28%) 0px 1px 6px 0px !important;
}
.light-view .jZkBQk > .wrapper:focus-within {
    box-shadow: rgb(0 0 0 / 40%) 0px 1px 6px 0px !important;
    border-radius: 20px;
 
}
.jZkBQk > .wrapper:hover {
    box-shadow: none !important;
}

.jZkBQk > .wrapper:active {
    box-shadow: none  !important;
}
.tableview-ani{
    top: 50px !important; 
}
.view-textarea-user {
    border: none !important;
    background: none !important;
    overflow: hidden;
    height: 65vh !important;
    resize: none;
    padding: 0px;
}
.view-textarea-user:focus {
    border: none !important;
}
.user-date-picker-side.custom-datpicker-style .react-datepicker-popper {
    transform: translate(0px, -25px) !important;
    position: absolute !important;
    top: -212px !important;
    z-index: 9999999 !important;
}
.user-height500 {
    height: 510px !important;
    display: flex;
    align-items: center;
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 1s;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: row; */
    /* transform: translate(10px, 10px); */
    left: 0;
}
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(0);
    }   
    100% {
      transform: scale(1);
    }
  }
 
