@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --fontFamily: 'Roboto', sans-serif;
    --fontFamily: 'Poppins', sans-serif;
    --pinkColor: #e91e63;
    --primaryColor: #007bff;
    --blueColor: var(--primaryColor);
    --blueColorLow: #007bff77;
    --orangeColor: #fe6f02;
    --lightOrangeColor: #F4B716;
    --darkColor: #0C111C;
    --lightDarkColor: #1d2839;
    --infoColor: #00BCD4;
    --mainColor: var(--main-color);
    --mainColorHover: #00aadd;
    --nombreDeColor: purple;
    --nombreDeColor: #00aabc;
    --successColor: #44a512;
    --slider-active-color: #6598ff;
    --slider-inactive-color: #b2b2b2;
}


/* -------------------------
        Dark Mode Start
---------------------------*/
:root {
    --bg-color: #fff;
    --bg-color-body: #fff;
    --bg-color-light: #f2f2f2;
    --bg-color-disabled: #ddd;
    --bg-color-secondary: #c8c5c5;
    --text-color: #333;
    --text-color-light: #333;
    --text-color-disabled: #666;
    --text-color-secondary: #666;
    --text-color-btn: #fff;
    --border-color: #000;
    --border-color-soft: #0002;
    --border-color-soft-hover: #0005;
    --border-color-hard: #0005;
}

.dark-mode {
    --bg-color: #222;
    --bg-color-body: #171717;
    --bg-color-light: #2a2a2a;
    --bg-color-disabled: #333;
    --bg-color-secondary: #333;
    --text-color: #fff;
    --text-color-light: #ddd;
    --text-color-disabled: #aaa;
    --text-color-secondary: #aaa;
    --border-color: #fff3;
    --border-color-soft: #fff2;
    --border-color-soft-hover: #fff5;
    --border-color-hard: #fff5;
}

* {
    font-family: var(--fontFamily);
}

body {
    min-height: 100vh;
}

.um {
    opacity: 1 !important;
}

.ft-page-container {
    padding-bottom: 100px;
}

/* #region TC Select */
.tc-select .tc-select-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}

.tc-select .dropdown-menu {
    width: 100%;
    border: 1px solid #0002;
    border-radius: 0;
    border-top: none;
}

.tc-select .dropdown-menu .tc-option {
    cursor: default;
}

.tc-select .dropdown-menu .tc-option-item {
    cursor: default;
    display: flex;
    justify-content: space-between;
    padding: 3px 10px;
    font-size: 15px;
}

.tc-select .dropdown-menu .tc-sub-select {
    padding-left: 20px;
    display: block;
}

.tc-select .tc-option:hover .tc-sub-select {
    display: block;
}

.tc-select .dropdown-menu .tc-option-item:hover {
    background: #f5f5f5;
}

.tc-select .dropdown-menu .tc-option-item.active {
    background-color: var(--blueColor);
    color: #fff;
}

/* #endregion TC Select */

.dark-mode *::-webkit-scrollbar-thumb,
.dark-mode .scrollbar::-webkit-scrollbar-thumb {
    background-color: #ddd !important;
}

.dark-mode *::-webkit-scrollbar,
.dark-mode .scrollbar::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    background-color: var(--bg-color-light);
}

.dark-mode .scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.dark-mode .text-dark {
    color: #666 !important;
}

.border {
    border: 1px solid var(--border-color-soft) !important;
}

button,
input,
optgroup,
select,
textarea {
    background-color: var(--bg-color);
    color: var(--text-color);
}

.bs-0 {
    box-shadow: none !important;
}

.form-control:disabled,
.form-control[readonly],
.form-control:disabled:focus,
.form-control[readonly]:focus {
    background-color: var(--bg-color-disabled);
    color: var(--text-color-disabled);
}

.modal-content {
    background-color: var(--bg-color);
}

.dropdown-menu {
    background-color: var(--bg-color);
    color: var(--text-color-light);
}

.nav-list .nav-list-item a:hover {
    background-color: var(--bg-color-light);
}

.dark-mode .table .thead-light th {
    color: var(--text-color) !important;
    background: var(--bg-color-light) !important;
}

.list-group-item {
    background-color: var(--bg-color-light);
}

.ss-main .ss-multi-selected,
.ss-content,
.ss-content .ss-search input,
.ss-main .ss-single-selected,
.dataTables_wrapper .dataTables_length select {
    background-color: var(--bg-color);
    border-color: var(--border-color-soft);
    color: var(--text-color);
}

.ss-content .ss-list .ss-option.ss-disabled {
    background-color: var(--bg-color-disabled);
    color: var(--text-color);
}

