@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,300;1,400;1,500&display=swap');
html, body{
    overflow-x: hidden;
}
body{
    font-family: 'Inter', sans-serif !important;
    /* font-family: 'Poppins', sans-serif; */
}
.signin_section{
    /* background-color: #F5ABCA; */
    /* background-image: linear-gradient(43deg, #F5ABCA 0%, #FF7783 46%, #FFBB8A 100%);*/
    padding: 50px 10px; 

    background: linear-gradient(-45deg, #F5ABCA, #FF7783, #FFBB8A, #F5ABCA);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	/* min-height: 50vh; */
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.signin_section > .container{
    max-width: 900px !important;
    width: 100% !important;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px -20px 50px 0px rgba(0, 0, 0, 0.15);
}
.img_logo{
    width: 139px;
}
.signin_section .left_content h1{
    width: 260px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: auto;
}
.signin_section .left_content p{
    max-width: 330px;
    width: 100%;
    height: 66px;
    color: #666;
    font-size: 14px;
    margin: 20px auto;
}
.signin_section .right_content{
    border-radius: 0px 20px 20px 0px;
    background: #FFF;
    box-shadow: -10px 0px 50px 0px rgba(0, 0, 0, 0.15);
}
.signin_section .left_content, .signin_section .right_content{
    padding: 40px 40px;
}
.right_content h3{
    color: #000;
    font-size: 20px;
    padding: 20px 0 25px 0;
}
.signin_section .right_content  .google_facebook_btn{
    padding: 12px 10px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    font-size: 14px;
}
.signin_section .right_content .google_facebook_btn:hover{
    border: 1px solid #000;
}
.signin_section .right_content h6{
    position: relative;
    border-bottom: 1px solid #ccc;
    color: #CCC;
    font-size: 14px;
    margin: 30px 0 15px 0;

}
.signin_section .right_content h6 span{
    position: absolute;
    top: -8px;
    z-index: 999 !important;
    background: #fff;
    width: 45px;
    left: 44%;
}
.signin_section .signin_tab button.nav-link{
    width: 180px;
    background: none;
    border: none;
    border-radius: 0;
    color: #666;
    text-align: center;
    font-size: 16px;
    padding: 15px 20px;
    font-weight: normal;
}
.signin_tab .nav-tabs{
    border-color: #ccc;
}
.signin_tab .nav-tabs .nav-link.active{
    background-color: none !important;
    border:none;
    color: #000;
    border-bottom: 3px solid #EA3C4B;
}
.signin_tab .tab-content .tab-pane{
    border:none;
    padding: 0;
}
.signin_tab label{
    text-align: left;
    color: #000;
    font-size: 14px;
    width: 100%;
}
.signin_tab input[type="text"], .signin_tab input[type="tel"], .signin_tab input[type="email"], .signin_tab input[type="password"], .signin_tab select{
    height: 40px;
    border-radius: 10px;
    border: 1px solid #999;
}
.signin_tab a{
    color: #008D9A !important;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}
.signin_tab .signin_btn{
    border-radius: 10px;
    border: 1px solid #333;
    background: #333;
    color: #FFF;
    font-size: 14px;
    padding: 12px 15px;
    width: 100px;
}
.signin_tab p{
    color: #000;
    font-size: 16px;
}
.signin_tab p a{
    font-size: 16px;
}
.custom-text-link{
    color: #008D9A !important;
}
.custom-text-red{
    color: #E83C4B !important;
}
.custom-bg-link{
    background: #008D9A !important;
}
.custom-bg-red{
    background: #E83C4B !important;
}
.custom-border-red{
    border-color: #E83C4B !important;
}
.forgotpwd p{
    color: #999;
    font-size: 14px;
}
.forgotpwd label{
    color: #444;
    font-size: 16px;
    font-weight: 600;
}
.resetPwd h5{
    font-size: 16px;
}

/**Event Page End**/
.event_sidebar.sidebar.close ~ .home-section{
    /* overflow: hidden;
    overflow-y: auto !important; */
    min-height: 100vh;
}
.top_header {
    padding: 10px 0;
    /* background: #EBEEF2; */
}
.navigation_menu ul li {
    list-style: none;
    display: inline-block;
}
.navigation_menu ul li a {
    display: block;
    padding: 10px 14px;
}
.top_nav_username {
    /* background: url('../../assets/images/header_icon/Ellipse.svg') no-repeat center; */
    background: url('https://live.memzo.ai/adminapp/assets/images/header_icon/Ellipse.svg') no-repeat center;
    height: 45px;
    display: block;
    padding: 13px 1rem !important;
    text-align: center;
    margin-left: 20px;
    color: #fff;
    border-radius: 50%;
}
.top_nav_username:hover {color: #fff;}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    width: 10px;
    height: 10px;
    display: block;
    background: #E83C4B;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 12px;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

.wallet_money {
    color: #FFF;
    font-size: 12px;
    background: #000;
    border-radius: 20px;
    padding: 3px;
    display: block;
    position: absolute;
    right: -20px;
    top: -2px;
}

/**Left Sidebar Start**/
.sidebar_content {
    border-radius: 20px 20px 0px 0px;
    background: #FFF;
    box-shadow: 0px -20px 50px 0px rgba(0, 0, 0, 0.15);
}

.event_sidebar.sidebar {
    /* position: fixed; */
    position: absolute;
    top: auto;
    left: auto;
    min-height: 100vh;
    height: 100%;
    width: 300px;
    z-index: 100;
    transition: all 0.5s ease;
    background: #000 url('../images/memzo/bg-menu.png') top left no-repeat;
    border-radius: 20px 0 0 0;
    padding: 0 10px;
}

.event_sidebar.sidebar.close {
    /* width: 78px; */
    width: 55px;
}

.event_sidebar.sidebar .logo-details {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

.event_sidebar.sidebar .logo-details i {
    font-size: 30px;
    color: #fff;
    height: 50px;
    /* min-width: 78px; */
    text-align: center;
    line-height: 50px;
    margin-left: 3px;
    margin-right: 14px;
}

.event_sidebar.sidebar .nav-links {
    /* height: 100%; */
    padding: 30px 0 150px 0;
    overflow: auto;
}

.sidebar.close .nav-links {
    overflow: visible;
}

.event_sidebar.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
    margin: 5px 0;
}

/* .event_sidebar.sidebar .nav-links>li.active:before,
.event_sidebar.sidebar .nav-links>li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 4px;
    height: 100%;
    background: #E83C4B;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    border-top-right-radius: 5px;
    border-top-right-radius: 5px;
} */

/* .event_sidebar.sidebar .nav-links li.active:before,
.event_sidebar.sidebar .nav-links li:hover:before {
    opacity: 1;
} */

.event_sidebar.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px 10px;
    line-height: 10px;
}

.event_sidebar.sidebar .nav-links li i
{
    /* height: 50px;
    min-width: 78px; */
    text-align: center;
    /* line-height: 50px; */
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 20px;
}
.event_sidebar.sidebar .nav-links li img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 30px;
    margin-left: -3px;
}

.event_sidebar.sidebar .nav-links li.active a
{
    border-radius: 10px;
    background: #E83C4B;
}

.event_sidebar.sidebar .nav-links li:hover a {
    background: rgba(0,0, 0, 0.5);
    /* background: #E83C4B; */
    border-radius: 10px;
}
.event_sidebar.sidebar .nav-links li.active i,
.event_sidebar.sidebar .nav-links li:hover i {
    /* color: #E83C4B; */
}

.event_sidebar.sidebar .nav-links li a .link_name {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: all 0.4s ease;
}

.event_sidebar.sidebar .nav-links li.active a .link_name,
.event_sidebar.sidebar .nav-links li:hover a .link_name {
    /* color: #E83C4B; */
}

/* .event_sidebar.sidebar .nav-links li .sub-menu.blank {
opacity: 1;
pointer-events: auto;
padding: 3px 20px 6px 16px;
opacity: 0;
pointer-events: none;
} */
.event_sidebar.sidebar .nav-links li .sub-menu {
    padding: 6px 6px 14px 80px;
    margin-top: -10px;
    background: #fff;
    display: none;
}

/* .event_sidebar.sidebar .nav-links li:hover .sub-menu.blank {
top: 50%;
transform: translateY(-50%);
} */
.event_sidebar.sidebar .nav-links li .iocn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event_sidebar.sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
}

.event_sidebar.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}

.event_sidebar.sidebar .nav-links li .sub-menu .link_name {
    display: none;
}

.event_sidebar.sidebar .nav-links li .sub-menu a {
    color: #1d1b31;
    font-size: 15px;
    padding: 5px 0;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.event_sidebar.sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
}

/**Left Sidebar End**/

.home-section {
    position: relative;
    /* background: #E4E9F7; */
    min-height: 100vh;
    width: 100%;
    left: 300px;
    width: calc(100% - 300px);
    transition: all 0.5s ease;
    padding: 20px;
}

/* .home-section .home-content {
    height: 60px;
    display: flex;
    align-items: center;
} */

.home-section .home-content .bx-menu {
    /* .home-section .home-content .text { */
    color: #11101d;
    font-size: 35px;
}

.home-section .home-content .bx-menu {
    margin: 0 15px;
    cursor: pointer;
}

/* .home-section .home-content .text {
    font-size: 26px;
    font-weight: 600;
} */
.event_sidebar.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

.event_sidebar.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.event_sidebar.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}


