.regi-login .regi-login-form-inner .regi-login-form input[type="submit"],
.regi-login .regi-login-form-inner .regi-login-form input[type="submit"]:hover {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.regi-login .regi-login-form-inner .regi-login-form input[type="submit"]:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  color: #1d1d1d;
}

/**:hover,
*:active,
*:focus {
  outline: none;
  text-decoration: none;
}*/

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  /*margin: 0 0 20px 0;*/
  padding: 0;
}

.ccontainer {
  max-width: 1012px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

.flwh {
  width: 100%;
  float: left;
}

.form-control:focus {
  box-shadow: none;
  /*border: 0;*/
  border-color: none;
}

a {
  text-decoration: none;
  text-decoration-line: none !important;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.themegreen-bg:hover {
  background: #14c223 !important;
}

.white {
  color: #fff;
}

.d-purple {
  color: #3d2f90 !important;
}

.btn-hover:hover {
  color: #fff;
  background: #701DB8;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.topbar {
  padding: 5px 0;
  background: #131222;
  font-size: 14px;
}

.topbar .contact-info {
  padding-top: 3px;
}

.topbar .contact-info i {
  color: #14c223;
  padding: 4px;
}

.topbar .contact-info a {
  line-height: 1;
  color: #fff;
}


/*.topbar .contact-info .fa-envelope {
  padding-left: 20px;
  margin-left: 20px; }*/

.topbar .sign-in {
  background: #9b03c4;
  padding: 9px 19px;
  border-radius: 30px;
  text-transform: uppercase;
  line-height: 1;
}

.topbar .sign-in:hover {
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  transition: .5s all;
  background: #8DC26F;
}

.topbar .sign-in a {
  color: #fff;
  font-weight: 700;
}

.btn-sign-in ,.btn-book-ticket-mobile{
  color: #fff;
  background: #9b03c4;
  padding: 9px 19px;
  border-radius: 30px;
  text-transform: uppercase;
  line-height: 1;
}

.btn-sign-in:hover,.btn-book-ticket-mobile:hover {
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  transition: .5s all;
  color: #fff;
  background: #14c223;
}

.user-sign-in {
  cursor: pointer;
}

.user-img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

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


/*--------------------------------------------------------------
# HEADER MENU
--------------------------------------------------------------*/

.navbar-custom {
  background: #fff;
  height: 70px;
}

.smooth {
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 1px 6px #00000022;
  /*border-bottom: 2px solid #14c223;*/
  z-index: 1038;
}

.navbar-custom .brand-logo {
  max-width: 142px;
}

.navbar-custom .nav-li {
  margin-left: 20px;
  font-size: 15px;
  text-transform: uppercase;
}

.navbar-custom .nav-li .nav-a {
  color: #4c4c4c;
  padding: 10px 8px;
  position: relative;
}

.navbar-custom .nav-li .nav-a:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 50px;
  background: #9b03c4;
  left: 8px;
  bottom: 0;
  transition: .4s;
}

.navbar-custom .nav-li:hover .nav-a:before {
  width: 30%;
}

.navbar-custom .nav-li:hover .nav-a {
  color: #9b03c4;
}

.navbar-custom .nav-li .nav-a.menu-active {
  color: #9b03c4;
}


/*-------------------
account header start
------------------*/

.ac-navbar {
  background: #b448d7;
  z-index: 1035;
  transition: 1s;
}

.ac-navbar-sticky {
  position: fixed;
  width: 100%;
}

.ac-navbar .nav-li .nav-a {
  color: #fff;
  position: relative;
  transition: .4s;
}

.ac-navbar .nav-li .nav-a:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 50px;
  background: #ffed00;
  left: 8px;
  bottom: 0;
  transition: .4s;
}

.ac-navbar .nav-li .nav-a:hover {
  color: #ffed00;
}

.ac-navbar .nav-li:hover .nav-a:before {
  width: 30%;
}

.ac-navbar .nav-li .nav-a.ac-menu-active {
  color: #ffed00;
}

.ac-navbar .nav-li .nav-a.ac-menu-active:before{
  width: 30%;
}

/*--------------------------
user profile dropdown start
-------------------------*/

.user-profile-content {
  width: 100%;
  position: relative;
}

.dash-user {
  cursor: pointer;
}

.dash-user .down-arw {
  color: #fff;
  transition: .3s;
}

.dash-user:hover .down-arw {
  color: #ffed00;
}

.dash-dropdown-menu {
  position: fixed;
  top: 70px;
  right: -325px;
  /*right: 0;*/
  width: 324px;
  text-transform: none;
  z-index: 1036;
  background: #fff;
  border: 1px solid #d7d7d7;
  transition: .8s;
  overflow: auto;
}

.dash-dropdown-menu.dash-dropdown-menu-show {
  right: 0;
}


/*.dash-dropdown-menu{
  top: 115%;
  left: -122% !important;
  width: 324px;
  border-radius: 0;
  text-transform: none;
  padding: 0;
}*/

.user-img-inner {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.user-dash-profile {
  width: 50px;
}

.user-dash-name {
  width: calc(100% - 50px);
}

.user-dash-name p:first-child {
  font-size: 15px;
  text-transform: uppercase;
}

.user-dash-name p:last-child {
  font-size: 15px;
}

.dash-drop-item {
  font-size: 15px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition: .1s;
}

.dash-drop-item:hover {
  color: #fff;
  background: #3d2f90;
}

.new-dash-badge {
  color: #fff;
  background: #3d2f90;
  padding: .25rem .8rem;
}

.dash-drop-item:hover .new-dash-badge {
  background: #fff;
  color: #3d2f90;
}


/*--------------------------
user profile dropdown over
-------------------------*/


/*------------------
account header over
-----------------*/


/*------------------------
Custom radio button start
-----------------------*/

.lb-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default radio button */

.lb-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


/* Create a custom radio button */

.list-unstyled .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #797979;
  border-radius: 50%;
}


/* When the radio button is checked, add a blue background */

.lb-radio input:checked~.checkmark {
  background: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the indicator (dot/circle) when checked */

.lb-radio input:checked~.checkmark:after {
  display: block;
  background: #797979;
}


/* Style the indicator (dot/circle) */

.lb-radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #797979;
}


/*------------------------
Custom radio button over
-----------------------*/


/*------------------------
Custom check button start
-----------------------*/

.tax-div .lb-chk {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #18182c;
}


/* Hide the browser's default checkbox */

.lb-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */

.tax-div .chk-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ffffff;
  background: #e4e4e4;
}


/* On mouse-over, add a grey background color */

.tax-div .lb-chk:hover input~.chk-mark {
  background-color: #e4e4e4;
}


/* When the checkbox is checked, add a blue background */

.tax-div .lb-chk input:checked~.chk-mark {
  background: #e4e4e4;
}


/* Create the checkmark/indicator (hidden when not checked) */

.chk-mark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */

.lb-chk input:checked~.chk-mark:after {
  display: block;
  border-color: #3b3fc5;
}


/* Style the checkmark/indicator */
.lb-chk  .chk-mark{
  background-color: #dadada;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  left: -20px;
  padding: 6px;
  border-radius: 2px;
}

.lb-chk .chk-mark:after {
  left: 3px;
  top: 0;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*------------------------
Custom check button over
-----------------------*/


/*--------------
scrollbar start
-------------*/

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #2e3192;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools {
  width: 3px;
  opacity: 0;
}


/*-------------
scrollbar over
------------*/


/*--------------------
account sidebar start
-------------------*/

.sidebar {
  width: 270px;
  height: 100%;
  background: #f9f9f9;
  left: 0;
  position: absolute;
  padding: 1rem 0;
  /*z-index: 1034;*/
  transition: .4s;
  overflow: hidden;
  overflow-y: auto;
}

/* width */
.left-sidebar::-webkit-scrollbar {
  width: 6px;
  border-radius: 50px;
}

/* Track */
.left-sidebar::-webkit-scrollbar-track {
  background: #3b3fc51f;
  border-radius: 50px;
}

/* Handle */
.left-sidebar::-webkit-scrollbar-thumb {
  background: #3b3fc5;
  border-radius: 50px;
}

/* Handle on hover */
.left-sidebar::-webkit-scrollbar-thumb:hover {
  background: #3b3fc5bf;
}

.sidebar-toggle {
  left: 0 !important;
}

.sub-drop-menu {
  display: none;
}


/*.s-inner-menu{
  padding: 0 1rem;
}*/


/*.sidebar .s-nav-li{
  padding: .5rem 0;
}*/

.prl {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.ptb {
  padding-top: .80rem;
  padding-bottom: .80rem;
}

.pl-70 {
  padding-left: 70px;
}

.side-nav-img {
  margin-top: -3px;
}

.side-nav-img-fill{
  display: none;
}

.side-nav-link {
  color: #1d1d1d !important;
  font-size: 14px !important;
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
  transition: .3s;
  cursor: pointer;
}

.side-active {
  color: #fff !important;
  background: #3d2f90 !important;
}

.side-nav-link:hover {
  color: #fff !important;
  background: #701DB8 !important;
}

.side-nav-link.side-active .chk-img-fill{
  display: inline-block;
}

.side-nav-link.side-active .chk-img{
  display: none;
}

.dropdown-menu-sidebar .dropdown-item {
  padding: .75rem 1.5rem;
  transition: .3s;
}

.dropdown-menu-sidebar .dropdown-item:hover {
  color: #fff;
  background: #3d2f90;
}

.chk-img-fill {
  display: none;
}

a.dropdown-item:hover .chk-img {
  display: none;
}

a.dropdown-item:hover .chk-img-fill {
  display: inline-block;
}

.side-nav-link:hover .side-nav-img{
  display: none;
}

.side-nav-link:hover .side-nav-img-fill{
  display: inline-block;
}

.side-nav-link.side-active .side-nav-img{
  display: none;
}

.side-nav-link.side-active .side-nav-img-fill{
  display: inline-block;
}


/*-------------------
account sidebar over
-----------------*/


/*----------------
new sign in start
--------------*/

.sign-bg {
  background-image: url('../images/sign-up-O.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}


/*---------------
new sign in over
--------------*/


/*-----------
FOOTER SIGN IN START
----------*/

.f-signin {
  background: #9b03c4;
  padding: 1rem 0;
}

.f-copyright {
  color: #fff;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin: 0;
}


/*-----------
FOOTER SIGN IN OVER
----------*/


/*--------------------------------------------------------------
#   FOOTER
--------------------------------------------------------------*/

#footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/footer-bg.jpg");
  color: #fff;
  padding: 5rem 0;
}

#footer .footer-logo img {
  max-width: 247px;
  margin-left: -12px;
}

#footer .footer-cnt {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.f-detail {
  width: 360px;
}

.f-block {
  padding-left: 5px;
}

.f-desc {
  font-size: 15px;
}

.f-menu {
  width: 200px;
}

.f-item {
  position: relative;
  padding-left: 16px;
}

.f-item:before {
  position: absolute;
  content: ">>";
  left: -5px;
  font-size: 10px;
  top: 5px;
  bottom: 0;
  color: #14c223;
  letter-spacing: 1px;
}

.f-item .f-link {
  color: #fff;
  font-size: 15px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.f-item:hover .f-link {
  color: #14c223;
}

.f-menu-child {
  width: 150px;
}

.subscribe-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.f-subscribe {
  width: 270px;
}

.f-subscribe .parsley-errors-list.filled{
  position: absolute;
    left: 30px;
    bottom: 0;
}

.subscribe-control {
  border-radius: 50px 0 0 50px;
  border: 0;
}

.btn-subscribe {
  border: 0;
  /*border-radius: 0 50px 50px 0;*/
  background: #14c223;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .2px;
}

.social-bg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  margin-right: .2rem;
}

.social-icon {
  color: #5b0e7e;
  font-size: 25px;
}

.cpy-right {
  background: #9b03c4;
  padding: 1rem 0;
  text-align: center;
}

.cpy-right p {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #fff;
}


/*--------------------------------------------------------------
# Sign Up
--------------------------------------------------------------*/

.regi-login {
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/sign-up-O.jpg");
  /*height: 767px;*/
  /*padding: 97px 0;*/
  min-height: calc(100vh - 170px);
}

.regi-login .regi-login-form-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  margin: 10% 0;
  min-height: 200px;
  align-items: center;
}


/*.regi-login .regi-login-form-inner{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: -webkit-center;
  transform: translate(-50%, -50%);
}*/

.regi-login .regi-login-form-inner .regi-login-form {
  width: 420px;
}

.regi-login .regi-login-form-inner .regi-login-form .form-control {
  height: 56px;
  border-radius: 2px;
}

.regi-login .regi-login-form-inner .regi-login-form .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

.regi-login .regi-login-form-inner .regi-login-form .form-froup {
  margin-bottom: 24px;
}

.regi-login .regi-login-form-inner .regi-login-form h3 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.regi-login .regi-login-form-inner .regi-login-form input[type="submit"] {
  font-size: 18px;
  color: #fff;
  background: #3d2f90;
  outline: none;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  padding: 0.6em;
  -webkit-appearance: none;
  width: 100%;
  margin: 1em 0;
  letter-spacing: 2px;
  /*font-weight: 600;*/
}

.regi-login .regi-login-form-inner .regi-login-form .sign-text {
  font-size: 14px;
  letter-spacing: 1px;
}


/*# sourceMappingURL=main.css.map */


/*-------------
Sign In Start
-------------*/

.sign-in-text {
  color: #fff;
  font-size: 15px;
  letter-spacing: .5px;
}

