/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");
body:lang(zh-hant),
body:lang(zh-hant) .header-navbar,
body:lang(zh-hant) .navigation {
    font-family: "SF Pro HK", "microsoft jhenghei", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

body:lang(en),
body:lang(en) .header-navbar,
body:lang(en) .navigation {
    font-family: "Ubuntu", "Montserrat", Helvetica, Arial, serif;
}

body:lang(en) {
    font-size: 1.2rem;
    color: #222;
}

.btn-danger {
    border-color: red !important;
    background-color: red !important;
    color: #ffffff;
}

.orange-txt {
    color: red !important;
}

.main-menu.menu-light .navigation {
    background-color: red;
}

body:lang(zh-hant) {
    font-size: 1.2rem;
    color: #222;
}

.main-menu.menu-light .navigation li a {
    background-color: red;
}

.main-menu.menu-light {
    background: red;
}

.table th,
.table td {
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.table.r2_event_spec th {
    min-width: 150px;
    color: #000132;
}

.horizontal-menu .header-navbar {
    background: #000134 !important;
}

.btn-primary {
    border-color: #000133 !important;
    background-color: #000133 !important;
    color: #ffffff !important;
}

.r2_vertical_steps {
    margin: 20px 0 20px 15px;
}

.r2_vertical_steps .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: -1px;
    background-color: transparent;
    border: none;
}

.r2_vertical_steps li.list-group-item {
    padding-left: 17px;
    font-weight: 400;
    border-left: 2px dotted #231761;
    margin-bottom: 0;
    padding-bottom: 26px;
    counter-increment: step-counter;
    list-style: none;
    font-size: 15px;
    line-height: 1.1;
}

.r2_vertical_steps li.list-group-item:before {
    border-radius: 50%;
    background: #000134;
    color: #fff;
    counter-increment: item;
    content: counter(step-counter);
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: -31px;
    text-align: center;
    width: 25px;
}

.r2_vertical_steps li.list-group-item:last-child {
    border-left: none;
}

.primary {
    color: #03aae3 !important
}

.pt-6 {
    padding-top: 5rem !important;
}

.pb-6 {
    padding-bottom: 5rem !important;
}

ul._jsonform-array-ul {
    padding-left: 0px;
}

.table th,
.table td {
    padding: 0.5rem;
}

.text-muted {
    color: #7b8894 !important;
}

.em-attendee-details i.feather.icon-corner-down-right.subset {
    position: absolute;
    left: 30px;
    margin-top: 2px;
    color: darkorange;
}

#ticket_table.table th {
    font-size: 0.8rem !important;
}

form p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.bg-light-grey {
    background-color: #fcfcfc;
}

ol,
ul,
dl {
    margin-bottom: 0;
}

.dropdown-menu {
    color: white !important;
    background-color: #000134;
}

.dropdown .dropdown-menu::before {
    background-color: #000134;
}

.dropdown .dropdown-menu .dropdown-item {
    color: white;
}

.dropdown .dropdown-menu {
    border-radius: 0px;
}

.bg-grey {
    background: #f9f9f9;
}

.table {
    color: black;
}

.table-border th,
.table-border td {
    border: 1px solid #f0f0f0;
    vertical-align: top;
}

.table th {
    font-size: 1rem !important;
}

.slider1-container {
    margin-top: 250px;
    padding-left: 30px;
    padding-right: 30px;
}

section#terms p {
    text-align: justify;
}

#privacy li {
    margin-top: 20px;
    text-align: justify;
}

#privacy ol ol {
    padding-left: 15px;
    list-style: lower-roman;
}

.t-table tr {
    border-top: 0px;
}

.t-table tr:last-child {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.t-table td {
    border-top: 1px solid rgb(219, 219, 219);
    border-left: 1px solid rgb(219, 219, 219);
}

.t-table td:last-child {
    border-right: 1px solid rgb(219, 219, 219);
}

.popover-header {
    background-color: #f60 !important;
    border-bottom: 1px solid #f60 !important;
}

.home_list {
    padding-left: 20px;
}

.home_list li {
    margin: 10px 0;
}

.step.square-img span {
    margin: auto;
    text-align: center;
    width: 33px;
    line-height: 33px;
}

.bg-dark-grey,
.bg-expired {
    background: #8a8a8a !important;
}

.ecommerce-application .ecommerce-card .item-name a:hover {
    color: #0d1f36;
}

.header-navbar .navbar-container ul.nav li>a.nav-link {
    color: white !important;
    padding: 1.6rem 0.5rem 2rem 1rem;
}

.carousel-item.item2 .slider-img {
    background-position: 0% 100% !important;
}

.step.square-img {
    width: 33px;
    margin: 5px auto 10px;
    text-align: left;
    vertical-align: middle;
    background: #11a7dd;
    color: white;
    font-size: 19px;
    padding: 0px;
    font-weight: 700;
    border-radius: 50%;
}

.step.square-img span {
    position: absolute;
}

.square-img {
    width: 100%;
    background-size: cover !important;
}

.square-img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.alert-success {
    background: rgba(40, 199, 111, 0.2) !important;
    color: #28c76f !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 5px 10px 1px;
}

.alert-danger {
    background: rgb(255 171 66 / 20%) !important;
    color: #000134 !important;
    font-size: 0.9rem;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert-danger ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

.home footer.footer a {
    color: white;
}

.home footer.footer ul {
    margin-top: 7px;
}

footer {
    padding-top: 50px;
    background: #000134 !important;
}

.footer .footer-logo {
    width: 70%;
    max-width: 150px;
    margin-bottom: 25px;
}

.footer ul {
    padding-left: 0px;
    list-style: none;
}

.btn-danger:hover {
    background-color: #f73900 !important;
}

.footer-logo {
    background: url(../../app-assets/images/logo/r2_big_logo_white.svg) no-repeat;
    height: 30px;
    background-size: contain;
    display: block;
}

#booking ::placeholder {
    color: black;
    opacity: 0.4;
}

#booking .form-control {
    color: black;
}