.event_sidebar.sidebar .logo-details .logo_name {
    /* font-size: 22px; */
    font-size: 16px;
    color: #fff;
    /* font-weight: 600; */
    transition: 0.3s ease;
    transition-delay: 0.1s;
}

.event_sidebar.sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.event_sidebar.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.event_sidebar.sidebar.close .nav-links li .iocn-link {
    display: block
}

.event_sidebar.sidebar.close .nav-links i.arrow {
    display: none;
}

.event_sidebar.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 18px;
    opacity: 1;
    display: block;
}

.event_sidebar.sidebar.close~.home-section {
    /* left: 78px; */
    left: 55px;
    width: calc(100% - 55px);
}

.home-section .home-content h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.noevents_page h2 {
    color: #000;
    font-size: 24px;
}

.noevents_page p {
    color: #666;
    font-size: 19px;
}

.create_event_btn {
    border-radius: 10px;
    border: 1px solid #333;
    /* padding: 15px 20px; */
    padding: 12px 15px;
    background: #333;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.create_event_btn:hover {
    background: #333;
    color: #FFF;
}
.menushow,
.menu_fa_icon {
    display: none;
}

.menushow {
    font-size: 30px;
    border: none;
    background: no-repeat;
    vertical-align: middle;
}

/**Event Page End**/
/**steppers**/

/* #container {
    max-width: 550px;  
} */

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ddd;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer; /* Added cursor pointer */
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #E83C4B;
    z-index: -1;
}

#multi-step-form{
    overflow-x: hidden;
}
.step-circle.one::after, .step-circle.two::after, .step-circle.three::after{
    position: absolute;
    bottom: -30px;
    left: -40px;
    color: #666;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 120px;
}
.step-circle.one::after{
    content: "Event details";
}
.step-circle.two::after{
    content: "Distribution type";
}
.step-circle.three::after{
    content: "Set privacy";
}
.step.step-1.one h3, .step.step-1.two h3, .step.step-3.three h3{
    color: #000;
    font-size: 18px;
}
.step.step-1.one p, .step.step-2.two p, .step.step-3.three p,
 .for_mobile_view_steppers .step-content.one p, .for_mobile_view_steppers .step-content.two p, 
 .for_mobile_view_steppers .step-content.three p
 {
    color: #666;
    /* font-family: Roboto; */
    font-size: 16px;
}
.step.step-1.one label, .for_mobile_view_steppers .step-content.one label{
    color: #444;
    font-size: 16px;
}
.step.step-1.one input, .step.step-1.one select, 
.for_mobile_view_steppers .step-content.one input, 
.for_mobile_view_steppers .step-content.one select 
{
    height: 40px;
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
    padding: 10px 10px;
    color: #999;
    font-family: Arial;
    font-size: 14px;
    width: 100%;
}
.step.step-1.one input[type="checkbox"]{
    font-family: Inter; 
}
.step.step-1.one button, .step.step-2.two button, .step.step-3.three button, 
.for_mobile_view_steppers .step-content.one button, .for_mobile_view_steppers .step-content.two button,  .for_mobile_view_steppers .step-content.three button
{
    text-align: center;
    border-radius: 10px;
    border: 1px solid #333;
    background: #333;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600; 
    min-width: 80px;
}
.progress-bar{
    background-color: #E83C4B;
}
.distribution_radio{
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    padding: 10px 20px;
}
.distribution_radio i{
    font-size: 30px;
}
.distribution_radio .circleCheck{
    display: none;
}
.distribution_radio.active{
    background-color: #C2F2F754;
    border-color: #008D9A;
}
.distribution_radio .circleCheck{
    color: #008D9A;
    /* display: block; */
}
.step.step-2.two h6{
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    font-size: 16px; 
}
.step.step-2.two span{
    color: #666;
    font-family: Inter;
    font-size: 12px;
}
/**For mobile steppers**/
.for_mobile_view_steppers .steps {
    width: 100%;
    /* box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.3); */
    background-color: #FFF;
    padding: 24px 0;
    position: relative;
    margin: auto;
}
  
  /* .for_mobile_view_steppers .steps::before {
    content: '';
    position: absolute;
    top: 0;
    height: 24px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    left: calc(20px / 2);
    z-index: 1;
  } */
  
  /* .for_mobile_view_steppers .steps::after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #E83C4B;
    box-shadow: 0px 0px 5px 0px #E83C4B;
    border-radius: 15px;
    left: calc(20px / 2);
    bottom: 0;
    transform: translateX(-45%);
    z-index: 2;
  } */
  
  .for_mobile_view_steppers .step {
    padding: 0 20px 24px 50px;
    position: relative;
    transition: all 0.4s ease-in-out;
    background-color: #FFF;
  }
  
  /* .for_mobile_view_steppers .step::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 15px;
    left: calc(20px / 2);
    transform: translateX(-45%);
    z-index: 2;
    text-align: center;
    border:1px solid #ddd;
    padding: 4px;
  } */
  .for_mobile_view_steppers .step.one.showActiveBorder::before,
  .for_mobile_view_steppers .step.two.showActiveBorder::before
  {
    border:1px solid #E83C4B;
    color: #E83C4B !important;
  }
  /* .for_mobile_view_steppers .step.one::before {
      content: "1" !important;
  }
  .for_mobile_view_steppers .step.minimized.two::before {
      content: "2" !important;
  }
  .for_mobile_view_steppers .step.minimized.three::before {
      content: "3" !important;
  } */
.stepOne, .stepTwo, .stepThree{
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 15px;
    transform: translateX(-45%);
    text-align: center;
    border: 1px solid #ddd;
    padding: 4px;
    display: inline-block;
    position: absolute;
    left: -31px;
    top: 0;
    z-index: 2;
    font-size: 14px; 
    font-weight: 400;
}

/* .showActiveBorder:after, */
.for_mobile_view_steppers .step.one.showActiveBorder::after,
.for_mobile_view_steppers .step.two.showActiveBorder::after
/* .for_mobile_view_steppers .step.three.showActiveBorder::after */
{
    width: 2px !important;
    height: 100%;
    background-color: #E83C4B !important;
    transition: width .3s;
    /* display: none; */
}
  
.for_mobile_view_steppers .step.one::after,
.for_mobile_view_steppers .step.two::after,
.for_mobile_view_steppers .step.three::after 
{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgb(198, 198, 198);
    left: calc(20px / 2);
    top: 0;
    z-index: 1;
}
  
  .for_mobile_view_steppers .step.minimized {
    background-color: #FFF;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .for_mobile_view_steppers .header {
    user-select: none;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
  }
  
  /* .for_mobile_view_steppers .subheader {
    user-select: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
  } */
  
  .for_mobile_view_steppers .step-content {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
  }
  
  .for_mobile_view_steppers .step.minimized > .step-content {
    height: 0px;
  }
  
  .for_mobile_view_steppers .step-content.one {
    /* height: 460px; */
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.05); */
    border-radius: 4px;
    margin-top: 30px;
  }
  
  .for_mobile_view_steppers .step-content.two {
    /* height: 600px; */
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.05); */
    border-radius: 4px;
    margin-top: 10px;
  }
  
  .for_mobile_view_steppers .step-content.three {
    /* height: 400px; */
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.05); */
    border-radius: 4px;
    margin-top: 10px;
  }
  
  .for_mobile_view_steppers .next-btn {
    /* position: absolute;
    top: 50%;
    left: 50%; */
    border: 0;
    padding: 10px 20px;
    border-radius: 4px;
    /* background-color: red; */
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
    color: #FFF;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
    /* transform: translate(-50%, -50%); */
  }
  
  .for_mobile_view_steppers .close-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 0;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: rgb(255, 0, 255);
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
    color: #FFF;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
    transform: translate(-50%, -50%);
  }
  
  /* Irrelevant styling things */
  .for_mobile_view_steppers .close-btn:hover {
    background-color: rgba(255, 0, 255, 0.6);
  }
  
  .for_mobile_view_steppers .close-btn:focus {
    outline: 0;
  }
  
  .for_mobile_view_steppers .next-btn:hover {
    background-color: rgba(255, 0, 0, 0.6);
  }
  
  .for_mobile_view_steppers .next-btn:focus {
    outline: 0;
  }
  
.for_mobile_view_steppers{
    display: none;
}
  /* .for_mobile_view_steppers .step.minimized:hover {
    background-color: rgba(0, 0, 0, 0.06);
  } */
  
/**For mobile steppers**/

/**Switch button Start**/
.switch {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 22px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.switch::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
input:checked + .switch {
    background: #008D9A;
}
input:checked + .switch::before {
    left: 18px;
    background: #fff;
}
input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}
/**Switch button End**/
.switch_pin_input label{
    color: #AAA;
    font-size: 14px;
}
.switch_pin_input input{
    height: 40px;
    width: 40px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    margin-right: 5px;
}
.textdark{
    border-color:#000;
    color: #000;
}
/* .switch_pin_input:active label, .switch_pin_input:active p{
    color: #000;
} */