.or-text {
  font-size: 16px;
}

.fb-signin {
  background: #3b5999 !important;
  font-size: 18px;
  color: #fff;
  background: #3d2f90;
  outline: none;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  padding: 0.6em;
  -webkit-appearance: none;
  width: 100%;
  margin: 1em 0;
  letter-spacing: 2px;
}

.fb-icon {
  position: absolute;
  left: 32px;
  color: #fff;
  top: 32px;
  bottom: 0;
  font-size: 22px;
  margin: auto 0;
}


/*.fb-signin:hover{
  background: #fff !important;
  color: #3b5999 !important;
}*/

.h-block:hover .fb-signin {
  background: #fff !important;
  color: #3b5999 !important;
}

.h-block:hover .fb-icon {
  color: #3b5999 !important;
}

.sign-text a:hover {
  color: #14c223;
}


/*-------------
Sign In Over
-------------*/


/*--------
Home Page Start
--------*/

.header-bg {
  /*background-image: url(../images/home-bg.jpg);*/
  /*background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 93px 0 93px;
  height: 550px;*/
}

.header-title {
  margin-bottom: 0;
  font-size: 72px;
  color: #fff;
  font-weight: bold;
}

.h-title-child {
  text-transform: uppercase;
  letter-spacing: 10px;
}

.search-input {
  width: 215px !important;
  background: #6d1197c7 !important;
  border-radius: 50px 0 0 50px;
  font-size: 15px;
  color: #fff !important;
  padding: .75rem 1rem;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-right: 1px solid #ffffff8f;
}

.search-input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.search-input:-ms-input-placeholder {
  /* Internet Explorer */
  color: #fff;
}

.search-input::placeholder {
  color: #fff;
}

.select-input {
  width: 215px !important;
  background: #6d1197c7 !important;
  border: 0;
  border-right: 1px solid #ffffff8f;
  border-radius: 0;
  font-size: 15px;
  color: #fff !important;
  height: 50px !important;
  line-height: 50px;
}

.select-input .select-selected {
  background: none;
  border: 0;
  color: #fff;
  text-align: left;
}

.select-input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.select-input:-ms-input-placeholder {
  /* Internet Explorer */
  color: #fff;
}

.select-input::placeholder {
  color: #fff;
}

.select-input .select-selected {
  background: none;
  border: 0;
  color: #fff;
  text-align: left;
}

.select-input .select-items div {
  height: 45px;
  line-height: 2;
}

.select-input .select-selected:after {
  content: url(../images/down-arrow-white.png);
}

.c-input-group {
  width: 215px !important;
}

.date-input {
  width: 215px !important;
  background: #6d1197c7 !important;
  border-radius: 0;
  font-size: 15px;
  color: #fff !important;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-right: 1px solid #ffffff8f;
  padding: .75rem 1rem;
  position: relative;
  text-align: left;
}

.date-input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.date-input:-ms-input-placeholder { /* Internet Explorer */
  color: #fff;
}

.date-input::placeholder {
  color: #fff;
}

.c-group{
  width: 215px;
  position: relative;
}

.c-group:before {
  position: absolute;
  content: url(../images/ic_date.png);
  top: 12px;
  bottom: 0;
  right: 12px;
  z-index: 99;
}

.date-img {
  position: absolute;
  bottom: 0;
  top: 12px;
  right: 12px;
}

.btn-date {
  background: #6d1197c7 !important;
  border-radius: 0;
  border-top: 1px solid #ffffff8f;
  border-bottom: 1px solid #ffffff8f;
  font-size: 15px;
  color: #fff;
  padding: .75rem 1rem;
  border-left: 0;
}

.btn-search {
  width: 110px;
  background: #6d1197c7 !important;
  border: 0;
  border-radius: 0 50px 50px 0;
  font-size: 20px;
  color: #fff;
  height: 50px;
  border: 0;
  /*border: 1px solid #ffffff8f;*/
}

.btn-search:hover {
  color: #fff;
}

.c-title {
  padding: 70px 0 50px 0;
}

.main-title {
  color: #4c4c4c;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.title-detail {
  color: #1d1d1d;
  font-size: 14px;
  margin-bottom: 0;
}

.events-nav {
  background: #f8f8f8;
  border-radius: 100px;
  height: 65px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 50px;
}

.events-brand {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
}

.events-link {
  color: #4c4c4c;
  font-size: 14px;
  margin-left: .85rem;
  /*position: relative;*/
}

.events-link:hover {
  color: #9b03c4;
}

.events-nav .dropdown-item {
  color: #1d1d1d;
  font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #3d2f90 !important;
  color: #fff !important;
}

.any-cat-drop {
  height: 200px;
  overflow: auto;
}


/* width */

.any-cat-drop::-webkit-scrollbar {
  height: 5px;
  width: 8px;
}


/* Track */

.any-cat-drop::-webkit-scrollbar-track {
  background: none;
}


/* Handle */

.any-cat-drop::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 50px;
}


/* Handle on hover */

.any-cat-drop::-webkit-scrollbar-thumb:hover {
  background: #e4e4e4;
}


/*.events-link:before{
  position: absolute;
  content: url("../images/down-arrow.png");
  top: 6px;
  right: 0;
}*/

.c-card {
  box-shadow: 1px 3px 6px #3131312b;
  margin-bottom: 4rem;
}

.events-img {
  position: relative;
}

.events-img img {
  height: 212px;
  max-height: 212px;
  min-height: 212px;
  object-fit: cover;
}

.events-subscribe {
  position: absolute;
  /*width: 60px;*/
  top: 10px;
  right: 10px;
  background: #9b03c4;
  padding: 0rem .8rem;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.events-premium {
  background: #14c223;
}

.events-card-body {
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  position: relative;
}

.events-img-title {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: .2rem;
}

.events-time {
  color: #ff0000;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.events-location {
  color: #4c4c4c;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.share-like {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bws-share {
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ececec;
  margin-top: 0px;
}

.bws-share img {
  margin-top: -5px;
  margin-left: -1px;
}

.bws-like {
  background: #fff !important;
  border-radius: 50px;
  border: 1px solid #ececec;
}


/*.share-item{
  text-align: center;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  border: .66px solid #ebebeb;
  background: #fff;
  cursor: pointer;
}*/

.share-link {
  padding: 0;
  line-height: 45px;
}

.events-load {
  padding: 10px 0 50px 0;
}

.btn-more {
  background: #3d2f90;
  color: #fff;
  border-radius: 50px;
  padding: .375rem 2rem;
  transition: .4s;
  border: 2px solid #3d2f90;
}

.btn-more:hover {
  background: #fff;
  color: #3d2f90;
}


/*.like-link{
  background-image: url(../images/ic_like.png);
    width: 22px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}

.c-like-link{
  background-position: 0 -22px;
}*/

.event-cat {
  background: #f9f8f8;
}

.events-carousel {
  padding: 70px 0;
}

.slider-item {
  position: relative;
  background: #fff;
  width: 185px;
  height: 285px;
  border: 0;
  border-radius: 16px;
  box-shadow: 4px 4px 4px 0px #3131311c;
}

.custom-carousel {
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.events-slider-img {
  position: absolute;
  width: 140px !important;
  border-radius: 12px !important;
  right: 0;
  top: -40px;
  height: 238px;
  object-fit: cover;
  box-shadow: 0px 0px 8px 1px #31313138;
}

.events-slider-name {
  font-size: 20px;
  color: #5b0e7e;
  position: absolute;
  bottom: 25px;
  left: 4px;
  right: 4px;
  text-align: center;
  font-weight: 500;
}

.custom-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 35%;
  width: 100%;
}

.custom-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 0px;
  top: 0;
  left: -25px;
  font-size: 50px;
  color: #1d1d1d;
  margin: auto 0;
}

.custom-carousel .owl-nav button.owl-next {
  position: absolute;
  width: 20px;
  top: 0;
  right: 12px;
  font-size: 50px;
  color: #1d1d1d;
  margin: auto 0;
}

.custom-carousel .owl-theme .owl-nav button:hover {
  background: none !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  color: #1d1d1d;
  background: none !important;
}


/*--------
Home Page Over
--------*/


/*-----------
about us page start
-----------*/

.about-bg {
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0;
}

.about-h-title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: .5px;
}

.event-abt {
  height: 290px;
  max-height: 290px;
  margin: 1rem 0;
  text-align: center;
}

.event-abt-detail {
  color: #5b0e7e;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 2rem;
}

.event-img img {
  padding-top: 50px;
  padding-bottom: 16px;
}

.event-abt-bg {
  background: #5b0e7e;
  padding: 70px 0;
}

.c-abt-detail {
  padding: 0 70px;
}

.abt-detail {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: .5px;
}

.card-team {
  text-align: center;
  text-align: -webkit-center;
  padding-bottom: 4rem;
}

.team-member {
  width: 195px;
  max-width: 195px;
  height: 195px;
  max-height: 195px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}

.team-member .team-img {
  border-radius: 50%;
  object-fit: cover;
}

.team-detail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #000000c7;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.abt-member {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.team-member:hover .team-detail {
  opacity: 1;
}

.team-member:hover .abt-member {
  top: 50%;
}

.m-name {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .2rem;
}

.m-profile {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 0;
}

.story-bg {
  background: #f7f7f7;
  padding: 52px 0;
}

.story-title {
  color: #4c4c4c;
  font-size: 24px;
  font-weight: bold;
}

.story-detail {
  color: #4c4c4c;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 0;
  letter-spacing: .5px;
  line-height: 1.8;
}

.abt-more-event {
  padding-bottom: 5rem;
}

.abt-more-card {
  border: 0;
  box-shadow: 0 0px 6px 1px #3131315c;
}

.abt-more-img {
  height: 200px;
  max-height: 200px;
  object-fit: cover;
}

.abt-more-title {
  color: #7615a2;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.abt-more-detail {
  color: #4c4c4c;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 0;
}


/*----------------
about us page over
----------------*/


/*------------
Blog page start
------------*/

