/* STANDARD */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html{
    background: #ecf0f1;  /* fallback for old browsers */
    background: -moz-linear-gradient(62deg, #ecf0f1, #c2d7ff); /* FF3.6-15 */
    background: -webkit-linear-gradient(62deg, #ecf0f1, #c2d7ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(62deg, #ecf0f1, #c2d7ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-repeat: no-repeat !important;
    background-attachment: fixed;
}

body{
    background-color: transparent;
    margin: 0;
    /*background-color: #bacde1*/
    word-wrap: break-word;
    text-overflow: ellipsis;
    text-align:center;
}

a{
    transition: all 0.25s linear 0s;
    text-decoration:none !important;
    color: #3bb3e7;
    cursor: pointer;
}

a:hover, a:focus, a:active, a:focus:hover{
    color: #18749b;
}

a[disabled] { 
    pointer-events: none; 
}

.display{
    font-family: 'Varela Round', sans-serif;
}

img{
    /*image-rendering: optimizeQuality;*/
    interpolation-mode: bicubic;
}

/* ANIMATION */
.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}


/* COMMON COLORS */
.text-red {
    color: #ff7675;
}
.text-green {
    color: #00cec9;
}

.text-blue{
    color: #3bb3e7;
}

.bg-blue{
    background-color: #3bb3e7;
}

.bg-green{
    background-color: #00cec9;
}

.border-special{
    border-color: #3bb3e7;
}

/*
.frosted-glass {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  color: #000;
}

@media (min-width: 768px) {
    .frosted-glass{
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}
*/

/* Tag */
.tag{
    background-color: #dfe6e9;
    display: inline-block;
    padding: 0.25rem 1.0rem;
    font-size: 14px;
    border-radius: 1.5rem;
    padding: 0.5rem 1.5rem;
    margin-top: 5px;
}


/* BTN */
/*
button, .btn {
  -webkit-tap-highlight-color: transparent !important; 
  -webkit-user-select: none;              
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;           
  touch-action: manipulation;
}

button:active, .btn:active {
  background-color: inherit !important;
  box-shadow: none !important;
}
*/
.btn{
    border-radius: 1.5rem;
    padding: 0.5rem 1.5rem;
}

.btn-secondary{
    color: #fff !important;
}

.btn-special {
    font-family: 'Varela Round', sans-serif;
    background-color: #3bb3e7;
    color: #fff;
    font-size: 14px;
}

.btn-special:hover, .btn-special:focus, .btn-special:active, .btn-special:focus:hover{
    background-color: #18749b !important;
    color: #fff !important;
}

.btn-special-sm{
    padding: 0.25rem 1.0rem;
    font-size: 12px;
}

.btn-special-md{
    padding: 0.3rem 1.2rem;
    font-size: 13px;
}

.btn-special-success{
    background-color: #00b894;
    color: #fff !important;
}

.btn-special-success:hover{
    background-color: #0d856d;
    color: #fff;
}

.btn-special-danger{
    background-color: #ff7675;
    color: #fff !important;
}

.btn-special-danger:hover, .btn-special-danger:focus, .btn-special-danger:active, .btn-special-danger:focus:hover{
    background-color: #d63031 !important;
    color: #fff !important;
}

.btn-disable {
    background-color: transparent !important;
    cursor: default !important;
    pointer-events: none !important;
}

/* ALERT STYLE */
#liveAlertPlaceholder {
    z-index: 1024000;
    position: fixed;
    width: 100%;
}

#liveAlertPlaceholder .alert{
    margin-bottom: 0;
}

.alert{
    border-radius: 0;
}

.alert .btn-close{
  filter: invert(1) grayscale(100%) brightness(200%);
}

.alert-success{
    background-color: #00cec9;
    color: #fff;
}

.alert-danger{
    background-color: #ff7675;
    color: #fff;
}

/* NAVIGATION */
#nav-top{
    height: 39px;
    background-color: #000;
    /*background-color: rgba(0, 0, 0, 0.9);*/
}

.top-container{ /* offset nav-top */
    margin-top: 55px;
}

/*
.div-below-page-header{
    top: -15px;
    position: relative;
}
*/

.page-header-btn{
    margin-top: -5px;
}

#logo a{
    color: #fff;
}

#logo a:hover{
    color: #3bb3e7;
}

.nav-links .nav-link-lv1{
    color: #fff;
    border-bottom: 3px solid transparent;
}

.nav-links .nav-link-lv1:hover{
    color: #3bb3e7;
    border-bottom: 3px solid #3bb3e7;
}

#dropdownMenuLink-user{
    color: #fff;
}