/**Event Listing page Start**/
.event_category{
    border-radius: 10px;
    background: #F6F7F9;
    padding: 5px 10px;
}
.chip_category li{
    border-radius: 5px;
    border: 1px solid #CCE0EE;
    background: #FFF;
    margin: 2px 5px 2px 0;
    padding: 8px;   
}
/* .chip_category li i{
    font-size: 18px;
} */
.chip_category li .span_txt{
    color: #647F93;
    font-size: 13px;
}
.chip_category .span_date{
    color: #FFF;
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
}
.listing_progressbar .progress{
    width: 45%;
    height: 7px;
    border-radius: 10px;
    background: #FBE3DC;
}
.listing_progressbar .progress .progress-bar{
    width: 70%;
    border-radius: 10px 0px 0px 10px;
    background: linear-gradient(90deg, #EA3C4B 0%, #FA803B 100%);
}
.listing_progressbar select{
    padding: 10px;
    border: none !important;
    background: none !important;
    margin-left: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.listing_progressbar select:focus-visible{
    outline: none !important;
}
.listing_progressbar span{
    color: #000;
    font-size: 12px;
    display: block;
    padding: 10px 0;
}
.listing_card_div{
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
}
.image_location img{
    border-radius: 15px 15px 0px 0px; 
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.listing_card_div h4{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 20px 20px;
    /* height: 85px; */
    height: 65px;
}
.listing_card_div span{
    color: #989898;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 20px;
    display: block;
}
.image_location p{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.70);
    font-size: 12px; 
    color: #fff;
    padding: 10px 20px;
    margin: 0;
    font-weight: 400;
}
.image_location p img{
    width: auto;
    height: 15px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.listing_card_icon p{
    color: #585858;
    font-size: 14px;
}
.listing_card_icon p img{
    width: 19px;
    /* height: 19px; */
    margin-right: 5px;
}
.share_icon img{
    cursor: pointer;
    margin-left: 30px;
}
.social_dropdown{
    min-width: 155px;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 5px 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 9;
}
.social_dropdown ul li{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 5px 15px;
    list-style: none;
    text-align: left;
    font-family: arial;
    cursor: pointer;
}
.social_dropdown ul li i{
    width: 20px;
}
.image_location span{
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.75);
    padding: 3px 6px 3px 5px;
    color: #A8A8A8;
    font-size: 12px;
    font-weight: 500; 
}
.social_dropdown ul li img{
    margin: 0 6px 0 0;
    height: 15px;
    width: 15px;
    vertical-align: text-top;
}
.social_dropdown ul li:hover{
    background: #F7F9Fc;
}
/**Event Listing page End**/

/**No event album page Start**/
.noevent_album_page h3 ~ span{
    color: #647F93;
    font-size: 13px !important;
    padding: 6px 5px !important;
    border-radius: 5px;
}
.noevent_album_page h3 ~ span:hover{
    /* background: #F6F7F9; */
    background: #EEE;
}
.link_type_btn{
    border: 1px solid #008D9A !important;
    color: #008D9A !important;
    background: white;
    padding: 12px 10px;
    font-size: 14px;
    border-radius: 10px;
    min-width: 95px;
    font-weight: 600;
}
.link_type_btn:hover{
    background: #fff;
}
.no_event_show h2{
    color: #000;
    font-size: 24px;
}
.no_event_show p{
    color: #666;
    font-size: 19px;
}
.no_event_show button{
    border-radius: 13px;
    border: 1px solid #333;
    background: #FFF;
    padding:15px 20px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}
.no_event_show span{
    color: #999;
    font-size: 14px;
    margin: 0 10px;
}
.no_event_show button:hover{
    border:1px solid #000;
}
.cursor-pointer{
    cursor: pointer !important;
}
.slide_album_div, .cardAlbum{
    width: 360px;
	height: 99%;
	position: absolute;
	top: 0;
	right: 1%;
    border-radius: 0 15px 15px 0;
	visibility: hidden;
	padding: 15px 15px;
	background: #F4F6F9;
    box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.15);
	z-index: 9;
	display: block !important;
	overflow-y: auto;
	transition: all 500ms ease;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-moz-transform: translateX(100%);
}
.slide_album_div.active, .cardAlbum.active {
	transform: translateX(0);
	visibility: visible;
}
.slide_album_div .card{
    border-radius: 10px;
}
.slide_album_div .card>img{
    border-radius: 10px 10px 0 0;
}
.slide_album_details button:hover{
    background: #F6F7F9;
}
.slide_album_details h6{
    color: #444;
    font-size: 16px; 
    font-weight: 600;
}
.slide_album_details p{
    color: #666;
    font-size: 14px; 
}
.slide_album_div .close_btn, .cardAlbum .close_btn{
    border-radius: 10px;
    border: 1px solid #333;
    background: #FFF;
    color:#333;
    font-size:14px;
    padding: 12px 15px;
    display: none;
}
.event_breadcrumb .breadcrumb .breadcrumb-item a{
    font-size: 12px;
    color: #666;
    vertical-align: text-bottom;
}
.event_breadcrumb .breadcrumb .breadcrumb-item.active{
    color: #999;
    font-size: 12px;
    font-weight: 400;
}
.popup_dialog{
    background: #FFF;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.20);
    text-align: center;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 999;
    display: none;
}
.popup_dialog p{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.slide_album_div .closebtn, .cardAlbum .closebtn{
    position: absolute;
    top: -2%;
    left: -8%;
    z-index: 9;
}
.cardAlbum .closebtn{
    /* left: -10%; */
}
/**No event album page End**/
/**Event Details page start**/
.addSelectbox{
    border-radius: 10px;
    border: 1px solid #292929;
    background: #292929;
    padding: 12px 15px !important;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    min-width: 80px;
}
.google-drive_btn{
    border-radius: 5px;
    background: #ECF2F6;
    color: #000;
    font-size: 14px; 
    padding: 8px;
    border: none;
    font-weight: 300;
}
.event_detail_list{
    border-radius: 20px;
    /* background: url(<path-to-image>), lightgray -7.681px -12.047px / 119.954% 108.922% no-repeat; */
}
.event_detail_list img{
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.event_detail_text{
    border-radius: 0px 0px 10px 10px;
    background: #F2F4F8;
    /* height: 45px; */
    padding: 10px 10px;
}
.event_detail_text p{
    font-size: 12px;
    color: #585858;
}
.event_detail_text img{
    width: auto;
    height: auto;
    border-radius: 0;
    cursor: pointer;
}
.event_detail_list h4{
    color: #000;
    text-align: center;
    font-size: 16px; 
    padding: 15px 0;
    font-weight: 300;
}
.lock_img{
    position: absolute;
    right: 0;
    top: 10px;
    width: 35px !important;
}

.footer_button_fixed{
    position: fixed;
    bottom: 0;
    left: auto;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    display: none;
    box-shadow: 0px 0px 10px #d1d1d1;
    z-index: 9;
}
.footer_button_fixed button{
    width: 100%;
}
.addSelectbox .fa-chevron-down {
    transform: rotate(0deg);
    transition: all 0.6s;
}
.addSelectbox .fa-chevron-down.active {
    transform: rotate(180deg);
}
/**Event Details page End**/

/**All Modals Start here**/
.newalbum .modal-content{
    /* max-width: 320px; */
    min-width: 350px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.10);
    padding: 10px;
}
.newalbum .modal-content ul li{
    list-style: none;
    color: #000;
    font-family: Arial;
    font-size: 14px; 
    padding: 5px 0;
}
.newalbum .modal-header .modal-title, .lockalbum .modal-header .modal-title,
.lockalbum .modal-body h4
{
    color: #000;
    /* font-family: Inter; */
    font-size: 16px; 
    font-weight: 400;
}
.newalbum input[type="text"]{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
    padding: 10px;
    color: #999;
    /* font-family: Arial; */
    font-size: 14px; 
}
.newalbum .modal-footer button{
    min-width: 80px;
    border-radius: 10px;
    border: 1px solid #333;
    color: #333;
    /* font-family: Arial; */
    font-size: 14px; 
    padding: 12px 15px !important;
    text-align: center;
    font-weight: 600;
}

.lockalbum .modal-content{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.10);
    padding: 10px;
}
.lockalbum .modal-header .modal-title{
    font-size: 18px;
    font-weight: 500;
}
.lockalbum .modal-body p{
    color: #666;
    font-size: 14px; 
}
.lockalbum .modal-footer button, .downloadaccess#downloadaccess .modal-footer button
{
    min-width: 80px;
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #333;
    font-size: 14px;
    font-weight: 600;
}
.downloadaccess .modal-dialog .modal-content{
    /* max-width: 800px !important; */
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background: #FFF;
    padding: 20px;

}
.downloadaccess .modal-header .modal-title{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.downloadaccess .modal-body .download_left_cont{
    border-radius: 10px;
    background: #EBEEF2;
    /* padding: 10px; */
}
.download_left_cont h5, .download_right_cont h5 {
    color: #444;
    font-size: 16px;
    font-weight: 600;
}
.download_left_cont input[type="email"]{
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
    color: #999;
    font-family: Arial;
    font-size: 14px;
    padding: 12px 15px; 
}
.download_left_cont button{
    border-radius: 10px;
    border: 1px solid #333;
    background: #333;
    min-width: 80px;
    padding: 12px 15px; 
    color: #fff;
    margin-left: 10px;
}
.download_left_cont button:hover{
    background: #333;
    color: #fff;
}
.download_left_cont p{
    color: #647F93;
    font-size: 12px; 
    font-weight: 400;
}
.download_left_cont .divider{
    height: 1px;
    background: #CFD8E3;
}
.download_left_cont .email_tag{
    min-height: 200px;
}
.download_left_cont .email_tag span{
    border-radius: 5px;
    background: #FFF;
    padding:6px 8px;
    color: #647F93;
    font-size: 14px;
    font-weight: 400;
    width: auto;
    display: inline-block;
}
.pwd_code{
    border-radius: 0px 0px 10px 10px;
    background: #D9DFE7;
    padding: 20px;
}
.pwd_code p{
    color: #000;
    font-size: 14px; 
}
.download_right_cont label{
    color: #647F93; 
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}
.download_right_cont .sm_list_img .list_text_icon{
    border-radius: 0px 0px 10px 10px;
    background: #F1F1F1;
    padding: 10px;
}
.list_text_icon span{
    color: #666;
    font-size: 12px; 
}
.list_text_icon + p{
    font-size: 12px;
    color: #000;
}
.sm_list_scroll_yaxis{
    max-height: 300px;
    overflow-y: auto !important;
    overflow: hidden;
}
.custominputchk{
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 50% !important;
    width: 15px;
    height: 15px;

}
.custominputchk.form-check-input:checked{
    background-color: #008D9A !important;
}
.downloadaccess .modal-footer{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 100%;
    text-align: right;
}
/**All Modals End here**/

/**Album listing Start**/
.album_listing{
    border-radius: 10px;
    border: 3px solid #fff;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 10px;
}
.chkborderactive{
    border: 3px solid #B8C3D3;
}
.album_img_div{
    /* height: 266px; */
    border-radius: 5px;
    background: #F8F8F8;
}
.album_img_div > img{
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    background: transparent;
}
.google_drive_img{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.album_listing input[type="checkbox"]{
    color: #000;
    font-size: 14px; 
}
.img_overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.60);
    display: none;
}
.album_img_div:hover .img_overlay {
    display: block;
}
.fullscreen_img{
    /* margin-top: 30%; */
}
.iconimg img{
    margin-left: 5px;
}
.name_div{
    width: 50px;
    height: 50px;
    text-align: center;
    background: #D9D9D9;
    border-radius: 50%;
    color: #666;
    font-size: 14px; 
    padding: 13px 0;
}
.profile_details p{
    font-size: 14px;
    color: #000;
}
.profile_details span{
    color: #999;
    font-size: 12px; 
}
.changecover{
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.50);
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
}
#changephoto.modal{
    z-index: 999;
}
.uploadfile_div{
    border: 2px dashed #DFE2E4;
    background: #FAFAFA;
    height: 240px;
    padding: 10px;
}
.uploadfile{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 10px;
}
.input-file{
    overflow: hidden;
}
.uploadfile label{
    border-radius: 7px;
    border: 1px solid #333;
    background: #FFF;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 10px;
    min-width: 80px;
}
#img-preview {
    display: none;
    width: 100%;
    /* border: 2px dashed #333;   */
}
#img-preview img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
}
.album-icon-for-delete img{
    margin-right: 15px;
    cursor: pointer;
}
.album-icon-for-delete button span{
    color: #647F93;
    font-size: 14px; 
}
.album-icon-for-delete button:hover{
    background: #ECF2F6;
}
.card_select{
    background: #F7F9FC;
    padding: 10px;
}
.card_select input[type="search"]{
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
    color: #999;
    font-size: 14px; 
    width: 95%;
    margin: 0 auto;
}
.card_select ul li{
    background: #F7F9FC;
    padding: 10px 10px;
    border-bottom: 1px solid #C7D1DE;
    list-style: none;
    color: #666;
    /* font-family: Roboto; */
    font-size: 14px; 
    cursor: pointer;
}
.card_select ul li.active{
    color: #000;
    background: #fff;
}
.card_select ul li .show_chkbox{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /* background: #008D9A; */
    border:1px solid #008D9A;
    color: #fff;
    float: right;
    display: none;
}
.card_select ul li.active .show_chkbox{
   
    display: inline-block;
}

