/* ========== Color Palettes ========== */
/* colors.scss */
/* Typography */
/* Shadows */
/* Animations */
/* Dialog */
.mddtp-button {
height: 36px;
min-width: 64px;
border: none;
background-color: transparent;
border-radius: 3px;
display: inline-block;
padding: 0 8px;
margin-right: 8px;
font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
font-size: 15px;
text-transform: uppercase;
outline: none;
cursor: pointer;
color: #00A1AE;
-webkit-appearance: button;
overflow: visible;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); }


@media (max-width: 415px) {
.mddtp-picker-time .mddtp-picker__header {
width: 100% !important;
display: flex !important;
justify-content: space-around !important; }
}

.mddtp-picker__color--active {
/* text-uppercase */
text-transform: uppercase !important;
}

.mddtp-picker__subtitle{
/* text-uppercase */
text-transform: uppercase !important;
}


.mddtp-button:hover,
.mddtp-button:focus {
background-color: #e0e0e0; }

.mddtp-button:active {
background-color: #bdbdbd; }

.mddtp-button:disabled {
color: rgba(0, 0, 0, 0.26);
cursor: not-allowed; }

.mddtp-picker {
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0,
0.12);
font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
min-width: 280px;
position: fixed;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
transform-origin: 0 0;
display: table;
border-radius: 3px;
line-height: normal;
overflow: hidden;
z-index: 99999; }
.mddtp-picker .mddtp-picker__header {
width: 200px;
background-color: #00A1AE;
padding: 24px 24px 20px; }
.mddtp-picker .mddtp-picker__header .mddtp-picker__title {
color: rgba(255, 255, 255, 0.7);
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 28px;
font-weight: 700; }
.mddtp-picker .mddtp-picker__header .mddtp-picker__subtitle {
font-weight: 400;
font-size: 16px;
line-height: 20px; }
.mddtp-picker .mddtp-picker__header .mddtp-picker__title,
.mddtp-picker .mddtp-picker__header .mddtp-picker__subtitle {
color: rgba(255, 255, 255, 0.7);
margin: 0;
cursor: pointer; }
.mddtp-picker .mddtp-picker__header .mddtp-picker__color--active {
color: white; }
.mddtp-picker .mddtp-picker__body {
position: relative;
background-color: #fff; }
.mddtp-picker .mddtp-picker__body .mddtp-picker__action {
margin-top: 24px;
padding: 8px 0;
text-align: right; }
.mddtp-picker .mddtp-picker__header,
.mddtp-picker .mddtp-picker__body {
display: table-cell;
vertical-align: top;
height: 100%; }

.mddtp-picker-date .mddtp-picker__left {
left: 4px; }

.mddtp-picker-date .mddtp-picker__right {
right: 4px; }

.mddtp-picker-date .mddtp-picker__left,
.mddtp-picker-date .mddtp-picker__right {
position: absolute;
background-repeat: no-repeat;
background-position: center;
margin: 0;
height: 48px;
width: 48px;
min-width: 48px;
top: 4px;
border-radius: 50%; }
.mddtp-picker-date .mddtp-picker__left:hover, .mddtp-picker-date .mddtp-picker__left:hover, .mddtp-picker-date
.mddtp-picker__left:focus, .mddtp-picker-date .mddtp-picker__left:focus,
.mddtp-picker-date .mddtp-picker__right:hover,
.mddtp-picker-date .mddtp-picker__right:hover,
.mddtp-picker-date .mddtp-picker__right:focus,
.mddtp-picker-date .mddtp-picker__right:focus {
background-color: #e0e0e0; }
.mddtp-picker-date .mddtp-picker__left:active, .mddtp-picker-date .mddtp-picker__left:active,
.mddtp-picker-date .mddtp-picker__right:active,
.mddtp-picker-date .mddtp-picker__right:active {
background-color: #bdbdbd; }
.mddtp-picker-date .mddtp-picker__left:disabled, .mddtp-picker-date .mddtp-picker__left:disabled,
.mddtp-picker-date .mddtp-picker__right:disabled,
.mddtp-picker-date .mddtp-picker__right:disabled {
background-repeat: no-repeat;
background-position: center; }

.mddtp-picker__body .mddtp-picker__viewHolder {
width: 314px;
overflow: hidden; }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__views {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
width: 2000px; }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__view {
display: inline-block;
width: 314px;
text-align: center;
transform: translate3d(-100%, 0, 0);
transition: 0.3s cubic-bezier(0.42, 0, 0.58, 1); }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__view .mddtp-picker__month {
display: inline-block;
padding: 18px;
font-size: 13px;
font-weight: 600;
color: rgba(0, 0, 0, 0.87); }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__view--left {
transform: translate3d(-200%, 0, 0); }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__view--right {
transform: translate3d(0, 0, 0); }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__view--pause {
transition: none; }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid {
padding: 8px 14px 0; }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span {
display: inline-block;
font-size: 13px;
margin: 2px;
color: rgba(0, 0, 0, 0.87);
border-radius: 50%;
width: 36px;
height: 36px;
line-height: 36px;
vertical-align: middle; }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span.mddtp-picker__cell--today {
color: #00A1AE;
font-weight: 600; }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span.mddtp-picker__cell--selected, .mddtp-picker__body
.mddtp-picker__viewHolder .mddtp-picker__grid .mddtp-picker__tr span.mddtp-picker__cell:hover {
background-color: #00A1AE;
color: #fff; }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span.mddtp-picker__cell--disabled {
color: rgba(0, 0, 0, 0.26);
cursor: not-allowed; }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid .mddtp-picker__tr {
padding: 2px 0; }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid .mddtp-picker__tr .mddtp-picker__cell {
pointer-events: all;
cursor: pointer; }
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid .mddtp-picker__th span {
color: rgba(0, 0, 0, 0.54); }

.mddtp-picker__years {
position: absolute;
left: 0;
top: 0;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
height: calc(100% - 52px);
text-align: center;
overflow: auto; }
.mddtp-picker__years li {
font-size: 16px;
padding: 8px 0;
color: rgba(0, 0, 0, 0.87);
cursor: pointer; }
.mddtp-picker__years .mddtp-picker__li--current {
font-size: 21px;
color: #00A1AE; }
.mddtp-picker__years--invisible {
display: none; }

.mddtp-picker-time .mddtp-picker__header {
vertical-align: middle;
width: 125px; }
.mddtp-picker-time .mddtp-picker__header .mddtp-picker__title {
text-align: right;
font-size: 0; }
.mddtp-picker-time .mddtp-picker__header .mddtp-picker__title span {
font-size: 45px;
font-weight: 400;
line-height: 48px;
margin: 0 2px; }
.mddtp-picker-time .mddtp-picker__header .mddtp-picker__subtitle {
margin-top: 8px;
text-align: center; }
.mddtp-picker-time .mddtp-picker__header .mddtp-picker__subtitle div {
margin-top: 2px; }

.mddtp-picker-time .mddtp-picker__circularView,
.mddtp-picker-time .mddtp-time__circularHolder {
-webkit-tap-highlight-color: transparent; }

.mddtp-picker__circularHolder {
position: relative;
width: 250px;
height: 250px;
margin: 20px;
border-radius: 50%;
background-color: #eeeeee; }

.mddtp-picker__circularView {
position: absolute;
width: 100%;
height: 100%; }
.mddtp-picker__circularView .mddtp-picker__cell {
position: absolute;
width: 50%;
top: calc(50% - 18px);
left: 50%;
text-align: right;
transform-origin: left center; }
.mddtp-picker__circularView .mddtp-picker__cell span {
display: inline-block;
cursor: pointer;
color: rgba(0, 0, 0, 0.87);
border-radius: 50%;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
margin-right: 8px; }
.mddtp-picker__circularView .mddtp-picker__cell--selected span, .mddtp-picker__circularView .mddtp-picker__body
.mddtp-picker__viewHolder .mddtp-picker__grid .mddtp-picker__tr .mddtp-picker__cell:hover span, .mddtp-picker__body
.mddtp-picker__viewHolder .mddtp-picker__grid .mddtp-picker__tr .mddtp-picker__circularView .mddtp-picker__cell:hover
span {
color: #fff; }
.mddtp-picker__circularView--hidden {
display: none; }

.mddtp-picker__circle--fake {
position: absolute;
border-radius: 50%;
height: 36px;
width: 36px;
cursor: move;
/* fallback if grab cursor is unsupported */
cursor: grab;
cursor: -webkit-grab; }
.mddtp-picker__circle--fake.is-pointer-down, .mddtp-picker__circle--fake:active {
cursor: grabbing;
cursor: -webkit-grabbing; }

.mddtp-picker__selection {
position: absolute;
left: calc(50% - 4px);
top: calc(50% - 18px);
width: calc(50% + 4px);
font-size: 0;
transform-origin: 4px center;
transition: 0.3s cubic-bezier(0.42, 0, 0.58, 1); }
.mddtp-picker__selection span {
display: inline-block;
background-color: #00A1AE;
height: 2px;
vertical-align: middle; }
.mddtp-picker__selection span.mddtp-picker__dot {
width: 8px;
height: 8px;
border-radius: 50%; }
.mddtp-picker__selection span.mddtp-picker__line {
width: calc(100% - 52px); }
.mddtp-picker__selection span.mddtp-picker__circle {
border-radius: 50%;
height: 36px;
width: 36px; }
.mddtp-picker__selection--quick {
transition: none; }

.mddtp-picker__cell {
font-size: 13px; }

.mddtp-picker__cell--rotate24 {
width: 40% !important;
opacity: 0.8;
font-size: 80%; }

.mddtp-picker__left .mddtp-prev-handle {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-image: url("/static_assets/images/mdDateTimePicker/ic_keyboard_arrow_left_black_24px.svg"); }

.mddtp-picker__left:disabled .mddtp-prev-handle {
background-image: url("/static_assets/images/mdDateTimePicker/ic_keyboard_arrow_left_black_disabled_24px.svg"); }

.mddtp-picker__right .mddtp-next-handle {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-image: url("/static_assets/images/mdDateTimePicker/ic_keyboard_arrow_right_black_24px.svg"); }

.mddtp-picker__right:disabled .mddtp-next-handle {
background-image: url("/images/ic_keyboard_arrow_right_black_disabled_24px.svg"); }

.mddtp-picker__cell--rotate-1 {
transform: rotate(-87deg); }
.mddtp-picker__cell--rotate-1 span:not(.mddtp-picker__line) {
transform: rotate(87deg); }

.mddtp-picker__cell--rotate-2 {
transform: rotate(-84deg); }
.mddtp-picker__cell--rotate-2 span:not(.mddtp-picker__line) {
transform: rotate(84deg); }

.mddtp-picker__cell--rotate-3 {
transform: rotate(-81deg); }
.mddtp-picker__cell--rotate-3 span:not(.mddtp-picker__line) {
transform: rotate(81deg); }

.mddtp-picker__cell--rotate-4 {
transform: rotate(-78deg); }
.mddtp-picker__cell--rotate-4 span:not(.mddtp-picker__line) {
transform: rotate(78deg); }

.mddtp-picker__cell--rotate-5 {
transform: rotate(-75deg); }
.mddtp-picker__cell--rotate-5 span:not(.mddtp-picker__line) {
transform: rotate(75deg); }

.mddtp-picker__cell--rotate-6 {
transform: rotate(-72deg); }
.mddtp-picker__cell--rotate-6 span:not(.mddtp-picker__line) {
transform: rotate(72deg); }

.mddtp-picker__cell--rotate-7 {
transform: rotate(-69deg); }
.mddtp-picker__cell--rotate-7 span:not(.mddtp-picker__line) {
transform: rotate(69deg); }

.mddtp-picker__cell--rotate-8 {
transform: rotate(-66deg); }
.mddtp-picker__cell--rotate-8 span:not(.mddtp-picker__line) {
transform: rotate(66deg); }

.mddtp-picker__cell--rotate-9 {
transform: rotate(-63deg); }
.mddtp-picker__cell--rotate-9 span:not(.mddtp-picker__line) {
transform: rotate(63deg); }

.mddtp-picker__cell--rotate-10 {
transform: rotate(-60deg); }
.mddtp-picker__cell--rotate-10 span:not(.mddtp-picker__line) {
transform: rotate(60deg); }

.mddtp-picker__cell--rotate-11 {
transform: rotate(-57deg); }
.mddtp-picker__cell--rotate-11 span:not(.mddtp-picker__line) {
transform: rotate(57deg); }

.mddtp-picker__cell--rotate-12 {
transform: rotate(-54deg); }
.mddtp-picker__cell--rotate-12 span:not(.mddtp-picker__line) {
transform: rotate(54deg); }

.mddtp-picker__cell--rotate-13 {
transform: rotate(-51deg); }
.mddtp-picker__cell--rotate-13 span:not(.mddtp-picker__line) {
transform: rotate(51deg); }

.mddtp-picker__cell--rotate-14 {
transform: rotate(-48deg); }
.mddtp-picker__cell--rotate-14 span:not(.mddtp-picker__line) {
transform: rotate(48deg); }

.mddtp-picker__cell--rotate-15 {
transform: rotate(-45deg); }
.mddtp-picker__cell--rotate-15 span:not(.mddtp-picker__line) {
transform: rotate(45deg); }

.mddtp-picker__cell--rotate-16 {
transform: rotate(-42deg); }
.mddtp-picker__cell--rotate-16 span:not(.mddtp-picker__line) {
transform: rotate(42deg); }

.mddtp-picker__cell--rotate-17 {
transform: rotate(-39deg); }
.mddtp-picker__cell--rotate-17 span:not(.mddtp-picker__line) {
transform: rotate(39deg); }

.mddtp-picker__cell--rotate-18 {
transform: rotate(-36deg); }
.mddtp-picker__cell--rotate-18 span:not(.mddtp-picker__line) {
transform: rotate(36deg); }

.mddtp-picker__cell--rotate-19 {
transform: rotate(-33deg); }
.mddtp-picker__cell--rotate-19 span:not(.mddtp-picker__line) {
transform: rotate(33deg); }

.mddtp-picker__cell--rotate-20 {
transform: rotate(-30deg); }
.mddtp-picker__cell--rotate-20 span:not(.mddtp-picker__line) {
transform: rotate(30deg); }

.mddtp-picker__cell--rotate-21 {
transform: rotate(-27deg); }
.mddtp-picker__cell--rotate-21 span:not(.mddtp-picker__line) {
transform: rotate(27deg); }

.mddtp-picker__cell--rotate-22 {
transform: rotate(-24deg); }
.mddtp-picker__cell--rotate-22 span:not(.mddtp-picker__line) {
transform: rotate(24deg); }

.mddtp-picker__cell--rotate-23 {
transform: rotate(-21deg); }
.mddtp-picker__cell--rotate-23 span:not(.mddtp-picker__line) {
transform: rotate(21deg); }

.mddtp-picker__cell--rotate-24 {
transform: rotate(-18deg); }
.mddtp-picker__cell--rotate-24 span:not(.mddtp-picker__line) {
transform: rotate(18deg); }

.mddtp-picker__cell--rotate-25 {
transform: rotate(-15deg); }
.mddtp-picker__cell--rotate-25 span:not(.mddtp-picker__line) {
transform: rotate(15deg); }

.mddtp-picker__cell--rotate-26 {
transform: rotate(-12deg); }
.mddtp-picker__cell--rotate-26 span:not(.mddtp-picker__line) {
transform: rotate(12deg); }

.mddtp-picker__cell--rotate-27 {
transform: rotate(-9deg); }
.mddtp-picker__cell--rotate-27 span:not(.mddtp-picker__line) {
transform: rotate(9deg); }

.mddtp-picker__cell--rotate-28 {
transform: rotate(-6deg); }
.mddtp-picker__cell--rotate-28 span:not(.mddtp-picker__line) {
transform: rotate(6deg); }

.mddtp-picker__cell--rotate-29 {
transform: rotate(-3deg); }
.mddtp-picker__cell--rotate-29 span:not(.mddtp-picker__line) {
transform: rotate(3deg); }

.mddtp-picker__cell--rotate-30 {
transform: rotate(0deg); }
.mddtp-picker__cell--rotate-30 span:not(.mddtp-picker__line) {
transform: rotate(0deg); }

.mddtp-picker__cell--rotate-31 {
transform: rotate(3deg); }
.mddtp-picker__cell--rotate-31 span:not(.mddtp-picker__line) {
transform: rotate(-3deg); }

.mddtp-picker__cell--rotate-32 {
transform: rotate(6deg); }
.mddtp-picker__cell--rotate-32 span:not(.mddtp-picker__line) {
transform: rotate(-6deg); }

.mddtp-picker__cell--rotate-33 {
transform: rotate(9deg); }
.mddtp-picker__cell--rotate-33 span:not(.mddtp-picker__line) {
transform: rotate(-9deg); }

.mddtp-picker__cell--rotate-34 {
transform: rotate(12deg); }
.mddtp-picker__cell--rotate-34 span:not(.mddtp-picker__line) {
transform: rotate(-12deg); }

.mddtp-picker__cell--rotate-35 {
transform: rotate(15deg); }
.mddtp-picker__cell--rotate-35 span:not(.mddtp-picker__line) {
transform: rotate(-15deg); }

.mddtp-picker__cell--rotate-36 {
transform: rotate(18deg); }
.mddtp-picker__cell--rotate-36 span:not(.mddtp-picker__line) {
transform: rotate(-18deg); }

.mddtp-picker__cell--rotate-37 {
transform: rotate(21deg); }
.mddtp-picker__cell--rotate-37 span:not(.mddtp-picker__line) {
transform: rotate(-21deg); }

.mddtp-picker__cell--rotate-38 {
transform: rotate(24deg); }
.mddtp-picker__cell--rotate-38 span:not(.mddtp-picker__line) {
transform: rotate(-24deg); }

.mddtp-picker__cell--rotate-39 {
transform: rotate(27deg); }
.mddtp-picker__cell--rotate-39 span:not(.mddtp-picker__line) {
transform: rotate(-27deg); }

.mddtp-picker__cell--rotate-40 {
transform: rotate(30deg); }
.mddtp-picker__cell--rotate-40 span:not(.mddtp-picker__line) {
transform: rotate(-30deg); }

.mddtp-picker__cell--rotate-41 {
transform: rotate(33deg); }
.mddtp-picker__cell--rotate-41 span:not(.mddtp-picker__line) {
transform: rotate(-33deg); }

.mddtp-picker__cell--rotate-42 {
transform: rotate(36deg); }
.mddtp-picker__cell--rotate-42 span:not(.mddtp-picker__line) {
transform: rotate(-36deg); }

.mddtp-picker__cell--rotate-43 {
transform: rotate(39deg); }
.mddtp-picker__cell--rotate-43 span:not(.mddtp-picker__line) {
transform: rotate(-39deg); }

.mddtp-picker__cell--rotate-44 {
transform: rotate(42deg); }
.mddtp-picker__cell--rotate-44 span:not(.mddtp-picker__line) {
transform: rotate(-42deg); }

.mddtp-picker__cell--rotate-45 {
transform: rotate(45deg); }
.mddtp-picker__cell--rotate-45 span:not(.mddtp-picker__line) {
transform: rotate(-45deg); }

.mddtp-picker__cell--rotate-46 {
transform: rotate(48deg); }
.mddtp-picker__cell--rotate-46 span:not(.mddtp-picker__line) {
transform: rotate(-48deg); }

.mddtp-picker__cell--rotate-47 {
transform: rotate(51deg); }
.mddtp-picker__cell--rotate-47 span:not(.mddtp-picker__line) {
transform: rotate(-51deg); }

.mddtp-picker__cell--rotate-48 {
transform: rotate(54deg); }
.mddtp-picker__cell--rotate-48 span:not(.mddtp-picker__line) {
transform: rotate(-54deg); }

.mddtp-picker__cell--rotate-49 {
transform: rotate(57deg); }
.mddtp-picker__cell--rotate-49 span:not(.mddtp-picker__line) {
transform: rotate(-57deg); }

.mddtp-picker__cell--rotate-50 {
transform: rotate(60deg); }
.mddtp-picker__cell--rotate-50 span:not(.mddtp-picker__line) {
transform: rotate(-60deg); }

.mddtp-picker__cell--rotate-51 {
transform: rotate(63deg); }
.mddtp-picker__cell--rotate-51 span:not(.mddtp-picker__line) {
transform: rotate(-63deg); }

.mddtp-picker__cell--rotate-52 {
transform: rotate(66deg); }
.mddtp-picker__cell--rotate-52 span:not(.mddtp-picker__line) {
transform: rotate(-66deg); }

.mddtp-picker__cell--rotate-53 {
transform: rotate(69deg); }
.mddtp-picker__cell--rotate-53 span:not(.mddtp-picker__line) {
transform: rotate(-69deg); }

.mddtp-picker__cell--rotate-54 {
transform: rotate(72deg); }
.mddtp-picker__cell--rotate-54 span:not(.mddtp-picker__line) {
transform: rotate(-72deg); }

.mddtp-picker__cell--rotate-55 {
transform: rotate(75deg); }
.mddtp-picker__cell--rotate-55 span:not(.mddtp-picker__line) {
transform: rotate(-75deg); }

.mddtp-picker__cell--rotate-56 {
transform: rotate(78deg); }
.mddtp-picker__cell--rotate-56 span:not(.mddtp-picker__line) {
transform: rotate(-78deg); }

.mddtp-picker__cell--rotate-57 {
transform: rotate(81deg); }
.mddtp-picker__cell--rotate-57 span:not(.mddtp-picker__line) {
transform: rotate(-81deg); }

.mddtp-picker__cell--rotate-58 {
transform: rotate(84deg); }
.mddtp-picker__cell--rotate-58 span:not(.mddtp-picker__line) {
transform: rotate(-84deg); }

.mddtp-picker__cell--rotate-59 {
transform: rotate(87deg); }
.mddtp-picker__cell--rotate-59 span:not(.mddtp-picker__line) {
transform: rotate(-87deg); }

.mddtp-picker__cell--rotate-60 {
transform: rotate(90deg); }
.mddtp-picker__cell--rotate-60 span:not(.mddtp-picker__line) {
transform: rotate(-90deg); }

.mddtp-picker__cell--rotate-61 {
transform: rotate(93deg); }
.mddtp-picker__cell--rotate-61 span:not(.mddtp-picker__line) {
transform: rotate(-93deg); }

.mddtp-picker__cell--rotate-62 {
transform: rotate(96deg); }
.mddtp-picker__cell--rotate-62 span:not(.mddtp-picker__line) {
transform: rotate(-96deg); }

.mddtp-picker__cell--rotate-63 {
transform: rotate(99deg); }
.mddtp-picker__cell--rotate-63 span:not(.mddtp-picker__line) {
transform: rotate(-99deg); }

.mddtp-picker__cell--rotate-64 {
transform: rotate(102deg); }
.mddtp-picker__cell--rotate-64 span:not(.mddtp-picker__line) {
transform: rotate(-102deg); }

.mddtp-picker__cell--rotate-65 {
transform: rotate(105deg); }
.mddtp-picker__cell--rotate-65 span:not(.mddtp-picker__line) {
transform: rotate(-105deg); }

.mddtp-picker__cell--rotate-66 {
transform: rotate(108deg); }
.mddtp-picker__cell--rotate-66 span:not(.mddtp-picker__line) {
transform: rotate(-108deg); }

.mddtp-picker__cell--rotate-67 {
transform: rotate(111deg); }
.mddtp-picker__cell--rotate-67 span:not(.mddtp-picker__line) {
transform: rotate(-111deg); }

.mddtp-picker__cell--rotate-68 {
transform: rotate(114deg); }
.mddtp-picker__cell--rotate-68 span:not(.mddtp-picker__line) {
transform: rotate(-114deg); }

.mddtp-picker__cell--rotate-69 {
transform: rotate(117deg); }
.mddtp-picker__cell--rotate-69 span:not(.mddtp-picker__line) {
transform: rotate(-117deg); }

.mddtp-picker__cell--rotate-70 {
transform: rotate(120deg); }
.mddtp-picker__cell--rotate-70 span:not(.mddtp-picker__line) {
transform: rotate(-120deg); }

.mddtp-picker__cell--rotate-71 {
transform: rotate(123deg); }
.mddtp-picker__cell--rotate-71 span:not(.mddtp-picker__line) {
transform: rotate(-123deg); }

.mddtp-picker__cell--rotate-72 {
transform: rotate(126deg); }
.mddtp-picker__cell--rotate-72 span:not(.mddtp-picker__line) {
transform: rotate(-126deg); }

.mddtp-picker__cell--rotate-73 {
transform: rotate(129deg); }
.mddtp-picker__cell--rotate-73 span:not(.mddtp-picker__line) {
transform: rotate(-129deg); }

.mddtp-picker__cell--rotate-74 {
transform: rotate(132deg); }
.mddtp-picker__cell--rotate-74 span:not(.mddtp-picker__line) {
transform: rotate(-132deg); }

.mddtp-picker__cell--rotate-75 {
transform: rotate(135deg); }
.mddtp-picker__cell--rotate-75 span:not(.mddtp-picker__line) {
transform: rotate(-135deg); }

.mddtp-picker__cell--rotate-76 {
transform: rotate(138deg); }
.mddtp-picker__cell--rotate-76 span:not(.mddtp-picker__line) {
transform: rotate(-138deg); }

.mddtp-picker__cell--rotate-77 {
transform: rotate(141deg); }
.mddtp-picker__cell--rotate-77 span:not(.mddtp-picker__line) {
transform: rotate(-141deg); }

.mddtp-picker__cell--rotate-78 {
transform: rotate(144deg); }
.mddtp-picker__cell--rotate-78 span:not(.mddtp-picker__line) {
transform: rotate(-144deg); }

.mddtp-picker__cell--rotate-79 {
transform: rotate(147deg); }
.mddtp-picker__cell--rotate-79 span:not(.mddtp-picker__line) {
transform: rotate(-147deg); }

.mddtp-picker__cell--rotate-80 {
transform: rotate(150deg); }
.mddtp-picker__cell--rotate-80 span:not(.mddtp-picker__line) {
transform: rotate(-150deg); }

.mddtp-picker__cell--rotate-81 {
transform: rotate(153deg); }
.mddtp-picker__cell--rotate-81 span:not(.mddtp-picker__line) {
transform: rotate(-153deg); }

.mddtp-picker__cell--rotate-82 {
transform: rotate(156deg); }
.mddtp-picker__cell--rotate-82 span:not(.mddtp-picker__line) {
transform: rotate(-156deg); }

.mddtp-picker__cell--rotate-83 {
transform: rotate(159deg); }
.mddtp-picker__cell--rotate-83 span:not(.mddtp-picker__line) {
transform: rotate(-159deg); }

.mddtp-picker__cell--rotate-84 {
transform: rotate(162deg); }
.mddtp-picker__cell--rotate-84 span:not(.mddtp-picker__line) {
transform: rotate(-162deg); }

.mddtp-picker__cell--rotate-85 {
transform: rotate(165deg); }
.mddtp-picker__cell--rotate-85 span:not(.mddtp-picker__line) {
transform: rotate(-165deg); }

.mddtp-picker__cell--rotate-86 {
transform: rotate(168deg); }
.mddtp-picker__cell--rotate-86 span:not(.mddtp-picker__line) {
transform: rotate(-168deg); }

.mddtp-picker__cell--rotate-87 {
transform: rotate(171deg); }
.mddtp-picker__cell--rotate-87 span:not(.mddtp-picker__line) {
transform: rotate(-171deg); }

.mddtp-picker__cell--rotate-88 {
transform: rotate(174deg); }
.mddtp-picker__cell--rotate-88 span:not(.mddtp-picker__line) {
transform: rotate(-174deg); }

.mddtp-picker__cell--rotate-89 {
transform: rotate(177deg); }
.mddtp-picker__cell--rotate-89 span:not(.mddtp-picker__line) {
transform: rotate(-177deg); }

.mddtp-picker__cell--rotate-90 {
transform: rotate(180deg); }
.mddtp-picker__cell--rotate-90 span:not(.mddtp-picker__line) {
transform: rotate(-180deg); }

.mddtp-picker__cell--rotate-91 {
transform: rotate(183deg); }
.mddtp-picker__cell--rotate-91 span:not(.mddtp-picker__line) {
transform: rotate(-183deg); }

.mddtp-picker__cell--rotate-92 {
transform: rotate(186deg); }
.mddtp-picker__cell--rotate-92 span:not(.mddtp-picker__line) {
transform: rotate(-186deg); }

.mddtp-picker__cell--rotate-93 {
transform: rotate(189deg); }
.mddtp-picker__cell--rotate-93 span:not(.mddtp-picker__line) {
transform: rotate(-189deg); }

.mddtp-picker__cell--rotate-94 {
transform: rotate(192deg); }
.mddtp-picker__cell--rotate-94 span:not(.mddtp-picker__line) {
transform: rotate(-192deg); }

.mddtp-picker__cell--rotate-95 {
transform: rotate(195deg); }
.mddtp-picker__cell--rotate-95 span:not(.mddtp-picker__line) {
transform: rotate(-195deg); }

.mddtp-picker__cell--rotate-96 {
transform: rotate(198deg); }
.mddtp-picker__cell--rotate-96 span:not(.mddtp-picker__line) {
transform: rotate(-198deg); }

.mddtp-picker__cell--rotate-97 {
transform: rotate(201deg); }
.mddtp-picker__cell--rotate-97 span:not(.mddtp-picker__line) {
transform: rotate(-201deg); }

.mddtp-picker__cell--rotate-98 {
transform: rotate(204deg); }
.mddtp-picker__cell--rotate-98 span:not(.mddtp-picker__line) {
transform: rotate(-204deg); }

.mddtp-picker__cell--rotate-99 {
transform: rotate(207deg); }
.mddtp-picker__cell--rotate-99 span:not(.mddtp-picker__line) {
transform: rotate(-207deg); }

.mddtp-picker__cell--rotate-100 {
transform: rotate(210deg); }
.mddtp-picker__cell--rotate-100 span:not(.mddtp-picker__line) {
transform: rotate(-210deg); }

.mddtp-picker__cell--rotate-101 {
transform: rotate(213deg); }
.mddtp-picker__cell--rotate-101 span:not(.mddtp-picker__line) {
transform: rotate(-213deg); }

.mddtp-picker__cell--rotate-102 {
transform: rotate(216deg); }
.mddtp-picker__cell--rotate-102 span:not(.mddtp-picker__line) {
transform: rotate(-216deg); }

.mddtp-picker__cell--rotate-103 {
transform: rotate(219deg); }
.mddtp-picker__cell--rotate-103 span:not(.mddtp-picker__line) {
transform: rotate(-219deg); }

.mddtp-picker__cell--rotate-104 {
transform: rotate(222deg); }
.mddtp-picker__cell--rotate-104 span:not(.mddtp-picker__line) {
transform: rotate(-222deg); }

.mddtp-picker__cell--rotate-105 {
transform: rotate(225deg); }
.mddtp-picker__cell--rotate-105 span:not(.mddtp-picker__line) {
transform: rotate(-225deg); }

.mddtp-picker__cell--rotate-106 {
transform: rotate(228deg); }
.mddtp-picker__cell--rotate-106 span:not(.mddtp-picker__line) {
transform: rotate(-228deg); }

.mddtp-picker__cell--rotate-107 {
transform: rotate(231deg); }
.mddtp-picker__cell--rotate-107 span:not(.mddtp-picker__line) {
transform: rotate(-231deg); }

.mddtp-picker__cell--rotate-108 {
transform: rotate(234deg); }
.mddtp-picker__cell--rotate-108 span:not(.mddtp-picker__line) {
transform: rotate(-234deg); }

.mddtp-picker__cell--rotate-109 {
transform: rotate(237deg); }
.mddtp-picker__cell--rotate-109 span:not(.mddtp-picker__line) {
transform: rotate(-237deg); }

.mddtp-picker__cell--rotate-110 {
transform: rotate(240deg); }
.mddtp-picker__cell--rotate-110 span:not(.mddtp-picker__line) {
transform: rotate(-240deg); }

.mddtp-picker__cell--rotate-111 {
transform: rotate(243deg); }
.mddtp-picker__cell--rotate-111 span:not(.mddtp-picker__line) {
transform: rotate(-243deg); }

.mddtp-picker__cell--rotate-112 {
transform: rotate(246deg); }
.mddtp-picker__cell--rotate-112 span:not(.mddtp-picker__line) {
transform: rotate(-246deg); }

.mddtp-picker__cell--rotate-113 {
transform: rotate(249deg); }
.mddtp-picker__cell--rotate-113 span:not(.mddtp-picker__line) {
transform: rotate(-249deg); }

.mddtp-picker__cell--rotate-114 {
transform: rotate(252deg); }
.mddtp-picker__cell--rotate-114 span:not(.mddtp-picker__line) {
transform: rotate(-252deg); }

.mddtp-picker__cell--rotate-115 {
transform: rotate(255deg); }
.mddtp-picker__cell--rotate-115 span:not(.mddtp-picker__line) {
transform: rotate(-255deg); }

.mddtp-picker__cell--rotate-116 {
transform: rotate(258deg); }
.mddtp-picker__cell--rotate-116 span:not(.mddtp-picker__line) {
transform: rotate(-258deg); }

.mddtp-picker__cell--rotate-117 {
transform: rotate(261deg); }
.mddtp-picker__cell--rotate-117 span:not(.mddtp-picker__line) {
transform: rotate(-261deg); }

.mddtp-picker__cell--rotate-118 {
transform: rotate(264deg); }
.mddtp-picker__cell--rotate-118 span:not(.mddtp-picker__line) {
transform: rotate(-264deg); }

.mddtp-picker__cell--rotate-119 {
transform: rotate(267deg); }
.mddtp-picker__cell--rotate-119 span:not(.mddtp-picker__line) {
transform: rotate(-267deg); }

.mddtp-picker__cell--rotate-120 {
transform: rotate(270deg); }
.mddtp-picker__cell--rotate-120 span:not(.mddtp-picker__line) {
transform: rotate(-270deg); }

.mddtp-picker.zoomIn,
.mddtp-picker__viewHolder.zoomIn,
.mddtp-picker__years.zoomIn {
animation-name: zoomIn; }

.mddtp-picker.zoomOut,
.mddtp-picker__viewHolder.zoomOut,
.mddtp-picker__years.zoomOut {
animation-name: zoomOut; }

.mddtp-picker.animated,
.mddtp-picker__viewHolder.animated,
.mddtp-picker__years.animated {
animation-duration: .3s;
animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
animation-fill-mode: both; }

@media screen and (max-device-width: 425px) and (orientation: portrait) {
.mddtp-picker {
display: block; }
.mddtp-picker .mddtp-picker__header .mddtp-picker__title,
.mddtp-picker .mddtp-picker__header .mddtp-picker__subtitle {
margin: 0; }
.mddtp-picker .mddtp-picker__header .mddtp-picker__title span {
display: inline-block; }
.mddtp-picker .mddtp-picker__header,
.mddtp-picker .mddtp-picker__body {
display: block;
height: 100%;
width: 100%; }
.mddtp-picker.mddtp-picker-date .mddtp-picker__title div {
display: inline-block; }
.mddtp-picker.mddtp-picker-date .mddtp-picker__title div#mddtp-date__titleMonth {
margin-left: 8px; }
.mddtp-picker.mddtp-picker-time .mddtp-picker__header {
text-align: right;
width: calc(100% - 48px); }
.mddtp-picker.mddtp-picker-time .mddtp-picker__header .mddtp-picker__title {
display: inline-block; }
.mddtp-picker.mddtp-picker-time .mddtp-picker__header .mddtp-picker__subtitle {
display: inline-block;
margin-left: 16px; }
.mddtp-picker.mddtp-picker-time .mddtp-picker__body {
padding-top: 20px; }
.mddtp-picker.mddtp-picker-time .mddtp-picker__circularHolder {
margin-top: 0; } }

@media screen and (max-width: 415px) {
.mddtp-picker {
display: block; }
.mddtp-picker .mddtp-picker__header .mddtp-picker__title,
.mddtp-picker .mddtp-picker__header .mddtp-picker__subtitle {
margin: 0; }
.mddtp-picker .mddtp-picker__header .mddtp-picker__title span {
display: inline-block; }
.mddtp-picker .mddtp-picker__header,
.mddtp-picker .mddtp-picker__body {
display: block;
height: 100%;
width: 100%; }
.mddtp-picker.mddtp-picker-date .mddtp-picker__title div {
display: inline-block; }
.mddtp-picker.mddtp-picker-date .mddtp-picker__title div#mddtp-date__titleMonth {
margin-left: 8px; }
.mddtp-picker.mddtp-picker-time .mddtp-picker__header {
text-align: right;
width: calc(100% - 48px); }
.mddtp-picker.mddtp-picker-time .mddtp-picker__header .mddtp-picker__title {
display: inline-block; }
.mddtp-picker.mddtp-picker-time .mddtp-picker__header .mddtp-picker__subtitle {
display: inline-block;
margin-left: 16px; }
.mddtp-picker.mddtp-picker-time .mddtp-picker__body {
padding-top: 20px; }
.mddtp-picker.mddtp-picker-time .mddtp-picker__circularHolder {
margin-top: 0; } }

.mddtp-picker--portrait {
display: block; }
.mddtp-picker--portrait .mddtp-picker__header .mddtp-picker__title,
.mddtp-picker--portrait .mddtp-picker__header .mddtp-picker__subtitle {
margin: 0; }
.mddtp-picker--portrait .mddtp-picker__header .mddtp-picker__title span {
display: inline-block; }
.mddtp-picker--portrait .mddtp-picker__header,
.mddtp-picker--portrait .mddtp-picker__body {
display: block;
height: 100%;
width: 100%; }
.mddtp-picker--portrait.mddtp-picker-date .mddtp-picker__title div {
display: inline-block; }
.mddtp-picker--portrait.mddtp-picker-date .mddtp-picker__title div#mddtp-date__titleMonth {
margin-left: 8px; }
.mddtp-picker--portrait.mddtp-picker-time .mddtp-picker__header {
text-align: right;
width: calc(100% - 48px); }
.mddtp-picker--portrait.mddtp-picker-time .mddtp-picker__header .mddtp-picker__title {
display: inline-block; }
.mddtp-picker--portrait.mddtp-picker-time .mddtp-picker__header .mddtp-picker__subtitle {
display: inline-block;
margin-left: 16px; }
.mddtp-picker--portrait.mddtp-picker-time .mddtp-picker__body {
padding-top: 20px; }
.mddtp-picker--portrait.mddtp-picker-time .mddtp-picker__circularHolder {
margin-top: 0; }

.mddtp-picker--inactive {
display: none; }

@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }

@keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }

.mddtp-picker-date,
.mddtp-picker-time {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-touch-callout: none;
/* iOS Safari */ }
/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

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

.nav-tabs {
    border: 1px solid #dee2e6 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: none !important;
    border: 1px solid #dee2e6 !important;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

body {
    font-family: 'Tajawal', sans-serif !important;
}

.timer-position {
    direction: rtl !important;
}

html[dir="rtl"] .custom-direction {
    direction: ltr !important;
}

html[dir="ltr"] .custom-direction {
    direction: ltr !important;
}

html[dir="rtl"] .custom-text-direction {
    text-align: end !important;
}

html[dir="ltr"] .custom-text-direction {
    text-align: start !important;
}


/*     
    html[dir="rtl"] input {
        background-position:  right calc(0.375em + 0.1875rem) center !important;
    } */

html[dir="rtl"] input {
    background-position: left calc(0.375em + 0.1875rem) center !important;
}


/* .form-control:invalid */

html[dir="rtl"] .form-control:invalid {
    background-position: left calc(0.375em + 0.1875rem) center !important;
}

.total-form .form-control {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}


/* .nav-tabs .nav-link {
    margin-bottom: 0px !important;
    background: 0 0 !important;
    border: 1px solid transparent !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    }
    */

html[dir="rtl"] .vs__dropdown-menu {
    text-align: right !important;
}

html[dir="rtl"] .vs__search {
    text-align: right !important;
}

html[dir="rtl"] input {
    -moz-text-align-last: right !important;
         text-align-last: right !important;
}

.total-form {
    height: auto;
}

.custom-input-hight {
    min-height: 2.5rem;
}

.vs__dropdown-toggle {
    border: 0;
}

.md-error {
    color: #dc3545 !important;
}

.vs__dropdown-toggle {
    height: 50px;
}

.gotoLoginLink {
    text-decoration: none;
    font-size: 16px;
    color: #05bdc2;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    height: 50px !important;
}

.total-form .select2-container .select2-selection--single {
    height: 50px !important;
    line-height: 50px !important;
}

.vdp-datepicker input[type="text"] {
    min-height: 50px !important;
}

.total-form label {
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

#app {
    margin-top: 10px;
}

.total-form .right {
    height: 100vh !important;
}

.show-2 .vs--searchable .vs__dropdown-toggle {
    cursor: text;
    border: 1px solid #ccc;
    height: 50px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    min-height: 50px !important;
    height: auto !important;
}

.form-check-input[type="checkbox"] {
    margin-top: 15px !important;
}

#vs2__combobox {
    border: 0 !important;
}

.arrow-foot {
    -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
            clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
    width: 78px;
    height: 78px;
    background-color: #06bcc1;
    position: absolute;
    left: -40px;
    top: 0px;
    display: none;
}

.arrow-head {
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 100%, 0 50%, 0% 0%);
            clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 100%, 0 50%, 0% 0%);
    width: 78px;
    height: 100%;
    background-color: #197fa7;
    position: absolute;
    right: -70px;
    top: 0;
    z-index: 2;
    display: none;
}