#booking label {
    font-size: 1rem !important;
}

.slider1-container h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0px;
}

.feature_icon {
    max-width: 150px;
    width: 70%;
    margin: 10px auto;
    display: inherit;
}

.carousel-item {
    height: 600px !important;
}

.carousel-item .img-fluid.slider-img {
    height: 600px !important;
    background-size: cover;
    background-position: 50% 50%;
}

div#carousel-caption {
    max-height: 400px !important;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1000 !important;
    min-height: 300px !important;
}

.slider_page {
    min-height: 400px;
    width: 100%;
    display: inline-block;
}

.home .navbar-container.content {
    max-width: 1440px;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    letter-spacing: -0.4px;
}

body:lang(zh-hant) h1,
body:lang(zh-hant) h2,
body:lang(zh-hant) h3 {
    font-family: "SF Pro HK", "microsoft jhenghei", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Montserrat", "Helvetica", "Arial", sans-serif !important;
}

body:lang(en) h1,
body:lang(en) h2,
body:lang(en) h3 {
    font-family: "Ubuntu", "Montserrat", Helvetica, Arial, serif;
}

h1,
h2,
h3,
h4,
h5 {
    color: #000133;
}

.fc .fc-button:not(:disabled).fc-button-active {
    background-color: #a7dbdb;
}

.btn-outline-primary.disabled,
.fc .disabled.fc-button,
.btn-outline-primary:disabled,
.fc .fc-button:disabled {
    color: #7367f0;
    background-color: #a7dbdb;
}

.row.breadcrumbs-top {
    margin-left: 1px;
    border-left: 3px solid #a7dcdc;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #f60;
}

.text-primary {
    color: #f60 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #f60 !important;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #f8f8f8;
    color: #333;
}

.pagination .page-item .page-link:hover {
    color: #f60 !important;
}

section#slider {
    padding-top: 52px !important;
}

.round {
    border-radius: 1.5rem !important;
}

.btn-outline-primary,
.fc .fc-button {
    color: #2dc76f;
    border-color: #2dc76f;
}

button.fc-button.fc-button-primary {
    color: WHITE !important;
}

.form-control:focus~.form-control-position i {
    color: #f60;
}

.form-label-group>input:focus:not(:placeholder-shown)~label,
.form-label-group>input:not(:active):not(:placeholder-shown)~label,
.form-label-group textarea:focus:not(:placeholder-shown)~label,
.form-label-group textarea:not(:active):not(:placeholder-shown)~label {
    color: #0d1f36 !important;
}

.pagination .page-item.prev-item .page-link,
.pagination .page-item.next-item .page-link,
.pagination .page-item.first .page-link,
.pagination .page-item.last .page-link {
    color: #f60;
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover,
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active {
    background: #f60;
    color: #ffffff !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.fc .fc-button:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.fc .fc-button:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle,
.fc .show>.dropdown-toggle.fc-button {
    color: #ffffff;
    background-color: #2dc76f;
    border-color: #2dc76f;
}

.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active {
    color: #f60 !important;
}

.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:hover,
.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:active {
    color: #f60 !important;
}

.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
    outline: 0;
    border-color: #f60 !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
}

.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #f60 !important;
    outline: 0;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
    background: url(../../app-assets/images/logo/r2_big_logo_white.svg) no-repeat;
    height: 46px;
    width: 177px;
    background-size: contain;
}

.ecommerce-application .ecommerce-card .cart {
    background-color: #0d1f36 !important;
    color: #ffffff;
}

.navbar-brand .brand-logo {
    background: url(../../app-assets/images/logo/logo_white.png) no-repeat;
    height: 30px;
    width: 177px;
    background-size: contain;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #f60;
    background-color: #f60;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0d1f36;
    border-color: #0d1f36;
}

.vertical-overlay-menu .main-menu .navigation li a i {
    color: #0d1f36;
}

.header-navbar .navbar-container ul.nav li i.ficon {
    color: white;
}

.ecommerce-application .sidebar-shop .vs-radio-con input:checked~span {
    color: #f60 !important;
}

.main-menu.menu-light .navigation li a:visted {
    background: green !important;
}

.main-menu.menu-light .navigation li a:link {
    color: black !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
}

.icon-x:before {
    content: "\e8f6";
    color: white;
}

.main-menu.menu-light .navigation li a span {
    color: white !important;
}

.main-menu.menu-light .navigation>li.active>a {
    background: #000132 !important;
}

.main-menu.menu-light .navigation li {
    border-bottom: none !important;
}