.blog-bg {
  background-image: url(../images/blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.blog-title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.b-search {
  border-radius: 50px 0 0 50px;
  color: #fff !important;
  background: #9705c2 !important;
  border: 0;
  padding: .75rem;
  padding-left: 2rem;
  height: 50px;
}

.b-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.b-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.b-search:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.b-search:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.btn-blog-search {
  font-size: 26px;
  border-radius: 0 50px 50px 0;
  background: #9705c2;
  color: #fff;
  border: 0;
  height: 50px;
  padding: .375rem 2rem;
}

.btn-blog-search:hover {
  color: #fff;
}

.blog {
  padding: 45px 0;
}

.b-card {
  border: 0;
  box-shadow: 3px 3px 8px 0px #d4d4d4c7;
  margin-bottom: 3rem;
}

.blog-post-img {
  height: 270px;
  max-height: 270px;
  object-fit: contain;
}

.b-card-body {
  padding-left: 50px;
  padding-right: 50px;
}

.blog-badge {
  background: #14c223;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  padding: .30rem 1rem;
}

.blog-post-title {
  color: #4c4c4c;
  font-size: 30px;
  text-align: center;
  margin-bottom: 16px;
}

.blog-post-owner {
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.blog-post-owner span {
  color: #7913b2;
}

.blog-desc {
  color: #4c4c4c;
  font-size: 14px;
}

.b-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: 1px solid #f5f5f5;
}

.b-share {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.b-comment {
  color: #4c4c4c;
  font-size: 13px;
  font-style: italic;
  padding: 0 .5rem;
}

.b-comment span {
  color: #c6c6c6;
}

.rc-body {
  height: 400px;
  overflow: hidden;
}

.rb-title {
  color: #4c4c4c;
  font-size: 20px;
  padding-bottom: .5rem;
  position: relative;
  margin: 1.5rem 0 .75rem 0;
}

.rb-title:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50px;
  height: 1px;
  background: #7913b2;
}

.rb-search {
  border-radius: 50px 0 0 50px;
  color: #1d1d1d !important;
  background: #e8e8e8 !important;
  border: 0;
  padding: .50rem;
  padding-left: 2rem;
}

.btn-blog-rb-search {
  font-size: 16px;
  border-radius: 0 50px 50px 0;
  background: #e8e8e8;
  color: #7913b2;
  border: 0;
  padding: .375rem 2rem;
}

.lm-blog {
  color: #1d1d1d;
}

.rb-post-img {
  height: 140px;
  max-height: 140px;
  object-fit: cover;
  margin-bottom: .75rem;
}

.rb-post-title {
  color: #4c4c4c;
  font-size: 14px;
}

.rb-post-date {
  color: #4c4c4c;
  font-style: italic;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
}

.rb-post {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.rb-post-block {
  width: 33.33%;
  margin: 0 11px;
}

.cmt-title {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 600;
}

.cmt-input {
  border: 1px solid #eeeeee;
  border-radius: 1px;
}

.btn-cmt {
  color: #fff;
  border: 0;
  border-radius: 50px;
  background: #3d2f90;
  font-size: 16px;
  padding: .75rem 1.5rem;
  border: 2px solid #3d2f90;
  transition: .4s;
}

.btn-cmt:hover {
  color: #3d2f90;
  background: #fff;
}

.lb-card {
  margin-bottom: 1rem;
}

.lb-img {
  width: 84px;
  max-width: 84px;
}

.lb-title {
  color: #000;
  font-size: 16px;
}

.lb-date {
  color: #4c4c4c;
  font-size: 12px;
}

.tag-list {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  text-align: -webkit-center;
}

.btn-tag {
  border-radius: 50px;
  width: 75px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  font-size: 15px;
  background: #fff;
  margin: .1rem 0;
}

.btn-tag.active {
  background: #7913b2;
  color: #fff;
}

.btn-tag-active {
  background: #7913b2;
  color: #fff;
}


/*------------
Blog page over
------------*/


/*------------
Browse event start
--------------*/

.h-browse-event {
  background-image: url(../images/browse-event.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 108px 0;
}

.h-browse-title {
  color: #fff;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
}

.e-form {
  padding: 55px 0;
}

.event-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.e-form-group {
  width: 255px;
  padding: 0 8px;
  margin-bottom: 30px;
}

.c-control {
  border-radius: 50px;
  font-size: 15px;
  height: 50px;
  line-height: 2.4 !important;
  color: #4c4c4c;
  padding: .375rem .75rem;
}


/*select.c-select:not([size]):not([multiple]) {
    height: calc(2.92rem + 2px) !important;
}*/

.e-date-group {
  width: 155px;
}

.date-block {
  position: relative;
}

.date-block:before {
  position: absolute;
  content: url(../images/down-arrow.png);
  top: 16px;
  bottom: 0;
  right: 18px;
}

.e-form-btn {
  width: 150px;
  height: 50px;
  color: #fff;
  font-size: 15px;
  border-radius: 50px;
  background: #3d2f90;
  margin-left: 8px;
  border: 2px solid #3d2f90;
  transition: .4s;
}

.e-form-btn:hover {
  color: #3d2f90;
  background: #fff;
}


/*Custom Dropdown start*/

.custom-select-modal {
  position: relative;
}

.custom-select-modal select {
  display: none !important;
  /*hide original SELECT element:*/
}

.select-selected {
  width: 100%;
  height: 50px;
  line-height: 2.5;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 50px;
  padding: .375rem .75rem;
  color: #4c4c4c;
}

.select-selected:after {
  position: absolute;
  content: url(../images/down-arrow.png);
  top: 6px;
  bottom: 0;
  right: 18px;
}

.select-items div {
  width: 100%;
  height: 45px;
  font-size: 13px;
  font-weight: 500;
  background-color: #fff;
  padding: 10px 20px;
  color: #262626;
  text-align: unset;
}


/*style items (options):*/

.select-items {
  position: absolute;
  height: 185px;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.2);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  overflow: hidden;
  overflow-y: scroll;
}


/* width */

.select-items::-webkit-scrollbar {
  height: 5px;
  width: 8px;
}


/* Track */

.select-items::-webkit-scrollbar-track {
  background: none;
}


/* Handle */

.select-items::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 50px;
}


/* Handle on hover */

.select-items::-webkit-scrollbar-thumb:hover {
  background: #e4e4e4;
}


/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #f8f9fa;
}

span.drop-title {
  position: absolute;
  color: #686868;
  padding: .2rem .6rem;
  font-size: 11px;
  z-index: 100;
}


/*custom drop down css over*/


/*.e-all-block{
  box-shadow: 1px 3px 6px #3131312b;
  border-radius: 5px;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}*/

.e-all-title {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
}

.events-img .e-img {
  width: 240px;
  max-width: 240px;
  /*height: 146px;
  max-height: 146px;*/
  height: 170px;
  min-height: 170px;
  max-height: 170px;
  object-fit: cover;
}

.e-all-block .events-img-title {
  text-align: left;
}

.e-all-block .events-time {
  text-align: left;
}

.e-all-block .events-location {
  text-align: left;
}

.e-all-block .events-location {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.e-map {
  border-radius: 6px;
  overflow: hidden;
  margin: 30px 0;
  height: 320px;
  min-height: 320px;
  position: relative;
}

.btn-map {
  width: 160px;
  height: 40px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 34px;
  padding: 0;
  color: #3d2f90;
  font-size: 14px;
  background: #ffffffd9;
  border-radius: 0;
  border: 1.5px solid #4c4c4c99;
  transition: .4s;
  z-index: 1034;
}

.e-slider {
  background: #9b03c4;
  padding: 0 15px;
  border-radius: 6px;
  overflow: hidden;
}

.e-item {
  text-align: center;
  text-align: -webkit-center;
}

.e-slider .owl-carousel.owl-drag .owl-item {
  margin-right: 15px !important;
}

.e-slider .owl-carousel.owl-drag .owl-item:hover {
  background: #3d2f90;
}

.e-slider-img {
  width: 35px !important;
}

.e-slider .owl-theme .owl-nav {
  margin-top: 0;
}

.e-slider .owl-theme .owl-nav .owl-prev {
  position: absolute;
  width: 20px;
  top: -1px;
  left: -15px;
  font-size: 24px;
  color: #fff;
  margin: auto 0;
  background: #9b03c4;
}

.e-slider .owl-theme .owl-nav .owl-next {
  position: absolute;
  width: 20px;
  top: -1px;
  right: -15px;
  font-size: 24px;
  color: #fff;
  margin: auto 0;
  background: #9b03c4;
}


/*------------
Browse event over
--------------*/


/*------------------
event detail start
-----------------*/

.e-mb {
  margin-bottom: 50px;
}

.e-preview-img {
  border-radius: 8px;
}

.ed-title {
  color: #4c4c4c;
  font-size: 30px;
  margin-bottom: 16px;
}

.o-detail {
  color: #1d1d1d;
  font-size: 14px;
  letter-spacing: .5px;
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 0;
}

.star-img {
  border-radius: 50%;
  margin-bottom: 1rem;
}

.cast-name {
  color: #1d1d1d;
  font-size: 16px;
  padding: 0 .5rem;
}

.sponsor-img {
  border: 1px solid #e5e5e5;
  width: 130px;
  max-width: 130px;
  min-width: 60px;
}

.venue-landmark {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.venue-address {
  color: #1d1d1d;
  font-size: 14px;
  margin-bottom: 16px;
}

.e-venue-map {
  border-radius: 8px;
  overflow: hidden;
  margin: 30px 0;
  height: 300px;
  min-height: 300px;
}

.e-card {
  background: #fff;
  box-shadow: 2px 2px 8px #e1e1e1b8;
  border-radius: 8px;
  padding: 35px 16px;
  margin-bottom: 30px;
}

.e-movie-name {
  color: #4c4c4c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.e-date-img {
  width: 32px;
}

.m-30 {
  margin-bottom: 30px;
}

.e-date {
  color: #1d1d1d;
  font-size: 14px;
  margin-bottom: 0;
}

.e-money {
  font-size: 20px;
  font-weight: bold;
}

.btn-book-ticket {
  color: #fff;
  background: #3d2f90;
  font-size: 18px;
  border-radius: 50px;
  padding: .375rem 1.2rem;
  border: 2px solid #3d2f90;
}

.btn-book-ticket:hover {
  color: #3d2f90;
  background: #fff;
}

.ticket-book {
  display: flex;
  flex-wrap: wrap;
}

.e-card-social {
  padding: 20px 16px;
}

.social-title {
  color: #1d1d1d;
  font-size: 24px;
}

.e-social-bg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #5b0e7e;
  border-radius: 50px;
  border: 2px solid #5b0e7e;
  transition: .4s;
}

.e-social-icon {
  color: #fff;
  font-size: 23px;
}

.e-social-bg:hover {
  background: #fff;
}

.e-social-bg:hover .e-social-icon {
  color: #5b0e7e;
}


/*------------------
event detail over
-----------------*/


/*-------------
Faq page start
-------------*/

.faq-bg {
  background-image: url(../images/faq-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 108px 0;
}

.c-accordion-tab {
  border: 0;
  box-shadow: 0px 0px 22px #e1e1e1c7;
  margin: 2rem 0;
}

.c-accordion-header {
  padding: 0;
}

.c-tab-btn {
  width: 100%;
  color: #4c4c4c;
  font-size: 16px;
  text-align: left;
  padding: .85rem 3.5rem;
  text-decoration: none !important;
  text-decoration-line: none !important;
  white-space: normal;
  word-break: break-all;
  position: relative;
}

.c-tab-btn:hover {
  color: #9b03c4;
}

.c-tab-btn:before {
  position: absolute;
  content: url('../images/ic_faq.png');
  left: 12px;
  top: 13px;
}

.c-tab-btn:hover {
  text-decoration: none;
}

.c-tab-btn:after {
  content: url('../images/ic_down.png');
  position: absolute;
  right: 12px;
  top: 13px;
}

.c-tab-btn[aria-expanded="true"]:after {
  content: url('../images/ic_up.png');
}

.c-accordion-body {
  padding-top: 0;
  padding-left: 4rem;
}


/*-------------
Faq page over
-------------*/


/*-------------
like page start
-------------*/

.like-p {
  padding: 60px 0 50px 0;
}

.e-like-title {
  color: #1d1d1d;
  font-size: 30px;
  font-weight: bold;
}

.e-like-detail {
  color: #9CA6C7;
  font-size: 14px;
}


/*.like-block{
  position: relative;
}*/

.e-all-block {
  display: flex;
  flex-wrap: nowrap;
  box-shadow: 1px 3px 6px #3131312b;
  border-radius: 5px;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}

.like-block p {
  text-align: left;
}

.like-share {
  position: absolute;
  top: 2px;
  right: 12px;
}

.share-list {
  display: flex;
  align-items: center;
  align-self: center;
}

.c-share {
  width: 45px;
  height: 45px;
  color: #4c4c4c;
  text-align: center;
  text-align: -webkit-center;
  cursor: pointer;
}

.c-like {
  width: 45px;
  height: 45px;
  padding-top: 1px;
  font-size: 22px;
  color: #818181;
  background: none;
  text-align: center;
  text-align: -webkit-center;
  cursor: pointer;
  transition: .4s;
}

.c-like:hover {
  color: red;
}

.c-like-fill {
  color: red;
}

.btn-lode {
  color: #fff;
  background: #3d2f90;
  border-radius: 50px;
  font-size: 18px;
  padding: .375rem 1.5rem;
}


/*------------
like page over
------------*/


/*-----------------
interest page start
-----------------*/

.step-block {
  padding-top: 50px;
  /*padding-right: 50px;*/
}

.interest-title {
  color: #4c4c4c;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 30px;
}

.interest-detail {
  color: #4c4c4c;
  font-size: 14px;
  letter-spacing: .5px;
}

.c-progress {
  border-radius: 50px;
  height: 8px;
}

.c-progress-bar {
  background: #3659e3;
  border-radius: 50px;
}

.step-text {
  color: #1d1d1d;
  font-size: 14px;
}

.i-select-block {
  background: #f8f8f8;
  padding: 60px 30px;
  margin-left: 20px;
}

.i-select-card {
  padding: 22px;
  border: 0;
  box-shadow: 0 0 8px #e1e1e142;
  margin-bottom: 30px;
}

.i-card-title {
  color: #5b0e7e;
  font-size: 24px;
  margin-bottom: .85rem;
}

.btn-interest {
  color: #1d1d1d;
  font-size: 14px;
  background: #f5f4f7;
  border-radius: 50px;
  padding: .25rem .95rem;
  margin-bottom: 10px;
  transition: .3s;
}

.btn-interest:hover {
  color: #fff;
  background: #3d2f90;
}

.btn-interest.active {
  color: #fff;
  background: #3d2f90;
}

.btn-interest-select {
  color: #fff;
  background: #3d2f90;
}

.btn-i-manage {
  width: 90px;
  height: 40px;
  color: #3d2f90;
  background: #fff;
  border: 1px solid #3d2f90;
  border-radius: 50px;
  transition: .4s;
}

.btn-i-manage:hover {
  background: #3d2f90;
  color: #fff;
}


/*-----------------
interest page over
-----------------*/


/*-----------------
location page start
------------------*/

.location-title {
  color: #6f6f6f;
  font-size: 14px;
}

.location-input {
  border: 0;
  border-bottom: 1px solid #6c6c6c;
  border-radius: 0;
  padding: 0;
  color: #3d2f90 !important;
  font-size: 24px;
}

.location-input:focus {
  border-color: #6c6c6c;
}


/*-----------------
location page over
------------------*/


/*-------------------
Contact us page start
-------------------*/

.contact-detail {
  margin-bottom: 30px;
}

.contact-bg {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 108px 0;
}

.contact-info-li {
  color: #777777;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: .75rem 0;
  padding-left: 3.5rem;
  margin-bottom: 30px;
  position: relative;
}

.contact-call:before {
  position: absolute;
  content: url('../images/ic_call.png');
  top: 0;
  left: 0;
}

.contact-mail:before {
  position: absolute;
  content: url('../images/ic_mail.png');
  top: 0;
  left: 0;
}

.contact-add:before {
  position: absolute;
  content: url('../images/ic_pin.png');
  top: 0;
  left: 0;
}

.contact-form {
  margin-left: 20px;
  margin-bottom: 60px;
}

.c-form-group {
  margin-bottom: 1.5rem;
}

.contact-input {
  border: .5px solid #acacac;
  border-radius: 5px;
  font-size: 14px;
  padding: .80rem;
  height: 50px;
}

.btn-submit {
  width: 120px;
  height: 45px;
  color: #fff;
  background: #3d2f90;
  border-radius: 50px;
  border-color: 2px solid #3d2f90;
  transition: .4s;
}

.btn-submit:hover {
  color: #3d2f90;
  background: #fff;
}

.contact-form .form-row>[class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}


/*-------------------
Contact us page over
-------------------*/


/*---------------
How we work start
--------------*/

.work-bg {
  background-image: url(../images/work_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 310px 0;
}

.timeline {
  position: relative;
  padding: 0 0 170px 0;
  margin-top: 22px;
  list-style: none;
}

.timeline>li:nth-child(even) {
  position: relative;
  margin-bottom: 50px;
  height: 160px;
  /*right:-100px;*/
}

.timeline>li:nth-child(odd) {
  position: relative;
  margin-bottom: 50px;
  height: 160px;
  /*left:-100px;*/
}


/*.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}*/

.f-timeline:before {
  position: absolute;
  content: "Payment Processing";
  right: -198px;
  color: #fff;
  text-align: -webkit-auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  top: 0;
  padding-left: 25px;
  bottom: 0;
  margin: auto 0;
  width: 136%;
  height: 105px;
  z-index: -1;
  border-radius: 0 40px 40px 0;
  background: #5b0e7d;
}

.f-timeline-last:before {
  position: absolute;
  content: "An website designed for organisers";
}

.f-timeline-child:before {
  position: absolute;
  content: "Free tickets are always free";
  left: -198px;
  color: #fff;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  top: 0;
  padding-right: 25px;
  padding-left: 25px;
  bottom: 0;
  margin: auto 0;
  width: 136%;
  height: 105px;
  z-index: -1;
  border-radius: 40px 0 0 40px;
  background: #5b0e7d;
}

.timeline>li:after {
  clear: both;
  min-height: 170px;
}

.timeline>li .timeline-panel {
  position: relative;
  float: left;
  width: 40%;
  padding: 50px 20px 20px 30px;
  text-align: right;
  font-size: 15px;
}

.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*border: 7px solid #3b5998;*/
  border-radius: 100%;
  background-color: #5b0e7d;
  width: 160px;
  height: 160px;
  /*margin-left: -100px;*/
  text-align: -webkit-center;
}

.timeline>li .timeline-image img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 12px solid #5b0e7d;
}

.timeline>li .timeline-image h4 {
  margin-top: 12px;
  font-size: 10px;
  line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 50px 30px 20px 20px;
  text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 22px;
  margin-bottom: 4px;
  padding: 0;
  color: #b3b3b3;
}

.timeline .timeline-heading h4.subheading {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 18px;
  color: #333333;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
  margin-bottom: 0;
  color: #808080;
}


/*Style for even div.line*/

.timeline>li:nth-child(odd) .line:before {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 125px;
  border-radius: 50px;
  background-color: #5b0e7d;
}


/*Style for odd div.line*/

.timeline>li:nth-child(even) .line:before {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 160px;
  background-color: #5b0e7d;
}

.brand-bg {
  background: #f8f8f8;
  padding: 100px 0;
}

.brand-title {
  color: #4c4c4c;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}

.brand-detail {
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .5px;
}

.brand-social {
  padding: 100px 0;
}

.social-circal {
  position: relative;
}

.social-fb {
  position: absolute;
  margin: 0 auto;
  top: -8px;
  left: 0;
  right: 65px;
  cursor: pointer;
}

.social-insta {
  position: absolute;
  top: 20%;
  margin: 0 auto;
  left: 0;
  right: -132px;
  cursor: pointer;
}

.social-twt {
  position: absolute;
  bottom: 28%;
  margin: 0 auto;
  left: 0;
  right: -160px;
  cursor: pointer;
}

.social-gp {
  position: absolute;
  bottom: 8px;
  margin: 0 auto;
  left: 0;
  right: 25px;
  cursor: pointer;
}

.ew-slider {
  padding: 70px 0;
  background: #9506c1;
}

.ew-slider-title {
  color: #fff;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.ew-slider-detail {
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: .5px;
}


/*3d slider start*/

.w-slider-block {
  padding: 80px 0;
}

.carousel {
  margin: 0 auto;
  width: 800px;
  height: 300px;
  display: relative;
}

.carousel img {
  display: hidden;
  /* hide images until carousel prepares them */
  cursor: pointer;
  /* not needed if you wrap carousel items in links */
}

.w-slider-block .carousel-control-next {
  right: -100px;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50px;
  background: rgba(253, 113, 44, 1);
  background: -moz-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253, 113, 44, 1)), color-stop(100%, rgba(242, 23, 128, 1)));
  background: -webkit-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: -o-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: -ms-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: linear-gradient(to right, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
}

.w-slider-block .carousel-control-prev {
  left: -100px;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50px;
  background: rgba(253, 113, 44, 1);
  background: -moz-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253, 113, 44, 1)), color-stop(100%, rgba(242, 23, 128, 1)));
  background: -webkit-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: -o-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: -ms-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: linear-gradient(to right, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
}