.arrow.active .arrow-foot,
.arrow.active .arrow-head {
    display: block;
}

.overflow-heddin {
    padding-top: 15px !important;
}

.timer-info .timer-text {
    padding: 15px 0px;
    width: 43px;
}

#add-bonus-time-modal .modal-content {
    border-radius: 20px;
}

#add-bonus-time-modal .modal-title {
    margin-bottom: 0;
    color: #1d1d1d;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

#add-bonus-time-modal p {
    font-size: 14px;
    color: #808080;
    margin-bottom: 0;
}

#add-bonus-time-modal .currentPay h3 {
    color: #197fa7;
    font-size: 34px;
}

#add-bonus-time-modal .modal-footer .btn {
    height: 57px;
    width: 150px;
    background: #f3f3f3;
    color: #707070;
    font-size: 16px;
    font-weight: bold;
}

.btn-stopwatch {
    width: 150px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background-size: 100% 100%;
    border: 0;
    color: #3f3c94;
    font-weight: bold;
    font-size: 14px;
}

.timer-info {
    z-index: 2;
}

.timer-info .timer-text {
    border-radius: 27px;
    width: 47px;
    height: 76px;
}

.current-user-bid {
    position: absolute;
    left: 50%;
    bottom: -15px;
    right: 0;
}