.line-ellipsis {
    line-height: 1.1rem;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #f60;
    border-color: #f60;
}

#statement-company-details .media img,
#invoice-company-details .media img {
    width: 200px !important;
}

.vs-radio-con input:checked~.vs-radio .vs-radio--circle {
    background: #f60;
    box-shadow: 0 4px 25px 0 rgb(136 239 224 / 15%) !important;
}

.card-footer {
    background-color: rgb(194 207 218 / 3%) !important;
}

.main-menu .navbar-header .navbar-brand .brand-text {
    display: none !important;
}

.main-menu .navbar-header .navbar-brand {
    margin-top: 0.8rem !important;
}

html body .content .content-wrapper .content-header-title {
    font-weight: 700;
    color: #0d1f36;
    margin-right: 1rem;
}

button#payment-button {
    padding: 10px 20px;
    font-size: 1.4rem;
}

.btn-primary:hover {
    box-shadow: 0 8px 25px -8px rgb(82 215 255);
    border: 1px solid #000133 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0d1f36 !important;
    color: white;
}

.pagination .page-item.active .page-link {
    background-color: red;
}

html .pace .pace-progress {
    background: red;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f60 !important;
    border-color: #f60 !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f60 !important;
    border-color: #f60 !important;
    color: #ffffff;
    padding: 5px;
}

.select2-container--classic.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: red !important;
    outline: 0;
}

.main-navbar a.nav-link:hover {
    color: red !important;
    transition: 0.2s;
}

.form-control:focus {
    border-color: red !important;
}

a {
    color: red;
}

a:hover {
    color: red;
}

.header-navbar .navbar-container .bookmark-wrapper ul.nav li>a.nav-link i:hover {
    color: white;
}


/*html {
    scroll-behavior: smooth;
}**/

ul.main-navbar {
    display: inline-flex;
    list-style: none;
    line-height: 30px;
    margin-bottom: 0;
}

.container-calendar {
    margin: 0 auto;
    overflow: auto;
}

.skew {
    transform: skew(5deg, 0deg);
}

.button-container-calendar button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    zoom: 1.5;
    background: none;
    font-size: 1.4rem;
    color: red;
    border: none;
    outline: none;
}

.white-txt {
    color: white !important;
}

.table-calendar {
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    border-top: 1px solid #eee;
    font-size: 0.8rem;
}

.table-calendar td,
.table-calendar th {
    padding: 2px;
    text-align: center;
    vertical-align: top;
}

#yearHeader {
    margin: 0 0 4px;
    padding: 0 3px;
}

.date-picker {
    cursor: pointer;
}

#monthAndYear {
    text-align: center;
    margin-top: 0;
}

.button-container-calendar {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    clear: both;
    text-align: center;
}

#previous {
    float: left;
}

#next {
    float: right;
}

.footer-container-calendar {
    margin-top: 1em;
    border-top: 1px solid #dadada;
    padding: 10px 0;
    display: none;
}

.footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ffffff;
    color: #585858;
    border: 1px solid #bfc5c5;
    border-radius: 3px;
    padding: 5px 1em;
}

#date-picked {
    text-align: center;
    color: #999;
    border-top: 1px solid #eee;
    padding-top: 5px;
    font-size: 1rem;
    margin-bottom: 0px;
}

.filter_list .vs-checkbox-con.vs-checkbox-primary {
    position: relative;
}

.btn.btn-outline-white:hover,
.text-white.btn-white:hover {
    color: #fff !important;
}

span.o_name {
    padding-left: 29px;
    display: block;
    margin-top: -19px;
}

.normal-dropdown.dropdown .dropdown-menu::before {
    display: none !important;
}

.x-dropdown .dropdown-menu {
    top: 38px !important;
}

.x-dropdow.dropdown .dropdown-menu::before {
    display: none !important;
}

a.dropdown-toggle.nav-link.less-right {
    padding-right: 10px !important;
}

.header-navbar .navbar-container .bookmark-wrapper ul.nav li>a.nav-link.less-right.less-right {
    padding-right: 5px !important;
}

.dropdown .dropdown-toggle::after {
    border: none !important;
    font-family: "feather" !important;
    content: "\e842" !important;
    position: relative !important;
    top: 1px;
    right: 0;
    left: 0.714rem;
    padding: 0;
    margin: 0;
    vertical-align: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom: 1px solid #f9f9f9 !important;
}

.horizontal-menu .header-navbar .nav-link.dropdown-toggle::after {
    left: 0.4rem;
}

.navbar-floating .header-navbar-shadow {
    height: 80px;
}

ul.pagination {
    float: right;
}

body.invoice-popup {
    padding: 10px;
}

body.invoice-popup .invoice-page {
    max-width: 900px;
    display: block;
    margin: auto;
}

.footer2 li {
    display: inline-block;
}

.footer2 .footer-link {
    /* line-height: 10px; */
    color: #626262;
    padding: 0 9px 0 0;
}

.footer2 a#dropdown-flag {
    padding: 2px;
    color: #626262;
}

.horizontal-menu.navbar-floating .horizontal-menu-wrapper {
    background: none;
    display: none;
}

.twitter-feed .alert-light {
    color: #626262 !important;
}

.profile-img {
    max-width: 150px !important;
    width: 80%;
}