/*3d slider over*/

.pricing-card {
  box-shadow: 0 0px 8px 0px #e1e1e1b5;
  border-radius: 6px;
  border: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.pricing-odd {
  padding-bottom: 2rem;
}

.pricing-even {
  padding-bottom: 5rem;
}

.pricing-img {
  position: relative;
}

.pricing-title {
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pricing-body {
  padding: .75rem;
}

.pricing-item {
  font-size: 13px;
  color: #1d1d1d;
  padding: .50rem 0;
  padding-left: 1.75rem;
  position: relative;
}

.pricing-item:before {
  position: absolute;
  content: url("../images/ic_tick.png");
  left: 0;
  top: 10px;
}


/*---------------
How we work over
--------------*/


/*----------------
Account page start
----------------*/


.main-content {
  position: relative;
  overflow: hidden;
}

.main-box {
  margin-left: 300px;
  transition: .2s;
}

.ac-info-title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid #959595;
}

.input-label {
  color: #1d1d1d;
  font-size: 14px;
}

.chnage-email {
  color: #3d2f90;
  font-size: 16px;
  text-decoration-line: underline;
}

.user-pic-bg {
  padding-bottom: 2rem;
  border-bottom: 1px solid #959595;
  margin-bottom: 30px;
}

.profile-title {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
}

.profile-upload {
  overflow: hidden;
  /*padding: 2rem;*/
  background: #f9f9f9;
  cursor: pointer;
}

#user-pic {
  width: 90px;
  height: 90px;
  max-width: 90px;
  max-height: 90px;
  border-radius: 50px;
  object-fit: cover;
  position: relative;
  cursor: pointer;
}

.add-btn {
  position: absolute;
  width: 30px;
  right: 0;
  bottom: 0;
}

.user-input {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  opacity: 0;
  cursor: pointer;
}

.ac-info .form-row>[class*=col-] {
  padding-right: 10px;
  padding-left: 5px;
}

.ac-info .contact-input {
  height: 50px;
  border: 0;
}

.c-form-group .select-selected {
  font-size: 14px;
  border-radius: 5px;
  border: .5px solid #e1e1e1;
}

.c-form-group .select-selected:after {
  top: 8px;
}

.hr-ac {
  background: #959595;
  height: .1px;
}

.btn-save {
  width: 120px;
  height: 40px;
  color: #3b3fc5;
  background: #ffffff;
  border-radius: 5px;
  transition: .4s;
  font-size: 16px;
  font-weight: 700;
}

.btn-save:hover{
  color: #3d2f90;
  background: #fff;
}


/*----------------
Account page over
----------------*/


/*------------------
Account debit start
-----------------*/

.sidebar-btn {
  display: none;
}

.ac-debit {
  padding-bottom: 200px;
}

.c-tbl-head {
  background: #f9f9f9;
}

.ac-debit .table thead th {
  color: #1d1d1d;
  border-bottom: 1px solid #dee2e6;
}

.ac-tbl-tr {
  border-bottom: 1px solid #dee2e6;
}

.ac-tbl-td {
  color: #1d1d1d;
  font-size: 14px;
  vertical-align: middle !important;
}


/*.ac-tbl-img{

}*/


/*------------------
Account debit over
-----------------*/


/*---------------
Dashboard Start
---------------*/

.ticket-img {
  padding-bottom: 20px;
}

.ticket-title {
  color: #1d1d1d;
  font-size: 30px;
  margin-bottom: 20px;
}

.btn-ticket {
  width: 220px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  border: 1px solid #3d2f90;
  background: #3d2f90;
  border-radius: 50px;
  transition: .3s;
}

.btn-ticket:hover {
  color: #3d2f90;
  background: #fff;
}
.ma-sidebar{
  width: 350px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1034;
  transition: .4s;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 6px #00000029;
}

.ma-sidebar-toggle{
  right: -350px;
}

.m-height{
  min-height: 500px;
}

.ticket-box{
  border-left: .5px solid #dbdbdb;
  border-bottom: .5px solid #dbdbdb;
  box-shadow: 0 2px 8px #e1e1e1;
  position: relative;
}

.ui-datepicker{
  /*z-index: 1002 !important;*/
  z-index: 1052 !important;
}

.crt-box{
  /*height: calc(100% - 160px);*/
  height: 428px;
  min-height: 428px;
  overflow-y: auto;
  margin-top: 85px;
}

.ct-btn-block{
  height: 77px;
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-left: .5px solid #dbdbdb;
  border-top: .5px solid #dbdbdb;
  z-index: 1001;
}

.t-tile-block{
  height: 85px;
  position: absolute;
  background: #fff;
  width: 100%;
  top: 0;
}

.t-tile {
  color: #701DB8;
  font-size: 24px;
  padding: 40px 16px 16px;
  border-bottom: .5px solid #dbdbdb;
  border-left: .5px solid #dbdbdb;
}

.t-type-btn {
  color: #3d2f90;
  font-size: 13px;
  background: none;
  border-radius: 50px;
  border: .5px solid #b7b7b7;
  padding: .55rem 1.5rem;
  margin-right: .3rem;
}

.t-type-btn.active {
  background: #f0eef8;
  border-color: #3d2f90;
}

.t-type-btn:hover {
  background: #f0eef8;
  border-color: #3d2f90;
}

.t-form-group {
  position: relative;
  letter-spacing: .5px;
}

.t-label {
  font-size: 14px;
  color: #9CA6C7;
/*  position: absolute;
  left: 13px;
  top: 6px;
  margin-bottom: 0;
  z-index: 1;*/
}

.t-input {
  color: #1d1d1d;
  border: .5px solid #E1E6ED;
  border-radius: 0;
  font-size: 14px;
 /* padding-top: 1.4rem;*/
  height: 50px;
}

.t-after-text {
  color: #1d1d1d;
  font-size: 12px;
}

.ac-select .select-selected {
  padding-top: 1rem;
}

.t-input-dollar {
  position: absolute;
  color: #1d1d1d;
  top: 15px;
  right: 12px;
  font-size: 14px;
}

.t-date-block {
  position: relative;
}

.t-date-block:before {
  position: absolute;
  content: url("../images/calander.png");
  top: 12px;
  right: 8px;
}

.t-time {
  padding: .85rem;
  text-align: right;
}

.t-submit-btn {
  width: 150px;
  height: 45px;
  color: #484545;
  font-size: 16px;
  border-radius: 50px;
  transition: .3s;
}

.t-submit-btn.active {
  color: #fff;
  background: #701DB8;
}

.t-submit-btn:hover {
  color: #fff;
  background: #701DB8;
}


/*---------------
Dashboard Start
---------------*/


/*---------------------------
Dashboard Create event start
---------------------------*/

.create-event-title {
  color: #701DB8;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins;
}

.btn-event-group {}

.btn-event {
  width: 140px;
  height: 40px;
  font-size: 14px;
  background: no-repeat;
  border-radius: 0;
  border: .5px solid #e1e1e1;
  margin-right: 1rem;
}

.btn-event.active {
  background: #2e3192;
  color: #fff;
}

.btn-event:hover {
  background: #2e3192;
  color: #fff;
}

.tab-btn-block {
  /*height: 40px;
  line-height: 40px;*/
  border-bottom: 1px solid #E1E6ED;
  padding: .75rem 0rem;
}

.hr-line {
  height: 1px;
  margin-top: 0;
}

.tab-btn {
  color: #9CA6C7;
  font-size: 14px;
  text-transform: capitalize;
    font-weight: 500;
  /*padding: 0 .75rem;*/
}

.tab-btn.active {
  color: #701DB8;
}

.saprator {
  color: #d7d7d7;
  padding: 0 .75rem;
}

.m-title {
  color: #3d2f90;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: .75rem 1.8rem;
  position: relative;
}

.m-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #3d2f90;
  left: 27px;
  bottom: 0;
}
.m-w-b-titl{
  color: #701DB8;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: .75rem 0rem;
  position: relative;
  font-weight: 600;
}

.tips-title {
  color: #3d2f90;
  font-size: 15px;
  margin-bottom: 0;
  padding: .75rem 1.8rem;
}

.main-form {
  padding-left: 1.8rem;
}

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

.e-input {
  color: #1d1d1d;
  border: 1px solid #E1E6ED;
  border-radius: 0;
  font-size: 14px;
  padding: .95rem;
  height: 50px;
  font-family: 'Poppins';
}
.e-input::placeholder {
  color: #9CA6C7;
}

.form-label {
  color: #1d1d1d;
  font-size: 14px;
  margin-bottom: .50rem;
}

.t-form-group .select-selected {
  border-radius: 0;
  /* border: 1px solid #e1e1e1; */
  border: 1px solid #E1E6ED;
  font-size: 14px;
  overflow: hidden;
}

/*.t-form-group .select-selected{
	color: #ccc;
}*/

.location-info {
  font-size: 12px;
  color: #3d2f90;
  cursor: pointer;
}

.btn-chk{
  background-image: url('../images/ic_chkbox.png');
  width: 12px;
  height: 12px;
  display: inline-block;
  line-height: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -2px;
}

.c-chkbox {
  background-position: 0 -12px;
}