.current-user-bid .content {
    position: relative;
    left: -50%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0px 6px -3px #000;
    padding: 2px 10px 2px 2px;
    height: 26px;
}

.current-user-bid img {
    width: 22px;
    height: 22px;
    border-radius: 30px;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.current-user-bid span {
    line-height: 22px;
    color: #000;
    font-size: 12px;
    display: table;
    padding: 0;
    margin: 0;
}

#chats_heading_one {
    font-size: 20px;
    font-weight: bold;
    color: #1d1d1d;
    line-height: 27px;
}

.message-custom {
    margin-bottom: 10px;
}

.message-custom h5 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 12px;
    color: #323232;
    line-height: 16px;
    margin-bottom: 5px;
}

.dropdown::after {
    display: none !important;
}

::-webkit-input-placeholder {
    font-size: 0.9rem !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.9rem !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.9rem !important;
}

.message-custom:nth-child(odd) p {
    margin-bottom: 0px;
    font-size: 14px;
    background: #197fa7;
    min-height: 30px;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
}

.message-custom:nth-child(even) p {
    margin-bottom: 0px;
    font-size: 14px;
    background: #197fa70d;
    min-height: 30px;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    color: #197fa7;
}

.viwers-count {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 2;
    height: 32px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 32px;
    border-radius: 5px;
    border-right: 58px solid #fff;
}

.viwers-count span {
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
}

.viwers-count span.viwers {
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.61);
    padding: 0 10px;
}

.viwers-count span.viwers svg {
    opacity: 0.61;
}

.message-custom {
    border-bottom: 0px dashed #a1a3a4;
}

.img-review p {
    overflow-wrap: anywhere;
}

.navbar-brand img {
    width: 170px;
}

.input-link,
.set-account {
    font-weight: bold;
}

.total-form .left {
    padding-top: 0px;
}

.total-form .left h3 {
    color: #197fa7;
    font-width: bold !important;
}

.total-form-3 .left .show-3 .btn-bottom,
.total-form-2 .left .show-3 .btn-bottom,
.total-form .left .btn-bottom,
.total-form .left .btn-nav .btn-next .back-arrow .btn-4,
.total-form .left .btn-nav .btn-next .arrow .btn-3 {
    font-size: 22px;
}

.total-form-2 label,
.total-form-3 label {
    font-size: 15px;
    line-height: 34px;
}

.form-check-input:checked {
    background-color: #197fa7;
    border-color: #197fa7;
}

.total-form-2 .form-control,
.total-form-3 .form-control {
    padding: 0 10px;
    min-height: 50px;
}

a.gotologinpagelink {
    color: #197fa7;
    text-decoration: none;
}

.total-form .left .btn-nav li.active .btn-3,
.total-form .left .btn-nav li.active .btn-4 {
    color: #ffffff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(21, 142, 174, 0.1) !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 0 10px 0 15px !important;
    color: #158dad !important;
    position: relative;
}

.select2-selection__choice__remove {
    background: #158dad !important;
    border: 0 !important;
    float: left !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 21px !important;
    position: absolute !important;
    left: -11px !important;
    right: auto !important;
    height: 22px !important;
    width: 22px !important;
    top: 7px !important;
    color: #fff !important;
    font-size: 13px !important;
}

.dropdown-menu.user-d:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 12px;
    margin-left: -10px;
    display: block;
    border-left: 7px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
}

.dropdown-menu.notification .logo-err.second,
.dropdown-menu.notification .logo-err.third {
    padding: 0px;
}


/* .dropdown-menu.notification:before {
    content: "";
    position: absolute;
    top: -7px;
    right: 12px;
    margin-left: -10px;
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    }
    */


/* 24/6/2022 */

.articles .box img {
    height: 200px;
}

.articles .box .hover {
    padding-top: 10%;
}

.status-info {
    top: 170px;
    padding: 6px 32px;
}

.status-info::before {
    content: "";
    bottom: -98%;
}

.total-form-2 {
    height: auto;
    overflow: hidden;
    margin: 35px 35px;
}

.total-form-2 .right {
    border-radius: 17px;
}

input[type="tel"]::-moz-placeholder {
    text-align: left;
    font-size: 14px;
}

input[type="tel"]::placeholder {
    text-align: left;
    font-size: 14px;
}

.total-form-2 .right {
    height: 100% !important;
}

.total-form-2 .right .right-cont .box-img {
    margin-top: 0px !important;
}

.total-form-2 .right .right-cont .box-img img {
    max-width: 60%;
}

.total-form-2 .left .show-3 {
    min-height: 100%;
    display: flex;
    align-items: center;
    max-width: 60%;
    margin: auto;
    height: auto;
}

.form-check .input-link.mt-2 a {
    color: #197fa7 !important;
}


/* .form-check .input-link.mt-2 a:hover {
    color: #03c3c4 !important;
    } */

form button {
    font-weight: bold;
}

.date svg {
    margin-right: 4px;
}

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px -5px;
}

.gotoLoginLink {
    color: #197fa7 !important;
}

.ScoundBG li,
.firstBG li {
    width: 50%;
    display: inline-block;
}

.ScoundBG button,
.firstBG button {
    line-height: 60px;
    width: 100%;
    font-weight: bold;
}

.total-form .left .btn-nav .btn-next {
    height: 80px !important;
    width: 100% !important;
}

.form-group {
    margin-bottom: 10px;
}

a {
    color: #197fa7;
}


/* a:hover, .set-account a:hover {
    color: #03c3c4 !important;
    }
    a:hover {
    color: #0f7198;
    } */

.total-form-2 .left .show-3 .btn-bottom {
    width: 100% !important;
    margin-left: 0;
}

.menu-custom .userInformation {
    display: none;
}

.menu-custom .input-box {
    width: 70%;
    border: 0;
    box-shadow: 0 0 9px -2px #999;
    font-size: 14px;
    padding-left: 0;
}

.menu-custom .input-box form {
    display: flex;
    width: -webkit-fill-available;
}

.menu-custom .input-box form svg {
    margin: 0 0px;
    color: #999;
    margin-right: 0px;
    height: 40px;
    padding: 10px;
    box-sizing: inherit;
}

.menu-custom .input-box form input[type="submit"] {
    width: auto;
    padding: 10px;
    margin-top: 5px;
    border: 0;
    background: #03c3c438;
    color: #096c93;
    font-weight: bold;
    border-radius: 4px;
}

.toggle-search {
    position: relative;
}

.input-box.toggle-search {
    display: flex;
}

.toggle-search-after::after {
    content: "";
    width: 20px;
    height: 12px;
    background: #ffffff;
    display: block;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    bottom: -19px;
    right: 7px;
    z-index: 9;
}

.form-check {
    height: 40px;
    display: block;
    width: 100%;
    clear: both;
}

.form-check-input:checked[type="checkbox"] {
    display: inline-block;
    float: left !important;
    margin-top: 0 !important;
}

.form-check label {
    display: inline-block;
    float: left;
}

.form-check .form-check-input[type="checkbox"] {
    margin-top: 5px !important;
}

.mb-3 label {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
}

.dropdown-menu.lang {
    min-width: 200px !important;
}

.dropdown-menu.lang li {
    display: block;
    float: left;
    width: 100%;
    line-height: 34px;
    height: 34px;
}

.dropdown-menu.user-d .user-flex .email {
    text-align: right !important;
}

.dropdown-menu.user-d .user-flex .email a {
    font-size: 10px;
}


/* .xdSearch {
    position: absolute;
    top: 65px;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 0 4px;
    background: #fff;
    border-radius: 5px;
    }
    .menu-custom .xdSearch .input-box {
    background: rgba(255,255,255,.6);
    width: calc(100% - 20px);
    margin: 5px auto;
    right: 0;
    left: 0;
    position: relative;
    top: 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 0px #999;
    }
    */

.menu-custom .xdSearch form {
    width: 100%;
}

.menu-custom ul.float-left li a::after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    bottom: -34px;
    position: relative;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.menu-custom ul.float-left li a,
.menu-custom ul.float-left li a {
    transition: all ease-in-out 0.3s;
}


/* .menu-custom ul.float-left li a.active, .menu-custom ul.float-left li a:hover {
    font-weight: bold;
    color: #fff !important;
    }
    .menu-custom ul.float-left li a.active::after, .menu-custom ul.float-left li a:hover::after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    bottom: 0px;
    position: relative;
    opacity: 1;
    transition: all ease-in-out 0.3s;
    } */

.menu-custom ul.float-right li a {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 5px;
    line-height: 24px;
}

.total-form.total-form-2 .select2-selection--multiple .select2-selection__rendered {
    padding: 10px;
}

.total-form.total-form-2 .select2-selection__rendered li {
    padding-left: 20px !important;
    margin-bottom: 10px;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.total-form-2 label {
    margin-top: 0px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none;
    background-size: 39%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-position: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background-size: 39%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-position: center;
}

.filter-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100% !important;
    line-height: 40px !important;
}

.mb-3 .form-check label {
    margin-top: 5px;
    cursor: pointer;
}

.form-check-input[type="checkbox"] {
    border-radius: 0;
}

.btn-clear-filter {
    font-weight: bold;
}

.articles .box.custom-product-box .timer.TimeOut {
    color: #ffffff !important;
    position: absolute;
    top: 155px;
    background: rgba(244, 244, 244, 0.3);
    padding: 3px 10px !important;
    border-radius: 20px;
    left: 9px;
    font-weight: bold;
}

.articles .box.custom-product-box .timer.TimeOut small {
    padding: 0px !important;
}

.price img,
.location img {
    width: 15px !important;
    float: left;
    display: inline-block;
    height: auto !important;
    margin-right: 5px;
}

.add-order,
.read-more {
    font-weight: bold !important;
    cursor: pointer;
    width: 80% !important;
}

.add-order:hover {
    color: #fff !important;
}

.hover.from-top::before {
    content: "";
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: block;
    opacity: 0.1;
}

.hover.from-top * {
    position: relative;
    z-index: 9;
}

.bread h3 {
    font-size: 26px;
    font-weight: bold;
    color: #197fa7;
    margin-top: 10px;
}

.text-right {
    text-align: right;
}

.bg-secondary {
    background-color: #414141 !important;
}

.current-user-bid .content {
    width: -moz-max-content !important;
    width: max-content !important;
}

.no-competitors h5 {
    color: #707070;
    font-size: 18px;
    margin-top: 20px;
}

.card-body-custom {
    border-radius: 4px;
}

.btn-yellow {
    display: inline-block !important;
    margin: 0 !important;
}

span.starsCounts {
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    margin-bottom: 10px;
}

.review {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}

.dropdown-menu.user-d .user-flex .email {
    text-align: left !important;
}

.dateRating {
    color: #707070;
    font-size: 12px;
}

.dropdown-menu.notification li a {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    padding: 10px !important;
}