#dropdownMenuLink-user:hover{
    color: #3bb3e7;
}

.nav-links .active{
    border-bottom: 3px solid #3bb3e7;
}

.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active, .dropdown-menu a:focus:hover{
    color: #fff !important;
    background-color: rgba( 0,0,0,1);
}

/* MOBILE NAVIGATION */
.sidenav {
    border-right: 1px solid #ccc;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 45px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 10px 10px 10px 24px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ccc;
}

/* Active nav */
#mySideoverlay{
    pointer-events: none;
    z-index: 9998;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.25s linear 0s;
}

.sidenav .active{
    border-left: 4px solid #3bb3e7;
}

/* Secondary Nav */
.secondary-nav a{
    font-size: 12px;
    color: #343a40;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;    
}

@media (min-width: 768px) {
    .secondary-nav a{
        font-size: 16px;
    }
}

.secondary-nav a:hover{
    color: #3bb3e7;
    border-color: #3bb3e7;    
}

.secondary-nav .active{
    color: #343a40 !important;    
    border-color: #000 !important;    
}

.secondary-nav-bottom{
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.3);*/
    margin-top: -3px;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: -5px;
    right: 8px;
    font-size: 20px;
    margin-left: 50px;
}

/* Form */
.form-check-input:checked{
    background-color: #00cec9;
    border-color: #00cec9;
}

.form-check-input-danger:checked{
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.form-select, .form-control{
    background-color: #F5F6F7;
}

.form-floating label{
    color: #b2bec3 !important;
}

.form-floating label::after{
    background-color: transparent !important;
}
/*
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #bdc3c7 !important;  
}

textarea:-moz-placeholder, input:-moz-placeholder { 
  color: #bdc3c7 !important;  
}

textarea::-moz-placeholder, input::-moz-placeholder {  
  color: #bdc3c7 !important;  
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #bdc3c7 !important;  
}

textarea::placeholder, input::placeholder {
  color: #bdc3c7 !important;  
}
*/

/* Card */
.card{
    background-color: rgba(255, 255, 255, 0.8);
    border-color: transparent;
    border-radius:  0.5rem;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
}

.card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
  transition: box-shadow 0.2s ease;
}

/* Datatable */
.dataTables_wrapper{
    font-size: 14px;
}

.dataTables_wrapper select{
    font-weight: 600;
    background-color: #ecf0f1;
}

.paginate_button{
    background: none !important;
}

.paginate_button:hover{
    background: #95a5a6 !important;
    color: #fff !important;
}

.dataTable td{
    text-align: left;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}


.dataTables_wrapper .form-select, .dataTables_wrapper .form-control, .dataTables_wrapper .dataTables_filter input{
    font-size: 14px;
    background-color: #F5F6F7;
}

/* Modal */
.modal-lock-bg{
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-body{
    min-height: 300px;
}

.ws-modal-small-icon{
    width: 23px;
}

.modal-close{
    color: #ccc;
}


/* Stepper */
.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transform: scale(0.75);
}

.step-button {
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    border: 5px solid #bdc3c7;
    background-color: #fff;
    transition: .4s;
    display: inline-block;
    color: #bdc3c7;
}

.step-button:hover{
    border: 5px solid #3bb3e7;
    color: #3bb3e7;
}

.step-title{
    font-size: 12px;
    color: #bdc3c7;
    padding-top: 5xpx;
    font-weight: bold;
}

@media (min-width: 768px) {
    .step-title{
        font-size: 14px;
    }
}

.step-item-active .step-button {
    border: 5px solid #3bb3e7;
    color: #3bb3e7;
}

.step-item-active .step-title {
    color: #3bb3e7;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
    margin-top: -20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 5px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: #bdc3c7;
}

::-webkit-progress-value{
    background-color: #3bb3e7;
}

::-moz-progress-value{
    background-color: #3bb3e7;
}

/* to customize progress bar */
.progress-value {
    background-color: #3bb3e7 !important;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: #3bb3e7;
    transition: .25s ease;
}

#progress::-webkit-progress-bar {
    background-color: #bdc3c7;
}

#progress::-moz-progress-value {
    background-color: #3bb3e7;
    transition: .25s ease;
}

#progress::-moz-progress-bar {
    background-color: #3bb3e7;
}

/* Dashboard */
.dashboard-logo{
    max-width: 150px;
    max-height: 60px;
}


/* public */
.event-logo{
    margin-top: 20px;
    max-width: 300px;
    max-height: 100px;
}

.top-container-public{
    margin-top: 80px;
}

.thumb-icon{
    width: 14px;
}


.mw-600{
    max-width: 600px;
}

.mw-200{
    max-width: 200px;
}