.map-box {
  width: 100%;
  height: 400px;
  border: 1px solid #e1e1e1;
  margin-top: 30px;
  position: relative;
}

.map-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ed-input {
  color: #3d2f90;
  text-transform: uppercase;
  padding-right: 100px;
}

.l-more {
  position: absolute;
  top: 46px;
  right: 22px;
  margin: auto 0;
  color: #3d2f90;
  font-size: 12px;
  cursor: pointer;
}

.btn-e-manage {
  width: 130px;
  height: 50px;
  padding: 0;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: .5px solid #3d2f90;
  margin-right: 5px;
}

.btn-e-manage.active {
  color: #fff;
  background: #3d2f90;
}

.btn-e-manage:hover {
  color: #fff;
  background: #3d2f90;
}


/*image upload start*/

.file-upload {
  background-color: #f7f7f7;
  padding: 20px;
  max-width: 500px;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  border: 2px dashed #cccccc;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background: #fff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #3d2f90;
  background: #fff;
  border: none;
  padding: 10px;
  border: 1px solid #3d2f90;
  border-radius: 4px;
  transition: all 0.2s ease;
  outline: none;
  font-weight: 700;
}

.remove-image:hover {
  background: #3d2f90;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

.u-img {
  padding: 2rem 0;
}

.u-title {
  font-size: 12px;
  color: #3d2f90;
}

.u-sub-title {
  font-size: 12px;
  color: #333;
  padding: 0 4rem;
}

.u-img-info {
  color: #1d1d1d;
  font-size: 12px;
  letter-spacing: .5px;
  padding-right: 1rem;
}

.ul-more {
  color: #3d2f90;
}


/*image upload over*/

.editor-text {
  color: #3d2f90;
}

.img-info {
  width: 18px;
}

.organiser-item {
  color: #3d2f90;
  font-size: 12px;
}

span.purple {
  color: #3d2f90;
}

.social-chk {
  font-size: 12px;
  color: #3d2f90;
}

.th-event {
  width: 50px;
  font-weight: bold;
}

.th-e-detail {
  width: calc(100% - 175px);
}

.th-e-time {
  font-size: 16px;
  font-weight: 600;
}

.th-e-desc {
  font-size: 14px;
}

.th-toggler {
  width: 125px;
  text-align: right;
}

.a-toggler {
  width: 30px;
  height: 30px;
  line-height: 32px;
  color: #3d2f90;
  background: #f8f8f8;
  text-align: center;
  padding: 0;
  border-radius: 50px;
  transition: .3s;
}

.a-toggler:hover {
  color: #fff !important;
  background: #3d2f90 !important;
}


/*select days custom start*/
.SumoSelect .select-all{
  padding: 8px 0 30px 35px !important;
}
/*select days custom start*/

/*----------Crate ticket table start-----------*/

.border-table {
  border: .5px solid #dee2e6;
}

th.th-title {
  font-size: 14px;
  color: #4F5362;
  font-weight: 500;
  border-bottom: 0 !important;
}

.va-m {
  vertical-align: middle !important;
}

.w-300 {
  width: 300px;
}

.w-200 {
  width: 200px;
}

.w-250 {
  width: 250px;
}

.td-inner {
  font-size: 14px;
  color: #1d1d1d;
}

.t-setting-li {
  height: 63px;
  line-height: 63px;
  border: .5px solid #fff;
  border-bottom: .5px solid #dee2e6;
  transition: .1s;
  margin-bottom: -1px;
}

.t-setting-li:hover {
  background: #f8f7fa;
  border-color: #e1e1e1;
  border-bottom-color: #f8f7fa;
}

.ticket-manage-icon {
  color: #3d2f90;
  font-size: 20px;
  padding: 0 1rem;
}


/*accordion table start*/

.accordion-bg {
  background: #f8f7fa;
}

.st-title {
  color: #3d2f90;
  font-size: 18px;
  text-transform: uppercase;
  padding: .75rem 1rem;
}

.add-group-img {
  width: 15px;
}


/*accordion table over*/

.ticket-input {
  position: relative;
}

.currency {
  position: absolute;
  left: 15px;
  top: 15px;
}

.buy-ticket {
  position: absolute;
  font-size: 14px;
  left: 15px;
  letter-spacing: .5px;
}

.buy-ticket .img-info {
  width: 14px;
  margin-top: -3px;
}

.btn-add-ticket {
  width: 150px;
  height: 50px;
  padding: 0;
  color: #3d2f90;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: .5px solid #3d2f90;
  margin: 0 1rem;
  transition: .4s;
}

.btn-add-ticket:hover {
  color: #fff;
  background: #3d2f90;
}

.add-img-fill {
  display: none;
}

.btn-add-ticket:hover .add-img {
  display: none;
}

.btn-add-ticket:hover .add-img-fill {
  display: inline-block;
}

.total-capacity {
  color: #1d1d1d;
  font-size: 14px;
  letter-spacing: .5px;
}


/*----------Crate ticket table over-----------*/

.selection-block {
  border: .5px solid #dee2e6;
  padding: .80rem 1.8rem;
}


/*custom radio btn start*/

.btn-radio {
  background-image: url(../images/radio.png);
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -1px;
}

.c-radio {
  background-position: 0 -18px;
}


/*custom radio btn over*/

.purple {
  color: #2e3192;
}


/*.refund-day-list{
  color: #1d1d1d;
  font-size: 14px;
  margin-bottom: 1rem;
  display: flex;
}
*/

.small-txt {
  font-size: 12px;
}

.ticket-footer {
  padding: 80px 0;
}

.done-title {
  color: #3d2f90;
  font-size: 30px;
  margin-bottom: 30px;
}

.btn-done {
  width: 130px;
  height: 50px;
  padding: 0;
  color: #3d2f90;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: .5px solid #3d2f90;
  margin-right: 5px;
  margin: 0 .75rem;
  transition: .4s;
}

.btn-done.active {
  color: #fff;
  background: #3d2f90;
}

.btn-done:hover {
  color: #fff;
  background: #3d2f90;
}

.btn-live {
  width: 200px;
}


/*switch start*/

.material-switch>input[type="checkbox"] {
  display: none;
}

.material-switch>label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
  margin-bottom: 3px;
}