.select2-container--default .select2-selection--single {
    background-image: url(data:image/svg + xml,%3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16
 16"%3e%3cpathfill=" none"stroke=" %23343a40"stroke-linecap=" round"stroke-linejoin=" round"stroke-width=" 2"d=" M2 5l6 6 6-6"/%3e%3c/svg%3e) !important;

}

@media (max-width: 1200px) {
    .total-form-2 .right .right-cont .title h1 {
        color: #fff;
        font-weight: bold;
        margin-left: 1rem;
        font-size: 27px;
        line-height: inherit;
    }

    .total-form-2 .left {
        padding-top: 20px;
        width: 80%;
        margin: 20px auto;
    }

    .total-form-2 .left .show-3 {
        min-height: 100%;
        display: flex;
        align-items: center;
        max-width: 100%;
        margin: auto;
        height: auto;
    }
}

@media (max-width: 991px) {
    .total-form-2 .right .right-cont {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
    }

    .total-form-2 .right .right-cont .title {
        width: 50%;
    }

    .total-form-2 .right .right-cont .title h1 {
        display: block;
        width: 100%;
        left: 0;
    }

    .total-form-2 .right .right-cont .box-img img {
        display: inline-block;
        float: right;
        width: 30%;
        position: absolute;
        top: 20%;
        right: 0;
    }

    section:is(.articles) {
        padding-top: 25px !important;
    }
}

.filter-sidebar .input-group-text {
    height: 40px;
    line-height: 40px;
}

.userInformation {
    display: none;
}

.articles .box .content .price::before {
    display: none !important;
}

@media (max-width: 1150px) {
    .menu-custom ul {
        width: 220px;
        margin: 0px auto 0 auto;
    }

    .menu-custom {
        position: fixed !important;
        width: 282px;
    }

    .menu-custom .float-right {
        margin-left: 150px;
    }

    .menu-custom .input-box {
        border: 0;
        display: block;
        background: rgba(255, 255, 255, 0.1);
        width: 220px;
        margin: 0px auto;
        left: 5%;
        box-shadow: 0 0px 41px -31px #000;
        height: 48px;
        text-align: left;
        color: #fff;
        line-height: 48px;
    }

    .menu-custom form {
        display: block;
        width: 100%;
        clear: both;
        position: relative;
        height: 100px;
        margin: 0;
        padding: 0;
    }

    .menu-custom form input {
        outline: none;
        background-color: transparent;
        width: 100%;
        padding-left: 40px;
        padding-right: 4px;
        color: #fff;
        height: 48px;
        line-height: 48px;
    }

    .menu-custom form input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .menu-custom form input::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .menu-custom .userInformation {
        width: 220px;
        margin: 120px auto 10px auto;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        min-height: 59px;
    }

    .menu-custom .input-box form input[type="submit"] {
        display: none;
    }

    .menu-custom .userInformation img {
        width: 59px;
        margin-right: 5px;
        display: inline-block;
        float: left;
    }

    .menu-custom .userInformation p {
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
        color: #fff;
    }

    .menu-custom .input-box svg {
        margin: 0 0px;
        position: absolute;
        left: 0px;
        top: 10px;
        height: 18px;
        padding: 10px;
    }

    .menu-custom ul li a {
        line-height: 60px;
        padding: 0 0px;
        margin: 0;
        font-size: 16px;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 991px) {
    .total-form-3 .right {
        height: 300px !important;
    }

    .total-form-3,
    .total-form-3 .left .show-3 {
        height: auto;
    }

    .emailBlade.total-form-2 .right .right-cont .box-img img {
        right: 35%;
    }

    .btn-clear-filter,
    .btn-filter {
        height: 50px;
        line-height: 50px;
        padding: 0 10px !important;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .viwers-count {
        border-right: 38px solid #fff;
    }

    .total-form .right {
        min-height: 250px !important;
        height: 440px !important;
    }

    .total-form .right .right-cont .title {
        display: inline-block !important;
    }

    .total-form .right .right-cont .title img {
        display: none;
    }

    .total-form .right .right-cont .title h1 {
        display: block !important;
        padding-left: 10px;
    }

    .total-form .right .right-cont .title {
        margin: 0;
        padding: 0;
        padding-top: 90px;
    }

    .total-form .right .right-cont .box-img img {
        display: block !important;
    }

    .total-form-2 .left {
        height: auto;
        overflow: visible !important;
    }

    .total-form-2 .right {
        height: 350px !important;
    }

    .total-form-2 {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .viwers-count {
        border-left: 8px solid #fff;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
    }

    .timer-info .timer-text {
        border-radius: 5px;
        width: 40px;
        height: 66px;
    }

    .timer-info .timer-text h2 {
        font-size: 14px;
        font-weight: 900;
    }

    .timer-info {
        gap: 3px;
    }

    .viwers-count {
        top: 10px;
    }

    #add-bonus-time-modal .btn-close {
        font-size: 18px;
    }

    #add-bonus-time-modal .currentPay h3 {
        color: #197fa7;
        font-size: 18px;
        font-weight: bold;
    }

    .currentPay.pb-4.mb-4 {
        padding-bottom: 1rem !important;
        margin-bottom: 1rem !important;
    }

    #add-bonus-time-modal .modal-footer {
        padding-top: 0;
    }

    #add-bonus-time-modal .modal-header {
        padding-bottom: 0;
    }

    #add-bonus-time-modal .modal-footer .btn {
        height: 45px;
        width: 120px;
        background: #f3f3f3;
        color: #707070;
        font-size: 15px;
        font-weight: bold;
    }

    #add-bonus-time-modal .modal-content {
        border-radius: 20px;
        width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    .ScoundBG button,
    .firstBG button {
        font-size: 14px;
    }

    .total-form-2 .right .right-cont .box-img img {
        top: 10%;
    }

    .viwers-count {
        border-right: 28px solid #fff;
    }

    .total-form {
        margin-top: 20px !important;
        display: inline-block;
        height: 232px !important;
    }

    .total-form .right {
        height: 232px !important;
        min-height: 232px !important;
        border-radius: 7px;
        width: calc(100% - 20px);
        margin: 10px;
    }

    .total-form {
        overflow: visible;
        height: auto !important;
    }

    .arrow-head {
        -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 100%, 0 50%, 0% 0%);
                clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 100%, 0 50%, 0% 0%);
        width: 28px !important;
        background-color: #197fa7 !important;
        position: absolute !important;
        right: -20px !important;
        top: 0 !important;
        height: 100%;
        z-index: 2 !important;
    }

    .total-form-3 .left .show-3 .btn-bottom,
    .total-form-2 .left .show-3 .btn-bottom,
    .total-form .left .btn-bottom,
    .total-form .left .btn-nav .btn-next .back-arrow .btn-4,
    .total-form .left .btn-nav .btn-next .arrow .btn-3 {
        font-size: 14px !important;
    }

    .total-form label {
        font-size: 14px !important;
        color: #414141 !important;
    }

    .total-form-2 {
        margin-top: 20px;
        height: auto !important;
    }

    .total-form-2 .right {
        height: 232px !important;
        margin: 10px auto !important;
        width: calc(100% - 20px) !important;
        border-radius: 7px;
    }

    .total-form-2 .left .show-3 {
        height: auto !important;
    }

    .total-form-2 .left .show-3 .form-check label {
        font-size: 12px !important;
        padding-top: 0px;
    }

    .input-link,
    .set-account {
        font-size: 14px !important;
    }

    .set-account {
        font-weight: bold;
        margin-bottom: 20px !important;
    }

    .title-login p {
        font-size: 13px !important;
    }

    .total-form-2 .form-control,
    .total-form-3 .form-control {
        padding: 0 10px !important;
        min-height: 44px !important;
    }

    .total-form-2 label,
    .total-form-3 label {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-top: 0px !important;
    }

    .password.mt-4 {
        margin-top: 10px !important;
    }

    .total-form-2 .left .show-3 .title-login h3 {
        font-weight: bold;
        font-size: 22px !important;
    }

    .total-form-2 .right .right-cont .title h1 {
        display: inline-block !important;
    }

    .total-form-2 .right .right-cont .box-img {
        text-align: center !important;
        width: 50% !important;
        float: right !important;
        display: inline-block !important;
        margin-top: 10% !important;
    }

    .total-form-2 .right .right-cont .title {
        display: inline-block !important;
        width: 50% !important;
        float: right !important;
        margin-top: 13% !important;
    }

    .total-form-2 .right .right-cont .title h1 {
        margin-right: 0rem !important;
        width: 100% !important;
        padding-right: 10px !important;
        font-size: 15px !important;
        margin-top: 20px !important;
    }

    .total-form-2 .right .right-cont .title img {
        display: none !important;
    }

    .total-form-2 .right .right-cont {
        display: inline-block !important;
        width: 100%;
    }

    .total-form-2 .right .right-cont .box-img img {
        display: inline-block !important;
        max-width: 100% !important;
    }

    .total-form .right .right-cont .box-img img {
        display: block;
        max-width: 100%;
        margin-left: 0px !important;
        margin-right: 10px !important;
        width: 50%;
    }

    .total-form .right .right-cont .title h1 {
        display: block;
        font-size: 18px;
    }

    .total-form .right .right-cont .title img {
        display: none;
    }

    .total-form .right .right-cont .title {
        display: inline-block !important;
    }

    .total-form-2 .right .right-cont .title {
        display: inline-block !important;
        width: 50% !important;
        float: left !important;
        margin-top: 13% !important;
    }

    .total-form-2 .right .right-cont .title img {
        display: none !important;
    }

    .total-form-2 .right .right-cont {
        display: inline-block !important;
    }

    .total-form-2 .right .right-cont .box-img img {
        display: inline-block !important;
        max-width: 100% !important;
    }

    .total-form .right .right-cont .box-img img {
        display: block !important;
        max-width: 100% !important;
    }

    .total-form .right .right-cont .title h1 {
        display: block !important;
        font-size: 18px !important;
    }

    .total-form .right .right-cont .title img {
        display: none !important;
    }

    .total-form .right .right-cont .title {
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    .sidebar-header {
        margin: 0 27px !important;
    }

    .howtostartbtn {
        margin-left: 27px !important;
    }

    .total-form .left .btn-bottom {
        width: 100% !important;
        margin-left: 0% !important;
    }
}

@media (max-width: 450px) {

    .ScoundBG button,
    .firstBG button {
        font-size: 10px;
    }

    .total-form-2 .left {
        padding-top: 10px;
        width: 100%;
        margin: 0px auto;
    }

    .total-form-2 .right {
        height: 180px !important;
    }

    .input-mark.d-flex {
        display: block !important;
    }

    .total-form-2 .left .show-3 .form-check {
        padding-left: 0;
        display: block !important;
    }

    .total-form-2 .right .right-cont .box-img img {
        width: 50%;
    }

    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
        font-size: 12px;
    }
}/*! lightgallery - v1.10.0 - 2020-11-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url(/fonts/vendor/lightgallery/dist/lg.ttf?f4292655f93dd12d9b8e4fc067ef2489) format("truetype"), url(/fonts/vendor/lightgallery/dist/lg.woff?1fbfd4bcffccb94e8e8a5ea70616b296) format("woff"), url(/fonts/vendor/lightgallery/dist/lg.svg?2ec2cb2199d4d881e6a6ad86690f6add#lg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\E095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\E094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\E070";
}
.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/images/vendor/lightgallery/dist/vimeo-play.png?dfe7764b4fe444c3880736ac6131f5b4) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/images/vendor/lightgallery/dist/vimeo-play.png?dfe7764b4fe444c3880736ac6131f5b4) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(/images/vendor/lightgallery/dist/video-play.png?dc34cc9c99e935cd9c88c036e34103f5) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/images/vendor/lightgallery/dist/youtube-play.png?e6f0c233c87ddefab049c991c61e2d69) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/images/vendor/lightgallery/dist/youtube-play.png?e6f0c233c87ddefab049c991c61e2d69) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\E312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\E80D";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\E900";
}

.lg-rotate-right:after {
  content: "\E901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\E903";
}

.lg-flip-hor:after {
  content: "\E902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(/images/vendor/lightgallery/dist/loading.gif?bbdac9cda255c54bfd809110aff87898) no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/* custom styles */

.position-relative.arows {
  width: 100%;
  height: 60px;
  display: block;
}

.position-relative.arows button {
  cursor: pointer;
  margin: 0 auto;
  display: table-column-group;
  position: unset;
  transform: rotate(90deg);
  height: 34px;
  width: 34px;
  box-shadow: 0 0 4px #ccc;
  border-radius: 5px;
}

.carousel-indicators {
  margin-left: 0;
  margin-right: 0;
}

.carousel-icons-custom {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
}

.carousel-icons-custom span {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
}

.carousel-icons-custom span a {
  text-decoration: none;
  color: inherit;
}

.show-product-carousel-indicators.carousel-indicators button {
  height: 78px;
  width: 78px;
  margin: 0;
}

.show-product-carousel-indicators.carousel-indicators button img {
  height: 78px;
  width: 78px;
  -o-object-fit: unset;
     object-fit: unset;
}

.show-product-carousel-indicators.carousel-indicators {
  margin-top: 0px !important;
}

.carousel-control-prev-icon {
  width: 20px;
  height: 20px;
  margin: 7px;
}

.carousel-control-next-icon {
  width: 20px;
  height: 20px;
  margin: 7px;
}

.show-product-carousel-indicators {
  width: 80px;
  display: inline-block;
  height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 5px;
}

.show-product-carousel-indicators::-webkit-scrollbar {
  width: 0px;
}

.btn-yellow {
  width: 90px;
  height: 41px;
  line-height: 41px;
  background: rgba(253, 188, 1, 0.2);
  color: #FF951D;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 0;
  display: block;
  margin: 15px auto;
}

.btn-yellow:hover {
  width: 90px;
  height: 41px;
  line-height: 41px;
  background: rgba(253, 188, 1, 0.4);
  color: #f79d35;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 0;
}

.card-body-custom {
  box-shadow: rgb(207, 203, 203) 0px 0px 25px;
}

.bg-green-light {
  width: 100%;
  height: 117px;
  background: rgba(3, 195, 196, 0.1);
  text-align: center;
  padding: 15px;
}

.bg-green-light svg {
  font-size: 32px;
  margin-top: 10px;
  color: rgb(3, 195, 196);
}

.bg-green-light h4 {
  font-size: 16px;
  margin-top: 15px;
  color: rgb(3, 195, 196);
}

.review {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
}

.review .col-2 span {
  width: 30px;
  height: 30px;
  position: relative;
  float: right;
  display: block;
}

.review .col-2 span svg {
  font-size: 28px;
  color: #FDBC01;
  /* width: 30px; */
}

.review .col-2 span b {
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}

.review .col-2 p {
  display: block;
  width: 100%;
  float: right;
}

.img-review img {
  width: 58px;
  height: 58px;
  margin-right: 10px;
}

.img-review h4 {
  font-size: 14px;
  font-weight: bold;
  color: #414141;
}

.img-review p {
  font-size: 14px;
  color: #1D1D1D;
}

.mr-2 {
  margin-right: 10px;
}

.contender-num span {
  width: 55px;
  height: 31px;
  background: rgba(3, 195, 196, 0.1);
  text-align: center;
  display: block;
  line-height: 31px;
  font-size: 22px;
  font-weight: bold;
  color: #03c3c4;
  border-radius: 5px;
  float: right;
}

.contender h5 {
  font-size: 14px;
  font-weight: bold;
  color: #414141;
}

.contender small {
  color: #808080;
  font-size: 12px;
}

.bg-show-product .card-body-custom h3 a {
  font-size: 16px;
  float: right;
  color: #00adb6;
}

.not_file {
  font-size: 75px;
}

.bg-secondary-custom {
  background: rgba(65, 65, 65, 0.1);
  color: #414141;
}

.bg-warning-custom {
  background: rgba(255, 149, 29, 0.1);
  color: #FF951D;
}

/* custom styles */

.position-relative.arows {
  width: 100%;
  height: 60px;
  display: block;
}

.position-relative.arows button {
  cursor: pointer;
  margin: 0 auto;
  display: table-column-group;
  position: unset;
  transform: rotate(90deg);
  height: 34px;
  width: 34px;
  box-shadow: 0 0 4px #ccc;
  border-radius: 5px;
}

.carousel-indicators {
  margin-left: 0;
  margin-right: 0;
}

.carousel-icons-custom {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
}

.carousel-icons-custom span {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
}

.carousel-icons-custom span a {
  text-decoration: none;
  color: inherit;
}

.show-product-carousel-indicators.carousel-indicators button {
  height: 78px;
  width: 78px;
  margin: 0;
}

.show-product-carousel-indicators.carousel-indicators button img {
  height: 78px;
  width: 78px;
  -o-object-fit: unset;
     object-fit: unset;
}

.show-product-carousel-indicators.carousel-indicators {
  margin-top: 0px !important;
}

.carousel-control-prev-icon {
  width: 20px;
  height: 20px;
  margin: 7px;
}

.carousel-control-next-icon {
  width: 20px;
  height: 20px;
  margin: 7px;
}

.show-product-carousel-indicators {
  width: 80px;
  display: inline-block;
  height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 5px;
}

.show-product-carousel-indicators::-webkit-scrollbar {
  width: 0px;
}

.btn-yellow {
  width: 90px;
  height: 41px;
  line-height: 41px;
  background: rgba(253, 188, 1, 0.2);
  color: #FF951D;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 0;
  display: block;
  margin: 15px auto;
}

.btn-yellow:hover {
  width: 90px;
  height: 41px;
  line-height: 41px;
  background: rgba(253, 188, 1, 0.4);
  color: #f79d35;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 0;
}

.card-body-custom {
  box-shadow: rgb(207, 203, 203) 0px 0px 25px;
}

.bg-green-light {
  width: 100%;
  height: 117px;
  background: rgba(3, 195, 196, 0.1);
  text-align: center;
  padding: 15px;
}

.bg-green-light svg {
  font-size: 32px;
  margin-top: 10px;
  color: rgb(3, 195, 196);
}

.bg-green-light h4 {
  font-size: 16px;
  margin-top: 15px;
  color: rgb(3, 195, 196);
}

.review {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
}

.review .col-2 span {
  width: 30px;
  height: 30px;
  position: relative;
  float: right;
  display: block;
}

.review .col-2 span svg {
  font-size: 28px;
  color: #FDBC01;
  /* width: 30px; */
}

.review .col-2 span b {
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}

.review .col-2 p {
  display: block;
  width: 100%;
  float: right;
}

.img-review img {
  width: 58px;
  height: 58px;
  margin-right: 10px;
}

.img-review h4 {
  font-size: 14px;
  font-weight: bold;
  color: #414141;
}

.img-review p {
  font-size: 14px;
  color: #1D1D1D;
}

.mr-2 {
  margin-right: 10px;
}

.contender-num span {
  width: 55px;
  height: 31px;
  background: rgba(3, 195, 196, 0.1);
  text-align: center;
  display: block;
  line-height: 31px;
  font-size: 22px;
  font-weight: bold;
  color: #03c3c4;
  border-radius: 5px;
  float: right;
}

.contender h5 {
  font-size: 14px;
  font-weight: bold;
  color: #414141;
}

.contender small {
  color: #808080;
  font-size: 12px;
}

.bg-show-product .card-body-custom h3 a {
  font-size: 16px;
  float: right;
  color: #00adb6;
}

.bg-secondary-custom {
  background: rgba(65, 65, 65, 0.1);
  color: #414141;
}

.bg-warning-custom {
  background: rgba(255, 149, 29, 0.1);
  color: #FF951D;
}

.total-form {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 990px) {
  .total-form {
    flex-direction: column;
    overflow: visible;
  }
}

.total-form .register-tab-1,
.total-form .register-tab-2 {
  position: relative;
  border: 2px solid #E3E3E3;
  background: none;
  height: 48px;
}

.total-form .register-tab-1 .text,
.total-form .register-tab-2 .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  color: inherit;
}

.total-form .register-tab-1:before,
.total-form .register-tab-2:before {
  content: "";
  width: 34px;
  height: 34px;
  transform: rotate(45deg);
  border: 2px solid #c1b7b7;
  position: absolute;
  right: -17px;
  top: 5px;
  z-index: 10;
}

.total-form .register-tab-1:after,
.total-form .register-tab-2:after {
  content: "";
  width: 34px;
  height: 34px;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  right: -17px;
  top: 5px;
  z-index: 5;
}

.total-form .firstBG .register-tab-1:before,
.total-form .firstBG .register-tab-1:after {
  z-index: 11;
}

.total-form .ScoundBG .register-tab-1:before,
.total-form .ScoundBG .register-tab-1:after {
  z-index: 0;
}

.total-form label {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}

@media (min-width: 1401px) {
  .total-form label {
    font-size: 20px;
    margin-top: 15px;
  }
}

.total-form .form-control {
  padding: 3px;
}

@media (min-width: 1401px) {
  .total-form .form-control {
    padding: 10px;
  }
}

.total-form .form-select {
  direction: ltr;
  padding: 3px;
}

@media (min-width: 1401px) {
  .total-form .form-select {
    direction: ltr;
    padding: 10px;
  }
}