.main-navbar a.nav-link {
    color: white;
    padding: 15px 25px !important;
    font-weight: 900;
}

.main-navbar a.nav-link:hover {
    color: #f60;
    transition: 0.2s;
}

li.nav-item.active {
    border-bottom: 2px solid #f60 !important;
}

.horizontal-menu.navbar-floating:not(.blank-page) .app-content {
    padding-top: 4.2rem;
}

.horizontal-menu.navbar-floating .horizontal-menu-wrapper {
    background: none;
    background-repeat: repeat-x;
}

.input-group .select2-container--default .select2-selection--single {
    min-height: 38px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 0px 0px 5px;
}

.card {
    box-shadow: 0 4px 25px 0 rgb(68 165 150 / 15%);
}

.bg-authentication {
    background: url(../../app-assets/images/bg4.jpg) 0% 0% no-repeat;
    background-size: contain;
    width: 100%;
}

.header-navbar.navbar-shadow,
.box-shadow-1,
footer.navbar-shadow {
    box-shadow: 0 4px 25px 0 rgb(136 239 224 / 15%);
}

.card.ecommerce-card {
    box-shadow: none;
    background-color: transparent !important;
}

.ecommerce-application .ecommerce-card:hover {
    box-shadow: none;
}

.ecommerce-card .item-options.text-center .cart {
    border-radius: 7px !important;
}

.ecommerce-application .list-view .ecommerce-card .card-content .item-img {
    text-align: left !important;
    display: block !important;
    padding-left: 20px !important;
}

.ecommerce-application .grid-view .ecommerce-card .card-content .item-img {
    padding-top: 0 !important;
    min-height: inherit !important;
    width: 70% !important;
    margin: auto;
}

.login-logo {
    margin: 30px auto 70px;
    max-width: 200px;
    width: 50%;
}

.bg-authentication {
    min-height: 300px !important;
}

.login-empty-block {
    min-width: 200px;
}

.mt-s-1 {
    margin-top: 5px;
}