table.dataTable tbody tr {
    background-color: var(--bg-color);
}

.dark-mode input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: var(--text-color-secondary);
}

.swal2-popup {
    background: var(--bg-color) !important;
}

.swal2-title {
    color: var(--text-color-light) !important;
}

.swal2-content {
    color: var(--text-color-secondary) !important;
}

.app-text-secondary {
    color: var(--text-color-secondary) !important;
}

.bg-fill {
    background-color: var(--bg-color) !important;
}

/* -------------------------
        Dark Mode End
---------------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: var(--fontFamily);
    background: var(--bg-color-body);
    color: var(--text-color);
}

body.full-window {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* -----------------------
     TC Data Start
------------------------ */
.tc-tab-btn {
    padding: 15px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-family: var(--fontFamily);
    color: var(--text-color-secondary);
    font-weight: 500;
    border-bottom: 2px solid transparent;
}

.tc-tab-btn.active {
    border-color: var(--mainColor);
    color: var(--text-color);
    font-weight: bold;
}

.tc-badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.tc-badge.tc-badge-btn {
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: capitalize;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.tc-badge.tc-badge-success {
    background-color: #4caf5022;
    color: #4caf50;
}

.tc-badge.tc-badge-primary {
    background-color: #ece7fe;
    color: #8972f3;
}

.tc-badge.tc-badge-info {
    background-color: #d1e7ff;
    color: #5aa9ff;
}

.tc-badge.tc-badge-danger {
    background-color: #fde7ea;
    color: #e77f89;
}

.tc-badge.tc-badge-secondary {
    background-color: #f7f8fc;
    color: #a0a6b5;
}



.tc-input-group {
    display: flex;
    align-items: center;
    position: relative;
}

.tc-input-group .form-control:not(.tc-file-input) {
    width: auto;
    flex: 1;
    border-right: none;
    max-width: calc(100% - 38px);
}

.tc-input-group .tc-input-group-txt {
    background-color: #ddd;
    width: 38px !important;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.tc-input-group .tc-file-input {
    display: none;
}

/* -----------------------
     TC Data End
------------------------ */


/* -----------------------
    Custom Area Start
------------------------ */
.bg-empty,
.bg-transparent {
    background-color: transparent !important;
}

tr.v-align-center td {
    vertical-align: middle;

}

.table.border-0 th,
.table.border-0 td,
.table.border-0 thead th,
.table.border-0 tbody td,
.table.border-0 {
    border: none !important;
}

.align-center td,
.align-center th {
    vertical-align: middle;
    text-align: center;
}

.ss-main .ss-single-selected {
    height: 39px;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.ss-content .ss-list .ss-option {
    font-size: 14px;
}

.ss-content .ss-search input {
    font-size: 14px;
    border-radius: 0;
}

.table-actions-td {
    white-space: nowrap;
}

.table-actions-td>* {
    display: inline-block;
    margin: 0 7px;
}

.notify-icon {
    position: relative;
    display: inline-block;
}

.notify-icon.active {
    margin-right: 10px;
}

.notify-icon .badge {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 10px !important;
    display: none;
}

.notify-icon.active .badge {
    display: inline-block;
}

.notify-badge {
    display: none;
}

.notify-badge.active {
    display: inline-block;
}

.modal-content {
    border: none;
}

.ss-main .ss-multi-selected .ss-values .ss-value .edit-icon {
    display: none !important;
}

.ss-content .ss-list .ss-option .edit-icon {
    font-size: 14px;
}

.border-round {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.notify-toasts {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 250px;
    pointer-events: none;
    z-index: 999999;
}

.notify-toasts .single-toast {
    background-color: #000;
    margin: 5px 0;
    color: #fff;
    padding: 15px;
    font-family: sans-serif;
    width: 100%;
    opacity: 0;
    -webkit-animation: notify 4s linear;
    -moz-animation: notify 4s linear;
    -o-animation: notify 4s linear;
    animation: notify 4s linear;
}

@keyframes notify {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    20%,
    80% {
        transform: translateX(0);
        opacity: .9;
    }

    90% {
        opacity: .5;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.heading .text-small {
    font-size: 14px;
    color: var(--text-color-secondary);
    font-weight: normal;
}

.table.table-broder-bottom {
    border: none !important;
}

.table-broder-bottom tr {
    border: none !important;
}

.table-broder-bottom thead th,
.table-broder-bottom tbody td {
    border: none !important;
    border-bottom: 1px solid #0005 !important;
}

.table-broder-bottom tbody td {
    font-size: 14px;
    padding-top: 20px !important;
}

.copy-text-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #555;
    opacity: 0;
    z-index: 9;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.input-group:hover .copy-text-btn {
    opacity: 1;
}

.text-sm {
    font-size: 14px;
}

.color-solid {
    color: var(--mainColor) !important;
}

.bg-solid {
    background-color: var(--mainColor) !important;
}

table.dataTable.no-footer {
    border: none !important;
}

.dataTables_length,
.dataTables_filter,
.paginate_button {
    font-family: var(--ffr);
    font-size: 14px;
}

.dataTables_filter input {
    font-family: var(--ffr);
    font-size: 14px;
    border: 1px solid #99a5 !important;
    padding: 2px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.dataTables_filter input:focus {
    border: 1px solid #99a5 !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #99a5 !important;
    background: #FFF;
    padding: 5px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #007BFF !important;
    color: #FFF !important;
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_info {
    margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 15px;
}

.no-btn-styles {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.small-font {
    font-size: 14px;
    font-family: var(--fontFamily);
}

.bold {
    font-weight: bold;
}

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

.error {
    color: #D00;
    text-align: left;
    font-family: var(--fontFamily);
    font-size: 14px;
}

.form-group.err .form-control {
    border-bottom: 1px solid #d00 !important;
}

.full-screen-loader {
    background: var(--darkColor);
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
}

.full-screen-loader .loader {
    width: 100px;
    height: 100px;
}

.lg-font {
    font-size: 20px;
}

.msg {
    padding: 20px;
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.center-content {
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.justify-center {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.pagination {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.disabled {
    opacity: 0.8;
}

.full-img {
    width: 100%;
    max-height: 100%;
}

.ms-list .dropdown-toogle .input-group-text {
    cursor: pointer !important;
    z-index: 6;
    height: calc(100% - 1px);
    background: var(--darkColor);
}

.ms-list .dropdown-menu {
    width: 100%;
    background: var(--lightDarkColor);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.ms-list .dropdown-menu .dropdown-item {
    display: block;
    color: #FFF;
    font-family: var(--fontFamily);
    cursor: pointer;
}

.ms-list .dropdown-menu .dropdown-item:hover,
.ms-list .dropdown-menu .dropdown-item:focus,
.ms-list .dropdown-menu .dropdown-item.selected,
.ms-list .dropdown-menu .dropdown-item.active {
    background: rgba(0, 0, 0, 0.27);
}

.bg_pink {
    background: #E91E63 !important;
}

.bg_info {
    background: #00BCD4 !important;
}

.bg_green {
    background: #8BC34A !important;
}

.bg_warning {
    background: #FF9800 !important;
}

.bg_success {
    background: #33dc6f !important
}

.light_orange {
    color: var(--lightOrangeColor) !important;
}

.text_success {
    color: #33dc6f !important
}

.table td,
.table th {
    border: none !important;
    border-bottom: 1px solid #0002 !important;
    font-family: var(--fontFamily) !important;
    color: var(--text-color);
}

.table.b-table td,
.table.b-table th {
    border: none !important;
    border-bottom: 1px solid #0002 !important;
    font-family: var(--fontFamily) !important;
}

.table.b-table {
    border-bottom: none;
}

.table tbody tr:last-child td {
    border-bottom: none !important;
}

.tooltip .tooltip-inner {
    background: var(--darkColor) !important;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: var(--darkColor) !important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--darkColor) !important;
}

.checkbox {
    display: flex;
    cursor: pointer;
    margin: 0 5px;
    font-weight: normal;
    color: #000;
}

.checkbox .box {
    margin-right: 7px;
    margin-top: 2px;
    width: 15px;
    height: 15px;
    display: flex;
    border: 2px solid var(--mainColor);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.checkbox .box i {
    font-size: 13px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.checkbox .check {
    display: none;
}

.checkbox .check:checked~.box {
    background: var(--mainColor);
}

.checkbox .check:checked~.box i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.inline-b {
    width: auto !important;
    display: inline-block !important;
}

.form-control.short {
    padding: 10px 0 10px 10px !important;
    width: 45px;
}

div.form-control {
    height: 37px;
    white-space: nowrap;
    overflow: auto;
}

div.form-control::-webkit-scrollbar {
    width: 0px !important;
    height: 0 !important;
}

.tinymce-inline-editor {
    min-height: 100px;
    height: auto;
    background: var(--bg-color);
    padding: 8px 10px;
    border: 1px solid var(--border-color-soft);
    font-size: 14px;
}

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

body.content-center {
    width: 100%;
    min-height: 100vh;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

body.content-right {
    width: 100%;
    min-height: 100vh;
    display: flex;
    -webkit-justify-content: right;
    justify-content: right;
    -webkit-align-items: right;
    align-items: right;
}

.swal2-container.in {
    background: rgba(0, 0, 0, 0.2) !important;
}

.swal2-modal {
    margin-top: 20px;
    width: 400px;
    display: none;
    overflow: hidden;
    font-family: var(--fontFamily) !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 2px 2px 25px 2px #0003 !important;
    box-shadow: 2px 2px 25px 2px #0003 !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled {
    font-size: 14px !important;
    border-radius: 2px !important;
    color: #fff !important;
    padding: 10px 25px !important;
    font-weight: bold !important;
    font-family: var(--fontFamily) !important;
    cursor: pointer !important;
    background: var(--mainColor) !important;
    text-transform: uppercase;
    -webkit-border-radius: 30px !important;
    border-radius: 30px !important;
}

.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus,
.swal2-styled:focus {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px, rgba(0, 0, 0, 0.12) 0px 2px 10px;
}

.swal2-styled.swal2-cancel {
    background: #171f30 !important;
}

.swal2-title {
    text-transform: capitalize !important;
}

.swal2-content {
    font-family: var(--fontFamily);
}

.swal2-title {
    font-family: var(--fontFamily);
}

.swal2-icon.swal2-warning {
    border-color: #ff7600 !important;
    color: #ff7600 !important;
}

.content-center {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.link {
    color: #007BFF;
    cursor: pointer;
    font-family: var(--fontFamily);
}

.cp {
    cursor: pointer;
}

.more {
    color: #777;
    font-family: var(--fontFamily);
}

.bg_light_ornage {
    background: var(--lightOrangeColor) !important;
}

.bg_orange {
    background: var(--orangeColor) !important;
}

.card {
    background: var(--bg-color);
    border: none;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 20px #0001;
    box-shadow: 0 2px 20px #0001;
}

.card.card-bordered {
    box-shadow: none !important;
}

.card.card-bordered .card-body {
    border: 1px solid var(--border-color-soft);
    border-top-color: transparent;
}


.align-center:not(table, td, th, tr, thead, tbody) {
    display: flex;
    align-items: center;
}

.pull-right {
    width: 100%;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pull-away {
    width: 100%;
    display: flex !important;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.label {
    font-size: 15px;
    color: var(--text-color-light);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
    font-family: var(--fontFamily);
}

.input-group .form-control:not(.no-custom-style) {
    padding-left: 45px;
}

input::placeholder,
textarea::placeholder {
    color: var(--text-color-secondary) !important;
}

.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 10px;
    color: var(--text-color);
    font-family: var(--fontFamily);
    background: none;
    border: 1px solid #3334;
    font-size: 15px;
}

.form-control:focus {
    background: none;
    border-color: var(--mainColor);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select.form-control option {
    color: var(--text-color);
    background-color: var(--bg-color);
}

select.form-control {
    padding: 5px 10px;
}

.input-group-text:not(.no-custom-style) {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    color: #777;
    z-index: 99;
    height: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.file-upload-label~.form-control[readonly] {
    background: transparent;
}

.btn,
.submit-btn {
    font-size: 14px;
    color: #fff;
    padding: 7px 12px;
    font-weight: 500;
    margin: 0;
    font-family: var(--fontFamily);
    cursor: pointer;
    background: var(--mainColor);
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

.btn-lg-round {
    padding: 10px 70px;
}

.btn:hover,
.submit-btn:hover {
    opacity: 0.8;
}

.btn.outline,
.submit-btn.outline {
    background: transparent;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
}

.btn.outline.active,
.submit-btn.outline.active,
.btn.outline:hover,
.submit-btn.outline:hover {
    background: var(--mainColor);
    color: #fff;
}

.tc-panel {
    display: none;
}

.tc-panel.active {
    display: block;
}

.btn-lg {
    padding: 10px 30px;
    font-size: 18px;
}

.btn-round {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.btn i {
    display: inline-block;
    margin-right: 5px;
}

.s-btn {
    font-size: 16px;
    background: transparent;
    border: none;
    padding: 20px;
    color: #ccc;
    position: relative;
    cursor: pointer;
}

.s-btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.s-btn:hover,
.s-btn.active {
    color: #FFF;
}

.heading {
    color: var(--text-color-light);
    font-family: var(--fontFamily);
    font-weight: bold;
    font-size: 25px;
    padding: 0;
    margin: 0;
}

h1.heading {
    font-size: 40px;
}

h2.heading {
    font-size: 30px;
}

h3.heading {
    font-size: 25px;
}

h4.heading {
    font-size: 20px;
    font-weight: 500;
}

h5.heading {
    font-size: 18px;
    font-weight: 500;
}

h5.heading {
    font-size: 16px;
    font-weight: 500;
}

h6.heading {
    font-size: 14px;
    font-weight: bold;
}

p.heading {
    font-size: 14px;
    font-weight: 500;
}

.bg_dark {
    background: #090F19;
}

.disabled {
    pointer-events: none !important;
}

.loader-container {
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.loader {
    width: 70px;
    height: 70px;
    display: block;
    background: transparent;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.loader.small {
    width: 30px;
    height: 30px;
}

.loader .text {
    color: #333;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.loader .load {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: transparent;
    border: 4px solid #000;
    border-color: #ddd #ddd #ddd transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: rotateClockWise 1s linear infinite;
    -moz-animation: rotateClockWise 1s linear infinite;
    -o-animation: rotateClockWise 1s linear infinite;
    animation: rotateClockWise 1s linear infinite;
}

.spinner {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: transparent;
    border: 4px solid #000;
    border-color: #ddd #ddd #ddd transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: rotateClockWise 1s linear infinite;
    -moz-animation: rotateClockWise 1s linear infinite;
    -o-animation: rotateClockWise 1s linear infinite;
    animation: rotateClockWise 1s linear infinite;
}

.spinner.spinner-dark {
    border-color: #333 #333 #333 transparent;
}

@keyframes rotateClockWise {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAntiClockWise {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

button .loader,
span>.loader {
    width: 30px;
    height: 30px;

}

a:hover {
    text-decoration: none;
}

.hide-scrollbar::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
}

.scrollbar {
    overflow: auto;
}

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

.scrollbar::-webkit-scrollbar-track {
    background: #fff;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: var(--mainColor);
}

.scrollbar-2::-webkit-scrollbar-thumb {
    background: #007a87;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #c96316;
}

/* -----------------------
    Custom Area End
------------------------ */
.nc-checkbox-toggler {
    position: relative;
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 20px;
    box-shadow: inset 0 0 5px var(--border-color-soft);
    transition: 0.5s;
}

.nc-checkbox-toggler:checked {
    background-color: var(--mainColor);
}

.nc-checkbox-toggler::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px var(--border-color-soft);
    transition: 0.5s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nc-checkbox-toggler:checked::before {
    left: 50%
}

.checkboxLabel {
    position: relative;
    display: flex;
    cursor: pointer;
    color: var(--text-color);
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
}

.checkboxLabel .checkbox {
    width: 0px !important;
    height: 0px !important;
    opacity: 0 !important;
}

.checkboxLabel .c-box {
    width: 15px;
    height: 15px;
    border: 1px solid var(--mainColor);
    margin-right: 5px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.checkboxLabel .c-box-label {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.checkboxLabel .c-box i {
    font-size: 10px;
    color: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.checkboxLabel .c-box.round {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.checkboxLabel .c-box.round {
    padding: 8px;
}

.checkboxLabel .c-box.round i {
    color: #FFF;
}

.checkboxLabel .checkbox:checked~.c-box {
    background: var(--mainColor);
}

.checkboxLabel .checkbox.invalid-day~.c-box {
    background: black;
    border-color: black;
}

.checkboxLabel .checkbox.valid-day~.c-box {
    background: green;
    border-color: green;
}

.checkboxLabel .checkbox:disabled~.c-box {
    pointer-events: none;
}

.checkboxLabel .checkbox:checked~.c-box i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.checkboxLabel .checkbox:focus~.c-box {
    position: relative;
}

.checkboxLabel .checkbox:focus~.c-box::after {
    content: "";
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background-color: #05acff55;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}

.custom-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: white;
    box-shadow: inset 0px 0px 4px 0px #aaa;
    border-radius: 20px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: var(--mainColor);
    border-radius: 20px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--mainColorHover);
    border-radius: 20px;
}

.custom-scroll.scroll-sm::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.bg-main {
    background-color: var(--mainColor) !important;
}

.text-main {
    color: var(--mainColor);
}


:root {
    --main-color: #ff671a;
    --font-family: sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
}

.page-content {
    padding: 50px;
}

/* #region Navbar Section */
.site-navbar {
    background-color: #fff !important;
    color: #333
}

.site-navbar .site-name {
    color: #fff;
    margin: 0;
    padding: 0;
}

.site-navbar .site-name:hover {
    color: #fff;
}

.site-navbar .site-headline {
    font-size: 12px;
    color: #ddd;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

.site-navbar .site-nav .menu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-navbar .site-nav .menu li a {
    display: block;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
}

.site-navbar .site-nav .menu li a i {
    display: none;
}

.site-navbar .site-nav .menu li.current_page_item a {
    color: #000;
}

.site-navbar .site-nav .sub-menu {
    list-style: none;
    position: absolute;
    left: 0;
    background-color: #29afdc;
    padding: 0;
    margin: 0;
    min-width: 250px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    z-index: 99;
    border: 1px solid #0001;
}

.site-navbar .site-nav .sub-menu a {
    color: white !important;
}

.site-navbar .site-nav .sub-menu a i {
    color: white !important;
    display: inline-block !important;
    margin-right: 5px;
}

.site-navbar .site-nav .menu-item:hover>.sub-menu {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.site-navbar .site-nav .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: 50%;
}

.site-navbar .site-nav .menu .menu-item {
    position: relative;
}

.site-navbar .site-nav .menu .menu-item-has-children {
    padding-right: 10px;
}

.site-navbar .site-nav .menu .menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 5px;
    border: 4px solid transparent;
    border-color: #fff transparent transparent;
}

/* #endregion Navbar Section */

/* #region Header Section */
.site-header {
    min-height: 50vh;
    background-image: linear-gradient(#0005, #0005), url('assets/images/bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 100px;
}

.site-header .content {
    width: 50%;
}

.site-header .content h5.heading {
    color: #fff;
    font-size: 16px;
}

.site-header .content h1.heading {
    font-size: 80px;
    color: #fff;
    font-weight: normal;
}

.site-header .content .head-text {
    padding: 30px 0;
    line-height: 25px;
}

/* #endregion Header Section */

/* #region Section Start */

section.sec-filled {
    background-color: #EDF2F5;
}

section .sec-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section .sec-header .heading {
    color: #333;
    padding-bottom: 20px;
}

/* #endregion Section End */

/* #region Footer Section */
.site-footer {
    background-color: #222;
    padding: 50px 100px;
}

.site-footer .foot-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .foot-links ul li {
    padding: 5px 0;
    display: block;
}

.site-footer .foot-links ul li a {
    color: #fff;
    display: block;
    color: #aaa;
}

.site-footer .foot-links ul li a:hover {
    color: var(--main-color);
}

.footer-col-link ul {
    list-style: none;
}

/* heading design */
.page-heading h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    margin-top: 15px;
}

.page-heading h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}

.page-heading h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #333;
}

.page-title-desc p {
    font-size: 13px;
}

.page-title-desc {
    color: #aaa;
}

/* page heading design end */

.column-reverse {
    display: flex;
    flex-direction: column-reverse;
}

/* top bar design :start */
.show-countdown-timer {
    text-align: center;
    align-items: center;
}

.countdown-container {
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(55, 133, 196) 0%, rgb(187, 65, 225) 100%);

}

.show-countdown-timer .labels,
.show-countdown-timer #tiles {
    list-style: none;
}

.show-countdown-timer .labels li {
    margin: 8px;
    color: white;
}

.show-countdown-timer #tiles span {
    background: white;
    margin: 8px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 30px;
}

/* top bar design :end */

/* user dropdown start */
.user-info-head .dropdown-menu {
    transform: translate(-150px, 0px);
}

.user-info-head .menu-item img {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.user-info-head .menu-item {
    background: none;
    font-size: 16px;
    color: #777;
    border: none;
    cursor: pointer;
}

.user-info-head .dropdown-toggle::after {
    display: none;
}

/* user dropdown end */

/* premium content replace ele styling */
.premium-replaced-div .blur-con {
    width: 100%;
    height: 100%;
    filter: blur(5px);
}

.pro-content-overlay.content-center {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    text-align: center;
}

.pro-content-overlay.content-center h4 {
    color: black;
}

.premium-replaced-div {
    position: relative;
    min-height: 100px;
}

/* #region Comment */

.comments .single-comment {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.comments .single-comment .media .user-img {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: 2px solid #ff671a;
    object-fit: cover;
}

.comments .single-comment .media .user-comment-detail {
    display: flex;
    align-items: center;
}

.single-comment .user-name {
    font-weight: normal;
    font-size: 14px;
    margin-left: 15px;
}

.single-comment .time {
    font-size: 10px;
    color: #999;
    padding-left: 4px;
}

.comments .single-comment .media .commented-user-info {
    display: flex;
    align-items: flex-end;
}

.comments .single-comment .media .user-comment {
    margin-top: 10px;
}

.comments .single-comment .comment-body p {
    font-size: 14px;
    color: #555;
}

.comments .single-comment {
    text-align: left;
    border-bottom: 1px solid #cccc;
    margin-bottom: 25px;
}

.comments .single-comment:last-child {
    border: none;
}

.comments .comment-input {
    text-align: left;
    text-align: left;
    border-radius: 10px;
    padding: 30px 20px 10px;
    border: 2px solid #d0ecfd !important;
}

.comments .comment-input:focus {
    background: #e7f9ffcc;
}

.comments .single-comment .media .reply-comment-body {
    margin-left: 40px;
}

.comments .single-comment .media .media-body .user-comment-content {
    background: #d9d9d9cc;
    padding: 20px;
}

.comments .single-comment .media .media-body .user-reply-content {
    padding-left: 40px;
    margin-top: 20px;
}

.comments .single-comment .media .user-reply-content .reply-comment-input {
    border-radius: 6px 0px 0px 6px;
    border: 2px solid #d0ecfd !important;
}

.comments .single-comment .media .user-reply-content .reply-comment-input:focus {
    background: #e7f9ffcc;
}

.comments .single-comment .media .media-body .reply-comment-btn {
    padding: 11px 15px !important;
}

.comments .single-comment .media .reply-comment-show-btn button {
    background: #cccc;
    color: #555;
}

.comments .single-comment .media .reply-comment-body .user-comment-content {
    background: #f1f1f1;
    border-radius: 15px 0 0 15px;
}

.comments .single-comment .media img {
    max-width: 38px;
}

.comments .single-comment .comment-body p {
    white-space: break-spaces;
}

.single-comment .user-name {
    font-weight: bold;
    font-size: 18px;
}

.single-comment .time {
    font-size: 12px;
}


/* .comments .all-comments {
    display: none;
} */

.comments .comments-cont {
    height: fit-content;
    max-height: 100vh;
    overflow: auto;
}

.comments .comment-controls input.comment-input:focus {
    border: 2px solid #00800030;
}

.comments .comment-controls input.comment-input {
    border: 2px solid #f4f8f7;
    padding: 10px 10px;
}

.comments .toggle-comment-btn {
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.comments .comment-user-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.comment-div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: 1px solid #ccc !important;
}

/* Single Page Reviews */
.reviews-content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0;
}

.reviews-content .review-tab-content:first-child {
    margin-top: 20px !important;
}

.reviews-content .review-tab-content {
    margin-top: 40px !important;
}

.reviews-content .tab-content {
    border: 1px solid #cccc;
    border-radius: 20px;
    padding: 30px 0 40px;
}

.reviews-content .tab-content .tab-in-content {
    width: 70%;
    margin: auto;
    display: flex;
}

.reviews-content .users-comments-section .user-name {
    margin-bottom: 15px;
}

.reviews-content .users-comments-section .user-name span {
    font-weight: 600;
    color: #f65d4e;
}

.reviews-content .users-comments-section .user-name .title {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.reviews-content .users-comments-section .user-name .title:hover {
    color: #000;
}

.reviews-content .nav-tabs .nav-item {
    margin-bottom: 10px;
}

.reviews-content ul li .tab-active::after,
.reviews-content ul li .tab-active {
    color: black;
    left: 0;
    right: 0;
}

.reviews-content ul li a:first-child {
    margin-right: 4px;
}

.reviews-content ul li a {
    color: #999999;
    text-transform: capitalize;
    font-size: 22px;
    padding: 12px 20px;
    font-weight: 600;
    position: relative;
    transition: 0.2s;
}

.reviews-content ul li a::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #f65d4e;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.reviews-content ul li a:hover::after,
.reviews-content ul li a:hover {
    color: #000 !important;
    left: 0;
    right: 0;
}

.reviews-content ul li a .count-review {
    font-weight: bold;
}

.reviews-content .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active::after {
    left: 0;
    right: 0;
}

.reviews-content .review-section {
    display: flex;
}

.reviews-content .review-section .user-image {
    margin-right: 12px;
}

.reviews-content .review-section .user-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
}

.reviews-content .review-section .user-detail .user-rating-icons .icon i {
    font-size: 12px;
}

.reviews-content .review-section .user-detail .user-rating-icons .fill {
    color: #fa8c17;
}

.reviews-content .review-section .user-detail .user-name {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.reviews-content .review-section .user-detail .user-name h6.heading {
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
}

.reviews-content .review-section .user-detail .user-name .user-date span {
    font-size: 15px;
    color: #aaa;
}

.reviews-content .review-section .user-detail .user-desc p {
    font-weight: 300;
    font-size: 14px;
}

.reviews-content .review-add-sec {
    width: 70%;
    margin: 60px auto 0;
}

.reviews-content .review-add-sec .star {
    color: #ff3434;
}

.reviews-content .review-add-sec .add-review {
    border-radius: 20px;
    margin: 20px 0;
}

.reviews-content .review-add-sec .review-input input {
    border-radius: 100px;
    padding: 15px 20px;
}

.reviews-content .review-add-sec .save-review-detail {
    margin: 20px 0 15px;
}

.reviews-content .review-add-sec .save-review-detail label {
    display: flex;
    align-items: center;
}

.product-btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #f65d4e;
    border-radius: 50px;
    padding: 17px 31px;
    margin-right: 30px;
    outline: none;
    border: none;
    cursor: pointer;
}

.product-btn:hover {
    background: #ff7a6e;
}

.product-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ffaba3;
}

/* Review Rating stars */
.rating-box {
    display: inline-block;
}

.rating-box .rating-container {
    direction: rtl !important;
    margin-left: 20px;
}

.rating-box .rating-container label {
    display: inline-block;
    margin-bottom: 0;
    color: #d4d4d4;
    cursor: pointer;
    font-size: 25px;
    transition: color 0.2s;
}

.rating-box .rating-container input {
    display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover~label,
.rating-box .rating-container input:checked~label {
    color: rgb(255, 75, 62);
}


/* #endregion Comment */

.tc-ratings .tc-rating-item {
    padding: 0 2px;
    font-size: 18px;
}

.tc-ratings .tc-rating-item .tc-rating-circle {
    width: 25px;
    height: 25px;
    border-color: #aaa;
    border-width: 2px;
}

.tc-ratings .tc-rating-item.active .tc-rating-circle {
    border-color: #FA0;
}


/*----------------------------
    Rating Area Start
----------------------------*/
.tc-ratings {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.tc-ratings .tc-rating-label {
    margin-right: 10px;
    min-width: 100px;
}

.tc-ratings .tc-rating-items {
    display: inline-block;
}

.tc-ratings .tc-rating-item {
    color: #CCC;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 2px;
}

.tc-ratings .tc-rating-item.active {
    color: #FA0;
}

.tc-ratings.tc-emoji-rating .tc-rating-item {
    font-size: 22px;
    margin: 0px 7px;
}

.tc-ratings .tc-rating-item .text {
    font-size: 12px;
    font-weight: bold;
}

.tc-ratings .tc-rating-items {
    flex: 1;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.tc-ratings.tc-step-rating .tc-rating-item {
    width: 25%;
    display: inline-block;
    padding: 0 2px;
    cursor: pointer;
}

.tc-ratings .tc-rating-item .tc-rating-step {
    width: 100%;
    height: 10px;
    display: inline-block;
    background: #CCC;
}

.tc-ratings .tc-rating-item .tc-rating-circle {
    width: 17px;
    height: 17px;
    border: 1px solid;
    border-radius: 50%;
}

.tc-ratings .tc-rating-item.active .tc-rating-circle {
    background-color: #FA0;
}

.tc-ratings.tc-step-rating.tc-rating-full .tc-rating-item {
    padding: 0;
    margin: 0;
}

.tc-ratings.tc-rating-full .tc-rating-item .tc-rating-step {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tc-ratings .tc-rating-item:first-child .tc-rating-step {
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.tc-ratings .tc-rating-item:last-child .tc-rating-step {
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}

.tc-ratings.tc-step-rating .tc-rating-item.active .tc-rating-step {
    background: #fa0;
}

.tc-ratings.tc-step-rating[data-rating="1"] .tc-rating-item.active .tc-rating-step {
    background: #d0021b;
}

.tc-ratings.tc-step-rating[data-rating="2"] .tc-rating-item.active .tc-rating-step {
    background: #ff7c00;
}

.tc-ratings.tc-step-rating[data-rating="3"] .tc-rating-item.active .tc-rating-step {
    background: #50e3c2;
}

.tc-ratings.tc-step-rating[data-rating="4"] .tc-rating-item.active .tc-rating-step {
    background: #4dbc16;
}

.tc-ratings.tc-step-rating[data-rating="5"] .tc-rating-item.active .tc-rating-step {
    background: #44a512;
}

.tc-ratings.tc-emoji-rating[data-rating="1"] .tc-rating-item.active {
    color: #d0021b;
}

.tc-ratings.tc-emoji-rating[data-rating="2"] .tc-rating-item.active {
    color: #ff7c00;
}

.tc-ratings.tc-emoji-rating[data-rating="3"] .tc-rating-item.active {
    color: #50e3c2;
}

.tc-ratings.tc-emoji-rating[data-rating="4"] .tc-rating-item.active {
    color: #4dbc16;
}

.tc-ratings.tc-emoji-rating[data-rating="5"] .tc-rating-item.active {
    color: #44a512;
}

/*----------------------------
    Rating Area End
----------------------------*/

.cp {
    cursor: pointer !important;
}