/**Album Listing Lightbox start**/
.album_section .thumb{
    margin-bottom: 30px;
}
.album_section .page-top{
    margin-top:85px;
}
.album_section img.zoom {
    width: 100%;
    /* height: 200px; */
    border-radius:5px;
    object-fit:cover;
    /* -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out; */
}
/* .transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
} */
.album_section .modal-header {
    border-bottom: none;
}
.album_section .modal-title {
    color:#000;
}
.album_section .modal-footer{
    display:none;  
}
/**Album Listing Lightbox End**/
/**Album listing End**/
.container {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
}
.clear{clear:both !important;}

.listing_y_scroll{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 80vh;
}
/**Event Setting Start**/
.event_sidebar.sidebar .nav-links.only_show_text li a, 
.event_sidebar.sidebar .nav-links.only_show_text li.active a{
    padding: 12px 10px;
}
.sidebar_content.event_setting{
    background: #F6F7F9;
}
.smalltxt{
    color: #666;
    font-size: 16px; 
}
/* .custom_selectbox, select{
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
    color: #000;
    font-family: Arial;
    font-size: 14px; 
    height: 40px;
} */
.textbtn h5{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.del_event_btn, .unpublish_btn{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    padding: 12px 10px;
}
.del_event_btn, .del_event_btn:hover{
    border: 1px solid #EA3C4B;
    background: #FFF;
    color: #EA3C4B;
}
.unpublish_btn, .unpublish_btn:hover{
    border: 1px solid #008D9A;
    /* background: #E1FCFF; */
    color: #008D9A;
}
.custom_card{
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    padding: 20px 20px;
}
.custom_card h4{
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.custom_card h6{
    color: #444;
    font-size: 16px;
    font-weight: 600;
}
.custom_card p{
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
.editbtn:hover, .copylink:hover {
    background: #F6F7F9 !important;
    border-radius: 5px;
    color: #647F93;
}
.copylink{
    color: #647F93;
    font-size: 13px;
    padding: 6px 5px !important;
}
.updatebtn{
    border-radius: 10px;
    border: 1px solid #333;
    background: #333;
    min-width: 80px;
    padding: 12px 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}
.updatebtn:hover{
    background: #333;
    color: #FFF;
}
/* .custom_card select{
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
} */
.eventDetails label{
    color: #444;
    font-size: 16px;
    font-weight: 600;
}
.eventDetails input{
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
    color: #999;
    font-family: Arial;
    font-size: 14px; 
    padding: 10px;
    margin-bottom: 15px;
}
.custom_active_card{
    border-radius: 10px;
    border: 1px solid #008D9A;
    background: #F2FFF9;
    padding: 20px;
}
.custom_active_card h6{
    color: #000;
}
.nofill_btn, .nofill_btn:hover {
    border-radius: 10px;
    border: 1px solid #333;
    background: #FFF;
    padding: 12px 15px; 
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.sm_span{
    font-size: 12px;
    color: #666;
}
.custom_card .form-check-input{
    border-color: #000;
}
.custom_card .form-check-input:checked{
    background-color: #008D9A;
    border-color: #008D9A;
}
.safemode_ul{
    margin: 0;
    padding-left: 15px;
}
.safemode_ul li{
    color: #666;
    font-size: 14px;
}
.ink_color{
    color: #647F93 !important;
}
.showhide_right_cont{
    border-radius: 10px;
    background: #F6F6F6;
    padding: 20px;
}
.showhide_radio label, .form_dialog_field label, .event_branding label{
    color: #444 !important;
    font-size: 16px !important; 
    font-weight: 600; 
}
.showhide_radio input[type="text"], .showhide_radio input[type="email"], 
.form_dialog_field input[type="text"], .event_branding input[type="text"]{
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
}
.showhide_radio select{
    border: 1px solid #999;
}
.coupon_div{
    border-radius: 10px;
    border: 1px solid #999;
    background: #F2F2F2;
    padding: 18px;
    text-align: center;
}
.coupon_div h2{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.coupon_div span{
    color: #647F93;
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 22px; 
}
.pin_input input{
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    color: #666;
    font-size: 16px; 
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
}
.pin_input + p{
    font-size: 12px;
}
.access_txt {
    padding-left: 32px;
}
.custom_table thead{
    background: #EBEEF2;
}
.custom_table thead tr th, .custom_table tbody tr td{
    padding: 10px !important;
}
/**DataTable Start**/
.manage_eventsetting .dataTables_length label{
    color: #444;
    font-size: 13px;
    font-weight: 600 !important;
}
.manage_eventsetting .dataTables_length .form-select{
    color: #000;
    font-family: Arial;
    font-size: 13px; 
    border: 1px solid #999;
    height: 40px !important;
    border-radius: 10px !important;
}
.manage_eventsetting .dataTables_filter input[type="search"]{
    border-radius: 10px;
    border: 1px solid #999;
    padding: 8px 10px;
}
.manage_eventsetting .dataTable{
    border: none;
}
.manage_eventsetting .dataTable tr{
    border-bottom: 1px solid #999;
}
.manage_eventsetting .dataTable thead{
    background: #EBEEF2;
}
.manage_eventsetting .dataTable thead th{
    color: #444;
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #EBEEF2;
}
.manage_eventsetting .dataTable tbody td{
    color: #666;
    font-size: 13px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #EBEEF2;
}
.manage_eventsetting .dataTable .form-check-input[type="checkbox"]{
    border-color: #999;
}
.manage_eventsetting .dataTables_filter{
    margin-bottom: 10px;
}
.manage_eventsetting .dataTables_info{
    color: #999;
    font-size: 13px;
    font-weight: 400;
}
.manage_eventsetting .pagination li{
    cursor: pointer;
}
.manage_eventsetting .pagination .paginate_button.page-item .page-link{
    font-size: 12px;
    font-weight: 400;
    background: #FFF;
    margin-right: 5px;
}
.manage_eventsetting .pagination .paginate_button.page-item.active .page-link{
    border-radius: 5px;
    border: 1px solid #647F93;
    color: #647F93;
}
.manage_eventsetting .pagination .page-link{
    border: none;
}
/**DataTable End**/
.evnt_typmod label{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.evnt_typmod .custom_active_card p{
    color: #666 !important;
}
.brand_logo{
    border-radius: 10px;
    border: 1px dashed #999;
    background: #EBEEF2;
    /* padding: 20px 0; */
}
.guest_url_preview{
    border-radius: 30px 30px 0px 0px;
    border: 5px solid #EBEEF2;
    background: #F6F6F6;
    width: 100%;
    height: 589px; 
}
.guest_url_preview .over_top{
    border-radius: 0px 0px 15px 15px;
    background: #EBEEF2;
    width: 145px;
    height: 30px;
    margin: 0 auto; 
}
.guest_url_preview #img_cover_image{
    width: 100%;
}
.name_subtitle{
    background: #DBDDDE;
    padding: 20px 0;
}
.upload_file p{
    color: #647F93;
    font-size: 14px;
    font-weight: 400;
}
.brand_logo #img-preview img{
    height: auto;
}
.upload_file label{
    border-radius: 7px;
    border: 1px solid #333;
    background: #FFF;
    padding: 8px 10px;
    color: #333;
    text-align: center;
    font-size: 13px !important;
}
.event_branding button{
    border-radius: 10px;
    border: 1px solid #333;
    background: #333;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    min-width: 80px;
}
.border_right_vertical{
    border-right: 2px solid #CCC;
}
.select_pos{
    border:1px solid #999 !important;
}
.imgPreviewRight, .imgPreviewLeft{
    border: 1px solid #999;
    background: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.imgPreviewLeft{
    max-width: 438px;
    width: 100%;
    height: 262px;
    background-image: url('../images/eventlisting/1.png');
}
.imgPreviewRight{
    width: 160px;
    height: 262px; 
    background-image: url('../images/eventlisting/2.png');
}
.imgPreviewLeft #Leftoverimg, .imgPreviewRight #Rightoverimg{
    border: 1px dashed #000;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
}
.imgPreviewLeft #Leftoverimg{
    width:120px;
    height:50px;
}
.imgPreviewRight #Rightoverimg{
    width: 75px;
    height: 30px;
}
.imgPreviewRight #Rightoverimg img, .imgPreviewLeft #Leftoverimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.border_right_horizontal{
    border-bottom: 1px solid #ccc;
}
.apply_btn, .reset_btn{
    border: 1px solid #333;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    min-width: 80px;
    padding: 12px 15px;
    display: inline-block;
}
.apply_btn{
    background: #333;
    color: #fff;
}
.reset_btn{
    background: #FFF;
    color: #333;
}
.avatar_img.avatar.avatar-sm{
    width: 35px !important;
    height: 35px !important;
    background-color: #F6F7F9;
}
.accept_btn{
    border-radius: 5px;
    border: 1px solid #C1F2AC;
    background: #E6FFDB;
    color: #28AA5C;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.55px;
    text-transform: uppercase;
}
.pending_btn{
    border-radius: 5px;
    border: 1px solid #F3E991;
    background: #FFF9C3;
    color: #D18D26;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.55px;
}
/**Event Setting End**/
/**Invite collaborators start**/
.invite_collaborators p{
    color: #666;
    /* font-family: Roboto; */
    font-size: 16px;
}
.invite_collaborators label{
    color: #444;
    font-size: 16px;
    font-weight: 600;
}
.invite_collaborators input[type="text"]{
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
    color: #999;
    font-size: 14px;
    padding: 10px;
}
.invite_collaborators span{
    color: #666;
    font-size: 12px; 
}
.invite_collaborators .listing_collaborators_ul li{
    list-style: none;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 8px; 
    color: #647F93;
    font-size: 14px;
    background: #EEE;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 5px;
    /* background: #EEE url("../images/album/icon/cross.svg") right no-repeat; */
}
.form-check-input:checked{
    background-color: #008D9A !important;
    border-color: #008D9A !important;
}
.alignchkbox{
    margin-bottom: 0 !important;
    min-height: 0 !important;
}
.fancybox-nav span{
    visibility: visible !important;
}
.over_fancy_img{
    border-radius: 0px 0px 15px 15px;
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 10px;
}
/**Invite Collaborator**/
.access_type h6{
    color: #444;
    font-family: Inter;
    font-size: 16px; 
}
.access_type_show_hide label{
    color: #444;
    font-size: 14px; 
    font-weight: normal;
    margin-top: 0;
}
.access_album_div{
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
}
.access_album_div .top_header_left, .access_album_div .top_header_right, .access_album_div .top_header_middle{
    background: #D9DFE7;
    padding: 15px 10px;
    margin-bottom: 2px;
}
.access_album_div .top_header_left{
    border-radius: 9px 0px 0px 0px;
}
.access_album_div .top_header_right{
    border-radius: 0px 9px 0px 0px;
}
.access_album_div .top_header_left h6 span, .access_album_div .top_header_right h6 span{
    color: #666;
    font-size: 13px; 
}
.access_album_ul{
    background: #EBEEF2;
    border-radius: 0 0 0 10px;
}
.access_album_ul li{
    list-style: none;
    background: none;
    padding: 10px 10px;
    color: #666;
    font-family: Inter;
    font-size: 14px; 
    border-bottom: 1px solid #C7D1DE;
    cursor: pointer;
}
.access_album_ul li.active{
    background: #fff;
    cursor: auto;
}
.access_album_ul li.active label, .access_left li.active{
    color: #000;
    font-family: Inter; 
}
.access_album_ul li:last-child{
    /* border-radius: 0 0 0 10px; */
}
.access_right li{
    list-style: none;
}
.access_right li label{
    list-style: none;
    padding: 5px 0;
    color: #666;
    font-size: 14px; 
    cursor: pointer;
}
.access_right li input[type="checkbox"]{
    float: none;
    vertical-align: text-bottom;
    cursor: pointer;
}
/* .access_album_ul.access_left li.active */
.checkparentActive
{
    border-left: 4px solid #008D9A !important;
}
.access_left input[type="search"], .access_album_ul input[type="search"]{
    border-radius: 10px;
    border: 1px solid #999;
    padding: 10px;
    background: #fff url("../images/events/icons/search.svg") 96% 11px no-repeat;
    color: #999;
    font-size: 14px; 
}
.access_middle li .chevro_hide{
    display: none;
    float: right;
}
.access_left li .chevro_show{
    display: none;
    float: right;
}
.access_middle li.active .chevro_hide{
    display: inline-block;
}
.access_left li.active .chevro_show{
    display: inline-block;
}
.access_album_ul.access_middle{
    background: #F7F9FC;
}
.access_album_ul .list-group-item.active{
    background-color: #fff !important;
    border: 0;
    color: #000 !important;
}
.show_div{display: block!important;}
/**Invite Collaborator End**/
/**Event Sales Start**/
.img_price_card{
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    padding: 10px;
}
.img_price_card h6{
    color: #647F93;
    font-size: 16px;
    font-weight: 700; 
}
.img_price_card p{
    color: #9CB6C9;
    font-size: 14px; 
}
.price_card_selectbox.form-select{
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #999;
    background: #fff;
    width: auto;
    appearance: auto;
    float: right;
}
.generate_report select{
    color: #008D9A;
    font-size: 13px; 
}
.generate_report input, .generate_report select{
    border-color: #999;
}
.btn1{
    border-radius: 0px 7px 7px 0px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 9px 15px;
}
.event_btn1, .user_btn1{
    border: 1px solid #CCC;
    background: #FFF;
    padding: 9px 15px;
    color: #999;
    font-family: Arial;
    font-size: 14px; 
    margin: 0;
}
.user_btn1{
    border-radius: 0px 7px 7px 0px;
}
.event_btn1{
    border-radius: 7px 0px 0px 7px;
    margin-right: -4px;
}
.event_btn1.active, .user_btn1.active{
    background: #008D9A;
    color: #fff;
    border-color: #008D9A;
}
.event_btn1.active{
    border-radius: 7px 0px 0px 7px;
}
.user_btn1.active{
    border-radius: 0px 7px 7px 0px;
}
.for_user_transaction{
    display: none;
}
/**Event Sales End**/
.syncGoogleDrive h4{
    color: #000;
    font-size: 18px !important; 
}
.syncGoogleDrive h6, .addmoreAlbum_div label, .addmoreAlbum_div h4{
    color: #444;
    font-size: 16px !important; 
}
.syncGoogleDrive input{
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
    color: #999;
    font-size: 14px; 
}
.syncGoogleDrive p{
    color: #666;
    font-size: 12px !important; 
}
.addmoreAlbum_div{
    border-radius: 10px;
    background: #F7F9FC;
    padding: 10px;
}
#addPhotoVideo .addmoreAlbum_div, #embedVideoLink .addmoreAlbum_div{
    height: 300px;
    overflow-y: auto;
}
.addmoreAlbum_div select{
    border-radius: 10px;
    border: 1px solid #999;
    height: 40px;
    color: #000;
    font-size: 14px;
}
.syncGoogleDrive.embedVideoLink .modal-dialog{
    max-width: 714px !important;
}
.lockalbum.syncGoogleDrive.addPhotoVideo .modal-dialog{
    max-width: 1000px !important;
}
.lockalbum.syncGoogleDrive.addPhotoVideo .modal-content{
    max-width: 100% !important;
}
.addmore_link{
    font-size: 14px;
}
.addPhotoVideo .addmoreAlbum_div label{
    border-radius: 10px;
    border: 1px solid #333;
    background: #FFF;
    padding: 12px 15px;
    color: #333;
    font-size: 14px; 
}