.table tbody {
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.accordion .card-header,
.collapse-bordered .card-header {
    cursor: pointer;
    padding: 0;
    margin: 12px 0;
}

.collapse .card-body {
    padding: 0px;
}

.collapse-icon [data-toggle="collapse"]:after,
.collapse-icon [data-toggle="collapse"]:before {
    right: 0px !important;
}

.ecommerce-application .grid-view {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.list-view .item-img.text-center {
    text-align: left !important;
    display: block !important;
}

.session_calendar .calendar__header {
    grid-auto-rows: 50px;
    align-items: center;
    text-align: center;
}

.session_calendar {
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

.session_calendar .badge {
    border: none;
}

.session_calendar .calendar__day {
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    position: relative;
    padding: 27px 4px 4px;
    overflow: hidden !important;
}

.session_calendar .calendar__week {
    grid-auto-rows: auto;
    text-align: right;
    min-height: 100px;
}

.session_calendar .calendar__week,
.session_calendar .calendar__header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.session_calendar .calendar__day span {
    position: absolute;
    top: 5px !important;
    right: 5px !important;
}

.vs-checkbox-con .vs-checkbox {
    position: absolute;
    line-height: 20px;
}

.vs-checkbox-con {
    display: inline-block;
    font-size: 0.9rem;
}

.vs-checkbox-con .vs-checkbox {
    cursor: pointer;
    position: relative;
    width: 20px !important;
    height: 20px !important;
    border-width: 2px;
    display: inline-block !important;
    margin-bottom: -4px;
}

.ecommerce-card .item-options.text-center .cart {
    border-radius: 7px !important;
}

.ecommerce-application .ecommerce-card .wishlist,
.ecommerce-application .ecommerce-card .cart {
    padding: 0.8rem 0.5rem;
}

.list-view .ecommerce-card img.img-fluid.rounded-circle.img-border.box-shadow-1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.ecommerce-application .list-view .ecommerce-card .card-content {
    grid-template-columns: 150px 2fr 200px;
}

.ecommerce-application .list-view .item-name.text-center.mb-1.mt-0 {
    text-align: left !important;
}

.ecommerce-application .list-view .ecommerce-card .card-content .card-body {
    border-right: none;
}

table.data-thumb-view.dataTable tbody tr td.product-img img {
    height: auto;
    max-width: 55px;
}

.chip .chip-body .chip-text {
    white-space: nowrap;
}

.product-action button {
    white-space: nowrap;
}

i.fa-circle.text-primary {
    color: #0d1f33 !important;
}

.badge.badge-pill.badge-primary {
    background: #0d1f36;
}

.btn-outline-primary,
.fc .fc-button {
    border-color: #1b874b;
}

.data-list-view-header .edit-new-data-sidebar .add-new-data,
.data-list-view-header .add-new-data-sidebar .add-new-data,
.data-list-view-header .rebook-session-sidebar .add-new-data,
.data-list-view-header .edit-session-sidebar .add-new-data,
.data-thumb-view-header .add-new-data-sidebar .add-new-data {
    max-width: 95vw;
    width: 60rem;
}

.fc .fc-button {
    background-color: #2bc770;
}

.divider-text.font-medium-1 {
    color: #0d1f36 !important;
}

.data-items h6 {
    color: #888;
    font-weight: 400;
}

.award_btn {
    width: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}

.award_btn span {
    display: table-cell !important;
}

.award_btn span i {
    font-size: 20px !important;
}

.award_date {
    display: inline-block;
    width: calc(100% - 60px);
}

.award_template {
    display: none;
}

span.award_group {
    width: 100%;
}

.avatar_head {
    margin-left: 3px;
}

.time-slot-list th {
    padding: 0.5rem;
}

.sm-box {
    width: 30px !important;
    height: 20px !important;
    display: inline-block;
    line-height: 20px !important;
    vertical-align: middle;
}

.sm-box.bg-light {
    background-color: #f2f2f2 !important;
}

.time-slot-list td {
    padding: 0;
    background: #f2f2f2;
    border-bottom: 1px solid white !important;
}

.time-slot-list tr {
    border-bottom: 1px solid white !important;
}

.time-slot-list .vs-checkbox-con {
    display: inline-block;
    font-size: 0.9rem;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

.time-slot-list .vs-checkbox-primary input:checked~.vs-checkbox {
    border-color: #7367f0 !important;
    border: none;
    transform: none;
    width: 100% !important;
    height: 30px !important;
}

.time-slot-list .vs-checkbox-con input:checked~.vs-checkbox .vs-checkbox--check .vs-icon {
    font-size: 26px;
}

.time-slot-list .vs-checkbox-con .vs-checkbox .vs-checkbox--check .vs-icon {
    font-size: 26px;
}

.time-slot-list .vs-checkbox-con .vs-checkbox {
    border: none;
    width: 100%;
    height: 30px !important;
    transform: none;
}

.time-slot-list .vs-checkbox-con input:checked~.vs-checkbox .vs-checkbox--check .vs-icon {
    border: none;
    width: 100%;
    height: 30px !important;
}

#session-list.dataTable thead>tr>th.sorting_asc,
#session-list.dataTable thead>tr>th.sorting_desc,
#session-list.dataTable thead>tr>th.sorting,
#session-list.dataTable thead>tr>td.sorting_asc,
table#session-list.dataTable thead>tr>td.sorting_desc,
#session-list.dataTable thead>tr>td.sorting {
    padding-left: 27px;
}

#session-list.dataTable thead .sorting:before,
#session-list.dataTable thead .sorting_asc:before,
#session-list.dataTable thead .sorting_desc:before {
    left: 10px;
}

#session-list.dataTable thead .sorting:after,
#session-list.dataTable thead .sorting_asc:after,
#session-list.dataTable thead .sorting_desc:after {
    left: 10px;
}

.my-credit .btn-outline-primary {
    color: #f60;
    border: 1px solid #f60 !important;
}

.btn-outline-primary:hover,
.fc .fc-button:hover {
    color: #ffffff;
    background-color: #f60;
    border-color: #f60;
}

.my-credit .btn-outline-primary:hover {
    color: white;
    background: #f60 !important;
    border: 1px solid #f60 !important;
}

.small-plus {
    padding: 0.3rem !important;
    border: 1px solid #f60 !important;
}

.border-l {
    border-left: 1px solid #f2f2f2;
}

.conference_link {
    margin: 5px 0px;
    padding: 5px !important;
    height: 30px;
    border: none;
}


/** -- BEGIN: animated gif --**/

.sa {
    width: 110px;
    height: 110px;
    padding: 10px;
    margin: 0 auto;
    background-color: #f8f8f8;
}

.sa-warning {
    border-radius: 50%;
    border: 4px solid #f8bb86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    animation: scaleWarning 0.75s infinite alternate;
}

.sa-warning:after,
.sa-warning:before {
    background: white;
    content: "";
    border-radius: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
}

.sa-warning:before {
    display: inline-block;
    opacity: 0;
    animation: pulseWarning 2s linear infinite;
}

.sa-warning:after {
    display: block;
    z-index: 1;
}

.sa-warning-body {
    background-color: #f8bb86;
    border-radius: 2px;
    height: 47px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 10px;
    width: 5px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}

.sa-warning-dot {
    background-color: #f8bb86;
    border-radius: 50%;
    bottom: 10px;
    height: 7px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 7px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}

.add-new-comment-sidebar .overlay-bg,
.rebook-session-sidebar .overlay-bg {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 1032;
}

.add-new-comment-sidebar .add-new-data,
.rebook-session-sidebar .add-new-data {
    width: 28.57rem;
    max-width: 90vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: #ffffff;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    z-index: 1033;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: hidden;
}

.add-new-comment-sidebar .overlay-bg.show,
.rebook-session-sidebar .overlay-bg.show {
    opacity: 1;
    display: block;
}

.add-new-comment-sidebar .add-new-data.show,
.rebook-session-sidebar .add-new-data.show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.add-new-comment-sidebar .add-new-data,
.rebook-session-sidebar .add-new-data {
    max-width: 95vw;
    width: 60rem;
}

.add-new-comment-sidebar .new-data-title,
.rebook-session-sidebar .new-data-title {
    padding-bottom: 0.714rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.add-new-comment-sidebar .data-items,
.rebook-session-sidebar .data-items {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: calc(100% - 10rem);
    position: relative;
    overflow: auto;
}

.add-new-comment-sidebar .data-items,
.rebook-session-sidebar .data-items {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: calc(100% - 10rem);
    position: relative;
    overflow: auto;
}

.add-new-comment-sidebar .hide-data-sidebar i,
.rebook-session-sidebar .hide-data-sidebar i {
    position: absolute;
    font-size: 1.71rem;
    right: 0;
    top: -0.1428rem;
    cursor: pointer;
}

.add-new-comment-sidebar .hide-data-sidebar,
.rebook-session-sidebar .hide-data-sidebar {
    position: relative;
}

@keyframes scaleWarning {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulseWarning {
    0% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }
    30% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        background-color: #f8bb86;
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #f8d486;
    }
    100% {
        background-color: #f8bb86;
    }
}

.sa-success {
    border-radius: 50%;
    border: 4px solid #a5dc86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #f8f8f8;
    width: 80px;
}

.sa-success:after,
.sa-success:before {
    background: #f8f8f8;
    content: "";
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}

.sa-success:before {
    border-radius: 40px 0 0 40px;
    width: 26px;
    height: 80px;
    top: -17px;
    left: 5px;
    transform-origin: 60px 60px;
    transform: rotate(-45deg);
}

.sa-success:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform-origin: 0 60px;
    transform: rotate(-45deg);
    animation: rotatePlaceholder 4.25s ease-in;
}