.material-switch>label::before {
  background: #c1cac9;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 8px;
  left: 0;
  margin-top: -4px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch>label::after {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 20px;
  left: -4px;
  margin-top: -6px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 20px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
  background: inherit;
}

.material-switch>input[type="checkbox"]:checked+label::after {
  background: #701DB8;
  left: 20px;
}
/*switch over*/
/*map pin box start*/
.map-pin-box {
  background: #fff;
  border-radius: 4px;
  width: 360px;
  height: 220px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 8px #11111147;
}

.pin-card {
  margin: .30rem 0;
  padding: .30rem 0;
}

.pin-card+.pin-card {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.pin-e-img {
  width: 85px;
  margin-right: 10px;
}

.pin-event-img {
  width: 85px;
  max-width: 85px;
  border-radius: 4px;
}

.pin-e-desc {
  width: calc(100% - 95px);
}

.pin-e-title {
  font-size: 16px;
  font-weight: 600;
}

.pin-e-time {
  font-size: 13px;
}

.pin-e-locaion {
  font-size: 13px;
}

.pin-like {
  color: #313131;
}

.pin-like:hover {
  color: red;
}


/*map pin box over*/


/*---------------------------
Dashboard Create event over
---------------------------*/


/*--------------------
Event dashboar start
--------------------*/

.edash-title-sm {
  text-transform: capitalize;
  color: #72E4F3;
  font-size: 18px;
}

.edash-title {
  font-size: 28px;
  font-weight: bold;
}

.link-inline, .l-g-colr {
  color: #9CA6C7;
}

.link-inline:hover {
  color: #701DB8;
}

.edash-inner-title {
  font-size: 24px;
  font-weight: 600;
  color: #701DB8;
  margin-bottom: 0;
  letter-spacing: .2px;
}


/*.c-item{
  width: 50%;
  height: 100px;
  display: inline-block;
  margin: -1px;
}

.complete-section{
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: .75rem;
  margin: .75rem;
  border: 1px solid #e1e1e1;
}

.c-img{
  width: 70px;
}*/

.c-section {
  display: flex;
  height: 100px;
  align-items: center;
 /* border: 1px solid #e1e1e1;*/
}

.c-img {
  width: 85px;
  text-align: -webkit-center;
}

.progress-block {
  width: 60%;
}

.e-progress {
  background: #701DB8;
}

.net-sale {
  padding: .75rem;
  padding-left: 1.5rem;
  overflow: hidden;
  margin: 1rem 0 0;
  border: 1px solid #e1e1e1;
}

.sale-data {
  display: flex;
  height: calc(100% - 21px);
  align-items: center;
  justify-content: center;
}

.sale-data-info {
  font-size: 12px;
}

.sale-price {
  font-size: 18px;
}

.c-border {
  border: 1px solid #e1e1e1;
}

.sale-position {
  margin-bottom: .15rem;
}

.sale-saprator {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

.gross-title {
  font-size: 12px;
}

.gross-title a {
  text-decoration: underline !important;
}

.advance-payment-block {
  padding: 45px 15px;
}

.advance-payment {
  font-size: 16px;
}

.advance-payment-text {
  font-size: 14px;
}

.payment-owner {
  font-size: 12px;
}

.payment-process {
  font-size: 16px;
}

.th-bg {
  background: #ebebeb;
}

td.vat-total {
  padding-right: 127px;
  font-size: 12px;
}

.w-150 {
  width: 150px;
}

.report-collaps {
  position: absolute;
  font-size: 25px;
  top: 10px;
  right: 16px;
  margin: auto 0;
  transition: .3s;
  cursor: pointer;
}

.report-collaps:hover {
  transform: rotate(90deg);
}


/*--------------------
Event dashboar over
--------------------*/


/*------------------------
Event type Language start
-----------------------*/

.btn-view {
  width: 130px;
  height: 50px;
  padding: 0;
  font-size: 14px;
  background: none;
  border-radius: 0;
  color: #701DB8;
  border: 1px solid #701DB8;
}

.btn-dash-save {
  width: 150px;
  height: 50px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  background: #2e3192;
  border-radius: 0;
  border: 1px solid #2e3192;
  margin-top: 1rem;
}

.btn-dash-save:hover {
  color: #2e3192;
  background: #fff;
}


/*------------------------
Event type Language over
-----------------------*/


/*---------------------
manage attendees start
--------------------*/

.h-70 {
  height: 70px;
}

.guest {
  background: #2e3192;
  color: #fff;
  padding: .5rem;
  border-radius: 50px;
}

.t-dash-input {
  padding: 1rem;
}

.counter-slide {
  cursor: pointer;
}

.t-accordion {
  color: #da09b4;
  position: relative;
}

.t-accordion:before {
  position: absolute;
  content: "\f107";
  font-family: 'FontAwesome';
  right: 12px;
  top: 0;
  font-size: 18px;
  transform: rotate(180deg);
  transition: .5s;
}

.t-accordion-click:before {
  transform: rotate(0deg);
}

.count-txt {
  font-size: 12px;
  width: calc(100% - 100px);
}

.counter-dash {
  width: 100px;
}


/*counter start*/

.qty .countt {
  color: #5b0e7e;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
}

.qty .plus {
  cursor: pointer;
  vertical-align: middle;
}

.qty .minus {
  cursor: pointer;
  vertical-align: middle;
}

.qty {
  /*text-align: center;*/
}


/*Prevent text selection*/

span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.countt {
  border: 0;
  width: 2%;
}

nput::-webkit-outer-spin-button,
.countt::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.countt:disabled {
  background-color: white;
}


/*counter over*/

.arrival-block {
  margin-bottom: .8rem;
  padding-bottom: .5rem;
}

.arrival-slider {
  width: 50px;
}

.arrival-content {
  width: calc(100% - 50px);
  font-size: 12px;
}

.t-dash-submit {
  width: 140px;
  height: 45px;
  color: #484545;
  background: none;
  border: .5px solid #e1e1e1;
  border-radius: 0;
  font-size: 14px;
}


/*---------------------
manage attendees over
--------------------*/


/*--------------------------
manage attendees List start
-------------------------*/

.chk-block {
  width: 30px;
}

.chk-content {
  width: calc(100% - 30px);
}

.btn-pdf {
  width: 180px;
  height: 45px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  background: #2e3192;
  border-radius: 0;
  border: .5px solid #2e3192;
  margin: 0 0 .50rem 0;
  transition: .4s;
}

.btn-pdf:hover{
  color: #3d2f90;
  background: #fff;
}

.attendee-report {
  font-size: 12px;
  text-decoration: underline !important;
}


/*--------------------------
manage attendees List over
-------------------------*/


/*----------------------------
Manage attendees checkin start
----------------------------*/

.Check-in-progress {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.Check-in-progress .c-progress {
  width: 400px;
}

.progress-step {
  width: calc(100% - 400px);
}

.search-chk {
  position: absolute;
  top: 12px;
  left: 14px;
}
.dic-c-s {
  top: 70%;
  transform: translateY(-50%);
  left: 10px;
}

.chk-detail .custom-select-modal {
  width: 100px;
}

.chk-detail .select-selected {
  border-radius: 0;
  height: 40px;
  line-height: 2;
  font-size: 14px;
}

.chk-detail .select-items {
  height: auto;
}

.pagination-chk a {
  font-size: 24px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  padding: 0;
  margin: 0;
}

.pagination-chk a.active {
  background: #e1e1e1;
}

.pagination-chk a:hover {
  color: #3d2f90;
  background: #e1e1e1;
  text-decoration: underline !important;
}

.pagination-chk a:focus {
  box-shadow: none;
  border: 0;
}


/*----------------------------
Manage attendees checkin over
----------------------------*/


/*--------------------------------
Manage attendees guest list start
-------------------------------*/

.btn-guest {
  width: 140px;
  height: 45px;
  color: #fff;
  background: #2e3192;
  border-radius: 0;
  font-size: 14px;
  border: 2px solid #2e3192;
}

.btn-guest:hover {
  color: #2e3192;
  background: #fff;
}

.wc-50 {
  width: 50px;
}


/*--------------------------------
Manage attendees guest list over
-------------------------------*/


/*----------------------
create list modal start
---------------------*/

.create_list-title {
  font-size: 19px;
  font-weight: bold;
}

.border-bottom-purple {
  border-bottom: 1px solid #9108be;
}

.border-top-purple {
  border-top: 1px solid #9108be4a;
}

.btn-list {
  width: 140px;
  height: 45px;
  color: #1d1d1d;
  background: #fff;
  border: .5px solid #e1e1e1;
  border-radius: 0;
  font-size: 14px;
}

.btn-list:hover {
  background: #f7f7f7;
}


/*----------------------
create list modal over
---------------------*/


/*------------------
Add Attendees start
------------------*/

.total-input {
  background: #f7f7f7;
  border: 0;
  height: 45px;
  padding-left: 30px;
}

.btn-continue {
  width: 120px;
  height: 45px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  background: #701DB8;
  border-radius: 0;
  border: .5px solid #701DB8;
  transition: .4s;
}

.w-400 {
  width: 400px;
}

.w-80 {
  width: 80px;
}

.wc-100 {
  width: 100px;
}


/*------------------
Add Attendees over
------------------*/


/*------------------
New Attendees start
------------------*/

.nav-pills .email-tab {
  color: #1d1d1d;
  border: .5px solid #e1e1e1;
  border-radius: 0;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 2.3;
  margin-right: 1rem;
}

.nav-pills .email-tab:hover {
  color: #3d2f90;
}

.nav-pills .email-tab.active {
  color: #fff;
  background: #3d2f90;
  text-decoration: underline !important;
}

.btn-test {
  color: #3d2f90;
  border: .5px solid #3d2f90;
  background: none;
  border-radius: 0;
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 2.3;
  margin-right: 1rem;
}

.f-inline {
  width: 25px;
}

.f-inline-inp {
  width: 150px;
}

.time-group {
  display: flex;
  align-items: center;
}

.f-inline-time {
  display: flex;
  align-items: center;
}

.f-inline-time span {
  width: 40px;
  text-align: center;
}

.f-inline-time .custom-select-modal {
  width: 85px;
}

.f-inline-time .select-selected {
  height: 30px;
  line-height: unset;
  font-size: 13px;
  padding: .275rem .65rem;
}

.f-inline-time .select-selected:after {
  right: 12px;
}

.f-inline-time .days {
  width: 55px;
}

.btn-newattendee {
  color: #3d2f90;
  background: #fff;
  border: 1px solid #3d2f90;
  border-radius: 0;
  height: 45px;
  padding: .375rem 2.5rem;
  font-size: 14px;
}


/* width */

.table-responsive::-webkit-scrollbar {
  width: auto;
  height: 8px;
}


/* Track */

.table-responsive::-webkit-scrollbar-track {
  background: transparent;
}


/* Handle */

.table-responsive::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 50px;
}


/* Handle on hover */

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


/*------------------
New Attendees over
------------------*/


/*-----------------------
order issue refund start
----------------------*/

.recipe-title {
  float: left;
  width: 50%;
  word-break: break-all;
  margin-bottom: 1rem;
}

.recipe-detail {
  float: left;
  width: 50%;
  word-break: break-all;
  text-align: right;
  margin-bottom: 1rem;
}

.rc-detail .custom-select-modal {
  width: 100px;
}

.rc-detail .select-selected {
  border-radius: 0;
  font-size: 14px;
}

.rc-detail .select-items {
  height: auto;
}

.btn-order {
  width: 120px;
  height: 45px;
  color: #484545;
  background: none;
  border: .5px solid #3d2f90;
  border-radius: 0;
  font-size: 14px;
}

.btn-order.active {
  background: #3d2f90;
  color: #fff;
}


/*-----------------------
order issue refund over
----------------------*/


/*-----------------
manage order start
----------------*/

.btn-mng-order {
  width: 160px;
  height: 45px;
  color: #484545;
  background: none;
  border: .5px solid #e1e1e1;
  border-radius: 0;
  font-size: 14px;
}

.btn-mng-order.active {
  background: #3d2f90;
  color: #fff;
}

.gray {
  color: #4c4c4c;
}

.order-block {
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 1.2rem 1.2rem 0 1.2rem;
  margin-bottom: 1.2rem;
}

.order-inner-block {
  background: #F9FBFF;
  border: 1px solid #e1e1e1;
  padding: 1.2rem;
}

.order-no {
  color: #701DB8;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.order-action {
  width: 150px;
}

.order-action .select-selected {
  border-radius: 0;
}

.w-90 {
  width: 90px;
}

.th-order-bg {
  background: #f9fbff;
}


/*----------------
manage order over
---------------*/


/*-----------------
Manage event start
---------------*/

.mng-event-drop .select-selected {
  border-radius: 0;
  border: 1px solid #e1e1e1;
  font-size: 14px;
}

.search-event {
  position: absolute;
  top: 14px;
  right: 14px;
}

.nav-pills .event-link {
  color: #9CA6C7;
  position: relative;
  font-family: 'Poppins';
  font-weight: 500;
}

.nav-pills .event-link.active {
  background: #701DB8;
  color: #fff;
  border-radius: .55rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.nav-pills .event-link.active:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #3d2ee4;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.live-user-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.live-user-name a {
  color: #701DB8;
}

.event-upcoming {
  color: #9CA6C7;
  font-size: 14px;
}

.event-mng-btn {
  color: #9CA6C7;
  padding-right: 25px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
.em-block {
  color: #9CA6C7;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.em-img {
  margin-top: -3px;
}


/*-----------------
Manage event over
---------------*/


/*-----------------------
order confirmation start
----------------------*/

.info-fill-img {
  margin-top: -6px;
}

.textarea {
  color: #1d1d1d;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font-size: 12px;
  padding: .95rem;
}

.c-chk {
  width: 25px;
}

.c-chk-detail {
  width: calc(100% - 25px);
}

.btn-order-confirm {
  width: 150px;
  height: 45px;
  padding: 0;
  color: #3d2f90;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: .5px solid #3d2f90;
  margin: 2rem 0 0 0;
  transition: .4s;
}

.btn-order-confirm.active {
  color: #fff;
  background: #3d2f90;
}

/*.q-type .select-selected {
  border: 0;
}*/


/*-----------------------
order confirmation over
----------------------*/


/*----------------
order form start
---------------*/

.btn-add-option {
  width: 250px;
  height: 50px;
  padding: 0;
  color: #717171;
  font-size: 16px;
  background: none;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  margin-right: 5px;
  margin: 0 .75rem;
  transition: .4s;
}

.order-form-chk .btn-chk {
  margin-top: -5px;
}

.q-add-link a {
  text-decoration: underline !important;
}

.btn-add-group {
  width: 270px;
  height: 50px;
  padding: 0;
  color: #717171;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  transition: .4s;
}


/*----------------
order form over
---------------*/


/*-------------------
payment option start
------------------*/

.info-sm {
  width: 16px;
}

.po-label {
  opacity: .75;
}

.pm-method {
  text-decoration: underline !important;
}

.offline-payment-block {
  background: #f7f7f7;
  padding: 30px;
}


/*-------------------
payment option over
------------------*/


/*------------------
payment modal start
-----------------*/

.border-bottom-d-purple {
  border-bottom: 1px solid #3d2f90;
}

.w-610 {
  width: 610px;
}


/*------------------
payment modal over
-----------------*/


/*---------------
View event start
--------------*/

.ev-date {
  font-size: 18px;
  font-weight: bold;
}

.ev-name {
  font-size: 24px;
  font-weight: bold;
}

.btn-follow {
  color: #fff;
  background: #3d2f90;
  border-radius: 50px;
  font-size: 14px;
  height: 30px;
  width: 95px;
  line-height: 1;
  padding: 0;
}

.btn-detail {
  color: #3d2f90;
  background: none;
  border-radius: 0px;
  border: 1px solid #3d2f90;
  font-size: 14px;
  height: 35px;
  width: 160px;
  line-height: 1;
  padding: 0;
}

.ev-detail {
  letter-spacing: .1px;
  line-height: 2;
  margin-bottom: 20px;
}

.ev-dt {
  font-size: 18px;
}

.add-calendar {
  text-decoration: underline !important;
}

.pl-c {
  padding-left: 2rem;
}

.btn-ev-tag {
  color: #3d2f90;
  font-size: 14px;
  background: #fff;
  border: 1px solid #3d2f90;
  border-radius: 50px;
  padding: .25rem 1.5rem;
  margin-bottom: 10px;
  margin-right: .4rem;
  transition: .3s;
}

.btn-ev-tag:hover {
  background: #3d2f90;
  color: #fff;
}

.ev-social-bg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #5b0e7e;
  border: 2px solid #5b0e7e;
  border-radius: 50px;
  margin-right: .2rem !important;
  transition: .3s;
}

.ev-social-icon {
  color: #fff;
  font-size: 22px;
}

.ev-social-bg:hover {
  background: #fff;
  color: #5b0e7e;
}

.ev-social-bg:hover .ev-social-icon {
  color: #5b0e7e;
}


/*---------------
View event over
--------------*/


/*---------------------
waitlist setting start
--------------------*/

.wt-input {
  padding-right: 70px;
}

.t-responde {
  position: absolute;
  color: #1d1d1d;
  top: 15px;
  right: 22px;
  margin: auto 0;
  font-size: 14px;
  cursor: pointer;
}


/*---------------------
waitlist setting over
--------------------*/


/*-----------------------
Event detail modal start
---------------------*/

.detail-modal {
  position: relative;
  overflow: hidden;
}

.detail-modal:before {
  position: absolute;
  content: url('../images/circle-1.png');
  top: 0;
  left: 0;
}

.detail-modal:after {
  position: absolute;
  content: url('../images/circle-2.png');
  bottom: -8px;
  left: 0;
}

.edm-body {
  position: relative;
}

.edm-body:before {
  position: absolute;
  content: url('../images/circle-3.png');
  bottom: -8px;
  right: 0;
}

.edm-body .close {
  font-weight: 500;
  color: #000;
  opacity: 1;
}

.edm-img {
  width: 60%;
  padding: 50px 0;
}

.edm-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.edm-detail {
  font-size: 18px;
  letter-spacing: .5px;
}

.btn-edm-continue {
  width: 130px;
  height: 40px;
  color: #3d2f90;
  font-size: 14px;
  background: #fff;
  border: 1.2px solid #3d2f90;
  border-radius: 50px;
}

.btn-edm-continue.active {
  background: #3d2f90;
  color: #fff;
}

.border-right-purple {
  border-right: 1px solid #3d2f90;
}


/*-----------------------
Event detail modal over
---------------------*/


/*----------------
Detail page start
---------------*/

.edp-title {
  position: relative;
}

.edp-title:before {
  position: absolute;
  content: url("../images/detail-user.png");
  left: 0;
}

.edp-location:before {
  content: url("../images/detail-location.png");
}

.edp-location:before {
  content: url("../images/detail-time.png");
}

.pl-70 {
  padding-left: 70px;
}

.c-textarea {
  height: auto;
  border: 1px solid #e1e1e1;
}

.c-textarea::-webkit-input-placeholder,
.t-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc !important;
}

.c-textarea::-moz-placeholder,
.t-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc !important;
}

.c-textarea:-ms-input-placeholder,
.t-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc !important;
}

.c-textarea:-moz-placeholder,
.t-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc !important;
}

.ed-map {
  overflow: hidden;
  height: 182px;
  min-height: 182px;
  position: relative;
}

.ed-map-btn {
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 50px;
  color: #3d2f90;
  background: #fff;
  font-size: 15px;
  border: 1px solid #3d2f90;
  text-align: center;
  transition: .4s;
}

.ed-map-btn:hover {
  background: #3d2f90;
  color: #fff;
}

.ed-map-location {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 105px);
}

.ed-map-edit {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 100px;
}

.rs-title {
  font-size: 18px;
  font-weight: bold;
  width: 180px;
  margin-bottom: 16px;
}

.edc-switch {
  width: calc(100% - 180px);
}


/*custom switch start*/

.ed-switch input {
  display: none;
}

.ed-switch {
  display: inline-block;
  width: 50px;
  height: 25px;
  transform: translateY(50%);
  position: relative;
  margin-bottom: 0;
  margin-top: -10px;
}

.ed-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: #dcdcdc;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  transition: .4s;
}

.ed-slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  transform: translateX(-26px);
  transition: .4s;
}

input:checked+.ed-slider:before {
  transform: translateX(26px);
  background: #3d2f90;
}


/*custom switch over*/

.btn-sc {
  width: 160px;
  height: 40px;
  color: #1d1d1d;
  background: #f4f4f4;
  border-radius: 50px;
}

.btn-sc.active {
  color: #fff;
  background: #3d2f90;
}


/*----------------
Detail page over
---------------*/


/*---------------------
organise profile start
--------------------*/

.org-profile {
  padding: 2.7rem;
}