.total-form .right {
  background-image: url("/static_assets/images/enduser/red_theme/back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
}

@media (max-width: 990px) {
  .total-form .right {
    width: 100%;
  }
}

.total-form .right .right-cont {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

@media (max-width: 990px) {
  .total-form .right .right-cont {
    flex-direction: row;
  }
}

.total-form .right .right-cont .animated-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("/static_assets/images/enduser/red_theme/animated.png");
  background-position: 0px 0px;
  background-repeat: repeat-y;
  animation: dance 15s infinite;
}

.total-form .right .right-cont .title {
  width: 100%;
  margin-top: 8rem;
  padding-left: 35px;
}

@media (max-width: 990px) {
  .total-form .right .right-cont .title {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}

.total-form .right .right-cont .title h1 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}

@media (max-width: 990px) {
  .total-form .right .right-cont .title h1 {
    display: none;
  }
}

.total-form .right .right-cont .title img {
  margin-right: 8rem;
  margin-bottom: 3rem;
  width: 200px;
}

@media (max-width: 460px) {
  .total-form .right .right-cont .title img {
    margin-right: 4rem;
  }
}

.total-form .right .right-cont .box-img {
  margin-top: 50px;
  width: 100%;
}

@media (max-width: 990px) {
  .total-form .right .right-cont .box-img {
    text-align: center;
  }
}

@media (min-width: 1401px) {
  .total-form .right .right-cont .box-img {
    margin-top: 8rem;
  }
}

.total-form .right .right-cont .box-img img {
  max-width: 70%;
  margin: auto;
  transform: rotateY(180deg);
  margin-right: 4rem;
}

@media (max-width: 990px) {
  .total-form .right .right-cont .box-img img {
    display: none;
  }
}

.total-form .left {
  padding-top: 20px;
  width: 50%;
  margin-right: 50px;
}

@media (max-width: 990px) {
  .total-form .left {
    width: 100%;
    margin-left: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.total-form .left .btn-acount {
  margin-bottom: 0rem;
}

.total-form .left .btn-acount .btn-1 {
  border: 2px solid #ccc;
  background-color: #fff;
  padding: 5px 20px;
  color: #000;
}

.total-form .left .btn-acount .btn-1:hover {
  border: 2px solid #197fa7;
  color: #197fa7;
}

.total-form .left .btn-acount .btn-2 {
  padding: 5px 10px;
  border: 2px solid #ccc;
  color: #000;
  background-color: #fff;
}

.total-form .left .btn-acount .btn-2:hover {
  border: 2px solid #197fa7;
  color: #197fa7;
}

.total-form .left .btn-acount .btn-2 a {
  color: #000;
}

.total-form .left .btn-acount .btn-2 a:hover {
  color: #197fa7;
}

.total-form .left .btn-nav .btn-next {
  border: 1px solid #ccc;
  height: 50px;
  list-style: none;
  text-decoration: none;
  padding: 0;
}

@media (min-width: 1401px) {
  .total-form .left .btn-nav .btn-next {
    height: 80px;
  }
}

.total-form .left .btn-nav .btn-next .arrow {
  position: relative;
  width: 50%;
  height: 100%;
}

.total-form .left .btn-nav .btn-next .arrow .btn-3 {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  border: none;
  color: #197fa7;
}

@media (min-width: 1401px) {
  .total-form .left .btn-nav .btn-next .arrow .btn-3 {
    font-size: 30px;
  }
}

.total-form .left .btn-nav .btn-next .arrow .before {
  border-left: 16px solid rgb(25, 127, 167);
  border-top: 22px solid #fff;
  border-bottom: 26px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
}

@media (min-width: 1401px) {
  .total-form .left .btn-nav .btn-next .arrow .before {
    border-top: 35px solid #fff;
    border-bottom: 43px solid #fff;
  }
}

.total-form .left .btn-nav .btn-next .back-arrow {
  position: relative;
  width: 50%;
}

.total-form .left .btn-nav .btn-next .back-arrow .btn-4 {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  font-weight: bold;
  color: #414141;
}

@media (min-width: 1401px) {
  .total-form .left .btn-nav .btn-next .back-arrow .btn-4 {
    font-size: 30px;
  }
}

.total-form .left .btn-nav .btn-next .back-arrow .after {
  border-left: 16px solid #fff;
  border-bottom: 22px solid #fff;
  border-top: 25px solid #fff;
  position: absolute;
  top: 0;
  right: 0px;
}

@media (min-width: 1401px) {
  .total-form .left .btn-nav .btn-next .back-arrow .after {
    border-top: 35px solid #fff;
    border-bottom: 43px solid #fff;
  }
}

.total-form .left .pass {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.total-form .left .pass-e {
  background-color: #f3f0f0;
}

.total-form .left .pass-e .fa-eye-slash {
  color: #d1cbcb;
}

.total-form .left .btn-bottom {
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  width: 70%;
  margin-left: 15%;
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  color: #fff;
}

.total-form .left .btn-bottom:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgb(25, 127, 167) 0%, rgb(3, 195, 196) 90%);
}

@media (min-width: 1401px) {
  .total-form .left .btn-bottom {
    padding: 12px;
    font-size: 30px;
  }
}

@media (max-width: 460px) {
  .total-form .left .form-check label {
    font-size: 7px;
  }
}

.total-form .select2-container .select2-selection--single {
  height: 33px;
  line-height: 33px;
}

.total-form-2 {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

@media (max-width: 990px) {
  .total-form-2 {
    flex-direction: column;
    overflow: visible;
  }
}

.total-form-2 label {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}

@media (min-width: 1401px) {
  .total-form-2 label {
    font-size: 20px;
    margin-top: 15px;
  }
}

.total-form-2 .form-control {
  padding: 10px;
}

@media (min-width: 1401px) {
  .total-form-2 .form-control {
    padding: 20px;
  }
}

.total-form-2 .form-select {
  direction: ltr;
  padding: 10px;
}

@media (min-width: 1401px) {
  .total-form-2 .form-select {
    direction: ltr;
    padding: 10px;
  }
}

.total-form-2 .right {
  background-image: url("/static_assets/images/enduser/red_theme/back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
}

@media (max-width: 990px) {
  .total-form-2 .right {
    width: 100%;
  }
}

.total-form-2 .right .right-cont {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.total-form-2 .right .right-cont .animated-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("/static_assets/images/enduser/red_theme/animated.png");
  background-position: 0px 0px;
  background-repeat: repeat-y;
  animation: dance 15s infinite;
}

.total-form-2 .right .right-cont .title {
  width: 100%;
}

@media (max-width: 990px) {
  .total-form-2 .right .right-cont .title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.total-form-2 .right .right-cont .title h1 {
  color: #fff;
  font-weight: bold;
  margin-left: 3rem;
}

@media (min-width: 1401px) {
  .total-form-2 .right .right-cont .title h1 {
    margin-left: 8rem;
  }
}

@media (max-width: 460px) {
  .total-form-2 .right .right-cont .title h1 {
    margin-left: 4rem;
  }
}

.total-form-2 .right .right-cont .title img {
  margin-left: 3rem;
  margin-bottom: 3rem;
  width: 165px;
}

@media (min-width: 1401px) {
  .total-form-2 .right .right-cont .title img {
    margin-left: 8rem;
  }
}

@media (max-width: 990px) {
  .total-form-2 .right .right-cont .title img {
    margin-left: 0rem;
    margin-top: 3rem;
  }
}

.total-form-2 .right .right-cont .box-img {
  text-align: center;
  width: 100%;
}

@media (min-width: 1401px) {
  .total-form-2 .right .right-cont .box-img {
    margin-top: 8rem;
  }
}

.total-form-2 .right .right-cont .box-img img {
  max-width: 65%;
  margin: auto;
}

.total-form-2 .left {
  padding-top: 20px;
  width: 50%;
  margin-right: 80px;
}

@media (max-width: 990px) {
  .total-form-2 .left {
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.total-form-2 .left .btn-acount {
  margin-bottom: 0rem;
}

.total-form-2 .left .btn-acount .btn-1 {
  border: 2px solid #ccc;
  background-color: #fff;
  padding: 5px 20px;
  color: #000;
}

.total-form-2 .left .btn-acount .btn-1:hover {
  border: 2px solid #197fa7;
  color: #197fa7;
}

.total-form-2 .left .btn-acount .btn-2 {
  padding: 5px 10px;
  border: 2px solid #ccc;
  color: #000;
  background-color: #fff;
}

@media (min-width: 1401px) {
  .total-form-2 .left .btn-acount .btn-2 {
    padding: 10px 20px;
  }
}

.total-form-2 .left .btn-acount .btn-2:hover {
  border: 2px solid #197fa7;
  color: #197fa7;
}

.total-form-2 .left .btn-acount .btn-2 a {
  color: #000;
}

.total-form-2 .left .btn-acount .btn-2 a:hover {
  color: #197fa7;
}

.total-form-2 .left .show-3 {
  display: flex;
  align-items: center;
  max-width: 60%;
  margin: auto;
}

@media (max-width: 990px) {
  .total-form-2 .left .show-3 {
    max-width: 90%;
  }
}

.total-form-2 .left .show-3 .title-login h3 {
  font-weight: bold;
}

.total-form-2 .left .show-3 .pass {
  border-left: 1px solid #ccc;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.total-form-2 .left .show-3 .pass-e {
  background-color: #f3f0f0;
}

.total-form-2 .left .show-3 .pass-e .fa-eye-slash {
  color: #d1cbcb;
}

.total-form-2 .left .show-3 .btn-bottom {
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  width: 70%;
  margin-left: 15%;
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.total-form-2 .left .show-3 .btn-bottom:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgb(25, 127, 167) 0%, rgb(3, 195, 196) 90%);
}

@media (min-width: 1401px) {
  .total-form-2 .left .show-3 .btn-bottom {
    padding: 12px;
    font-size: 30px;
  }
}

.total-form-2 .left .show-3 .form-check {
  padding-left: 0;
}

.total-form-2 .left .show-3 .form-check .form-check-input[type=checkbox] {
  margin-right: 5px;
}

@media (max-width: 460px) {
  .total-form-2 .left .show-3 .form-check label {
    font-size: 7px;
  }
}

.total-form-2 .left .show-3 .password label {
  margin-top: 0;
}

.total-form-3 {
  display: flex;
  justify-content: space-between;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 990px) {
  .total-form-3 {
    flex-direction: column;
    overflow: visible;
  }
}

.total-form-3 label {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}

@media (min-width: 1401px) {
  .total-form-3 label {
    font-size: 20px;
    margin-top: 15px;
  }
}

.total-form-3 .form-control {
  padding: 10px;
}

@media (min-width: 1401px) {
  .total-form-3 .form-control {
    padding: 20px;
  }
}

.total-form-3 .form-select {
  direction: ltr;
  padding: 10px;
}

@media (min-width: 1401px) {
  .total-form-3 .form-select {
    direction: ltr;
    padding: 10px;
  }
}

.total-form-3 .right {
  background-image: url("/static_assets/images/enduser/red_theme/back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
}

@media (max-width: 990px) {
  .total-form-3 .right {
    width: 100%;
  }
}

.total-form-3 .right .right-cont {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.total-form-3 .right .right-cont .animated-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("/static_assets/images/enduser/red_theme/animated.png");
  background-position: 0px 0px;
  background-repeat: repeat-y;
  animation: dance 15s infinite;
}

.total-form-3 .right .right-cont .title {
  width: 100%;
}

@media (max-width: 990px) {
  .total-form-3 .right .right-cont .title {
    flex-direction: column;
    width: unset;
  }
}

.total-form-3 .right .right-cont .title h1 {
  color: #fff;
  font-weight: bold;
  margin-left: 3rem;
}

@media (min-width: 1401px) {
  .total-form-3 .right .right-cont .title h1 {
    margin-left: 8rem;
  }
}

@media (max-width: 990px) {
  .total-form-3 .right .right-cont .title h1 {
    margin-left: 12rem;
  }
}

@media (max-width: 460px) {
  .total-form-3 .right .right-cont .title h1 {
    margin-left: 4rem;
  }
}

.total-form-3 .right .right-cont .title img {
  margin-left: 3rem;
  margin-bottom: 3rem;
  width: 165px;
}

@media (min-width: 1401px) {
  .total-form-3 .right .right-cont .title img {
    margin-left: 8rem;
  }
}

@media (max-width: 990px) {
  .total-form-3 .right .right-cont .title img {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}

.total-form-3 .right .right-cont .box-img {
  text-align: center;
  width: 100%;
}

@media (max-width: 990px) {
  .total-form-3 .right .right-cont .box-img {
    text-align: center;
  }
}

@media (min-width: 1401px) {
  .total-form-3 .right .right-cont .box-img {
    margin-top: 8rem;
  }
}

.total-form-3 .right .right-cont .box-img img {
  max-width: 80%;
  margin: auto;
}

@media (max-width: 990px) {
  .total-form-3 .right .right-cont .box-img img {
    display: none;
  }
}

.total-form-3 .left {
  padding-top: 20px;
  width: 50%;
  margin-right: 80px;
}

@media (max-width: 990px) {
  .total-form-3 .left {
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.total-form-3 .left .btn-acount {
  margin-bottom: 0rem;
}

.total-form-3 .left .btn-acount .btn-2 {
  padding: 5px 10px;
  border: 2px solid #ccc;
  color: #000;
  background-color: #fff;
}

@media (min-width: 1401px) {
  .total-form-3 .left .btn-acount .btn-2 {
    padding: 10px 20px;
  }
}

.total-form-3 .left .btn-acount .btn-2:hover {
  border: 2px solid #197fa7;
  color: #197fa7;
}

.total-form-3 .left .btn-acount .btn-2 a {
  color: #000;
}

.total-form-3 .left .btn-acount .btn-2 a:hover {
  color: #197fa7;
}

.total-form-3 .left .show-3 {
  height: 100vh;
  display: flex;
  align-items: center;
  max-width: 60%;
  margin: auto;
}

@media (max-width: 990px) {
  .total-form-3 .left .show-3 {
    max-width: 90%;
    overflow-x: hidden;
  }
}

.total-form-3 .left .show-3 .title-login h3 {
  font-weight: bold;
}

.total-form-3 .left .show-3 .pass {
  border-left: 1px solid #ccc;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.total-form-3 .left .show-3 .pass-e {
  background-color: #f3f0f0;
}

.total-form-3 .left .show-3 .pass-e .fa-eye-slash {
  color: #d1cbcb;
}

.total-form-3 .left .show-3 .btn-bottom {
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.total-form-3 .left .show-3 .btn-bottom:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgb(25, 127, 167) 0%, rgb(3, 195, 196) 90%);
}

@media (min-width: 1401px) {
  .total-form-3 .left .show-3 .btn-bottom {
    padding: 12px;
    font-size: 30px;
  }
}

.total-form-4 {
  display: flex;
  justify-content: space-between;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 990px) {
  .total-form-4 {
    flex-direction: column;
    overflow: visible;
  }
}

.total-form-4 label {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}

@media (min-width: 1401px) {
  .total-form-4 label {
    font-size: 20px;
    margin-top: 15px;
  }
}

.total-form-4 .form-control {
  padding: 10px;
}

@media (min-width: 1401px) {
  .total-form-4 .form-control {
    padding: 20px;
  }
}

.total-form-4 .form-select {
  direction: ltr;
  padding: 10px;
}

@media (min-width: 1401px) {
  .total-form-4 .form-select {
    direction: ltr;
    padding: 10px;
  }
}

.total-form-4 .right {
  background-image: url("/static_assets/images/enduser/red_theme/back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
}

@media (max-width: 990px) {
  .total-form-4 .right {
    width: 100%;
  }
}

.total-form-4 .right .right-cont {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.total-form-4 .right .right-cont .animated-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("/static_assets/images/enduser/red_theme/animated.png");
  background-position: 0px 0px;
  background-repeat: repeat-y;
  animation: dance 15s infinite;
}

.total-form-4 .right .right-cont .title {
  width: 100%;
}

@media (max-width: 990px) {
  .total-form-4 .right .right-cont .title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.total-form-4 .right .right-cont .title img {
  margin-left: 3rem;
  margin-bottom: 3rem;
  width: 165px;
}

@media (min-width: 1401px) {
  .total-form-4 .right .right-cont .title img {
    margin-left: 8rem;
  }
}

@media (max-width: 990px) {
  .total-form-4 .right .right-cont .title img {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}

.total-form-4 .right .right-cont .box-img {
  text-align: center;
  width: 100%;
}

@media (max-width: 990px) {
  .total-form-4 .right .right-cont .box-img {
    text-align: center;
  }
}

@media (min-width: 1401px) {
  .total-form-4 .right .right-cont .box-img {
    margin-top: 8rem;
  }
}

.total-form-4 .right .right-cont .box-img img {
  max-width: 60%;
  margin: auto;
}

@media (max-width: 990px) {
  .total-form-4 .right .right-cont .box-img img {
    display: none;
  }
}

.total-form-4 .left {
  padding-top: 20px;
  width: 50%;
  margin-right: 80px;
}

@media (max-width: 990px) {
  .total-form-4 .left {
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.total-form-4 .left .btn-acount {
  margin-bottom: 0rem;
}

.total-form-4 .left .btn-acount .btn-1 {
  border: 2px solid #ccc;
  background-color: #fff;
  padding: 5px 20px;
  color: #000;
}

.total-form-4 .left .btn-acount .btn-1:hover {
  border: 2px solid #197fa7;
  color: #197fa7;
}

.total-form-4 .left .btn-acount .btn-2 {
  padding: 5px 10px;
  border: 2px solid #ccc;
  color: #000;
  background-color: #fff;
}

@media (min-width: 1401px) {
  .total-form-4 .left .btn-acount .btn-2 {
    padding: 10px 20px;
  }
}

.total-form-4 .left .btn-acount .btn-2:hover {
  border: 2px solid #197fa7;
  color: #197fa7;
}

.total-form-4 .left .btn-acount .btn-2 a {
  color: #000;
}

.total-form-4 .left .btn-acount .btn-2 a:hover {
  color: #197fa7;
}

.total-form-4 .left .show-3 {
  height: 100vh;
  display: flex;
  align-items: center;
  max-width: 60%;
  margin: auto;
}

@media (max-width: 990px) {
  .total-form-4 .left .show-3 {
    max-width: 90%;
  }
}

.total-form-4 .left .show-3 .title-login h3 {
  font-weight: bold;
}

.total-form-4 .left .show-3 .btn-bottom {
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.total-form-4 .left .show-3 .btn-bottom:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgb(25, 127, 167) 0%, rgb(3, 195, 196) 90%);
}

@media (min-width: 1401px) {
  .total-form-4 .left .show-3 .btn-bottom {
    padding: 12px;
    font-size: 30px;
  }
}

.total-form-4 .left .show-3 .box {
  background-color: rgba(3, 195, 196, 0.4);
  padding: 10px;
  color: #197fa7;
}

.total-form-5 {
  display: flex;
  justify-content: space-between;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 990px) {
  .total-form-5 {
    flex-direction: column;
    overflow: visible;
  }
}

.total-form-5 label {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}

@media (min-width: 1401px) {
  .total-form-5 label {
    font-size: 20px;
    margin-top: 15px;
  }
}

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

@media (min-width: 1401px) {
  .total-form-5 .form-control {
    padding: 20px;
  }
}

.total-form-5 .form-select {
  direction: ltr;
  padding: 10px;
}

@media (min-width: 1401px) {
  .total-form-5 .form-select {
    direction: ltr;
    padding: 10px;
  }
}

.total-form-5 .right {
  background-image: url("/static_assets/images/enduser/red_theme/back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
}

@media (max-width: 990px) {
  .total-form-5 .right {
    width: 100%;
  }
}

.total-form-5 .right .right-cont {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.total-form-5 .right .right-cont .animated-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("/static_assets/images/enduser/red_theme/animated.png");
  background-position: 0px 0px;
  background-repeat: repeat-y;
  animation: dance 15s infinite;
}

.total-form-5 .right .right-cont .title {
  width: 100%;
}

@media (max-width: 990px) {
  .total-form-5 .right .right-cont .title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.total-form-5 .right .right-cont .title img {
  margin-left: 3rem;
  margin-bottom: 3rem;
  width: 165px;
}

@media (min-width: 1401px) {
  .total-form-5 .right .right-cont .title img {
    margin-left: 8rem;
  }
}

@media (max-width: 990px) {
  .total-form-5 .right .right-cont .title img {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}

.total-form-5 .right .right-cont .box-img {
  text-align: center;
  width: 100%;
}

@media (max-width: 990px) {
  .total-form-5 .right .right-cont .box-img {
    text-align: center;
  }
}

@media (min-width: 1401px) {
  .total-form-5 .right .right-cont .box-img {
    margin-top: 8rem;
  }
}

.total-form-5 .right .right-cont .box-img img {
  max-width: 80%;
  margin: auto;
  margin-top: 70px;
}

@media (max-width: 990px) {
  .total-form-5 .right .right-cont .box-img img {
    display: none;
  }
}

.total-form-5 .left {
  padding-top: 20px;
  width: 50%;
  margin-right: 80px;
}

@media (max-width: 990px) {
  .total-form-5 .left {
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.total-form-5 .left .btn-acount {
  margin-bottom: 0rem;
}

.total-form-5 .left .btn-acount .btn-2 {
  padding: 5px 10px;
  border: 2px solid #ccc;
  color: #000;
  background-color: #fff;
}

@media (min-width: 1401px) {
  .total-form-5 .left .btn-acount .btn-2 {
    padding: 10px 20px;
  }
}

.total-form-5 .left .btn-acount .btn-2:hover {
  border: 2px solid #197fa7;
  color: #197fa7;
}

.total-form-5 .left .btn-acount .btn-2 a {
  color: #000;
}

.total-form-5 .left .btn-acount .btn-2 a:hover {
  color: #197fa7;
}

.total-form-5 .left .show-3 {
  height: 100vh;
  display: flex;
  align-items: center;
  max-width: 60%;
  margin: auto;
}

@media (max-width: 990px) {
  .total-form-5 .left .show-3 {
    max-width: 90%;
  }
}

.total-form-5 .left .show-3 .title-login h3 {
  font-weight: bold;
}

.total-form-5 .left .show-3 .pass {
  border-left: 1px solid #ccc;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.total-form-5 .left .show-3 .pass-e {
  background-color: #f3f0f0;
}

.total-form-5 .left .show-3 .pass-e .fa-eye-slash {
  color: #d1cbcb;
}

.total-form-5 .left .show-3 .btn-bottom {
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.total-form-5 .left .show-3 .btn-bottom:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgb(25, 127, 167) 0%, rgb(3, 195, 196) 90%);
}

@media (min-width: 1401px) {
  .total-form-5 .left .show-3 .btn-bottom {
    padding: 12px;
    font-size: 30px;
  }
}

.total-form-5 .left .show-3 .form-check {
  padding-left: 0;
}

.total-form-5 .left .show-3 .form-check .form-check-input[type=checkbox] {
  margin-right: 5px;
}

@media (max-width: 460px) {
  .total-form-5 .left .show-3 .form-check label {
    font-size: 7px;
  }
}

.total-form-5 .left .show-3 .password label {
  margin-top: 0;
}

.r-cont {
  text-align: right !important;
}

.pop-up.active {
  visibility: visible !important;
}

.dropdown-menu[data-bs-popper] {
  right: 0;
  left: unset;
}

@media (max-width: 990px) {
  .dropdown-menu[data-bs-popper] {
    right: unset;
    left: 0;
  }
}

@media (max-width: 576px) {
  .dropdown-menu[data-bs-popper].user-d {
    left: -94px;
  }
}

@media (max-width: 576px) {
  .dropdown-menu[data-bs-popper].notification {
    left: -40px;
  }
}

.active-state {
  background-color: rgba(210, 30, 21, 0.3019607843) !important;
  border-left: 5px solid #991E2D;
  border-right: none !important;
  color: #991E2D !important;
}

@media (max-width: 767px) {
  .active-state {
    border-bottom: 5px solid #991E2D;
  }
}

.toggle-center {
  display: none !important;
}

.input-box.toggle-search {
  transform: translateX(0);
}

@media (max-width: 990px) {
  .navbar-nav.mob-row {
    flex-direction: row !important;
    margin-right: -42px !important;
  }
}

.dropdown-menu.lang {
  position: absolute;
  min-width: 4rem !important;
}

.dropdown-menu.lang:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown-menu.lang li a {
  color: #ccc !important;
  font-weight: bold;
}

.dropdown-menu.lang li a:hover {
  background-color: transparent;
  color: #03c3c4 !important;
}

.dropdown-menu.user-d {
  position: absolute;
  min-width: 2rem !important;
  text-align: left !important;
}

.dropdown-menu.user-d:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 3%;
  margin-left: -10px;
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 990px) {
  .dropdown-menu.user-d:before {
    left: 8%;
    right: unset;
  }
}

@media (max-width: 576px) {
  .dropdown-menu.user-d:before {
    left: 36%;
  }
}

.dropdown-menu.user-d a {
  color: #000 !important;
}

.dropdown-menu.user-d a:hover {
  background-color: transparent;
}

.auth-dropdown {
  min-width: 250px !important;
}

.user-flex {
  display: flex;
  justify-content: left;
  padding: 0.25rem 1rem;
}

.user-flex .logo-s {
  background-color: rgb(248, 244, 244);
  width: 60px;
  height: 60px;
  line-height: 40px;
  padding: 10px;
  overflow: hidden;
}

.user-flex .logo-s img {
  width: 100%;
}

.dropdown-menu.notification {
  position: absolute;
  padding-bottom: 0;
}

.dropdown-menu.notification:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 3%;
  margin-left: -10px;
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 990px) {
  .dropdown-menu.notification:before {
    left: 8%;
    right: unset;
  }
}

@media (max-width: 576px) {
  .dropdown-menu.notification:before {
    left: 17%;
  }
}

.dropdown-menu.notification .logo-err {
  padding: 7px;
  border-radius: 50%;
  background-color: rgba(255, 30, 30, 0.1);
  color: #ff1e1e;
}

.dropdown-menu.notification .logo-err.second {
  padding: 7px;
  border-radius: 50%;
  background-color: rgba(65, 181, 97, 0.1);
  color: #41b561;
}

.dropdown-menu.notification .logo-err.third {
  padding: 7px;
  border-radius: 50%;
  background-color: rgba(253, 188, 1, 0.1);
  color: #fdbc01;
}

.dropdown-menu.notification .text-not p {
  font-size: 12px;
  margin-top: 25px;
}

.dropdown-menu.notification .text-not .date span {
  font-size: 10px;
}

.dropdown-menu.notification a {
  color: #000 !important;
  margin: 0;
}

.dropdown-menu.notification .all-bg {
  background-color: rgba(3, 195, 196, 0.1);
}

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

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

.pop-up {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
}

.pop-up .card-password {
  position: relative;
  background-color: #fff;
  width: 60%;
  padding: 50px 0;
}

@media (min-width: 1401px) {
  .pop-up .card-password {
    padding: 100px 0;
  }
}

@media (max-width: 576px) {
  .pop-up .card-password {
    width: 80%;
  }
}

.pop-up .card-password .top-head {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #197fa7;
  width: 100%;
  height: 20px;
}

.pop-up .card-password .close {
  position: absolute;
  top: 50px;
  left: 30px;
  cursor: pointer;
}

.pop-up input {
  padding: 5px;
}

@media (min-width: 1401px) {
  .pop-up input {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .pop-up .form-pass {
    flex-direction: column;
  }
}

.pop-up .form-pass .r-pass {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .pop-up .form-pass .r-pass {
    margin-right: 0;
  }
}

.pop-up .form-pass .l-pass .password .input-group {
  width: 300px;
}

@media (min-width: 1401px) {
  .pop-up .form-pass .l-pass .password .input-group {
    width: 400px;
  }
}

@media (max-width: 990px) {
  .pop-up .form-pass .l-pass .password .input-group {
    width: 200px;
  }
}

@media (min-width: 1401px) {
  .pop-up .form-pass .l-pass {
    margin-top: 50px;
  }
}

.pop-up .form-pass .l-pass .btn-password {
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  border: none;
  outline: none;
  width: 100%;
  padding: 5px;
}

@media (min-width: 1401px) {
  .pop-up .form-pass .l-pass .btn-password {
    padding: 10px;
  }
}

.pop-up .form-pass .l-pass .btn-password:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgb(25, 127, 167) 0%, rgb(3, 195, 196) 90%);
}

.pop-up h2 {
  color: #197fa7;
}

nav {
  position: relative;
}

nav .input-box {
  transform: translateX(-200%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 104%;
  left: 0;
  margin-right: 30px;
  width: 50%;
  height: 50px;
  border: 1px solid #ccc;
  margin-left: 25%;
}

@media (max-width: 576px) {
  nav .input-box {
    width: 150px;
    margin-right: 15px;
  }
}

nav .input-box svg {
  margin: 0 10px;
}

nav .input-box input {
  outline: none;
  background-color: transparent;
  width: 90%;
}

nav a:hover {
  color: white !important;
  font-weight: bold !important;
}

nav .nav-right {
  padding: 0;
}

.personal .personal-nav {
  height: 200px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 20px;
}

.personal .personal-nav ul {
  position: relative;
  list-style: none;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
}

.personal .personal-nav ul li {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

.personal .personal-nav ul li:hover {
  border-left: 5px solid;
}

.personal .personal-fav {
  height: 200px;
  border: 1px solid #ff1e1e;
  border-radius: 5px;
  color: #ff1e1e;
  font-size: 16px;
  padding: 10px;
  background-color: rgba(255, 30, 30, 0.1);
  margin-bottom: 20px;
}

.personal .personal-shopping {
  height: 200px;
  border: 1px solid #41b561;
  border-radius: 5px;
  color: #41b561;
  font-size: 16px;
  padding: 10px;
  background-color: rgba(65, 181, 97, 0.1);
  margin-bottom: 20px;
}

.personal .personal-qualify {
  height: 200px;
  border: 1px solid #fdbc01;
  border-radius: 5px;
  color: #fdbc01;
  font-size: 16px;
  padding: 10px;
  background-color: rgba(253, 188, 1, 0.1);
  margin-bottom: 20px;
}

.content {
  padding: 0 0 0 280px;
}

@media (max-width: 990px) {
  .content {
    padding: 0;
  }
}

@media (min-width: 1401px) {
  .content {
    padding: 0 0 0 330px;
  }
}

.content .img-circle {
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 25px;
  position: relative;
}

@media (max-width: 576px) {
  .content .img-circle {
    padding: 10px;
  }
}

.content .img-circle .circle {
  position: absolute;
  right: 25px;
  bottom: 0;
}

.content .central {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.content .central .form-cont {
  width: 80%;
  padding: 50px 20px 30px 20px;
}

.content .central .form-cont .form {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}

.content .location-map {
  display: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 25px;
}

.content .location-map .map-cont {
  width: 100%;
}

.content .location-map .map-cont iframe {
  width: 100%;
}

.content .location-map .save button {
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  width: 25%;
  padding: 8px 0;
  border: none;
  outline: none;
}

.content .location-map .save button:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgb(25, 127, 167) 0%, rgb(3, 195, 196) 90%);
}

.form-container {
  padding: 0 100px;
}

@media (max-width: 768px) {
  .form-container {
    padding: 0 50px;
  }
}

.form-container input {
  margin-bottom: 10px;
}

@media (min-width: 1401px) {
  .form-container input {
    padding: 15px 0;
  }
}

.form-container select {
  margin-bottom: 10px;
}

@media (min-width: 1401px) {
  .form-container select {
    padding: 15px 0;
  }
}

.form-container .btn-change {
  width: 100%;
  border: none;
  background-color: #e5f9f9;
  color: #03c3c4;
  padding: 10px 0;
}

.form-container .btn-change:hover {
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  color: #e5f9f9;
}

.form-container h4 {
  color: #197fa7;
  font-weight: bold;
}

.form-container .map-title span {
  margin-left: 5px;
}

.form-container .map-cont {
  width: 100%;
}

.form-container .map-cont iframe {
  width: 100%;
  height: 300px;
}

.form-container .save {
  margin: auto;
  width: 300px;
}

.form-container .save .btn-save {
  width: 100%;
  padding: 10px 0;
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  border: none;
  color: #fff;
}

.form-container .save .btn-save:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgb(25, 127, 167) 0%, rgb(3, 195, 196) 90%);
}

.profile-footer {
  overflow-x: hidden;
}

.profile-footer .bottom-content .bg-footer {
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  padding-top: 30px;
}

.profile-footer .bottom-content .bg-footer h6 {
  color: #fff;
}

.profile-footer .bottom-content .footer-link a {
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s;
}

@media (min-width: 1401px) {
  .profile-footer .bottom-content .footer-link a {
    font-size: 20px;
  }
}

.profile-footer .bottom-content .contact-info {
  color: #acacac;
  font-size: 14px;
}

.profile-footer .bottom-content .footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.profile-footer .bottom-content .footer-alt {
  color: #acacac;
}

.profile-footer .bottom-content input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px;
  outline: none;
}

.profile-footer .bottom-content input::-moz-placeholder {
  color: #fff;
}

.profile-footer .bottom-content input::placeholder {
  color: #fff;
}

.profile-footer .bottom-content button {
  background-color: #fff;
  color: #03c3c4;
  padding: 8px 30px;
  border-radius: 5px;
}

.profile-footer .copyright {
  background-color: #fff;
  padding: 10px 0;
}

@media (min-width: 1401px) {
  .profile-footer .copyright p {
    font-size: 25px;
  }
}

.profile-footer .copyright img {
  margin-right: 40px;
}

@media (max-width: 576px) {
  .profile-footer .copyright img {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  ::-moz-placeholder {
    font-size: 10px;
  }
  ::placeholder {
    font-size: 10px;
  }
}

.thanks {
  overflow-x: hidden;
}

.thanks .top-content {
  height: 100vh !important;
}

.thanks .top-content .form-thanks h1 {
  color: #73ca8b;
}

@media (min-width: 1401px) {
  .thanks .top-content .form-thanks h1 {
    font-size: 60px;
  }
}

@media (min-width: 1401px) {
  .thanks .top-content .form-thanks p {
    font-size: 25px;
  }
}

@media (min-width: 1401px) {
  .thanks .top-content .form-thanks label {
    font-size: 25px;
  }
}

.thanks .top-content .form-thanks .btn-bottom {
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  width: 100%;
  margin-right: 15%;
  margin-bottom: 20px;
  padding: 15px;
  border: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.thanks .top-content .form-thanks .btn-bottom:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgb(25, 127, 167) 0%, rgb(3, 195, 196) 90%);
}

@media (min-width: 1401px) {
  .thanks .top-content .form-thanks .btn-bottom {
    padding: 12px;
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .thanks .top-content .form-thanks .btn-bottom {
    width: 80%;
    margin-left: 10%;
  }
}

.thanks .top-content .form-thanks .btn-bottom-1 {
  background-color: #d2f7f7;
  width: 100%;
  margin-right: 15%;
  margin-bottom: 20px;
  padding: 15px;
  border: none;
  color: #03c3c4;
  transition: all 0.4s ease-in-out;
}

.thanks .top-content .form-thanks .btn-bottom-1:enabled:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgb(25, 127, 167) 0%, rgb(3, 195, 196) 90%);
  color: #fff;
}

@media (min-width: 1401px) {
  .thanks .top-content .form-thanks .btn-bottom-1 {
    padding: 12px;
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .thanks .top-content .form-thanks .btn-bottom-1 {
    width: 80%;
    margin-left: 10%;
  }
}

.thanks .top-content .form-thanks .btn-bottom-1:disabled:hover {
  transform: none;
}

.thanks .top-content .form-thanks span {
  color: #03c3c4;
}

.thanks .bottom-content .bg-footer {
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  padding-top: 30px;
}

.thanks .bottom-content .bg-footer h6 {
  color: #fff;
}

.thanks .bottom-content .footer-link a {
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s;
}

@media (min-width: 1401px) {
  .thanks .bottom-content .footer-link a {
    font-size: 20px;
  }
}

.thanks .bottom-content .contact-info {
  color: #acacac;
  font-size: 14px;
}

.thanks .bottom-content .footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.thanks .bottom-content .footer-alt {
  color: #acacac;
}

.thanks .bottom-content input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px;
  outline: none;
}

.thanks .bottom-content input::-moz-placeholder {
  color: #fff;
}

.thanks .bottom-content input::placeholder {
  color: #fff;
}

.thanks .bottom-content button {
  background-color: #fff;
  color: #03c3c4;
  padding: 8px 30px;
  border-radius: 5px;
}

.thanks .copyright {
  background-color: #fff;
  padding: 10px 0;
}

@media (min-width: 1401px) {
  .thanks .copyright p {
    font-size: 25px;
  }
}

.thanks .copyright img {
  margin-right: 40px;
}

@media (max-width: 576px) {
  .thanks .copyright img {
    margin-right: 0;
  }
}

.active-state {
  border-right: 5px solid;
}

.toggle-center {
  display: none !important;
}

.input-box.toggle-search {
  transform: translateX(0);
}

@media (max-width: 990px) {
  .navbar-nav.mob-row {
    flex-direction: row !important;
    margin-right: -42px !important;
  }
}

nav {
  position: relative;
}

nav .input-box {
  transform: translateX(200%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 104%;
  left: 0;
  margin-right: 30px;
  width: 50%;
  height: 50px;
  border: 1px solid #ccc;
  margin-left: 25%;
}

@media (max-width: 576px) {
  nav .input-box {
    width: 150px;
    margin-right: 15px;
  }
}

nav .input-box svg {
  margin: 0 10px;
}

nav .input-box input {
  outline: none;
  background-color: transparent;
  width: 90%;
}

nav a:hover {
  color: white !important;
  font-weight: bold !important;
}

nav .nav-right {
  padding: 0;
}

/*notification*/

.notification-container {
  padding: 0 0px 0 200px;
}

@media (max-width: 990px) {
  .notification-container {
    padding: 0;
  }
}

.notification-container .title {
  margin-bottom: 20px;
}

.notification-container .title a {
  border: 1px solid #ff1e1e;
  color: #ff1e1e;
  padding: 5px 10px;
  margin: 0 10px;
  display: none;
}

.notification-container .title h2 {
  color: #197fa7;
  margin-left: 15px;
}

.notification-container .table-n {
  min-height: 400px;
}

.notification-container .table-n tbody,
.notification-container .table-n td,
.notification-container .table-n tfoot,
.notification-container .table-n th,
.notification-container .table-n thead,
.notification-container .table-n tr {
  border: none;
  padding: 0;
  margin: 0;
}

.notification-container .table-n .notification-row .icon-select {
  align-items: center !important;
}

.notification-container .table-n .notification-row .icon-select img {
  margin: 0 40px 0 20px;
}

@media (max-width: 460px) {
  .notification-container .table-n .notification-row .icon-select img {
    margin: 0 10px 0 10px;
  }
}

.notification-container .table-n .notification-row .notif {
  width: 70%;
  padding: 10px 0;
  border-bottom: 1px solid rgb(241, 238, 238);
  margin-bottom: 20px;
}

.notification-container .table-n .notification-row .notif:hover {
  background-color: #ffe8e8;
  padding: 10px;
}

@media (max-width: 460px) {
  .notification-container .table-n .notification-row .notif .notif-title {
    flex-direction: column;
  }
}

.notification-container .table-n .notification-row .notif .notif-title .right span {
  background-color: #fff2cc;
  padding: 1px 35px;
  border-radius: 5px;
  color: #fdbc01;
}

.notification-container .table-n .notification-row .notif .notif-title .right .one-s {
  background-color: #fff2cc;
  padding: 1px 35px;
  border-radius: 5px;
  color: #fdbc01;
}

.notification-container .table-n .notification-row .notif .notif-title .right .tow-s {
  background-color: #d9f0df;
  padding: 1px 35px;
  border-radius: 5px;
  color: #41b561;
}

.notification-container .table-n .notification-row .notif .notif-title .right .three-s {
  background-color: #ffd2d2;
  padding: 1px 35px;
  border-radius: 5px;
  color: #ff1e1e;
}

.notification-container .table-n .notification-row .notif .content-notify p {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .notification-container .table-n .notification-row .notif .content-notify p {
    font-size: 13px;
  }
}

.profile-footer {
  overflow-x: hidden;
}

.profile-footer .bottom-content .bg-footer {
  background: linear-gradient(90deg, rgb(3, 195, 196) 0%, rgb(25, 127, 167) 90%);
  padding-top: 30px;
}

.profile-footer .bottom-content .bg-footer h6 {
  color: #fff;
}

.profile-footer .bottom-content .footer-link a {
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s;
}

@media (min-width: 1401px) {
  .profile-footer .bottom-content .footer-link a {
    font-size: 20px;
  }
}

.profile-footer .bottom-content .footer-link a:hover {
  color: white !important;
  font-weight: bold !important;
}

.profile-footer .bottom-content .contact-info {
  color: #acacac;
  font-size: 14px;
}

.profile-footer .bottom-content .footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.profile-footer .bottom-content .footer-alt {
  color: #acacac;
}

.profile-footer .bottom-content input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px;
  outline: none;
}

.profile-footer .bottom-content input::-moz-placeholder {
  color: #fff;
}

.profile-footer .bottom-content input::placeholder {
  color: #fff;
}

.profile-footer .bottom-content button {
  background-color: #fff;
  color: #03c3c4;
  padding: 8px 30px;
  border-radius: 5px;
}

.profile-footer .copyright {
  background-color: #fff;
  padding: 10px 0;
}

@media (min-width: 1401px) {
  .profile-footer .copyright p {
    font-size: 25px;
  }
}

.profile-footer .copyright img {
  margin-right: 40px;
}

@media (max-width: 576px) {
  .profile-footer .copyright img {
    margin-right: 0;
  }
}

.pop-up-show-all-competions-rescheduling,
.pop-up-show-all-competions,
.pop-up-show-all-competions-accept {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-up-show-all-competions-rescheduling .pop-up-inner,
.pop-up-show-all-competions .pop-up-inner,
.pop-up-show-all-competions-accept .pop-up-inner {
  background-color: #fff;
  width: 30%;
  border-radius: 7px;
}

@media (max-width: 990px) {
  .pop-up-show-all-competions-rescheduling .pop-up-inner,
  .pop-up-show-all-competions .pop-up-inner,
  .pop-up-show-all-competions-accept .pop-up-inner {
    width: 90%;
  }
}

.pop-up-show-all-competions-rescheduling .pop-up-inner .pop-up-top,
.pop-up-show-all-competions .pop-up-inner .pop-up-top,
.pop-up-show-all-competions-accept .pop-up-inner .pop-up-top {
  background-color: #41b561;
  width: 100%;
  height: 25px;
  border-radius: 6px 6px 0px 0px;
}

.pop-up-show-all-competions-rescheduling .pop-up-inner .title-pop-up,
.pop-up-show-all-competions .pop-up-inner .title-pop-up,
.pop-up-show-all-competions-accept .pop-up-inner .title-pop-up {
  margin: 5px 10px;
}

.pop-up-show-all-competions-rescheduling .pop-up-inner .title-pop-up h5,
.pop-up-show-all-competions .pop-up-inner .title-pop-up h5,
.pop-up-show-all-competions-accept .pop-up-inner .title-pop-up h5 {
  font-weight: bold;
  font-size: 14px;
  color: #414141;
}

.pop-up-show-all-competions-rescheduling .pop-up-inner .title-pop-up img,
.pop-up-show-all-competions .pop-up-inner .title-pop-up img,
.pop-up-show-all-competions-accept .pop-up-inner .title-pop-up img {
  cursor: pointer;
}

.pop-up-show-all-competions-rescheduling .pop-up-inner .pop-up-content,
.pop-up-show-all-competions .pop-up-inner .pop-up-content,
.pop-up-show-all-competions-accept .pop-up-inner .pop-up-content {
  border-radius: 7px;
  margin: 10px;
  padding: 5px;
  flex-direction: column;
}

.pop-up-show-all-competions-rescheduling ul li,
.pop-up-show-all-competions ul li,
.pop-up-show-all-competions-accept ul li {
  font-size: 14px;
  font-weight: bold;
}

.pop-up-show-all-competions-rescheduling ul li.cost,
.pop-up-show-all-competions ul li.cost,
.pop-up-show-all-competions-accept ul li.cost {
  color: #41b561;
  font-weight: bold;
  font-size: 20px;
}

.pop-up-show-all-competions-rescheduling ul li.win-name,
.pop-up-show-all-competions ul li.win-name,
.pop-up-show-all-competions-accept ul li.win-name {
  font-size: 20px;
}

.pop-up-show-all-competions-rescheduling .btn-confirm,
.pop-up-show-all-competions .btn-confirm,
.pop-up-show-all-competions-accept .btn-confirm {
  background-color: #41b561;
  color: #fff;
  border: none;
  padding: 5px;
  width: 100px;
  height: 36px;
  border-radius: 5px;
}

.pop-up-show-all-competions-rescheduling .btn-delete,
.pop-up-show-all-competions .btn-delete,
.pop-up-show-all-competions-accept .btn-delete {
  background-color: #ebf8ef;
  color: #41b561;
  border: none;
  padding: 5px;
  width: 100px;
  height: 36px;
  border-radius: 5px;
}

.pop-up-show-all-competions-rescheduling .true-mark,
.pop-up-show-all-competions .true-mark,
.pop-up-show-all-competions-accept .true-mark {
  position: absolute;
  top: -85px;
}

.pop-up-show-all-competions-accept .pop-up-content p {
  font-size: 16px;
}

.pop-up-show-all-competions-accept .pop-up-content p span.colored-price {
  color: #41b561;
  font-size: 24px;
}

/* start global Rules */

* {
  box-sizing: border-box;
}

:root {
  --main-color: #2196f3;
  --main-color-alt: #1787e0;
  --second-color: #fafafa;
  --section-background: #ececec;
  --main-transition: 0.3s;
  --main-padding-top: 100px;
  --main-padding-bottom: 100px;
  --white: #fff;
  --bg-white: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Tajawal", sans-serif !important;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section:is(.articles) {
  padding-top: 20px !important;
  padding-bottom: var(--main-padding-bottom);
  position: relative;
}

.container {
  padding-left: 15px;
  margin-left: auto;
}

/* Small */

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

/* Medium */

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/* Large */

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* end global Rules */

/* start articles */

/* .articles .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
} */

.articles .box {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: white;
  border-radius: 20px;
  /* overflow: hidden; */
  transition: transform var(--main-transition), box-shadow var(--main-transition);
  -webkit-transition: transform var(--main-transition), box-shadow var(--main-transition);
  -moz-transition: transform var(--main-transition), box-shadow var(--main-transition);
  -ms-transition: transform var(--main-transition), box-shadow var(--main-transition);
  -o-transition: transform var(--main-transition), box-shadow var(--main-transition);
}

.articles .box:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.articles .box .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 127, 167, 0.8196078431);
  /* transition: 1s; */
  z-index: 3;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
}

.show-more {
  border: 2px solid #03c3c4 !important;
  color: #00a2bc !important;
  font-weight: 400 !important;
  background-color: white !important;
  background-image: none !important;
  width: 12%;
  position: absolute;
  left: 55% !important;
  top: 93%;
}

.from-top {
  bottom: 500%;
}

.articles .box .animation-cover {
  position: relative;
}

.articles .box .animation-cover .from-top {
  display: none;
}

.articles .box .animation-cover:hover .from-top {
  bottom: 0%;
  display: block;
}

.articles .box .animation-cover:hover .status-info {
  display: none;
}

.articles .box .hover hr {
  border: none;
  height: 30px;
  width: 2px;
  margin: 0 auto;
}

.btn-filter {
  padding: 15px 30px;
  color: #fff;
  border-radius: 5px;
  width: 100%;
}

.btn-filter-button {
  padding: 15px 30px;
  color: #fff;
  border-radius: 5px;
  width: 100%;
}

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

.btn-clear-filter:hover {
  color: #197fa7;
}

.btn-clear-filter {
  background-color: rgba(3, 196, 196, 0.1);
  padding: 15px 30px;
  color: #197fa7;
  border-radius: 5px;
  width: 100%;
}

.articles .box .hover h1 {
  margin: 0;
  font-weight: bold;
}

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

.add-order {
  padding: 10px;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  border-radius: 10px;
  text-decoration: none;
}

.read-more {
  padding: 15px 50px;
  border: 2px solid transparent;
  color: #fff;
  background-color: rgba(25, 128, 169, 0.6);
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-decoration: none;
}

.read-more:hover {
  color: #fff;
}

.articles .box img {
  max-width: 100%;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.articles .box .content {
  padding: 20px;
}

.articles .box .content .cart-title {
  display: flex;
  justify-content: space-between;
}

.articles .box .content .cart-title a {
  color: #ddd;
}

.articles .box .content h3 {
  margin: 0;
  font-weight: normal;
}

.articles .box .content h3 .text-success {
  color: #5cb85c;
}

.articles .box .content .tag-text.text-primary {
  color: #2196f3;
  margin: 0;
}

.text-primary {
  color: #2196f3;
}

.articles .box .content .location {
  margin: 15px 0 0;
}

.articles .box .content .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.articles .box .content .price p {
  margin: 0;
}

.articles .box .content .price h2 {
  margin: 0;
  color: #217fa7;
  font-size: 20px;
  font-weight: bold;
}

.articles .box .content .price::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  background-color: #eee;
}

.articles .box .timer {
  position: relative;
}

.status-info {
  display: block;
  padding: 3px 42px;
  opacity: 1;
  position: absolute;
  z-index: 1;
  font-size: 11px;
  background-color: #fb951c;
  color: #fff;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-38%);
  -moz-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  -o-transform: translateY(-38%);
}

.status-info::before {
  content: "";
  position: absolute;
  bottom: -118%;
  border-bottom: 14px solid transparent;
  border-top: 14px solid #fb951c;
}

.timer-info {
  position: absolute;
  bottom: 0px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px 0px;
}

.timer-info .timer-text {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  padding: 10px 1px;
}

.timer-info .timer-text h2 {
  font-size: 19px;
  font-weight: 900;
}

.timer-info .timer-text p {
  font-size: 10px;
  color: rgba(240, 248, 255, 0.8509803922);
}

.timer-info .timer-text p,
.timer-info .timer-text h2 {
  margin: 3px;
}

.container {
  padding-right: 15px;
}

.from-top {
  left: 0;
}

.articles .box .hover hr {
  border-left: 1px solid #fff;
}

.btn-filter {
  background-image: linear-gradient(to right top, #197fa7, #0090b3, #00a1bc, #00b2c1, #03c3c4);
}

/* .btn-filter-button {
  background-image: linear-gradient(to right top, #197fa7, #0090b3, #00a1bc, #00b2c1, #03c3c4);
} */

.articles .box .content .price::before {
  left: 106px;
}

.status-info {
  right: -13px;
}

.status-info::before {
  right: 0;
  border-right: 14px solid transparent;
}

.timer-info {
  left: 10px;
}

.show-more {
  width: 12% !important;
  position: absolute;
  left: 50% !important;
  top: 91%;
}

.no-result {
  top: 19%;
  left: 48%;
  position: absolute;
}

.text-no-result {
  position: absolute;
  color: #04bfc2 !important;
  top: 55%;
  left: 54%;
}

@media only screen and (max-width: 600px) {
  .articles .box:hover {
    transform: translateY(-10px) !important;
    -webkit-transform: translateY(-10px) !important;
    -moz-transform: translateY(-10px) !important;
    -ms-transform: translateY(-10px) !important;
    -o-transform: translateY(-10px) !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
  }

  .button-more {
    margin-top: auto !important;
    width: 49% !important;
    margin-left: -26% !important;
    left: 48% !important;
    top: 98%;
  }

  .sidebar-header {
    margin: 27px !important;
  }

  .sidebar-body {
    margin: 27px !important;
  }

  .articles .box .animation-cover:hover .from-top {
    bottom: 0% !important;
  }

  .articles .box .animation-cover:hover .status-info {
    display: none !important;
  }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 80%;
}

.overflow-heddin {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.form-check .form-check-input {
  float: left !important;
  margin-right: 10px !important;
  margin-left: 0px !important;
  position: relative !important;
}

.select2-container {
  width: 100% !important;
}

.filter-sidebar .sidebar-body {
  border: 1px solid #e4e4e4;
  padding: 0px 10px;
  box-shadow: 0 0 7px #ccc;
}

.filter-sidebar h3 {
  background-color: rgb(4, 191, 194) !important;
  color: #fff !important;
  padding: 0 10px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  margin: 0;
  border-radius: 5px 5px 0 0;
}

.filter-sidebar h3 svg {
  float: right;
  line-height: 50px;
  font-size: 20px;
  margin-top: 20px;
}

.filter-sidebar.sticky-top {
  top: 90px !important;
  overflow-y: auto;
}

.profile-footer .copyright {
  background-color: #05bbc0;
  padding: 10px 0;
  background: linear-gradient(90deg, #02a8a9 0%, #14617f 90%);
  box-shadow: 0 3px 13px #000;
  height: 70px;
}

.profile-footer .copyright p {
  font-size: 15px;
  color: #fff;
  line-height: 60px;
}

.profile-footer .copyright img {
  margin-right: 10px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}

.form-check {
  padding-left: 0;
}

.filter-sidebar .mb-3 {
  margin-bottom: 0.5rem !important;
}

.profile-footer .bottom-content .bg-footer {
  padding-bottom: 30px;
}

.profile-footer .bottom-content .footer-link a {
  color: #fff;
  line-height: 29px;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.5s;
  font-size: 16px !important;
}

.profile-footer .bottom-content .bg-footer h6 {
  text-decoration: underline;
  text-underline-offset: 0.7em;
}

.profile-footer .bottom-content .bg-footer h6:after {
  text-decoration: underline;
  text-underline-offset: 0.7em;
}

.contender-num span {
  width: auto !important;
  min-width: 55px !important;
  font-size: 16px !important;
  padding: 0 5px;
}

.w-100-78px {
  width: calc(100% - 78px);
}

.w-78px {
  width: 78px;
}

@media (max-width: 992px) {
  .w-100-78px {
    width: 100%;
  }

  .w-78px {
    width: 100%;
  }

  .show-product-carousel-indicators {
    width: calc(100% - 80px);
    display: inline-block;
    height: 90px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 5px;
  }

  .position-relative.arows {
    width: 40px;
    height: 90px;
    display: inline-block;
    float: right;
  }

  .w-78px .position-relative.arows:nth-child(1) {
    float: left;
  }

  .position-relative.arows button {
    cursor: pointer;
    margin: 28px auto;
    display: table-column-group;
    position: unset;
    transform: rotate(0deg);
    height: 34px;
    width: 34px;
    box-shadow: 0 0 4px #ccc;
    border-radius: 5px;
  }

  section:is(.articles) {
    padding-top: 40px !important;
  }

  .profile-footer .copyright {
    height: auto;
  }

  .copy-cont.d-flex {
    display: block !important;
  }

  .profile-footer .copyright p {
    font-size: 13px;
    color: #fff;
    line-height: 21px;
    margin: 5px 0;
  }

  .custom-product-box h5 {
    font-size: 14px;
  }
}

.menu-custom {
  width: 80%;
}

.menu-custom ul li {
  display: inline-block;
  float: left;
}

.menu-custom ul li a {
  line-height: 34px;
  padding: 0 10px;
  margin: 0;
  font-size: 16px;
  display: block;
}

.menu-custom ul li a.active {
  line-height: 34px;
  padding: 0 10px;
  margin: 0;
  font-size: 16px;
  display: block;
}

.menu-custom ul li a.active::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}

.float-right {
  float: right;
}

.menu-custom .input-box {
  display: none;
  background: #00445e;
  width: 280px;
  margin: 4px auto;
  right: 0;
  left: auto;
  border: 0;
  top: 48px;
  transform: translateX(0%);
}

.menu-custom ul.float-right {
  position: relative;
}

.page-title label {
  font-size: 27px;
  font-weight: bold;
  color: #197fa7;
}

.page-title .breadcrumb {
  list-style: none;
  margin: 0;
}

.menu-btn-small {
  display: none;
}

.menu-custom .dropdown-menu.user-d .user-flex .logo-s {
  margin-left: 5px;
  width: 40px;
  height: 40px;
}

.menu-custom .dropdown-menu.user-d .user-flex .logo-s img {
  width: 100%;
}

.menu-custom .dropdown-menu.user-d .user-flex .email h5 {
  color: #000;
  font-size: 14px;
  margin-left: 8px;
  margin-bottom: 5px;
}

.menu-custom .dropdown-menu.user-d .user-flex .email h6 {
  color: #bbbaba;
  font-size: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.dropdown-menu.user-d .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
  height: 3px;
  width: 170px;
}

span.count {
  position: absolute;
  top: -5px;
  width: 20px;
  height: 20px;
  background: #fb951c;
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  right: 0px;
  color: #000;
}

.animation-count span.count {
  animation: scal infinite 1s;
}

@keyframes scal {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.no-item {
  width: 76%;
  height: 62vh;
  text-align: center;
  margin-left: 16%;
}

.howtostart {
  position: fixed;
  bottom: 100px;
  right: 50px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 0;
  height: 0;
}

.howtostart .howfoot span {
  font-weight: bold;
  font-size: 14px;
  color: #05455e;
  cursor: pointer;
  padding: 5px;
  display: inline-block;
}

.howtostart .body {
  width: 0;
  overflow: hidden;
  height: 0;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0px;
  top: auto;
}

.howtostart.open .body {
  transition: all ease-in-out 1s;
  width: 100%;
  height: 550px;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0px;
  top: auto;
  padding: 15px;
  background: #fff;
}

.howtostart.open {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.howtostart.open::before {
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  transition: all ease-in-out 1s;
}

.howtostart iframe {
  width: 100% !important;
}

.howtostart.open .howcontain {
  width: 80%;
  float: right;
  bottom: 100px;
  position: absolute;
  right: 50px;
}

.howtostart .howfoot {
  text-align: right;
}

.howtostart.open .howfoot span {
  background: #fff;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  z-index: 999999999;
  width: 50px;
  position: relative;
  margin-right: -25px;
  text-align: center;
  margin-bottom: -25px;
  border-radius: 50%;
  color: #197fa7;
  padding: 0;
  box-shadow: 0 0 5px #414242;
}

.howtostart .howfoot span .closeTap {
  display: none;
}

.howtostart .howfoot span .openTap {
  display: block;
}

.howtostart.open .howfoot span .closeTap {
  display: block;
}

.howtostart.open .howfoot span .openTap {
  display: none;
}

.loading {
  position: fixed;
  z-index: 99999;
  background: #fff;
  width: 100%;
  height: 100vh;
}

.menu-custom .input-box {
  display: none;
  background: #ffffff;
  width: 280px;
  margin: 4px auto;
  right: 0;
  left: auto;
  border: 0;
  top: 48px;
  transform: translateX(0%);
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #999;
}

.menu-custom .border-left {
  border-left: 2px solid #fff;
}

@media (max-width: 1150px) {
  .menu-btn-small {
    display: block;
    font-size: 30px;
    color: #fff;
  }

  .menu-custom {
    position: fixed;
    left: -100%;
    top: 0;
    width: 300px;
    background: #197fa7;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all ease-in-out 0.4s;
  }

  nav .input-box {
    transform: translateX(0%);
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 104%;
    left: 0;
    margin-right: 30px;
    width: 50%;
    height: 50px;
    border: 1px solid #ccc;
    margin-left: 20px;
    width: 260px;
    margin-right: 15px;
  }

  .left-100 {
    left: 0;
    transition: all ease-in-out 0.4s;
  }

  .menu-custom ul {
    width: 100%;
  }

  .menu-custom ul li {
    display: block;
    float: none;
  }

  .menu-custom ul li a {
    line-height: 50px;
    padding: 0 10px;
    margin: 0;
    font-size: 16px;
    display: block;
    width: 100%;
  }

  .menu-custom ul li a.active {
    line-height: 50px;
    padding: 0 10px;
    margin: 0;
    font-size: 16px;
    display: block;
    color: #ffffff !important;
    background-color: #73ca8b;
  }

  .menu-custom ul.float-right li {
    display: inline-block;
  }

  .menu-custom ul.float-right li a {
    display: inline-block;
    width: 50px;
    height: 80px;
    float: left;
    line-height: 80px;
  }

  .menu-custom ul {
    margin-top: 100px;
  }

  .menu-custom ul.float-right {
    top: 0;
    position: absolute !important;
    margin-top: 0;
    height: 80px;
  }

  .menu-custom ul.float-right .toggle-search {
    display: none;
  }

  .menu-custom ul.float-right .userdropdown {
    display: none;
  }

  .menu-custom .input-box {
    display: none;
    background: #ffffff;
    width: 90%;
    margin: 34px auto;
    left: 5%;
  }

  .menu-custom ul.dropdown-menu {
    position: absolute;
    min-width: 4rem !important;
    width: 180px;
    right: 0;
    left: auto;
  }

  .menu-custom ul.dropdown-menu li {
    width: 100%;
    display: block;
  }

  .menu-custom ul.dropdown-menu li a {
    width: 100%;
    display: block;
    line-height: 40px;
    height: 40px;
  }

  .menu-custom .dropdown-menu.user-d .user-flex .logo-s {
    margin-left: 5px;
    width: 40px;
    height: 40px;
  }

  .menu-custom .dropdown-menu.user-d .user-flex .logo-s img {
    width: 100%;
  }

  .menu-custom .dropdown-menu.user-d .user-flex .email h5 {
    color: #000;
    font-size: 14px;
    margin-left: 8px;
    margin-bottom: 5px;
  }

  .menu-custom .dropdown-menu.user-d .user-flex .email h6 {
    color: #bbbaba;
    font-size: 12px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .menu-custom .dropdown-menu.user-d:before {
    left: 65%;
  }

  .menu-custom ul.dropdown-menu.notification.show li {
    display: none;
  }

  .menu-custom ul.dropdown-menu.notification {
    position: absolute;
    min-width: 4rem !important;
    width: 180px;
    right: 0;
    left: 0;
  }

  .menu-custom ul.dropdown-menu.notification.show li.all-bg {
    display: block !important;
    height: 40px;
    width: 110px;
    padding: 0;
    margin: 10px auto;
  }

  span.count {
    top: 15px;
    right: 10px;
  }

  .menu-custom ul li a.active::after {
    content: "";
    display: none !important;
  }
}

.dropdown-menu.notification .logo-err {
  padding: 0;
  border-radius: 50%;
  background-color: rgba(255, 30, 30, 0.1);
  color: #ff1e1e;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.dropdown-menu.notification .text-not p {
  font-size: 12px;
  /* margin-top: 25px; */
  margin: 0;
  line-height: 24px;
}

.notification li {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.dropdown-menu.notification .all-bg {
  background-color: rgb(25, 127, 167);
  margin: 10px;
  padding: 5px 15px;
  color: #fff;
}

.dropdown-menu.notification .all-bg a {
  color: #fff !important;
}

.all-bg a:focus,
.all-bg a:hover {
  color: #ffffff;
  background-color: none !important;
}

.menu-custom .dropdown-menu.lang:before {
  content: "";
  left: 85%;
}

.howtostartbtn {
  width: 147px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 18px;
  margin: 15px 0;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.content-loading {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 100px auto;
}

.loading .name img.d-block {
  margin: 15px auto;
  animation: rotateX 2s;
}

.loading .name .mazaady {
  height: 85px;
  overflow: hidden;
  margin: 15px auto;
}

.loading .name .mazaady img {
  margin-left: 100%;
  opacity: 0;
  animation: slide infinite 3s;
  animation-delay: 1s;
  float: left;
}

@keyframes slide {
  from {
    margin-left: 100%;
    opacity: 0;
  }

  to {
    margin-left: 0;
    opacity: 1;
  }
}

@keyframes rotateX {
  from {
    transform: rotateX(90deg);
  }

  to {
    transform: rotateX(0deg);
  }
}

@media (max-width: 768px) {
  .content-loading {
    transform: scale(0.5);
  }
}

.status-info.bg-danger::before {
  content: "";
  border-top: 14px solid #87101b;
}

.pagination {
  margin: 0 auto;
  display: -webkit-inline-box;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #197fa7;
  border-color: #197fa7;
}

.page-link {
  position: relative;
  display: block;
  color: #197fa7;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #1980a8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
  z-index: 2;
  color: #ffffff !important;
  background-color: #03c3c4;
  border-color: #197fa7;
}

.accordion-item {
  border: 0px !important;
}

.message-custom {
  border-bottom: 1px dashed #a1a3a4;
  margin: 5px 0;
}

.message-custom h5 {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 16px;
}

.message-custom p {
  margin-bottom: 0px;
  font-size: 14px;
}

.accordion-body {
  padding: 0;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`. */

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /* overrides */
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303 !important;
}

.toast-success {
  background-color: #51a351 !important;
}

.toast-error {
  background-color: #bd362f !important;
}

.toast-info {
  background-color: #2f96b4 !important;
}

.toast-warning {
  background-color: #f89406 !important;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* Responsive Design */

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  font-family: "Tajawal", sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  list-style: none;
  overflow-x: hidden !important;
}

.map-google {
  margin-top: 20px;
}

.map-google iframe {
  height: 150px;
  width: 100%;
}

.form-check .form-check-input {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.form-check-input:checked {
  background-color: #41b561;
  border-color: #41b561;
}

.form-check-input[type=checkbox] {
  border-radius: 1.25em;
  padding: 10px;
}

@media (max-width: 576px) {
  .form-check-input[type=checkbox] {
    padding: 5px;
  }
}

.show-2 {
  display: none;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px;
}

a {
  text-decoration: none;
}

/* start  order page */

.myOrders {
  min-height: 600px;
}

.title-page {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.item-order {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px -4px #ccc;
  margin-bottom: 30px;
  transition: all ease-in-out 0.4s;
  z-index: 1;
}

.item-order:hover {
  transition: all ease-in-out 0.4s;
  transform: scale(1.1);
  z-index: 9999;
  position: relative;
}

.item-order .item-order-img {
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
  display: block;
  background-size: 100% !important;
  position: relative;
}

.item-order .item-order-img .type-order {
  position: absolute;
  bottom: 20px;
  background: #d20653;
  width: 100px;
  left: -15px;
  padding-left: 25px;
  padding-right: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

.item-order .item-order-img .type-order::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: #890235;
  display: block;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  left: 0;
}

.order-time {
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.order-time span {
  display: inline-block;
  width: 34px;
  height: 80px;
  float: right;
  background: rgba(104, 103, 103, 0.52);
  border-radius: 60px;
  margin: 0;
  text-align: center;
  line-height: 27px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6196078431);
  padding: 10px 0;
}

.item-order-content {
  position: relative;
  padding: 20px 15px;
}

.item-order-content .delete-order {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
}

.count-files {
  width: 45px;
  height: 45px;
  background: rgba(255, 34, 0, 0.4901960784);
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  position: relative;
}

.count-files .after {
  width: 45px;
  height: 45px;
  border: 5px solid #f20;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.count-files.acceptable {
  background: rgba(65, 181, 97, 0.2196078431);
  color: #41b561;
  font-size: 15px;
  font-weight: bold;
}

.count-files.not-applied {
  background: #299cb1;
  color: #41b561;
  font-size: 15px;
  font-weight: bold;
}

.count-files.unacceptable {
  background: rgba(255, 30, 30, 0.3490196078);
  color: #d30000;
  font-size: 15px;
  font-weight: bold;
}

.count-files.waiting {
  background: rgba(253, 188, 1, 0.2117647059);
  color: #d59e00;
  font-size: 15px;
  font-weight: bold;
}

.count-files.acceptable .after {
  border-color: #41b561;
}

.count-files.unacceptable .after {
  border-color: #d30000;
}

.count-files.waiting .after {
  border-color: #d59e00;
}

.acceptable {
  color: #41b561;
  font-size: 12px;
  font-weight: 100;
}

.unacceptable {
  color: #ff1e1e;
  font-size: 12px;
  font-weight: 100;
}

.waiting {
  color: #d59e00;
  font-size: 12px;
  font-weight: 100;
}

.text-order {
  font-weight: bold;
  font-size: 16px;
  color: #414141;
}

.text-order p {
  margin-bottom: 0;
}

.item-order .btn-filter {
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
}

.border-25 {
  border-top-left-radius: 110px !important;
  width: 25px !important;
  height: 25px !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}

.border-50 {
  border-top-left-radius: 110px !important;
  border-top-right-radius: 110px !important;
  width: 45px !important;
  height: 25px !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}

.border-75 {
  border-top-left-radius: 110px !important;
  border-top-right-radius: 110px !important;
  border-bottom-left-radius: 110px !important;
  border-right: 0 !important;
  width: 45px !important;
  height: 45px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom: 0 !important;
}

.border-100 {
  border-top-left-radius: 110px !important;
  border-top-right-radius: 110px !important;
  border-bottom-left-radius: 110px !important;
  border-bottom-right-radius: 110px !important;
  width: 45px !important;
  height: 45px !important;
}

.theme-nav-link {
  color: #fff !important;
}

.navbar-theme {
  background: #991E2D !important;
}

.main-bg {
  background: #991E2D !important;
}

.main-text,
.main-text h2 {
  color: #991E2D !important;
}

a.main-text:hover {
  color: #991E2D !important;
  opacity: 0.9;
}

.main-bg-light {
  background: rgba(210, 30, 21, 0.3019607843) !important;
}

.mddtp-picker .mddtp-picker__header {
  background-color: #991E2D !important;
}

.mddtp-picker__selection span {
  background-color: #991E2D !important;
}

.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span.mddtp-picker__cell--selected,
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid .mddtp-picker__tr span.mddtp-picker__cell:hover {
  background-color: #991E2D !important;
}

.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span.mddtp-picker__cell--today {
  color: #991E2D !important;
}

.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span.mddtp-picker__cell--selected,
.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid .mddtp-picker__tr span.mddtp-picker__cell:hover {
  color: #fff !important;
}

.mddtp-button {
  color: #991E2D !important;
}

.step-header.active {
  border-bottom-color: #991E2D !important;
}

.step-header.active .step-header-box .number::before {
  color: #991E2D !important;
}

.step-header.active .step-header-box .number {
  background-color: rgba(210, 30, 21, 0.3019607843) !important;
  color: #991E2D !important;
  border-color: #991E2D !important;
}

.step-header.active .step-header-box .text {
  color: #991E2D !important;
}

.btn-main {
  color: #fff !important;
  background-color: #991E2D !important;
  border-color: #991E2D !important;
}

.btn-light-main-outline {
  color: #991E2D !important;
  background-color: #fff !important;
  border-color: #991E2D !important;
}

.btn-light-main {
  color: #991E2D !important;
  background-color: rgba(210, 30, 21, 0.3019607843) !important;
  border-color: transparent !important;
}

.btn-theme {
  background: #991E2D !important;
  color: #fff !important;
}

.filter-collapse-main {
  background: #991E2D !important;
  color: #fff !important;
}

.theme-footer-bg {
  background: #991E2D !important;
}

.theme-footer-bg h6,
.theme-footer-bg a {
  color: #fff !important;
}

.theme-copyright-footer-bg {
  background: #fff !important;
}

.theme-copyright-footer-co {
  color: #404040 !important;
}

.card-hover {
  background-color: #991E2D !important;
}

.card-hover-co {
  color: #fff !important;
}

.card-hover.ordered {
  background-color: #00b147 !important;
}

.btn-card-hover {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.btn-card-hover:hover {
  color: #fff !important;
  opacity: 0.8;
}

.btn-light-card-hover {
  background: rgba(255, 255, 255, 0.231372549) !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.btn-light-card-hover:hover {
  color: #fff !important;
  opacity: 0.8;
}

.firstBG .register-tab-1 {
  background: #991E2D !important;
  color: #fff !important;
  border-color: #991E2D !important;
  border-right: transparent !important;
}

.firstBG .register-tab-1 .text {
  background: #991E2D !important;
  color: #fff !important;
}

.firstBG .register-tab-1:before {
  border-color: #991E2D !important;
}

.firstBG .register-tab-1:after {
  background-color: #991E2D !important;
}

.ScoundBG .register-tab-2 {
  background: #991E2D !important;
  color: #fff !important;
  border-color: #991E2D !important;
  border-right: transparent !important;
}

.ScoundBG .register-tab-2 .text {
  background: #991E2D !important;
  color: #fff !important;
}

.ScoundBG .register-tab-2:before {
  border: 2px solid #991E2D !important;
}

.ScoundBG .register-tab-2:after {
  background-color: #991E2D !important;
}

.btn-camera {
  color: #991E2D !important;
  background: #fff !important;
}

.modal-header.theme-danger-modal-header {
  border-top: 20px solid #bb2d3b !important;
}

.active-state.profile-tab,
.profile-tab:hover {
  border-color: #991E2D !important;
  color: #991E2D !important;
}

.modal-header.theme-modal-header {
  border-top: 20px solid !important;
  border-color: #991E2D !important;
  border-bottom: none;
}

.property-tab {
  background: rgba(210, 30, 21, 0.3019607843) !important;
  color: #414141 !important;
}

.tab-main {
  color: #707070 !important;
  background-color: transparent !important;
}

.tab-main.active {
  color: #991E2D !important;
  background-color: rgba(210, 30, 21, 0.3019607843) !important;
}

.gray-text {
  color: #414141 !important;
}

.page-link {
  color: #991E2D !important;
}

.page-item.active .page-link {
  background-color: #991E2D !important;
  border-color: #991E2D !important;
  color: #fff !important;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.text-muted {
  display: none;
}

a {
  text-decoration: none !important;
}

.lenght-card-title {
  color: black !important;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

::-webkit-input-placeholder {
  font-size: 0.9rem !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.9rem !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.9rem !important;
}

.lenght-card-title:hover {
  color: black !important;
  opacity: 0.8;
}

.vs--searchable .vs__dropdown-toggle {
  border: none;
  height: 100%;
}

.bank-guarantee .information {
  width: calc(100% - 230px) !important;
  display: inline-block;
}

.bank-guarantee .inputFile {
  display: inline-block;
}

/* Medium */

@media (max-width: 992px) {
  form.p-5.card {
    width: 100% !important;
  }

  .progress .progress-item {
    width: 195px !important;
  }

  .progress .progress-item span {
    font-size: 12px !important;
  }

  #stageTow {
    padding-right: 19px !important;
  }

  #stageOne {
    padding-right: 30px !important;
  }
}

@media (max-width: 767px) {
  .progress .progress-item {
    width: 135px !important;
    background-size: 100% !important;
  }

  .progress .progress-item span svg {
    height: 40px !important;
    margin: 34px 0 25px 38px !important;
  }

  form.p-5.card {
    width: 100% !important;
    padding: 15px !important;
  }

  .bank-guarantee .inputFile {
    width: 120px !important;
  }

  .results-files .inputFile label {
    height: 150px !important;
    padding: 20px 20px !important;
    font-size: 10px !important;
  }

  .inputFile label svg {
    font-size: 28px !important;
    display: block;
    margin: 7px auto;
  }

  .bank-guarantee .information {
    width: calc(100% - 140px) !important;
    display: inline-block;
  }

  .btn-filter {
    padding: 10px 14px;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\F054" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.theme-img-bg {
  background-image: url("/static_assets/images/enduser/red_theme/back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.animated-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("/static_assets/images/enduser/red_theme/animated.png");
  background-position: 0px 0px;
  background-repeat: repeat-y;
  animation: dance 15s infinite;
}

.dropdown-menu.custom-transform.show {
  inset: 0 0 auto auto !important;
  transform: translate3d(0, 44px, 0px) !important;
}