.sa-success-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(165, 220, 134, 0.25);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-success-fix {
    background-color: #f8f8f8;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-success-tip,
.sa-success-long {
    background-color: #a5dc86;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip 0.75s;
}

.sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong 0.75s;
}

@keyframes animateSuccessTip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {
    0%,
    5% {
        transform: rotate(-45deg);
    }
    100%,
    12% {
        transform: rotate(-405deg);
    }
}

.sa-error {
    border-radius: 50%;
    border: 4px solid #f27474;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #f8f8f8;
    width: 80px;
    animation: animateErrorIcon 0.5s;
}

.sa-error:after,
.sa-error:before {
    background: #f8f8f8;
    content: "";
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}

.sa-error:before {
    border-radius: 40px 0 0 40px;
    width: 26px;
    height: 80px;
    top: -17px;
    left: 5px;
    transform-origin: 60px 60px;
    transform: rotate(-45deg);
}

.sa-error:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform-origin: 0 60px;
    transform: rotate(-45deg);
    animation: rotatePlaceholder 4.25s ease-in;
}

.sa-error-x {
    display: block;
    position: relative;
    z-index: 2;
}

.sa-error-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(200, 0, 0, 0.2);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-error-fix {
    background-color: #f8f8f8;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-error-left,
.sa-error-right {
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
    background-color: #f27474;
    top: 37px;
    width: 47px;
}

.sa-error-left {
    left: 17px;
    transform: rotate(45deg);
    animation: animateXLeft 0.75s;
}

.sa-error-right {
    right: 16px;
    transform: rotate(-45deg);
    animation: animateXRight 0.75s;
}

@keyframes rotatePlaceholder {
    0%,
    5% {
        transform: rotate(-45deg);
    }
    100%,
    12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateXLeft {
    0%,
    65% {
        left: 82px;
        top: 95px;
        width: 0;
    }
    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }
    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight {
    0%,
    65% {
        right: 82px;
        top: 95px;
        width: 0;
    }
    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }
    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}


/** -- End: animated gif --**/

@media (min-width: 1280px) {
    .ecommerce-application .grid-view {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    }
}

@media (max-width: 1199.98px) {
    body.horizontal-layout .header-navbar {
        background: #000134 !important;
    }
    .header-navbar .navbar-container ul.nav li.dropdown-language>a.nav-link {
        padding: 1.1em 0.5rem !important;
    }
    .header-navbar .navbar-container .bookmark-wrapper ul.nav li>a.nav-link {
        padding: 1rem 0.5rem 1rem !important;
    }
}

@media (max-width: 991.98px) {
    .ecommerce-application .list-view .ecommerce-card .card-content {
        grid-template-columns: 150px 2fr 200px;
    }
    .ecommerce-application .list-view .ecommerce-card .card-content .item-img {
        padding-top: 0;
        padding-bottom: 0;
    }
    .ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-name {
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .skew {
        transform: skew(0deg, 0deg);
    }
    .login-logo {
        margin: 60px auto 60px;
        max-width: 200px;
        width: 50%;
    }
    ul.pagination {
        float: inherit;
    }
    .border-l {
        border-left: none;
    }
    .ecommerce-application .list-view .ecommerce-card .card-content {
        grid-template-columns: 1fr 2fr;
    }
    .ecommerce-application .grid-view {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
    .breadcrumb-wrapper {
        padding: 0;
    }
    h2.content-header-title {
        display: contents;
    }
    ol.breadcrumb {
        display: inline-flex;
        padding: 0px 0 0 0 !important;
        border-left: none !important;
    }
    .footer2 .footer2-content {
        text-align: center !important;
    }
    .session_calendar .badge {
        border: none;
        width: 25px;
        height: 25px;
        overflow: hidden;
        color: transparent !important;
    }
}

@media (max-width: 575.98px) {
    html body .content .content-wrapper {
        padding: calc(2.2rem - 1.5rem) calc(2.2rem - 1.5rem) 0 !important;
    }
    .card-body {
        padding: 0.8rem;
    }
    .pl-2,
    .px-2 {
        padding-left: 1rem !important;
    }
    .pr-2,
    .px-2 {
        padding-right: 1rem !important;
    }
    .card {
        margin-bottom: 1rem !important;
    }
    .card .card-header {
        padding: 1rem 0.8rem 0;
    }
}

@media (max-width: 560px) {
    .ecommerce-application .grid-view {
        grid-template-columns: 1fr 1fr !important;
    }
    .ecommerce-application .list-view .ecommerce-card .card-content {
        grid-template-columns: 1fr;
    }
    .ecommerce-card img.img-fluid.rounded-circle.img-border.box-shadow-1 {
        margin: auto;
        display: block;
    }
    .ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-name {
        text-align: center !important;
    }
}

.elegant-calencar {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 15px auto;
    position: relative;
}

.elegant-calencar #calendar-header {
    margin-bottom: 10px;
}

.elegant-calencar .pre-button,
.next-button {
    margin-top: 17px;
    font-size: 1em;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    cursor: pointer;
    color: #7367f0;
}

.elegant-calencar .pre-button:hover,
.next-button:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.elegant-calencar .pre-button:active,
.next-button:active {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.elegant-calencar .pre-button {
    float: left;
    margin-left: 0.5em;
    width: 15% !important;
    overflow: hidden;
}

.elegant-calencar .next-button {
    float: right;
    margin-right: 0.5em;
}

.elegant-calencar .head-info {
    float: left;
    width: 70%;
}

.elegant-calencar .head-day {
    font-size: 1.3em;
    line-height: 1;
    color: #7367f0;
}

.elegant-calencar .head-month {
    margin-top: 2px;
    font-size: 1.2em;
    line-height: 1;
    color: #626262;
}

.elegant-calencar #calendar {
    width: 100%;
    margin: 0 auto;
}

.elegant-calencar #calendar tr {
    font-size: 0.8em;
}

.elegant-calencar thead tr {
    color: #626262;
    font-weight: 700;
    text-transform: uppercase;
}

.elegant-calencar tbody tr {
    color: #252a25;
}

.elegant-calencar tbody td {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.elegant-calencar tbody td:hover,
.selected {
    color: #fff;
    background-color: #f60;
    border: none;
}

.elegant-calencar tbody td:active {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.elegant-calencar #today {
    background-color: #f60;
    color: #fff;
}

.elegant-calencar #disabled {
    cursor: default;
    background: #fff;
}

.elegant-calencar #disabled:hover {
    background: #f60;
    color: #c9c9c9;
}