.org-prif-pic {
  width: 120px !important;
  height: 120px !important;
  max-width: 120px !important;
  max-height: 120px !important;
  border-radius: 50% !important;
}

.org-name {
  font-weight: bold;
}

.btn-connect {
  width: 160px;
  height: 40px;
  color: #fff;
  background: #3d2f90;
  border-radius: 50px;
  transition: .4s;
}

.btn-connect:hover{
  color: #3d2f90;
  background: #fff;
}

.profile-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 205px;
  opacity: 0;
  cursor: pointer;
}

.btn-choose {
  width: 205px;
  height: 50px;
  padding: 0;
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
}


/*---------------------
organise profile over
--------------------*/


/*--------------------
All event view start
-------------------*/

.view-e-img {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.av-banner{
  max-width: 250px;
  height: 150px;
  object-fit: cover;
}

.view-e-title{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .2px;
}

.view-e-link{
  font-size: 16px;
}

.view-e-slogan{
  font-size: 16px;
}

.follow-social{
  width: 32px;
  height: 32px;
  color: #3d2f90;
  text-align: center;
  line-height: 32px;
  border: 1px solid #3d2f90;
  border-radius: 50px;
  margin: .5rem 0;
}

.follow-social:hover{
  color: #fff;
  background: #3d2f90;
}

.btn-follow{
  width: 130px;
  height: 50px;
  padding: 0;
  color: #1d1d1d;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: 1px solid #e1e1e1;
}


/*--------------------
All event view over
-------------------*/


/*------------------
my collection start
----------------*/

.collection-header {
  /*background-image: url(../images/collection.jpg);
  background-repeat: no-repeat;
  background-size: cover;*/
  background: rgba(72, 0, 179, 1);
  background: -moz-linear-gradient(-45deg, rgba(72, 0, 179, 1) 0%, rgba(183, 0, 255, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(72, 0, 179, 1)), color-stop(100%, rgba(183, 0, 255, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(72, 0, 179, 1) 0%, rgba(183, 0, 255, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(72, 0, 179, 1) 0%, rgba(183, 0, 255, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(72, 0, 179, 1) 0%, rgba(183, 0, 255, 1) 100%);
  background: linear-gradient(135deg, rgba(72, 0, 179, 1) 0%, rgba(183, 0, 255, 1) 100%);
  padding: 50px 0;
}

.collection-box {
  background: #fff;
  border-radius: 4px;
  padding: 1rem;
}

.collection-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: .5px;
  color: #3d2f90;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
}

.collection-title:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  border-radius: 50px;
  background: #3d2f90;
  bottom: 0;
  left: 0;
}

.collection-user {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #3d2f90;
  margin-bottom: .75rem;
}

.collection-u-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
}

.collection-desc {
  font-size: 18px;
}

.btn-collection {
  width: 100px;
  height: 40px;
  color: #1d1d1d;
  border: 1px solid #e1e1e1;
  background: none;
  border-radius: 50px;
}

.collectoin-textarea {
  height: auto;
  border: .5px solid #acacac;
}

.collection-e-img {
  position: relative;
}

.edit-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-edit {
  width: 45px;
  height: 45px;
  background: #ffffffcf;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  border: 2px solid #3d2f90;
  font-size: 20px;
  color: #3e2e90;
}

.c-edit:hover {
  background: #3d2f90;
  color: #fff;
  border-color: #fff;
}


/*------------------
my collection over
----------------*/


/*----------------------
book ticket modal start
---------------------*/

.cm-body {
  position: relative;
}

.o-close {
  position: absolute;
  color: #3d2f90;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  top: 1%;
  right: 1%;
  background: #e1e1e1 !important;
  transition: .4s;
  z-index: 1075;
  opacity: 1;
}

.o-close:hover {
  color: #fff !important;
  background: #3d2f90 !important;
}

.o-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.o-date-type {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.book-event-list {
  height: 370px;
  overflow: hidden;
  overflow-y: auto;
}

.o-elist {
  display: flex;
  align-items: center;
}

.book-date-list {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}

.o-date-time {
  width: calc(100% - 200px);
  display: inline-block;
  vertical-align: middle;
}

.o-ticket {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
}

.o-month {
  font-size: 14px;
  font-weight: 600;
}

.o-date {
  font-size: 18px;
  font-weight: 600;
}

.o-event-time {
  font-size: 18px;
  font-weight: 600;
}

.o-list-name {
  font-size: 12px;
}

.o-list-location {
  font-size: 12px;
}

.btn-o-ticket {
  color: #3d2f90;
  font-size: 14px;
  border: 1px solid #3d2f90;
  background: #fff;
  border-radius: 0px;
  transition: .3s;
  padding: .400rem 1.3rem;
}

.c-selector {
  border: 0;
}

.o-summery {
  font-size: 16px;
  font-weight: 600;
}

.o-tbl {
  display: flex;
  align-items: center;
}

.code-list {
  width: 50%;
}

.o-price {
  width: 50%;
  text-align: right;
}

.o-cart-list+.o-cart-list {
  padding-top: 16px;
}


/*second tab start*/

.m-event-name {
  position: relative;
}

.back-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  top: 50%;
  left: 3%;
  transform: translate(-3%, -50%);
  background: #e1e1e1;
  transform: .4s;
}

.back-btn a {
  color: #3d2f90;
}

.back-btn:hover {
  background: #3d2f90;
}

.back-btn:hover a {
  color: #fff;
}

.ticket-type {
  border-top: 1px solid #dee2e6;
}

.show-name {
  width: calc(100% - 150px);
}

.member-block {
  width: 150px;
}

.show-name {
  font-weight: 600;
  font-size: 18px;
}

.show-price {
  font-size: 16px;
}

.show-tc-txt{
  font-size: 16px;
}

.more-detail {
  font-size: 14px;
  cursor: pointer;
}

.more-desc {
  font-size: 14px;
  opacity: .8;
}

.show-selector {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font-size: 14px;
  height: 50px;
}

.btn-chkout {
  height: 45px;
  color: #701DB8;
  font-size: 14px;
  background: #fff;
  border-radius: 0;
  padding: .375rem 1.5rem;
  border: .5px solid #701DB8;
  transition: .4s;
}


/*second tab over*/


/*third tab start*/

.payment-title {
  font-size: 18px;
  font-weight: bold;
}

.pay-method-ic {
  font-size: 20px;
}

.py-method {
  font-size: 14px;
}

.ticket-title {
  font-size: 22px;
  font-weight: 600;
}

.o-terms-condition {
  font-size: 12px;
}


/*third tab over*/


/*----------------------
book ticket modal over
---------------------*/


/*---------------------
following proile start
-------------------*/

.follow-profilei-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #3d2f90;
}

.user-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
}

.following-tab {
  background: #fff;
  border: 1px solid #3d2f90;
  padding: .375rem .50rem;
  transition: .4s;
  cursor: pointer;
}

.profile-bar {
  color: #3d2f90;
  font-weight: 500;
  letter-spacing: .5px;
}

.following-tab:hover {
  background: #3d2f90;
}

.following-tab:hover .profile-bar {
  color: #fff;
}

.ticket-block {
  background: #3d2f900d;
  border-radius: 8px;
  transition: .4s;
}

.ticket-block:hover {
  background: #fff;
  box-shadow: 0 0 16px #3d2f9029;
}

.ticket-date {
  width: 40px;
}

.ticket-img{
  width: 150px;
  position: relative;
}

.following-abs{
  position: absolute;
  top: 4px;
  right: 4px;
  background: #ffffff;
  padding: 0rem .8rem;
  vertical-align: middle;
  font-size: 12px;
  color: #3d2f90;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.ticket-detail {
  width: calc(100% - 240px);
}

.ft-month,
.ft-date {
  line-height: 1.5;
  color: #3d2f90;
  font-size: 14px;
}

.ft-date {
  font-weight: 600;
  font-size: 16px;
}

.tc-list {
  background: #3d2f900d;
  border-radius: 8px;
  transition: .4s;
}

.tc-list a {
  color: #3d2f90;
  font-size: 16px;
  font-weight: 500;
}

.tc-list a:hover {
  color: #1d1d1d;
}

.tc-list a i{
  transition: .4s;
}

.tc-list:hover.tc-list a i{
  margin-left: 1rem !important;
}

.following-block p {
  color: #3d2f90;
  font-size: 16px;
  font-weight: 500;
}

.following-box {
  width: 50%;
}

.following-user {
  width: 30px;
}

.following-name {
  width: calc(90% - 90px);
}

.following-btn {
  width: 60px;
}

.following-name a {
  font-size: 16px;
  color: #1d1d1d;
}

.following-btn button {
  border: 1px solid #3d2f90;
  background: #fff;
  border-radius: 0;
}


/*---------------------
following proile over
-------------------*/


/*------------------
discount code start
----------------*/
.btn-code{
  width: 120px;
  height: 45px;
  padding: 0;
  font-size: 14px;
  background: #fff;
  border-radius: 0;
  border: .5px solid #3d2f90;
  margin-right: 5px;
}

.search-code-title{
  font-size: 24px;
  font-weight: 600;
}

.code-setting{
  color: #3d2f90;
  font-size: 16px;
  transition: .4s;
}

.configure-drop{
  position: relative;
  text-align: center;
  transition: .4s;
}

.code-dropdown{
  position: absolute;
  right: 0;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.2);
  padding: .75rem;
  width: 170px;
  display: none;
  transition: .4s;
  z-index: 1;
}

.configure-drop:hover .code-dropdown{
  display: block;
  transition: .4s;
}


.code-link{
  color: #1d1d1d;
  transition: .4s;
}

.code-link:hover{
  color: #3d2f90;
}

/*------------------
discount code over
----------------*/

/*-------------------
discount modal start
------------------*/