.hov_btn{
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    transition: all 0.5s ease-in-out;
}
.hov_btn:hover{
    background-color: #eee;
    transition: all 0.1s ease-in-out;
}
/**Upload Complete section in Event Detail Page**/
.upload_complete_section{
    border-radius: 10px 10px 0px 0px;
    background: #F7F9FC;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
    width: 300px;
    height: 507px;
    position: absolute;
    right: 10%;
    top: 21%;
    overflow-y: auto;
    z-index: 9;
}
.upload_complete_section .top_heading{
    border-radius: 10px 10px 0px 0px;
    background: #FFF;
    padding: 15px 10px;
}
.upload_complete_section .top_heading p{
    color: #444;
    font-size: 14px; 
}
.upload_complete_section .list_div{
    padding: 10px 10px 0px 10px;
}
.upload_complete_section .list_div h4{
    color: #666;
    font-size: 14px; 
    padding: 8px 0;
}
.upload_complete_section .list_div ul li{
    list-style: none;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(221, 226, 233, 0.50);
    padding: 10px 10px;
    margin-bottom: 10px;
}
.upload_complete_section .list_div h5{
    color: #666;
    font-size: 13px; 
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.upload_complete_section .list_div span{
    color: #AFAFAF;
    font-size: 12px; 
}
.upload_complete_section .list_div ul li .txt_div{
    margin: 0 10px;
    width: 166px;
}
.upload_complete_section .list_div ul li .lft_img{
    border-radius: 5px;
    width: 51px;
    height: 51px;
}
.upload_complete_section .list_div ul li .right_img_div{
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    padding: 0 5px;
}
.custom-bg-secondary{
    background:#D0D0D0;
}
.dis_img{
    opacity:0.6;
}
.upload_complete_section .list_div h4 span{
    color: #9FAABA;
    float: right;
    font-size: 12px; 
}

.addPhotoVideo p{
    /* color: #666; */
    font-size: 14px !important; 
}
.drag_drop_div{
    border-radius: 10px;
    border: 1px dashed #647F93;
    background: #F7F9FC;
    text-align: center;
    /* padding: 10px; */
}
.drag_drop_div span{
    color: #666;
    font-size: 12px; 
}
.albumVidDiv{
    border-radius: 10px 10px 0px 0px;
    background: #FFF;
    padding: 10px;
}
.dragDropPhotoVid{
    padding: 10px;
    height: 80px;
}
.dragDropPhotoVid p{
    color: #008D9A !important;
    /* font-size: 14px;  */
}
.hideImgSizedetails{
    background: #fff;
    color: #647F93 !important;
    padding: 5px;
    border-radius: 5px;
    display: none;
}
.brandingDivFalse, .brandingDivTrue{
    border-radius: 10px;
    background: #F2FFF9;
    padding: 20px;
}
.brandingDivFalse{
    border: 1px solid #008D9A;
}
.brandingDivTrue{
    border:1px solid #E83C4B;
    display: none;
}
.brandPos{
    position: absolute;
    top:0;
    right: 20px;
    padding: 5px;
    background: #FFF966;
}
.imgVidSizeColor{
    background: #fff;
    border-radius: 5px;
    padding: 6px 6px;
    /* display: none; */
}
.imgVidSizeColor img{
    position: absolute;
    top:8px;
    right: 10px;
}
.imgVidSizeColor p{
    color:#647F93 !important;
    font-size: 12px !important;
}
.drag_drop_album_vid_div{
    height: 370px;
    overflow-y: auto;
}
/**Multiple File Upload**/
.file-input {
    display: none;
}
.custom-file-upload {
    display: inline-block;
    /* padding: 10px 15px;
    background-color: #4CAF50;
    color: #fff; */
    cursor: pointer;
}
.for_user_transaction div.dt-buttons, .for_owner_revenue div.dt-buttons {
    width: auto;
    text-align: right;
    padding-left: 10px;
    margin-bottom: 10px;
    float: right !important;
}
.for_user_transaction div.dt-buttons .dt-button, .for_owner_revenue div.dt-buttons .dt-button{
    padding: 5px !important;
}
.dataTables_scrollHeadInner, .dataTables_scrollHeadInner table{
    width: 100% !important;
}

.img_resize .album_img_div{
    height: 260px;
}
.img_resize .album_img_div .galcardimg{
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.fullscreen_img{
    position: absolute;
    /* left: 43%; */
    left: 45%;
    top: 45%;
}
.fullscreen_img{
    display: none;
}
.img_resize .album_img_div:hover .fullscreen_img{
    display: block;
}
.search_popup_dialog{
    background: #FFF;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.20);
    /* text-align: center; */
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 999;
    display: none;
}
.search_popup_dialog label{
    color: #000;
    font-family: Arial;
    font-size: 14px; 
}
.search_popup_dialog input[type="text"], .search_popup_dialog select{
    color: #999;
    font-family: Inter;
    font-size: 14px; 
    height: 40px;
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
}
.search_popup_dialog button{
    border-radius: 10px;
    border: 1px solid #333;
    background: #333;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px; 
}
.search_popup_dialog > .container{
    max-width: 70% !important;
    width: 100%;
    margin: 0 auto;
}

/**Drag and drop**/
.drop-zone {
    max-width: 200px;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #009578;
    border-radius: 10px;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input {
    display: none;
  }
  
  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
  
/***Today(09.11.2023)***/
.signin_left_logo{
    max-width: 300px;
}
.version{
    color: #CCC !important;
    text-align: center;
    font-size: 12px !important; 
    position: absolute;
    bottom: 0;
}
.signin_section .signin_tab button.nav-link{
    transition:none !important;
}
.font-weight-400{
    font-weight: 400;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="tel"]:focus, input[type="search"]:focus
{
    /* box-shadow:inset 0 0 5px #393F42;
    -moz-box-shadow:inset 0 0 5px #393F42;
    -webkit-box-shadow:inset 0 0 5px #393F42;
    outline: none; */
    border-radius: 10px;
    border: 1px solid #393F42 !important;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30) inset;
}
select:focus-visible, input:focus-visible{
    outline: 0;
}
.truncate_text_for_2line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.chip_category{
    width: 98%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.listing_y_scroll{
    padding-right: 10px;
    padding-left: 5px;
}

/* .listing_y_scroll::-webkit-scrollbar-thumb {
    background-color: #D9D9D9 !important;
}}
.listing_y_scroll::-moz-scrollbar-track {
    scrollbar-color: #D9D9D9 !important;
    background-color: #D9D9D9 !important;
} */

/* For Firefox */
* {
    scrollbar-color:  #D9D9D9 transparent  !important;
    /* background: #D9D9D9 !important; */
}
/* Optional: For other browsers */
.listing_y_scroll {
    overflow-y: scroll;
    scrollbar-color: #D9D9D9 transparent; /* thumb color, track color */
    scrollbar-width: thick;
  }
  
  .listing_y_scroll:hover {
    overflow-y: scroll;
  }
  
  /* Optional: For other browsers */
  /* .listing_y_scroll::-webkit-scrollbar {
    width: 6px;
  }
  
  .listing_y_scroll::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
  }
  
  .listing_y_scroll::-webkit-scrollbar-track {
    background-color: #fff;
  } */


  /* .listing_y_scroll::-moz-scrollbar {
    width: 8px;
  }
  
  .listing_y_scroll::-moz-scrollbar-thumb {
    background-color: #D9D9D9;
  }
  
  .listing_y_scroll::-moz-scrollbar-track {
    background-color: transparent;
  } */
  
  

.event_breadcrumb nav{
    margin-left: 48px;
}
.singleEventUse{
    padding: 0 10px;
}
.singleEventUse h6{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.singleEventUse p{
    color: #CCC;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.singleEventUse span{
    color:#AFAFAF;
}
.singleEventUse button{
    min-width: 187px;
    border-radius: 7px;
    border: 1px solid #FFF;
    padding: 8px 10px; 
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.singleEventUse button:hover{
    border: 1px solid #FFF;
    color: #FFF;
}
/**User Account in header section**/
.dropdown-menu.userAccount{
    border-radius: 10px !important;
    background: #FFF !important;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25) !important;
    min-width: 250px !important;
    padding: 20px 0;
}
.dropdown-menu.userAccount li{
    display: block;
}
/* .dropdown-menu.userAccount:first-child{
    border-bottom: 2px solid #ccc;
} */
.dropdown-menu.userAccount li p{
    color: #333;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 0 20px;
    margin: 0;
}
.dropdown-menu.userAccount li span{
    color: #666;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: block;
    padding: 0 20px;
}
.dropdown-menu.userAccount li a{
    padding: 8px 20px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dropdown-menu.userAccount li:hover a{
    background: #F7F9FC;
    color: #000;
}
.top_nav_username.dropdown-toggle::after{
    content: "";
    margin: 0;
}
.noOfshared{
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500 !important; 
    /* min-width: 8px; */
    height: 18px;
    padding: 4px 0 0 0;
}
/**My Account Section**/
.myaccount{
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    padding: 20px;
}
.left_cont_myaccount{
    background: #F7F9FC;
    /* width: 258px; */
    /* height: 251px;  */
}
.right_cont_myaccount h5{
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.account_details label{
    color: #444;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}
.account_details p{
    color: #666;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.defaultImg{
    width: 175px;
    height: 175px; 
    line-height: 175px;
    margin: 0 auto;
    border-radius: 50%;
    background: url(../images/memzo/defaultimg.svg);
}
.defaultImg h4{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
  /* line-height: normal; */
}
.left_cont_myaccount label{
    color: #008D9A;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.change_pwd{
    min-width: 80px;
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #333;
    background: #FFF;
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.changepwd p{
    color: #999;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.changepwd label{
    color: #444;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.otpverify input[type="text"]{
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    margin-right: 5px;
    display: inline-block;
}
.changepwd a{
    color: #008D9A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.editaccount input{
    border: 1px solid #999;
}

/***********/

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0px auto;
}
/* .avatar-upload  */
.avatar-edit {
    /* position: absolute; */
    right: 12px;
    z-index: 1;
    top: 10px;
}
/* .avatar-upload */
.avatar-edit input{
    display: none;
}
/* .avatar-upload  */
/* .avatar-edit input+ label:hover{
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
} */
/* .avatar-upload  */
/* .avatar-edit input+ label:after{
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
} */
/* .avatar-upload  */
/* .avatar-edit input+ label{
    background: #f1f1f1;
    border-color: #d6d6d6;
} */

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.selecteventbgcolor{
    background: #EBEEF2;
    height: 100%;
    border-radius: 10px 0 0 10px;
}
.selecteventbgcolor, .selectalbumbgcolor{
    height: 100%;
    border-radius: 10px 0 0 10px;
}
.selecteventbgcolor{
    background: #EBEEF2;
}
.selectalbumbgcolor{
    background: #F7F9FC;
}
.selecteventbgcolor .access_album_ul li.list-group-item:last-child{
	border-bottom-left-radius: 0;
}

/* .access_type_div_y_axis .access_album_div .tab-content{
    height: 310px;
    overflow-x: hidden;
    overflow-y: auto !important;
} */
.access_type_div_y_axis .for_y_scroll{
    height: 310px;
    overflow-x: hidden;
    overflow-y: auto !important;
}
/***Edit Collaborators***/
.edit_collaborators{
    border-radius: 10px;
    background: #F7F9FC;
    padding: 20px;
}
.edit_collaborators h6{
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.edit_collaborators ul li{
    list-style: none;
    display: inline-block;
    /* padding: 5px 10px; */
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.edit_collaborators ul li span{
    display: inline-block;
    min-width: 2px;
    min-height: 14px;
    /* border: 1px solid #999; */
    vertical-align: middle;
    background: #999;
    margin: 0 8px;
}
/****/
.overlayselfieimg{
    display: none;
}
.avatar_img:hover .overlayselfieimg, .matchedPhotosImg:hover .overlayselfieimg{
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.matchedPhotos p{
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.matchedPhotosImg{
    background: #EBEEF2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
}
.matchedPhotosImg img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.matchedPhotosImg .overlayselfieimg{
    display: none;
}

/***Custom Tolltip***/
.trigger {
    /* position: relative; */
    /* width: max-content; */
}
.mybtn{
    background: none;
    /* color: #fff; */
    border: none;
    /* border-radius: 5px; */
    /* padding: 6px 12px;
    font-size: 18px; */
}
/* .tooltip { 
    background-color: #fff;
    padding: 10px; 
    border-radius: 10px;
    width: 200px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    text-align: center;  
    color: #000;
    font-size: 14px;
    line-height: 18px;
  
    position: absolute; 
    z-index: 1;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);

    height: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
  
    opacity: 1; 
} */
/* .tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}   */
/* .trigger:hover .tooltip { 
    opacity: 1; 
    transition: 0.5s;
    transition-delay: 0.1s;
}   */

/* .tooltipList li{
    list-style: none;
    padding: 6px 0;
} */
  
  
#setupAccount select.form-control{
    border-radius: 10px;
    border: 1px solid #999;
    /* background: #FFF; */
    color: #999;
    font-family: Arial;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 15px;
    appearance: auto;
}

.sidebar.event_sidebar.forEventsettingBgcolor{
    background-color: rgba(0,0, 0, 0.7);
    background-image: none;
}
/* .sidebar.event_sidebar.forEventsettingBgcolor */
.event_sidebar.sidebar.forEventsettingBgcolor .nav-links li.active a
{
    background: #E83C4B;
}
.event_sidebar.sidebar.forEventsettingBgcolor .nav-links li:hover a {
    background: rgba(0,0, 0, 1);   
}


.edit_txt_btn{
    padding: 5.25px 12px 6px 10.25px;
    color: #647F93;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid transparent !important;
    background: transparent;
}
.edit_txt_btn:hover{
    border-radius: 5px !important;
    background: #EEE !important;
    color: #647F93;
}
/* .edit_txt_btn:active{
    border: 0;
    color: #647F93;
} */
.social_btn{
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    padding: 12px 10px;
    min-width: 80px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal; 
}
/**For all common class**/
.forallSelectbox{
    height: 47px;
    border-radius: 10px !important;
}
.spaceBtnTwoButton{
    margin-right: 10px !important;
}
.customCheckbox:checked{
    background-color: #008D9A !important;
    border-color: #008D9A !important;
}
.btn-loader {
    display: inline !important;
}
/**For Create event page**/
.step.step-2.two h3, .step.step-3.three h3{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.step.step-2.two .distributionType, .step.step-3.three .distributionType,
.for_mobile_view_steppers .step-content.two .distributionType,
.for_mobile_view_steppers .step-content.three .distributionType
{
    color: #444;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.active-circle-border{
    border: 1px solid #E83C4B;
    color: #E83C4B;
}

.active-circle-fill{
    background-color:#E83C4B;
    color: #ffffff;
    border: 1px solid #E83C4B;
}
/***User profile dropdown for single event***/
.singleUseEvent{
    background: #F7F9FC;
    padding: 10px 20px;
    margin: 10px 0;
}
.singleUseEvent h3{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.singleUseEvent span{
    color: #717171 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 0 !important;
}
.singleUseEvent p{
    color: #666 !important; 
    padding: 3px 0 !important;
}

.loading{
    margin-left: 5px;
}
.loading i{
    vertical-align: middle;
}


/**My Portfolio**/
.portfolio_section label{
    color: #444 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.portfolio_section input[type="text"]{
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
    color: #999 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px;
}
.myportfolio #img-preview1 img{
    width: 100% !important;
    height: 220px;
    display: block;
}
#changeportfoliophoto #img-preview1 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.viewImg img{
    border-radius: 10px;
    /* object-fit: cover; */
}
.showhide_portfolio #portfolioDiv .input-group .input-group-text{
    border-color: #999 !important;
}
.viewImg:hover .fullscreen_img{
    display: block;
}
.portfolio_desktop_preview{
    border:5px solid #EBEEF2 !important;
    /* padding: 10px; */
    border-radius: 20px;
    background: #f6f6f6;
    min-height: 300px;
}
.portfolio_desktop_preview .name_subtitle img{
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.portfolio_desktop_preview .social_dropdown, .portfolio_mobile_preview .social_dropdown
{
    right: 8px;
}
.name_subtitle .fullscreen_img{
    position: absolute;
    top: 55px;
    left: 45%;
    width: 25px !important;
    height: 25px !important;
}
.name_subtitle:hover .fullscreen_img{
    display: block;
}
#portfolioDesktopPreview .modal-body ul li{
    list-style: none;
    display: inline-block;
}
#portfolioDesktopPreview .modal-body ul li a{
    display: block;
    padding: 5px 20px;
    font-size: 16px;
    color: #000;
}
#portfolioDesktopPreview .bannerimg{
    height: 400px;
    object-fit: cover;
}
.portfolio_card img{
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.portfolio_card h5{
    color: #000;
}
.name_subtitle:hover .img_overlay{
    display: block;
}
.portfolio_menu_dropdown{
    width: 100% !important;
    box-shadow: none;
    min-width: none;
    border-radius: 0;
    border-top: 1px solid #d9d9d9;
}
.portfolio_menu_dropdown li a, .portfolio_menu_dropdown li a i{
    font-size: 18px;
}
.for_sm_view_show{
    display: none;
}
.for_sm_view_show .social_dropdown.portfolio_menu_dropdown ul li{
    padding: 5px 0;
}
.portfolio_listing.chip_category li{
    border-radius: 10px;
    border:none;
    margin-bottom: 10px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
}
.chip_category_listing{
    width: 150px;
    height: 120px;
    border-radius: 10px 10px 0 0;
    background: #FFF;
}
.chip_category_listing img{
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}
.chip_category_listing span{
    background: #fff;
    padding: 8px 0;
    display: block;
}
.portfolio_listing span{
    padding: 10px 0;
}


/***Whitelabel Access***/

.whitelabel_section .nav-tabs .nav-link{
    color: #000;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
}
.whitelabel_section .nav-tabs .nav-link.active{
    border-bottom: 3px solid #EA3C4B !important;
    background: none;
    border: none;
    border-radius: 0;
}
.whitelabel_section label{
    color: #444;
    font-size: 16px;
    font-weight: 600;
}
.whitelabel_section input, .whitelabel_section textarea{
    border-radius: 10px;
    border: 1px solid #999;
    background: #FFF;
    color: #999;
}
.whitelabel_section select{
    border: 1px solid #999;
    height: 40px;
    border-radius: 10px;
}
.whitelabel_section .support_contact button{
    padding: 12px 15px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #333;
    font-size: 14px;
    font-weight: 600;
    min-width: 80px;
    margin-left: 10px;
}
.whitelabel_section h5{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.whitelabel_section .domainName input{
    background: #eee;
    padding: 10px 10px;
    display: block;
    border-radius: 5px;
    color: #647F93;
    border-color: transparent;
}
.domain_record li{
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
    list-style: none;
}
.domain_record li p{
    color: #000;
}
.whitelabel_section table td{
    font-weight: normal;
}
.whitelabel_section table thead, #checkdomainstatus thead, #createAPIKey thead
{
    background:#EBEEF2;
}
.whitelabel_section table th, .whitelabel_section table td, #checkdomainstatus table th, #checkdomainstatus table td, #createAPIKey table td, #createAPIKey table th
{
    font-size: 13px;
    border-bottom: 1px solid #EBEEF2;
}
.whitelabel_section table th, #checkdomainstatus table th, #createAPIKey table th
{
    color: #444;
}
.whitelabel_section table td, #checkdomainstatus table td, #createAPIKey table td
{
    color: #666;
    font-weight: 400;
}
.manageSetting{
    transition: all 0.5s ease-in-out;
    padding: 5px 10px;
    border-radius: 5px;
}
.manageSetting:hover{
    background-color: #eee;
    transition: all 0.1s ease-in-out;
}

.logo-details.for_secondary_menu{
    display: none !important;
}
.yxSpacing_forallBtn{
    padding: 12px 15px;
    border-radius: 10px;
}


/******  Mediaquery Starts Here  ******/
@media(min-width:1020px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    /* max-width: 95% !important; */
        /* width: 100% !important;
        margin: 0 auto !important; */
    }
    .signin_section > .container, .signin_section .right_content{
        min-height: 600px;
    }
    .app-view-container{
        padding: 0 30px;
    }
}
@media(min-width:768px){

    .for_user_transaction #usertransaction_filter, .for_owner_revenue #usertransaction_Owner_filter
    /* , .for_user_transaction #usertransaction_info */
    {
        float: right;
    }
    .for_user_transaction #usertransaction_length, .for_owner_revenue #usertransaction_Owner_length
    {
        float: left;
    }
}
@media(min-width:768px) and (max-width:900px){
    .signin_section .signin_tab button.nav-link{
        width: auto;
        font-size: 15px;
        padding: 15px 10px;
    }
}
@media(max-width:991px){
    .event_sidebar.sidebar{
        display: none;
        top: 0 !important;
        /* top: -7% !important; */
        position: fixed;
    }
    .text_icon_none-sm{
        display: none !important;
    }
    .menushow{
        display: inline-block !important;
        margin-right: 10px;
    }
    .event_sidebar.sidebar.close ~ .home-section{
        left: 0 !important;
        width: 100% !important;
        min-height: 100vh !important;
        height: auto;
    }
    .home-section{
        left: 0 !important;
        width: 100% !important;
    }
    .top_nav_username{
        margin-left: 0 !important;
    }
    .event_sidebar.sidebar.close .nav-links li a .link_name, .event_sidebar.sidebar.close .logo-details .logo_name{
        opacity: 1 !important;
    }
    .event_sidebar.sidebar{
        width: 260px !important;
        left: 0 !important;
        border-radius: 0 !important;
    }
    .menu_bx_icon{
        display: none;
    }
    .menu_fa_icon{
        display: inline-block !important;
    }
    .event_sidebar.sidebar.close .nav-links li .sub-menu{
        position: static !important;
        border-radius: 0 !important;
    }
    .download_right_cont h5{
        margin-top: 20px;
    }
    #album_type_div .top_header_left{
        border-radius: 9px 9px 0 0;
    }
    #album_type_div .access_left{
        border-radius: 0;
    }
    #album_type_div .top_header_right{
        border-radius: 0;
    }
    .event_breadcrumb nav {
        margin-left: 0px;
    }
    .selecteventbgcolor, .selectalbumbgcolor {
        height: 100%;
        border-radius: 10px 10px 0 0px;
    }
    .access_album_div .top_header_left {
        border-radius: 9px 9px 0px 0px;
    }
    .access_album_div .top_header_right {
        border-radius: 0px;
    }
}
@media(max-width:767px){
    .signin_section .right_content{
        border-radius: 0 0 20px 20px;
    }
    .for_desktop_stepper{
        display: none;
    }
    .for_mobile_view_steppers{
        display: block;
    }
    .switch_pin_input input {
        height: 35px;
        width: 35px;
        padding: 5px;
        margin-right: 0px;
        text-align: center;
    }
    .for_mobile_view_steppers .step{
        padding: 0 20px 24px 40px;
    }
    .for_mobile_view_steppers .step-content.one button, .for_mobile_view_steppers .step-content.two button, .for_mobile_view_steppers .step-content.three button{
        padding: 12px 10px;
        min-width: auto;
        margin: 0 !important;
    }
    .event_sidebar.sidebar.close ~ .home-section{
        border-radius: 15px !important;
    }
    .listing_progressbar .progress{
        width: 100%;
    }
    .home-section .home-content h3.text{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 250px;
        float: left;
        margin-right: 5px;
    }
    .home-section .home-content.event_setting h3.test{
        float: none !important;
    }
    .home-section .home-content h3.text ~ span{
        margin-top: 10px !important;
    }
    .home-content.event_setting{
        padding: 0 !important;
    }
    .guest_url_preview{
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
    .border_right_vertical{
        border-right: 0;
    }
    .border_right_horizontal{
        border-bottom: 0;
    }
    .left_content .for_mobile_view{
        display: none;
    }
    .signin_section .right_content{
        box-shadow: none;
        padding-top: 0 !important;
    }
    .signin_section{
        padding: 30px !important;
    }
}
@media(max-width:600px){
    .home-section .home-content h3.text{
        width: 180px;
    }
}
@media(max-width:576px){
    .eventbtn, .chip_category li .span_txt, .copy_link_none_mob{
        display: none;
    }
    .slide_album_div .closebtn, .cardAlbum .closebtn{
        display: none !important;
    }
    .image_location img{
        height: auto;
    }
    .home-section .home-content h3.text{
        width: 150px;
    }
    .footer_button_fixed, .slide_album_div .close_btn, .cardAlbum .close_btn{
        display: block;
    }
    .footer_button_fixed.all_footer_btn button{
        width: 49%;
    }
    .brand_logo .upload_file{
        border-right: 0;
    }
    .top_header_left{
        border-radius: 9px 9px 0 0 !important;
    }
    .top_header_right{
        margin-top: 10px;
    }
    .access_album_ul, .top_header_right{
        border-radius: 0 !important;
    }
    /* .top_header_left, .top_header_right{
        border-radius: 0;
    } */
    .img_resize .album_img_div{
        height: auto;
    }
    /* .fullscreen_img{
        margin: 0;
        left: 10px;
        top:10px;
        height: 20px;
    } */
    .eventCatgeneralWidthResize select, .eventCatgeneralWidthResize button{
        width: 100% !important;
        margin-top: 10px;
    }
}
@media(max-width:450px){
    .signin_section .signin_tab button.nav-link{
        width: auto;
        font-size: 14px;
        padding: 15px 10px;
    }
    .signin_section .left_content, .signin_section .right_content {
        padding: 40px 20px;
    }
    .no_event_show button{
        width: 100%;
    }
    .no_event_show span{
        display: block;
        margin: 10px;
    }
    .sm_list_scroll_yaxis .col-4{
        width: 50%;
    }
    .download_left_cont input[type="email"], .download_left_cont button{
        width: 100%;
    }
    .download_left_cont button{
        margin-left: 0;
        margin: 10px 0 0 0;
    }
    .mobViewBtn .del_event_btn, .mobViewBtn .unpublish_btn{
        width: 47.9%;
    }
}
@media (max-width: 420px) {
    .event_sidebar.sidebar.close .nav-links li .sub-menu {
        display: none;
    }
    .navigation_menu ul li{
        margin: 0;
    }
    .navigation_menu ul li a{
        padding: 10px 5px;
    }
    .img_logo {
        width: 110px;
    }
    .menushow i{
        font-size: 20px;
        vertical-align: middle;
    }
    .blink{
        right:0;
    }
    .top_nav_username{
        height: auto;
    }
    .album-icon-for-delete img{
        margin-right: 10px;
    }
}
@media(max-width:400px){
    .pin_input input{
        width: 35px;
        height: 35px;
        text-align: center;
        padding: 5px;
        margin-right: 0;
    }
    .signin_section .left_content{
        padding-bottom: 0px !important;
    }
    .signin_section{
        padding: 20px !important;
    }
}
@media(max-width:350px){
    .signin_section .signin_tab button.nav-link{
        font-size: 12px;
    }
}


/******  Mediaquery End Here  ******/

/**Create Event page**/
.active-circle-border{
    border: 1px solid #E83C4B;
    color: #E83C4B;
}

.active-circle-fill{
    background-color:#E83C4B;
    color: #ffffff;
}

/* custom */

.price_excl_gst {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_price_base  {
    color: #666666 !important;
    font-weight: bold !important;
    display: block !important;
    font-size: 18px !important;
    padding: 0 !important;
}
.custom_price{
    font-size: 18px !important;
    font-weight: bold !important;
    display: block !important;
    color: #666666 !important;
    padding: 0px !important;
}
.custom_price_per_pic{
    padding:  0px 2px 0px 0px !important;
    font-size:16px !important;
    font-weight: 400 !important;
    color: #666666 !important;
}
.custom_price_inline {
    display: flex;
    justify-content: center;
    align-items: center;
}

table.dataTable {
    width: 100%; /* Ensure the table uses full width */
}

.dataTables_wrapper {
    overflow-x: auto; /* Allow horizontal scrolling */
}