.elegant-calencar #reset {
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    z-index: 999;
    color: #fff;
    font-family: serif;
    cursor: pointer;
    padding: 0 0.5em;
    height: 1.5em;
    border: 0.1em solid #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elegant-calencar #reset:hover {
    color: #f60;
    border-color: #f60;
}

.elegant-calencar #reset:active {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}


/* Added by Julia */


/* calendar */

th.fc-col-header-cell {
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    border-left: 0px;
    border-right: 0px;
}

.fc .fc-event-future {
    background-color: #f60;
    color: #ffffff !important;
}

.fc-daygrid-dot-event .fc-event-title {
    font-weight: normal;
}


/*.fc-event-past .fc-daygrid-event-dot { border: calc(var(--fc-daygrid-event-dot-width,8px)/ 2) solid var(--fc-event-border-color,#BABFC7)!important; }
.fc-event-past.fc-v-event { background-color: var(--fc-event-bg-color,#BABFC7)!important; border: 1px solid var(--fc-event-border-color,#BABFC7)!important; }*/

.fc-event-time {
    font-weight: normal !important;
}

.fc-event-past {
    opacity: 0.6 !important;
}

#delete_availability .add-new-data {
    width: 30rem;
}

#delete_availability_passed .add-new-data {
    width: 30rem;
}

#add_availability .add-new-data {
    width: 30rem;
}

#add_availability_passed .add-new-data {
    width: 30rem;
}

#update_availability .add-new-data {
    width: 30rem;
}

#update_availability_passed .add-new-data {
    width: 30rem;
}


/* admin portal */

#add-corporate .add-new-data {
    width: 30rem;
}

#add-trainer .add-new-data {
    width: 30rem;
}

#send-invitation .add-new-data {
    width: 30rem;
}

#assign-credit-sidebar .add-new-data {
    width: 30rem;
}

.navbar-brand .brand-logo span {
    position: relative;
    left: 168px;
    top: 7px;
    font-weight: 900;
    font-size: 8px !important;
    line-height: 6px;
    color: #0d1f36;
    text-transform: uppercase;
    background: white !important;
}

@media (max-width: 992px) {
    .navbar-brand .brand-logo span {
        display: block;
    }
}


/*li.nav-item.active { border-bottom: 0px!important; }*/

footer.footer {
    padding-top: 30px;
    margin-top: 0px !important;
}

footer h4 {
    color: white;
}

footer ul li {
    line-height: 1.8em;
}

footer p {
    color: white;
}

.card.mb-0 {
    margin-bottom: 0px !important;
}

.form-control-sm {
    padding: 0 0.8rem !important;
}