.back{
  background: none;
  border: 0;
  font-size: 22px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.offer-modal-title{
  font-size: 28px;
  font-weight: 500;
}

.dm-box{
  background: #3d2f9012;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  transition: .4s;
}

.dm-title{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #1E0A3C;
  display: block;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.dm-arrow{
  position: absolute;
  color: #1d1d1d;
  font-size: 20px;
  right: 3%;
  top: 50%;
  transform: translate(-20%, -50%);
  transition: .4s;
}

.dm-desc{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #1E0A3C;
  display: block;
  padding: 0;
  font-size: 14px;
}

.dm-box:hover{
  background: #3d2f9024;
}

.dm-box:hover .dm-arrow{
  right: 25px;
}

.dm-form-title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
}

.per{
  position: absolute;
  right: 15px;
  top: 15px;
}

.dm-setting{
  font-size: 25px;
  color: #3d2f90;
}

.dm-td:first-child {
    min-width: 8rem;
    max-width: 40rem;
}

.dm-td:last-child:not(:first-child) {
    text-align: right;
}

.dm-name{
  font-size: 16px;
  font-weight: 500;
}
.dm-date{
  font-size: 14px;
}
.dm-chk-mark{
  right: 0;
  left: auto;
  border: 1px solid #3d2f90;
}

.tab-selected-title{
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .5px;
}

.close-tab{
  font-size: 22px;
  color: #3d2f90;
}

.dm-tab-link{
  width: 120px !important;
  height: 45px !important;
  text-align: center !important;
  padding: 0 !important;
  line-height: 45px !important;
  color: #3d2f90 !important;
  border-radius: 0 !important;
}

.dm-tab-link.active{
  color: #fff !important;
  background-color: #3d2f90 !important;
}

/*-------------------
discount modal over
------------------*/


/*--------------*/

.back {
  background: none;
  border: 0;
  font-size: 22px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.offer-modal-title {
  font-size: 28px;
  font-weight: 500;
}

.dm-box {
  background: #ffffff;
  padding: 20px 15px;
  border: 1px solid #E1E6ED;
  border-radius: 4px;
  position: relative;
  transition: .4s;
}

.dm-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #1E0A3C;
  display: block;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.dm-arrow {
  position: absolute;
  color: #1d1d1d;
  font-size: 20px;
  right: 3%;
  top: 50%;
  transform: translate(-20%, -50%);
  transition: .4s;
}

.dm-desc {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #1E0A3C;
  display: block;
  padding: 0;
  font-size: 14px;
}

.dm-box:hover {
  background: #3d2f9024;
}

.dm-box:hover .dm-arrow {
  right: 25px;
}

.dm-form-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
}

.per {
  position: absolute;
  right: 15px;
  top: 15px;
}

.dm-setting {
  font-size: 25px;
  color: #3d2f90;
}

.dm-td:first-child {
  min-width: 8rem;
  max-width: 40rem;
}

.dm-td:last-child:not(:first-child) {
  text-align: right;
}

.dm-name {
  font-size: 16px;
  font-weight: 500;
}

.dm-date {
  font-size: 14px;
}

.dm-chk-mark {
  right: 0;
  left: auto;
  border: 1px solid #3d2f90;
}

.tab-selected-title {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .5px;
}

.close-tab {
  font-size: 22px;
  color: #3d2f90;
}

.dm-tab-link {
  width: 120px !important;
  height: 45px !important;
  text-align: center !important;
  padding: 0 !important;
  line-height: 45px !important;
  color: #3d2f90 !important;
  border-radius: 0 !important;
}

.dm-tab-link.active {
  color: #fff !important;
  background-color: #3d2f90 !important;
}


/*--------------*/


/*---------------
code modal start
-------------*/
.code-title{
  font-size: 15px;
}

.code-info{
  position: relative;
}

.code-info:before{
  position: absolute;
  content: url('../images/ic_info.png');
  width: 100%;
  height: 100%;
  left: 14px;
  top: 18px;
}

/*---------------
code modal start
-------------*/


/*-----------------
summary page start
---------------*/

.summary-title {
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
}

.summary-img{
  max-width: 250px;
}

.sm-link,
.sm-detail {
  font-size: 17px;
  font-weight: 300;
}

.smo-title {
  font-size: 20px;
  font-weight: bold;
}

.reg-time {
  font-weight: 600;
  font-size: 25px;
}

.sm-info-title {
  font-size: 20px;
}

.required-rest {
  color: #ff0000;
  font-size: 15px;
}

.login-info {
  cursor: pointer;
}

.btn-reg {
  width: 180px;
  height: 50px;
  padding: 0;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: .5px solid #3d2f90;
  margin-right: 5px;
}

.btn-contact {
  position: relative;
  color: #3d2f90;
  border: 1px solid #3d2f90;
}

.btn-contact:before {
  position: absolute;
  content: "\f003";
  width: 25px;
  height: 25px;
  top: 6px;
  left: 10px;
  font-family: 'FontAwesome';
}


/*-----------------
summary page over
---------------*/


/*------------------
create ticket start
-----------------*/

.cra-title:before {
  content: url(../images/i-holiday.png);
  left: 14px;
  top: 4px;
}

.desc-title:before {
  /*content: url(../images/ic_text.png);*/
  left: 14px;
  top: 4px;
}


/*------------------
create ticket over
-----------------*/


/*new ticket*/

.create-ticket-block{
  width: 350px;
  height: 100%;
  top: 80px;
  right: 0;
  /*position: absolute;*/
  transition: .4s;
  overflow: hidden;
  background: #fff;
  position: fixed;
  height: calc(100vh - 70px);
  z-index: 12999;
}

.create-ticket-block-toggle{
  right: -350px;
}

.create-ticket-block .crt-box{
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  overflow-y: auto;
  padding-bottom: 200px !important;
}

/* width */
.create-ticket-block .crt-box::-webkit-scrollbar {
  width: 6px;
  border-radius: 50px;
}

/* Track */
.create-ticket-block .crt-box::-webkit-scrollbar-track {
  background: #3b3fc51f;
  border-radius: 50px;
}

/* Handle */
.create-ticket-block .crt-box::-webkit-scrollbar-thumb {
  background: #3b3fc5;
  border-radius: 50px;
}

/* Handle on hover */
.create-ticket-block .crt-box::-webkit-scrollbar-thumb:hover {
  background: #3b3fc5bf;
}

.create-ticket-block .t-tile-block{
  position: relative;
}

.create-ticket-block .ticket-box{
  position: relative;
  height: calc(100vh - 234px);
  overflow: hidden;
}

.create-ticket-block .ct-btn-block{
  position: relative;
}

.crt-title{
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 0;
}

.crt-link{
  color: #3d2f90;
}

.nav-pills .crt-link.active{
  background-color: #3d2f90;
  border-radius: 0;
}

.crt-name{
  width: calc(100% - 230px);
  display: inline-block;
  vertical-align: middle;
}

.crt-total-block{
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}

.crt-price-block{
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}

.crt-more-block{
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  text-align: center;
}

.crt-ename{
  font-size: 18px;
  font-weight: 600;
}

.crt-status{
  padding-left: 12px;
  position: relative;
  letter-spacing: .5px;
}

.crt-status:before{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #16a85a;
  top: 8px;
  left: 0;
}

.crt-time{
  letter-spacing: .5px;
}

.crt-m-img{
  width: 18px;
}

.crt-more-block .dropdown-item{
  font-size: 14px;
}

.crt-head-block{
  width: calc(100% - 200px);
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  text-align: right;
}

.crt-price-head{
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  text-align: center;
}

.unit-price-block-sm{
  display: none;
}

.crt-lbl{
  font-size: 18px;
  font-weight: bold;
}

.crt-detail{
  font-size: 14px;
}
/*new ticket over*/
.btn-cancle {
  background: none;
}

.btn-cancle:hover {
  background: #701DB8;
}

.pagination-chk a {
  font-size: 24px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  padding: 0;
  margin: 0;
}

.pagination-chk a.active {
  background: #e1e1e1;
}

.pagination-chk a:hover {
  color: #3d2f90;
  background: #e1e1e1;
  text-decoration: underline !important;
}

/*-------------------
publish modal start
------------------*/

.fb-post-img{
  max-width: 220px;
}

.fb-modal-btn-close{
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #e1e1e1;
  border-radius: 50px;
  text-align: center;
  opacity: 1;
  right: 0;
  top: 0;
  z-index: 1052;
}

/*-------------------
publish modal over
------------------*/

/*------------------------------
ticket confirmation modal strat
-----------------------------*/

.tcm-box{
  height: 420px;
  min-height: 420px;
  overflow: hidden;
  overflow-y: auto;
}

.tc-header{
  font-weight: 600;
  letter-spacing: .5px;
}

.tc-h-title{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .5px;
}

.tc-count, .tc-email{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .5px;
}

.tc-loc-title{
  font-weight: 600;
  letter-spacing: .5px;
}
.tc-location{
  letter-spacing: .5px;
}

.tc-share-ticket{
  font-size: 16px;
  color: #3d2f90;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  background: #f5f4f7;
  padding: 0;
  transition: .4s;
  margin:.1rem;
}

.tc-share-ticket:hover{
  color: #fff;
  background: #3d2f90;
}

.tc-order{
  height: 100%;
  background: #f5f4f7;
  padding-top: 50%;
  padding-bottom: 50%;
  border-radius: 8px;
}

.tc-confirm{
  color: #009688;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #3d2f9021;
  border-radius: 50px;
  font-weight: 300;
}

.tc-thanks{
  font-size: 25px;
  font-weight: 600;
}

.tc-close{
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #dddbea !important;
  opacity: 1;
  z-index: 1;
}

/*------------------------------
ticket confirmation modal over
-----------------------------*/


/*--------------
ul block start
-------------*/
.dm-li{
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  margin: 0 -1px;
  padding: .75rem;
}

.dm-li-chk{
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  margin: 0 -1px;
  padding: .75rem;
}

.dm-li .lb-chk{
  margin-top: -5px;
}
/*--------------
ul block over
-------------*/

/*-----------------------
Calculate section start
----------------------*/
.tc-calc{
  background: #f5f4f7;
  padding: 2rem;
  border-radius: 8px;
}

.calc-title{
  font-size: 28px;
  font-weight: 600;
}

.tc-estimate{
  font-size: 20px;
  font-weight: 600;
}

.tc-estimate-price{
  font-size: 30px;
  font-weight: 800;
  color: #673AB7;
}

.tc-attendees, .tc-unit{
  font-size: 16px;
  font-weight: 600;
}

.payout-block{
  background: #3d2f90;
}

.payout-text{
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.payout-text a{
  color: #fff;
  text-decoration: underline !important;
}


/*pricing table start*/
.va-t{
  vertical-align: top !important;
}
.tc-th-bg{
  background: #f8f7fa;
}
.tc-th{
  font-size: 26px;
}

.tc-th-sub{
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 500;
}

.pricing-cat-h{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .5px;
}

.pricing-cat-sub{
  font-size: 14px;
  font-weight: normal;
}

.btn-pricing{
  height: 45px;
  font-size: 14px;
  border-radius: 0;
  border: .5px solid #3d2f90;
}

/*pricing table over*/

.pricing-compare{
  background: #f8f7fa;
}

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

.faq-title{
  font-size: 28px;
  font-weight: 600;
}

.faq-block{
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
    width: 50%;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 0 -1px;
}

.faq-block-title{
  color: #3d2f90;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.25rem;
  padding-top: 8px;
}

.faq-block-detail{
  line-height: 24px;
  padding-top: 4px;
}

/*-----------------------
Calculate section over
----------------------*/


/*----------------
Email popup strat
----------------*/
.email-m-body{
  background: #3d2f9012;
}
.email-brand{
  display: inline-block;
  vertical-align: middle;
  width: 360px;
}

.email-brand img{
  width: 110px;
  max-width: 110px;
}

.email-h-link{
 display: inline-block;
 vertical-align: middle;
 width: calc(100% - 360px);
 margin: 0 -2px;
}

.e-nav-link{
  font-size: 13px;
  color: #3d2f90;
  background: #ffffff7a;
  border-radius: 50px;
}

.gray{
  color: #4c4c4c;
}

.email-body{
  background: #fff;
  border-radius: 6px;
}

.l-space{
  letter-spacing: .5px;
}

.em-e-deatil{
  font-size: 16px;
  line-height: 1.8;
}

.email-e-name{
  font-size: 22px;
  color: #3d2f90;
  font-weight: 600;
}

.event-tl{
  font-size: 15px;
  position: relative;
}

.ev-a{
  color: #4c4c4c;
  text-decoration: underline;
}

.etl-ic{
  position: absolute;
  left: 10px;
  top: 3px;
  font-size: 20px;
}

.event-location-img{
  width: 310px;
  max-width: 310px;
  height: 180px;
  max-height: 180px;
  border-radius: 6px;
  object-fit: contain;
}

.btn-e-download{
  height: 45px;
  border-radius: 0;
  background: #3d2f90;
  color: #fff;
  border: 1.5px solid #3d2f90;
  transition: .4s;
}

.btn-e-download:hover{
  color: #3d2f90;
  background: #fff;
}

/*----------------
Email popup over
----------------*/

/*---------------
order page start
--------------*/

.order-name{
  font-size: 26px;
  font-weight: 600;
}

.order-desc{
  font-size: 16px;
}

.btn-order-page{
  width: 200px;
  height: 45px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  background: #2e3192;
  border-radius: 0;
  border: 1.5px solid #2e3192;
  transition: .4s;
}

.btn-order-page:hover{
  background: #fff;
  color: #2e3192;
}

.order-ptitle{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
}
/*---------------
order page over
--------------*/

/*------------------
schedul modal start
----------------*/

.schedule-bg{
  background: #3d2f9012;
  height: 100%;
  text-align: center;
}

.schedule-title{
  font-size: 24px;
    font-weight: 600;
}

.schedule-desc{
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 1.8;
}

.btn-sch{
  width: 140px;
  height: 40px;
  color: #1d1d1d;
  font-size: 14px;
  background: #f4f4f4;
  border-radius: 50px;
}

.btn-sch.active{
  color: #fff;
  background: #3d2f90;
}

/*------------------
schedul modal over
----------------*/

/*---------------
tips modal strat
---------------*/

.tips-modal-title{
  font-size: 24px;
  font-weight: 600;
}

.tp-title{
  font-size: 15px;
  letter-spacing: .5px;
  font-weight: 600;
}

.tp-list{
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .5px;
  list-style: disc;
}

.txt-underline{
  text-decoration: underline !important;
}

/*--------------
tips modal over
--------------*/

.top-29 {
  top: 29px;
}

.alert-custom{
  position: relative;
}

.alert-custom:before{
  position: absolute;
  content: "\f058";
  font-size: 18px;
  top: -3px;
  left: -3px;
  font-family: 'FontAwesome';
}

/* .promo-code-msg {
  background-color: #0D8547;
  padding: 5px;
}

.promo-code-msg > i{
  font-size: large;
  float: left;
  margin: 7px;
  color: white;
}

.promo-code-msg > p {
  color: white;
  margin: 5px;
}

.promo-code-msg > p > a {
  color: white;
  text-decoration-line: underline !important;
} */

[disabled="disabled"] {
  cursor: not-allowed;
}

[disabled] {
  cursor: not-allowed;
}

/*----------------
view modal strat
---------------*/
.view-m-img{
  background: #3d2f9012;
  height: 100%;
  text-align: center;
}

.vm-title{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.vm-price{
  width: calc(100% - 50%);
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
}

.btn-vdone{
  width: 100px;
  height: 40px;
  color: #1d1d1d;
  background: #f4f4f4;
  border-radius: 50px;
  line-height: 40px;
  font-size: 14px;
  padding: 0;
}

/*----------------
view modal over
---------------*/

/*---------------
Tax Option start
---------------*/

.currency-tax{
  position: absolute;
  right: 15px;
  top: 15px;
}

.tax-m-box{
  background: #f7f7f7;
  padding: 16px 30px 16px 90px;
  position: relative;
  transition: .4s;
}

.tax-m-box:before{
  position: absolute;
  content: url(../images/ic_info.png);
  top: 50%;
  left: 5%;
  transform: translate(-5%, -50%);
  text-align: center;
}

/*---------------
Tax Option over
---------------*/
/*-------------css------------*/

/*------------------
Blog section start
-----------------*/
.block-box {
    width: 50%;
    text-align: center;
    margin: 0 -1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
    display: inline-block;
    transition: .4s;
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img a {
    height: 14vw;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.blog-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-sm-box{
  text-align: left;
  margin-top: .5rem;
}

.blog-m-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .3px;
}

.blog-sm-desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.b-item{
  padding: 5px;
}

.btn-read{
  font-size: 13px;
  border-radius: 50px;
  border: 1.4px solid #3d2f90;
}

/*------------------
Blog section over
-----------------*/

/*
loader css
*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff87;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url("../../img/status.gif");
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
.sticky-sm-btn.sticky-btn{
  position: fixed;
  z-index: 1111;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px;
}
.bg-gray {
  background-color: #aaa;
  color: black;
  font-size: 18px;
  border-radius: 50px;
  padding: .375rem 1.2rem;
  border: 2px solid #aaa;
}
#marketing-email .material-switch>input[type="checkbox"]:checked+label::after {
  background: #ffffff;  
}