.form-control-sm {
    background-position: calc(100% - 3px) 5px, calc(100% - 20px) 13px, 100% 0 !important;
}


/* data table */

table.dataTable {
    border: 0px solid #f8f8f8;
}

table.dataTable thead tr,
.table-hover-animation thead th {
    background-color: #f8f8f8;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-left: 27px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    left: 10px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    left: 10px;
}

.dataTables_length {
    float: left;
    padding-left: 1.5rem;
    margin-top: 5px;
    margin-bottom: 10px;
}

.dataTables_filter {
    float: right;
    padding-right: 1.5rem;
    margin-top: 5px;
    margin-bottom: 10px;
}

.dataTables_paginate {
    float: right;
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 20px;
}

@media (max-width: 1100px) {
    .navbar-brand .brand-logo {
        background: url(../../app-assets/images/logo/logo_white.png) no-repeat;
        height: 30px;
        width: 177px;
        margin-top: 13px;
        background-size: contain;
    }
    .navbar-brand .brand-logo span {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .dataTables_length {
        padding-left: 0.8rem;
    }
    .dataTables_filter {
        padding-right: 0.8rem;
    }
}

@media (max-width: 480px) {
    .dataTables_length {
        float: left;
        text-align: left !important;
        width: 100%;
        padding-left: 0.8rem;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .dataTables_filter {
        float: left;
        text-align: left !important;
        width: 100%;
        padding-left: 0.8rem;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

#add-sidebar .add-new-data {
    width: 30rem;
}

.data-list-view-header .add-new-data-sidebar .add-new-data .data-items,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items {
    overflow: hidden !important;
}


/* profile item */

div.profile_item {
    display: flex;
}

div.profile_item>div {
    display: table-cell;
    padding: 5px 0px 5px 0px;
    float: left;
}

div.profile_item>div:first-child {
    width: 140px;
}

div.profile_item>div:nth-child(2) {
    width: calc(100% - 140px);
}

.profile_image {
    max-width: 80px;
}

.profile_image img {
    max-width: 50px;
    margin: 0px auto;
    display: block;
}

.profile_info {
    width: calc(100% - 100px);
}

.add-new-data .profile_row {
    display: block;
}

.add-new-data .profile_image {
    width: 100%;
    float: none;
}

.add-new-data .profile_image img {
    max-width: 70px;
}

.add-new-data .profile_info {
    width: 100%;
    float: none;
    margin-top: 20px;
}

.add-new-data div.profile_item>div {
    padding: 0px 0px 6px 0px;
    float: left;
}

.table th {
    font-size: 1.2rem !important;
}

.table.r2_event_spec th {
    min-width: 150px;
}

@media (max-width: 767.98px) {
    .nav.navbar-nav.float-right {
        margin: 12px !important;
    }
    table.table.r2_event_spec,
    table.table.r2_event_spec tr,
    table.table.r2_event_spec td,
    table.table.r2_event_spec th {
        border-bottom: 1px solid #ddd;
        display: block;
        border-top: none;
        border-right: none;
        border-left: none;
    }
    table.table.r2_event_spec tbody {
        border: none;
    }
    table.table.r2_event_spec td {
        vertical-align: top;
        padding-bottom: 18px;
        padding-left: 12px;
    }
    table.table.r2_event_spec th {
        padding-left: 0px;
    }
    .profile_image img {
        margin: 0px auto 15px auto;
        display: block;
    }
    .navbar-brand .brand-logo {
        background: url(../../app-assets/images/logo/logo_white.png) no-repeat;
        height: 30px;
        width: 177px;
        margin-top: 13px;
        background-size: contain;
        display: block;
    }
    #navbar-mobile.navbar-collapse .navbar-nav {
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .slider1-container h1 {
        font-size: 2.2rem;
        width: fit-content;
        background: #aed8d6d1;
        padding: 3px;
    }
    .slider1-container h3 {
        font-size: 1.1rem;
        background: #aed8d6d1;
        width: fit-content;
        padding: 5px;
    }
    .slider1-container {
        margin-top: 330px;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }
    .slider1-container h1 {
        font-size: 1.6rem;
        font-weight: 800;
        margin-bottom: 0px;
        width: fit-content;
        background: #e2f5f4d1;
        padding: 3px;
        margin: auto;
    }
    .slider1-container h3 {
        font-size: 1rem;
        background: #e2f5f4d1;
        width: fit-content;
        padding: 5px;
        margin: auto;
    }
    .slider1-container .btn {
        padding: 1rem 2rem;
        font-size: 1rem;
        line-height: 1;
        border-radius: 0.4285rem;
        margin-top: 10px;
    }
    .carousel-item {
        height: 500px !important;
    }
    #slider {
        padding-top: 60px;
    }
    .carousel-item .img-fluid.slider-img {
        height: 500px !important;
        background-size: cover;
        background-position: 50% 50%;
    }
    .slider-img {
        background-position: 100% 90% !important;
    }
    #slider .container {
        padding: 0px !important;
        margin: 0px !important;
    }
}

@media (max-width: 550px) {
    .carousel-item {
        height: 500px !important;
    }
    .slider-img {
        background-position: 90% 90% !important;
    }
    .carousel-item .img-fluid.slider-img {
        height: 500px !important;
        background-size: cover;
        background-position: 50% 50%;
    }
}