/*!
 *  All Copyrights Reserved © 2020 
 */

/*------------------------------------------------------------------

[ TABLE OF CONTENTS]

	01. GLOBAL STYLES
	02. COMMON STYLES 
	
-------------------------------------------------------------------*/
@import url( 'https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* 01. GLOBAL STYLES */

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 14px;
    background-color: #fff;
    overflow-x: hidden;
    font-family: 'Mulish', sans-serif;
}

body,
html {
    /* prevent horizontal scrolling */
    color: #19191C;
}

.clearfix {
    clear: both !important;
}

html {
    /* scroll-behavior: smooth;*/
}

li,
ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    color: #19191C;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

h3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

p {
    font-size: 14px;
    color: #19191C;
}

table {
    font-size: 16px;
    line-height: 1.2;
}
a,
a:hover,
button,
button:hover {
    transition: 0.4s;
}

a {
    color: #000000;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    outline: 0;
    color: #000;
}
.form-check-input:focus,
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #ced4da;
}
.form-check-input:checked {
    background-color: #eb783e;
    border-color: #eb783e;
}

.form-check-input {
    width: 16px;
    height: 16px;
}

.form-check {
    padding-left: 24px;
}

.form-check .form-check-input {
    margin-left: -24px;
}

/* 02. COMMON STYLES */

.text-orange {
    color: #eb783e;
}

.text-success {
    color: #00ca4c !important;
}

.text-muted {
    color: #6b6b6b !important;
}

.text-muted-light {
    color: #b5b5b5 !important;
}

.text-black {
    color: #19191C !important;
}

.text-danger-alt {
    color: var(--bs-alert-color);
}

.relative {
    position: relative !important;
}

.fixedpadding20 {
    padding: 20px 0;
}

.fixedpadding30 {
    padding: 30px 0;
}

.fixedpadding40 {
    padding: 40px 0;
}

.fixedpadding50 {
    padding: 50px 0;
}

.fixedpadding60 {
    padding: 60px 0;
}

.fixedpadding70 {
    padding: 70px 0;
}

.fixedpadding80 {
    padding: 80px 0;
}

.fixedpadding90 {
    padding: 90px 0;
}

.fixedpadding100 {
    padding: 100px 0;
}

.space10 {
    margin-bottom: 10px;
}

.space20 {
    margin-bottom: 20px;
}

.space25 {
    margin-bottom: 25px;
}

.space30 {
    margin-bottom: 30px;
}

.space40 {
    margin-bottom: 40px;
}

.space50 {
    margin-bottom: 50px;
}

.space60 {
    margin-bottom: 60px;
}

.space70 {
    margin-bottom: 70px;
}

.space80 {
    margin-bottom: 80px;
}

.space90 {
    margin-bottom: 90px;
}

.space100 {
    margin-bottom: 100px;
}

.less-margin {
    margin: 0 !important;
}

.less_left {
    padding-left: 0 !important;
}

.less_right {
    padding-right: 0;
}

.less-right-0px {
    padding-right: 0px !important;
}

.less-left-0px {
    padding-left: 0px !important;
}

.less-right-5px {
    padding-right: 5px;
}

.less-left-5px {
    padding-left: 5px;
}

.less-right-10px {
    padding-right: 10px;
}

.less-left-10px {
    padding-left: 10px;
}

.space-left-2px {
    margin-left: 5px;
}

.space-left-5px {
    margin-left: 5px;
}

.space-right-2px {
    margin-right: 5px;
}

.space-right-5px {
    margin-right: 5px;
}

/* line height */

.line-height-10 {
    line-height: 10px !important;
}

.line-height-13 {
    line-height: 13px !important;
}

.line-height-18 {
    line-height: 18px !important;
}

.line-height-20 {
    line-height: 20px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

.line-height-22 {
    line-height: 22px !important;
}

.line-height-26 {
    line-height: 26px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.line-height-35 {
    line-height: 35px !important;
}

.line-height-40 {
    line-height: 40px !important;
}

.line-height-45 {
    line-height: 45px !important;
}

.line-height-50 {
    line-height: 50px !important;
}

.line-height-55 {
    line-height: 55px;
}

.line-height-60 {
    line-height: 60px;
}

.line-height-65 {
    line-height: 65px;
}

.line-height-70 {
    line-height: 70px;
}

.line-height-75 {
    line-height: 75px;
}

.line-height-80 {
    line-height: 80px;
}

.line-height-85 {
    line-height: 85px;
}

.line-height-90 {
    line-height: 90px;
}

.line-height-95 {
    line-height: 95px;
}

.line-height-100 {
    line-height: 100px;
}

.line-height-110 {
    line-height: 110px;
}

.line-height-120 {
    line-height: 120px;
}

.font-size-10px {
    font-size: 10px !important;
}

.font-size-11px {
    font-size: 11px !important;
}

.font-size-12px {
    font-size: 12px !important;
}

.font-size-13px {
    font-size: 13px !important;
}

.font-size-14px {
    font-size: 14px !important;
}

.font-size-15px {
    font-size: 15px !important;
}

.font-size-16px {
    font-size: 16px !important;
}

.font-size-17px {
    font-size: 17px !important;
}

.font-size-18px {
    font-size: 18px !important;
}

.font-size-19px {
    font-size: 19px !important;
}

.font-size-20px {
    font-size: 20px !important;
}

.font-size-21px {
    font-size: 21px !important;
}

.font-size-22px {
    font-size: 22px !important;
}

.font-size-23px {
    font-size: 23px !important;
}

.font-size-24px {
    font-size: 24px !important;
}

.font-size-25px {
    font-size: 25px !important;
}

.font-size-26px {
    font-size: 26px !important;
}

.font-size-27px {
    font-size: 27px !important;
}

.font-size-28px {
    font-size: 28px !important;
}

.font-size-29px {
    font-size: 29px !important;
}

.font-size-30px {
    font-size: 30px !important;
}

.font-size-40px {
    font-size: 40px !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-05 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-05 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mt-05 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    padding-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-05 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    padding-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.top-3px {
    top: 3px;
}

.divider {
    border-bottom: 1px solid #ced4da;
    padding: 40px 0;
}

.w-140 {
    width: 140px;
}
.whitespace {
    white-space: nowrap;
}
.table > :not(caption) > * > * {
    padding: 8px 15px;
}

.bordernone {
    border: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.row-gap-3 {
    row-gap: 1rem !important;
}

.row-gap-4 {
    row-gap: 1.5rem !important;
}

.mx-w-200 {
    max-width: 200px;
}

.container {
    max-width: 1280px;
}

.wrapper-1600 {
    max-width: 1600px;
    margin: auto;
    padding: 0 15px;
}

.bg-gray {
    background: #F9F9FC;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #000;
}

.nav-pills .nav-link {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    border-radius: 20px;
    padding: 7px 18px;
    font-size: 18px;
    border: 0;
    color: #19191C;
}

.mainBtn {
    height: 48px;
    transition: 0.4s !important;
    background: #eb783e;
    border: solid 2px #eb783e;
    font-size: 16px !important;
    color: #fff;
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
    font-weight: 900;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 25px;
    z-index: 10;
}
.mainBtn:hover {
    color: #fff;
    background-color: #bf4100;
    border-color: #bf4100;
}

.btn-sm.mainBtn {
	height: 36px;
	transition: 0.4s !important;
	font-size: 14px !important;
	letter-spacing: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 31px;
	font-weight: 700;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 25px;
	z-index: 10;
    color: #606060;
    border:solid 1px #dee2e6 !important;
}

 
.mainBtn ion-icon {
    font-size: 22px;
    position: relative;
    top: 5px;
}

.btn-pink-sm {
    background-color: #ff4984;
    display: inline-flex;
    color: #fff !important;
    align-items: center;
    padding: 2px 10px;
    gap: 3px;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s all ease;
}
.btn-pink-sm:hover {
    background-color: #ff3978;
}

/* .mainBtn:focus {
    color: #fff;
    background-color: #bf4100;
    border-color: #bf4100
} */

.btnoutline {
    background-color: transparent !important;
    border-color: #fff;
}
.btnoutline:hover {
    border-color: #eb783e;
    color: #fff;
    background-color: #eb783e !important;
}

.btnfillwhite {
    background-color: #fff !important;
    border-color: #fff;
    color: #eb783e;
    white-space: nowrap;
}
.btnfillwhite:hover {
    border-color: #000;
    color: #fff;
    background-color: #000 !important;
}
.btnfillwhite:focus {
    border-color: #000;
    color: #fff;
    background-color: #000 !important;
}

.btnfillblack {
    background-color: #000000 !important;
    border-color: #000;
    color: #ffffff;
    white-space: nowrap;
}
.btn-xs {
    height: 40px;
    padding: 0 24px;
    line-height: 1;
}
.btnfillblack:hover {
    border-color: #000;
    color: #ffffff;
    background-color: #313131 !important;
}

.btnoutlinePrimary {
    background-color: #fff !important;
    border-color: #eb783e;
    color: #eb783e;
}
.btnoutlinePrimary:hover {
    border-color: #000;
    color: #fff;
    background-color: #000 !important;
}

.btnoutlineSecondary {
    background-color: transparent !important;
    border-color: #19191C;
    color: #19191C;
}
.btnoutlineSecondary:hover {
    border-color: #19191C;
    color: #fff;
    background-color: #000 !important;
}

.badge {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    border: solid 1px;
    padding: 2px 8.5px;
    margin-left: 4px;
    transition: 0.2s all ease;
}

.badge-outline-orange {
    background-color: transparent;
    border-color: #eb783e;
    color: #eb783e;
}

.badge-outline-blue {
    background-color: transparent;
    border-color: #3A84F4;
    color: #3A84F4;
}

.badge-outline-muted {
    background-color: transparent;
    border-color: #6b6b6b;
    color: #6b6b6b;
}

.badge-outline-green {
    background-color: transparent;
    border-color: #34966D;
    color: #34966D;
}

.badge-outline-purple {
    background-color: transparent;
    border-color: #df74d6;
    color: #df74d6;
}

.badge-outline-yellow {
    background-color: transparent;
    border-color: #cdc744;
    color: #cdc744;
}

.badge-outline-black {
    background-color: transparent;
    border-color: #19191C;
    color: #19191C;
}
.badge-light-gray {
    background-color: #e2e2e2;
    border-color: #19191C;
    color: #19191C;
}
.badge-light-gray.badge-hover:hover {
    background-color: #6b6b6b;
    border-color: #6b6b6b;
    color: #fff;
}

.badge-fill-orange {
    background-color: #eb783e;
    color: #fff;
    border-color: transparent;
}

.badge-fill-green {
    background-color: #34966D;
    color: #fff;
    border-color: transparent;
}

.badge.bigger {
    font-size: 20px;
    padding: 5px 10px;
}

.badge.radius-25 {
    border-radius: 25px !important;
}

.table-custom {
    table-layout: fixed;
}

.btn-share {
    background-color: #fff;
    border: none;
    color: #19191C;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: solid 2px transparent;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: underline;
}
.btn-share .hydrated {
    font-size: 20px;
}

.btn-tab {
    background-color: #fff;
    border: none;
    color: #6b6b6b;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: solid 1px #dee2e6;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.btn-tab .hydrated {
    font-size: 20px;
}
.btn-tab:hover {
    border-color: #19191C;
}

.btn-tab.active {
    border-color: #19191C;
    color: #19191C;
}

.btn-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    font-size: 22px;
    background-color: #eef1f3;
    width: 44px;
    transition: 0.4s;
    height: 44px;
}
.btn-circle:hover {
    background-color: #d5d8da;
}
.btn-circle.show {
    background-color: rgba(235, 120, 62, 0.5);
}

.btn-iconed-primary {
    background-color: #fff;
    border: none;
    color: #eb783e;
    padding: 6px 14px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    border: solid 2px #eb783e;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.btn-iconed-primary .hydrated {
    font-size: 20px;
}
.btn-iconed-primary:focus,
.btn-iconed-primary:hover {
    border-color: #eb783e;
    background-color: #eb783e;
    color: #fff;
}

.btn-iconed-secondary {
    background-color: #fff;
    border: none;
    color: #19191C;
    padding: 6px 14px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    border: solid 2px #19191C;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}


.btn-iconed-secondary .hydrated {
    font-size: 20px;
}
.btn-iconed-secondary:focus,
.btn-iconed-secondary:hover {
    border-color: #19191C;
    background-color: #19191C;
    color: #fff;
}



.seeMoreBtn {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: none;
    color: #eb783e;
}

.seeMoreBtn .icon-arrow {
    margin-left: 0;
    transition: 0.2s;
    position: relative;
    top: 4px;
}
.seeMoreBtn:hover {
    color: #000;
}

.btnfillwhite {
    background-color: #fff !important;
    border-color: #fff;
    color: #19191C;
}
.btnfillwhite:hover {
    border-color: #000;
    color: #000;
    background-color: transparent !important;
}

.bg-primary {
    background: #eb783e !important;
}

.bg-secondary {
    background: #19191C !important;
}

.color-primary {
    color: #eb783e !important;
}

.color-secondary {
    color: #19191C !important;
}

.custom-select2 {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 0 solid #e1e1e1;
    background-color: transparent;
    height: 40px;
    z-index: 2;
}

.custom-select2 select {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 10px 15px 10px 20px;
    font-size: 14px;
    color: #19191C;
}
.custom-select2:after {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 40px;
    height: 100%;
    font-family: 'FontAwesome';
    content: "\f107";
    text-align: center;
    color: #eb783e;
    font-size: 16px;
    border-left: 0 solid #3C1C78;
    z-index: -1;
}

.choose-item {
    max-width: 110px;
}

.wrapper {
    position: relative;
}

.profileWrapper {
    position: relative;
    padding-top: 160px;
}

/**/

.fullpage-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: #fff;
    z-index: 99999;
    opacity: 1;
    transition: opacity 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullpage-loader .fullpage-loader__logo {
    position: relative;
    max-width: 160px;
}
.fullpage-loader .fullpage-loader__logo:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: shine 2.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
    animation: shine 2.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
    background: rgba(255, 255, 255, 0.8);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr= "#00ffffff", endColorstr="#00ffffff", GradientType=1);
    /* IE6-9 */
}
@-webkit-keyframes shine {
    0% {
        transform: translateX(-100%) skew(-30deg);
    }
    100% {
        transform: translateX(200%) skew(-30deg);
    }
}
@keyframes shine {
    0% {
        transform: translateX(-100%) skew(-30deg);
    }
    100% {
        transform: translateX(200%) skew(-30deg);
    }
}

.fullpage-loader--invisible {
    opacity: 0;
}

/**/
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
    padding-left: 0;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #DFDFE8;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 0.6em;
    border-radius: 4px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 16px;
    line-height: 0;
    top: 9%;
    left: 9%;
    color: #eb783e;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label {
    cursor: pointer;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
    cursor: pointer;
}

.checkbox label input[type="checkbox"]+.cr > .cr-icon,
.radio label input[type="radio"]+.cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
}
.checkbox label input[type="checkbox"]:checked+.cr > .cr-icon,
.radio label input[type="radio"]:checked+.cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    cursor: pointer;
}
.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: 0.5;
}

/* Breadcrumb */

.breadcrumb-area {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumb-area .breadcrumb a {
    color: #272727;
    text-decoration: underline !important;
    font-weight: 700;
}
.breadcrumb-area .breadcrumb li a:hover {
    color: #000;
}

.breadcrumb-area .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-area .breadcrumb-item.active {
    color: #272727;
}

/* Hover Effect */

a.hover {
    position: relative;
    padding-bottom: 5px;
}

a.hover::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    right: 7px;
}

a.hover::before {
    content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(.7, 0, .2, 1);
}
a.hover:hover:before {
    transform-origin: 0 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(.4, 1, .8, 1);
}

/* Promor */

.promo-section {
    background-color: #eb783e;
    padding: 10px 0;
    position: relative;
    display: none;
}

.promo-section .container {
    position: static;
}

.promo-block {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding-right: 50px;
    padding-left: 50px;
}

.promo-block h5 {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.promo-close {
    position: absolute;
    right: 8px;
    top: 9px;
    background-color: transparent;
    border: none;
    display: flex;
    color: #ffff;
    font-size: 30px;
    padding: 10px;
}

/* Selection */

.selection-section {
    background-color: #eb783e;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.selection-section .container {
    position: static;
}

.selection-block {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding-right: 50px;
    padding-left: 50px;
}

.selection-block h5 {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

/* Header */

.header {
    padding: 0;
    margin: 0;
    padding: 0 5px;
    position: sticky;
    top: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    z-index: 99;
    background-color: #fff;
    width: 100%;
}

.headerProfile {
    border: 0 !important;
    padding: 0;
}

.headerProfile .innerNav {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    /* padding: 0 25px */
}

.header.header-search {
    border: 0 !important;
    padding: 0;
    position: relative;
}

.header-search .innerNav {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0 5px;
}

.header .logo {
    position: relative;
    padding: 30px 0 25px;
    transition: all 0.3s ease;
}

.headerNav {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 0 15px;
    transition: all 0.3s ease;
    margin: 0;
}

.headerNav li {
    display: inline-block;
    padding: 0 18px;
    letter-spacing: 0.15em;
    margin: -3px 0;
    line-height: 32px;
}

.headerNav a {
    text-decoration: none;
    color: #19191C;
    border-bottom: solid 1px #FF422E;
    padding-bottom: 5px;
}
.headerNav a:hover {
    border-color: #000;
}

.header .rightNav {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: right;
    padding: 21px 0 15px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: flex-end;
}

.header .rightNav ul {
    padding: 0;
    margin: 0;
    vertical-align: top;
    display: flex;
}

.header .rightNav ul li {
    display: inline-block;
    font-style: normal;
    align-items: center;
    text-align: center;
    position: relative;
    font-size: 22px;
    line-height: normal;
    width: 70px;
}

.header .rightNav ul li i {
    height: 30px;
    display: block;
}

.header .rightNav ul li i.fa-envelope {
    position: relative;
    top: 3px;
}

.header .rightNav ul span {
    display: block;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: auto;
    white-space: nowrap;
}

/* .header .rightNav ul img {
    margin-bottom: 5px;
} */

.header .rightNav ul a {
    color: #000;
    text-decoration: none;
    height: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header .rightNav .value {
    height: 15px;
    width: 15px;
    background-color: #eb783e;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: normal;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: 15px;
}
.header .rightNav ul li:first-child img {
    position: relative;
    top: 2px;
}

.header .rightNav .signInicon {
    width: 21px;
}

.header .rightNav .msgicon {
    width: 26px;
}

.header .rightNav .menuimg {
    width: 23px;
}

.header .rightNav .profileavtar {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background-color: #ccc;
    margin: auto auto 4px;
    background-size: cover;
}

.top-bar {
    position: absolute;
    z-index: 99999;
    top: 20px;
    width: 300px !important;
    right: -25px;
}

.top-bar__nav-toggle {
    margin: 0;
    display: inline-block;
    color: #ebebeb;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 10px;
    min-width: 22px;
    text-align: center;
    transition: 0.25s;
}

.top-bar .menu_link {
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    position: absolute;
    top: 28px;
    right: 42px;
    color: #000;
    line-height: normal;
}
@media (max-width: 1000px) {
    .top-bar__nav-toggle {
        margin-right: 0;
    }
    .top-bar__brand {
        flex: 1;
    }
    .top-bar__contact {
        display: none;
    }
    .top-bar__social {
        margin-left: auto;
    }
}

.top-bar__nav__wrapper {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s opacity ease, 0.3s visibility ease;
    background-color: rgba(148, 153, 167, .25);
    z-index: 90;
    display: flex;
}

.top-bar__nav__wrapper.active {
    opacity: 1;
    visibility: visible;
}

.hide-scroll {
    overflow: hidden;
}

.top-bar__nav {
    flex: 1;
    height: 100%;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
    position: absolute;
    transform: translateX(100%);
    transition: 0.3s all ease;
    width: 300px;
    right: 0;
    overflow: auto;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.top-bar__nav::-webkit-scrollbar {
    width: 4px;
}

.top-bar__nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.top-bar__nav::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 10px #eb783e;
}

.top-bar__nav__wrapper.active .top-bar__nav {
    transform: translateX(0);
}

.top-bar__nav .inner-col {
    padding: 30px 20px 30px 30px;
}

.top-bar__nav .inner-col h3 {
    font-size: 17px;
    font-weight: 800;
    border-bottom: solid 2px #f9f9fc;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.top-bar__nav .inner-col .avtar {
    height: 35px;
    width: 35px;
    background-color: #ccc;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    margin-right: 8px;
}

.top-bar__nav .inner-col ul {
    font-size: 15px;
    padding-bottom: 30px;
}

.top-bar__nav .inner-col ul li {
    padding: 8px 0;
    color: #19191c;
}

.top-bar__nav .inner-col ul li i {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.top-bar__nav .inner-col ul li a {
    color: #19191c;
    display: flex;
    align-items: center;
    gap: 4px;
}

.top-bar__nav .inner-col ul li a ion-icon {
    font-size: 22px;
    width: 25px;
}
.top-bar__nav .inner-col ul li a:hover {
    color: #eb783e;
}

.top-bar__nav.collapsed {
    max-height: 0;
    min-height: 0;
    right: 0 !important;
}

.top-bar__nav.collapsed .top-bar__nav .bordertp {
    border-top: solid 1px #DFDFE8 !important;
}

.top-bar__nav h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 125.5%;
    color: #19191C;
    padding-bottom: 5px;
}

.top-bar__nav ul {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.top-bar__nav ul li {
    display: block;
    padding-bottom: 4px;
}

.top-bar__nav a {
    color: #A3A2AD;
}
.top-bar__nav a:hover {
    color: #000;
}

.hamburger {
    position: relative;
    height: 28px;
    top: 2px;
}

.hamburger span {
    width: 28px;
    height: 2.4px;
    position: absolute;
    background: #19191C;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 15px;
}
.hamburger span:nth-child(1) {
    top: 6px;
    transition: top 0.125s 0.25s, transform 0.125s;
}
.hamburger span:nth-child(2) {
    top: 13px;
    transition: top 0.125s 0.25s, transform 0.125s;
}
.hamburger span:nth-child(3) {
    top: 20px;
    transition: top 0.125s 0.25s, transform 0.125s;
}
.hamburger.closed span:nth-child(1) {
    top: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: top 0.125s, transform 0.125s 0.25s;
}
.hamburger.closed span:nth-child(2) {
    top: 10px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: top 0.125s, transform 0.125s 0.25s;
}
.hamburger.closed span:nth-child(3) {
    top: 10px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: top 0.125s, transform 0.125s 0.25s;
}

.nav-reavel {
    background: #fff;
    position: sticky;
    top: 62px;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 10;
    display: none;
    margin: 0;
    border-bottom: solid 1px #DFDFE8;
}

.nav-pills {
    white-space: nowrap;
}

.nav-reavel.has-effect {
    transform: translateY(-100%);
}

.nav-up {
    top: -40px;
    z-index: 1;
    transition: top 0.5s ease-in-out;
}

.sticky_header .rightNav {
    padding-right: 60px;
}

.sticky_header .top-bar__nav {
    top: 48px;
}

/**/

.hero {
    min-height: 650px;
    background-color: #333;
    background-image: url("../img2023/hero-bg.jpg");
    background-size: cover;
    position: relative;
}

.hero .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.hero .inner {
    min-height: 650px;
    position: relative;
    max-width: 1290px;
    margin: auto;
}

.hero .hero-content {
    padding-top: 150px;
    position: relative;
}

.hero .title {
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.hero p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding-top: 25px;
    padding-bottom: 25px;
}

.hero .herogirl {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero .btnspacer {
    margin-left: 15px;
}

.hero .h-arrow {
    position: relative;
    padding: 35px 0 35px 100px;
}

.hero .tagline {
    font-weight: 500;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFFFFF;
}

/**/

.companyCarousal {
    padding: 70px 0 0;
}

.companyCarousal span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #A3A2AD;
    display: block;
}

.companyCarousal img {
    max-width: 193px;
    margin: auto;
}

.company-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/**/

.latestCastingSection {
    padding: 60px 0 70px;
    position: relative;
}

.latestCastingSection .title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.latestCastingSection h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #19191C;
}

.latestCastingSection .event-row {
    padding: 12px;
    vertical-align: middle;
}

.latestCastingSection .date {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 125.5%;
    text-transform: uppercase;
    color: #A3A2AD;
    padding-bottom: 12px;
}

.latestCastingSection h3 {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 125.5%;
    letter-spacing: -0.02em;
    color: #19191C;
}

.latestCastingSection .icon-arrow {
    color: #eb783e !important;
    position: relative;
    top: 5px;
    transition: 0.2s;
}
.latestCastingSection .event-row:hover .icon-arrow {
    margin-left: 5px;
    transition: 0.2s;
}

/**/

.cta-section {
    padding: 60px 0 70px;
    position: relative;
    color: #fff;
    background-color: #f0996a;
}

.cta-leaves-left {
    position: absolute;
    left: 0;
    top: 0;
}

.cta-leaves-left img {
    max-width: 100%;
}

.cta-leaves-right {
    position: absolute;
    right: 0;
    bottom: -60px;
}

.cta-leaves-right img {
    max-width: 100%;
}

.cta-section h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    padding-bottom: 32px;
}

/**/

.latestProfileSection {
    padding: 60px 0 70px;
    position: relative;
}

.latestProfileSection .container {
    position: relative;
}

.latest-profile-leaves {
    position: absolute;
    bottom: -70px;
    left: 0;
}

.latest-profile-leaves img {
    max-width: 100%;
}

.latestProfileSection h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #19191C;
}

.latestProfileSection .owl-carousel {
    z-index: auto !important;
}

.latestProfileSection .profileItem {
    margin-bottom: 35px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 10px;
}

.latestProfileSection .title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.latestProfileSection .profileCard {
    background-color: #ccc;
    background-size: cover;
    padding-bottom: 95%;
    border-radius: 10px;
}

.latestProfileSection .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -16px !important;
    width: 100% !important;
    opacity: 0;
    transition: 0.4s;
}
.latestProfileSection .owl-carousel:hover .owl-nav {
    opacity: 9;
    transition: 0.4s;
}

.latestProfileSection .owl-prev {
    background: rgba(255, 255, 255, 0.7)!important;
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7)!important;
    position: absolute !important;
    left: 10px !important;
}

.latestProfileSection .owl-prev span {
    display: none;
}
.latestProfileSection .owl-prev:before {
    position: absolute;
    top: 8px;
    left: 8px;
    text-align: center;
    font-size: 12px;
    background-image: url("../img2023/chevron-back-outline.svg");
    width: 13px;
    height: 17px;
    background-size: cover;
    content: '';
}

.latestProfileSection .owl-next {
    background: rgba(255, 255, 255, 0.7)!important;
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7)!important;
    position: absolute !important;
    right: 10px !important;
}

.latestProfileSection .owl-next span {
    display: none;
}
.latestProfileSection .owl-next:before {
    position: absolute;
    top: 8px;
    left: 9px;
    color: #19191C;
    text-align: center;
    background-image: url("../img2023/chevron-forward-outline.svg");
    width: 13px;
    height: 17px;
    background-size: cover;
    content: '';
}

.gem-btn ion-icon {
    position: relative;
    top: 4px;
    transition: 0.4s all ease-in-out;
}

.gem-btn ion-icon {
    display: none;
}

.gem-btn ion-icon[name="star-outline"].stariconoutline {
    display: inline-block;
}

.gem-btn ion-icon[name="star"].stariconFill {
    display: inline-block;
}
.gem-btn:hover ion-icon {
    color: white;
}

.bookmark {
    position: absolute;
    top: 15px;
    right: 15px;
    transition: 0.2s all ease;
    cursor: pointer;
}
.bookmark:hover {
    transform: scale(1.2);
}

.bookmark .stariconFill {
    color: #eb783e;
    font-size: 23px;
}

.bookmark .stariconoutline {
    color: gray;
    font-size: 23px;
}

.latestProfileSection .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.latestProfileSection .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    background: transparent;
    border: solid 1px #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.latestProfileSection .owl-theme .owl-dots .owl-dot.active span,
.latestProfileSection .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    border: solid 1px #fff;
}

.latestProfileSection h4 {
    font-weight: 800;
    font-size: 20px;
    color: #19191C;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.latestProfileSection p {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: #A3A2AD;
}

/**/

.successExperience {
    padding: 60px 0 80px;
    position: relative;
    background: #F9F9FC;
}
.successExperience .title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}
.successExperience h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #19191C;
    padding-bottom: 60px;
}

.successExperience .itemCard {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.successExperience .item-full {
    margin-bottom: 30px;
}

.successExperience .img-wrapper {
    padding-bottom: 60%;
    background-color: #ccc;
    background-size: cover;
}

.successExperience .itemInner {
    padding: 25px;
}

.successExperience h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #A3A2AD;
}

.successExperience h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    color: #19191C;
}

.successExperience h4 a {
    color: #19191C;
}
.successExperience h4 a:hover {
    color: #eb783e;
}

.successExperience p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #A3A2AD;
}

.successExperience .seeMoreBtn {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: none;
    color: #eb783e;
}

.successExperience .seeMoreBtn .icon-arrow {
    margin-left: 2px;
    transition: 0.2s;
    position: relative;
    top: 4px;
}
.successExperience .seeMoreBtn:hover {
    color: #000;
}
.successExperience .seeMoreBtn:hover .icon-arrow {
    transition: 0.2s;
    margin-left: 5px;
}

/**/

.hightlight-banner {
    padding: 150px 0 80px;
    position: relative;
}

.hightlight-banner .title {
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -0.03em;
    color: #19191C;
}

.hightlight-banner .tile {
    background: #96DBD9;
    border-radius: 30px;
    padding: 100px 65px;
    position: relative;
}

.hightlight-banner h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -0.03em;
    color: #19191C;
}

.hightlight-banner p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #19191C;
}

.hightlight-banner .girl {
    max-width: 760px;
    position: absolute;
    right: 0;
    bottom: 0;
}

/**/

.studycase-section {
    position: relative;
}

.studycase-section .item {
    padding: 60px 0 80px;
    position: relative;
}

.job-leaves-left {
    position: absolute;
    left: 0;
    top: -80px;
}

.job-leaves-left img {
    max-width: 100%;
}

.job-leaves-right {
    position: absolute;
    right: 0;
    top: -40px;
}

.job-leaves-right img {
    max-width: 100%;
}

.studycase-section div span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    display: block;
    color: #A3A2AD;
}

.studycase-section .title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.studycase-section .content-img {
    max-width: 533px;
    position: relative;
    max-height: 350px;
    margin: auto;
    position: relative;
    z-index: 0;
}

.model-leaves {
    position: absolute;
    z-index: -1;
    left: -60px;
    top: -42px;
}

.model-leaves img {
    max-width: 100%;
}

.model-leaves-right {
    position: absolute;
    z-index: -1;
    right: -94px;
    bottom: -106px;
}

.model-leaves-right img {
    max-width: 100%;
}

.studycase-section .content-img img {
    width: 100%;
}

.studycase-section .content {
    min-height: 350px;
    align-items: center!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.studycase-section h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    color: #19191C;
}

.studycase-section p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #A3A2AD;
}

.studycase-section .playBtn {
    position: absolute;
    height: 90px;
    width: 90px;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
}

/**/

.entry-content {
    position: relative;
}

.entry-content .w-90 {
    width: 90%;
}

.entry-content .morecontent span {
    display: none;
}

.entry-content p {
    font-size: 18px;
    line-height: 30px;
}

.casting-apply {
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 24px;
}

.casting-apply > li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.casting-apply > li ion-icon {
    font-size: 20px;
}

.casting-apply > li > a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.casting-how {
    margin-bottom: 32px;
}

.casting-how h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.casting-info {
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 24px;
}

.casting-info > li {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}
.casting-info > li > div:first-child {
    width: 25%;
    flex-shrink: 0;
}

.upload-listing {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.upload-listing h4 {
    font-size: 14px;
    font-weight: 700;
}

.upload-listing > ul {
    margin: 0;
    padding: 0;
}

.upload-listing > li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-top: 8px;
}

.upload-listing > li > a {
    display: flex;
}

.entry-content p strong {
    color: #19191C;
}

.tags-area {
    padding: 0;
    margin: 0;
    position: relative;
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}

.tags-area .tags {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    color: #464646;
    border: solid 1px #19191C;
    border-radius: 6px;

    line-height: normal;
    font-size: 14px;
    font-weight: 700;
}
.tags-area .tags span {
    position: relative;
    top: -1px;
}
.tags-area .tags ul {
    position: relative;
    top: 1px;
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 0 0 7px;
    padding: 0;
}

.tags-area .tags ul ion-icon[name="star-outline"] {
    display: inline-block;

}

.tags-area .tags ul ion-icon[name="star"] {
    display: inline-block;
    color: #eb783e;
}

.casting-info-details {
    padding: 0;
    margin: 0;
    position: relative;
}

/*Apply Toggle form*/

.toggleform {
    max-width: 100%;
}

.toggleform-w50 {
    max-width: 50%;
}

.toggleform label {
    font-size: 16px;
    font-weight: 500;
}

.uplaodBtn {
    background-color: #fff;
    border: none;
    color: #19191C;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: solid 2px #19191C;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.uplaodBtn .hydrated {
    font-size: 22px;
}
.uplaodBtn:hover {
    background-color: #19191C;
    color: #fff;
}

.toggleform .form-control {
    box-shadow: none !important;
    border-radius: 5px;
}

.toggleform label {
    font-size: 15px;
}

.toggleform .textarea1 {
    height: 100px;
    resize: none;
}

.applyBtn400px {
    max-width: 400px !important;
}

/*Filter*/

.filter-area {
    margin-top: -1px;
}

.filter-area .inner {
    border: solid 1px #DFDFE8;
    padding: 14px 0;
    border-radius: 10px;
}

.filter-area-sticky {
    position: sticky;
    z-index: 10;
    top: 0;
    background-color: white;
    border-bottom: solid 1px #DFDFE8;
    height: 58px;
    padding: 2px 0;
    margin-bottom: 30px;
}

.filter-area.filter-area-sticky .inner {
    border: none;
}

.filter-area .search-col {
    width: 40%;
    float: left;
}

.filter-area .searchField {
    padding-right: 55px;
}

.filter-area .search-control {
    border: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    height: 50px;
}

.filter-area .searchBtn {
    border: 0;
    background: #eb783e;
    height: 40px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 10px;
    color: #FFF;
    font-size: 18PX;
    border-radius: 5px;
}

.filter-area .verBorder {
    border-right: solid 1px #DFDFE8;
}

.filter-area .selectBox-row {
    width: 100%;
    float: left;
}

.filter-area .selectBox-col {
    width: 25%;
    float: left;
}

.filter-area .filterBtn {
    border-radius: 16px;
    display: block;
    padding: 0 15px;
    color: #19191C;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.filter-area .filterBtn img {
    width: 18px;
    vertical-align: middle;
    margin-right: 4px;
}

.dropdown-container {
    position: relative;
}

.dropdown-container .dropdown-toggle {
    color: #000000;
    background-color: #ffffff;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    display: flex;
    align-items: center;
}

.dropdown-container .dropdown-toggle label {
    cursor: pointer;
    width: 100%;
}
.dropdown-container .dropdown-toggle:active,
.dropdown-container .dropdown-toggle:focus,
.dropdown-container .dropdown-toggle:hover {
    background-color: transparent;
    color: #19191C;
}

.dropdown-container .dropdown-menu {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.12);
    margin-top: 16px;
    position: absolute;
    border: 0;
    left: -1px;
    top: 99%;
    background-color: #ffffff;
    z-index: 999;
    padding: 15px;
    text-align: center;
    border: solid 1px #DFDFE8 !important;
    overflow: hidden;
}

.dropdown-container .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 10;
}
.dropdown-container .dropdown-menu a:active,
.dropdown-container .dropdown-menu a:focus,
.dropdown-container .dropdown-menu a:hover {
    background-color: transparent;
    color: #19191C;
}

.dropdown-menu,
.dropdown-toggle {
    position: relative;
}

/*.dropdown-menu::before,*/

.dropdown-toggle::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.2s;
    background-image: url("../img/filter-arrow.svg");
    background-repeat: no-repeat;
    height: 6px;
    width: 10px;
    background-size: cover;
    margin-top: -2px;
}

.dropdown-arrow-none::before {
    display: none !important;
}

.dropdown-menu {
    z-index: 10;
    position: relative;
}

.dropdown-menu::before {
    z-index: -1;
    transform: rotate(-135deg);
    top: -4px;
    border-color: #ffffff;
    box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
}

.sortspacer {
    padding-right: 16px !important;
}
.dropdown-toggle:after {
    display: none !important;
}

.dropdown-open .dropdown-menu.dropdown-active {
    display: block;
}

.dropdown-container.dropdown-open .dropdown-toggle {
    background-color: #fff;
    color: #19191C;
}
.dropdown-container.dropdown-open .dropdown-toggle:before {
    transform: rotate(-180deg);
}

.dropdown-solid .dropdown-menu,
.dropdown-solid .dropdown-toggle {
    background-color: #fff;
    color: #19191C;
}

.dropdown-solid .dropdown-menu a {
    color: #19191C;
}
.dropdown-solid .dropdown-menu a:active,
.dropdown-solid .dropdown-menu a:focus,
.dropdown-solid .dropdown-menu a:hover {
    background-color: #ffffff;
    color: #19191C;
}

.dropdown-solid .dropdown-menu::before {
    border-color: #19191C;
}

.dropdown-select .dropdown-toggle {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    height: 38px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.dropdown-select .dropdown-toggle::before {
    display: none;
}

.dropdown-select .dropdown-menu {
    text-align: left;

}

.dropdown-select .dropdown-menu ul {
    border-radius: 0;
}

.dropdown-phone .dropdown-toggle {
    width: 70px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    height: 38px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.dropdown-phone .dropdown-toggle::before {
    display: none;
}

.dropdown-phone .dropdown-menu {
    text-align: left;
    width: 260px;
    padding: 5px 0;
}

.dropdown-phone .dropdown-menu ul {
    border-radius: 0;
}

.dropdown-phone .dropdown-menu ul li {
    padding: 4px 15px;
    transition: 0.2s all ease;
}
.dropdown-phone .dropdown-menu ul li:hover {
    background-color: #edebeb;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-1 {
    flex: 1;
}
.disabled,
.form-control:disabled {
    background-color: #f7f7f7 !important;
    opacity: 1;
    pointer-events: none;
}

.min-w-140px {
    min-width: 140px;
}

.social-links-listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 15px;
    column-gap: 10px;
}

.gender-dropdown {
    width: 320px !important;
    padding: 20px !important;
}

.area-dropdown {
    width: 320px !important;
    padding: 20px !important;
    left: auto !important;
    right: auto !important;
}

.grid-items-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.grid-items-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.grid-items-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.grid-space-15 {
    gap: 15px;
}

.filter-dropdown {
    right: 0 !important;
    left: auto !important;
    width: 200px !important;
    padding: 0 !important;
}

.filter-dropdown-profile {
    top: 20px !important;
}

.more-options {
    bottom: 64px !important;
    top: auto !important;
    width: 195px !important;
    min-width: 195px;
    right: -80px !important;
}
@media (max-width: 767px) {
    .dropdown-menu.more-options {
        left: -146px !important;
    }
}

.more-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b6b6b;
    font-weight: 500;
    font-size: 14px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 20;
}

.more-option-submenu-wrapper {
    left: 100%;
    width: 248px;
    margin-top: 0;
    z-index: 999;
    position: absolute;
    margin-bottom: -10px;
    bottom: 50%;
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all ease;
}

.more-option-submenu-wrapper.left-submenu {
    right: 100%;
    left: auto;
}

.more-option-submenu-wrapper.right-submenu {
    left: 100%;
    right: auto;
}
@media (max-width: 575px) {
    .more-option-submenu-wrapper {
        left: 50% !important;
        margin-bottom: 63px;
    }
}

.more-option-submenu {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    width: 250px;
    border: solid 1px #DFDFE8 !important;
}
.more-option-submenu ul {
    max-height: 360px;
    overflow: auto !important;
}
.more-options li:hover .more-option-submenu-wrapper {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .more-option-submenu-wrapper {
        left: 50%;
        opacity: 1;
        visibility: visible;
        margin-bottom: 0;
    }
}

.more-option-submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 10;
}

.more-option-submenu li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 10px 12px 10px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.more-option-submenu li a:hover {
    color: #eb783e !important;
}

.toast {
    background-color: white;
    border: solid 1px #DFDFE8;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.toast-header .btn-close {
    top: 24px !important;
}
.toast-body {
    padding-right: 30px !important;
}
.toast-header {
    padding: 0;
    border: none;
}

.toast-header .btn-close {
    margin-right: calc(var(--bs-toast-padding-x) * -.5);
    margin-left: var(--bs-toast-padding-x);
    position: absolute;
    top: 30px;
    right: 30px;
}

.saved-profile-modal .profileCard {
    outline: 3px solid transparent;
    outline-offset: 2px;
    display: block;
    position: relative;
}
.saved-profile-modal .profileCard:hover {
    outline: 3px solid #6b6b6b;
}

.saved-profile-modal .profileCardAdded {
    outline: 3px solid #eb783e !important;
}

.checkmark-icon {
    font-size: 40px;
    position: absolute;
    right: 10px;
    bottom: 15px;
    color: #eb783e;
    height: 40px;
    width: 40px;
}

.text-clicked {
    right: 0;
    color: #eb783e;
    font-weight: 500;
    top: 21px;
    background-color: rgba(255,255,255,1);
    padding: 2px 3px;
    border-radius: 2px;
    position: absolute;
    top: 17px;
}

.btn-orange-sm {
    color: #fff !important;
    border: none;
    background: #eb783e !important;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn-orange-sm:hover {
    background: #eb783e !important;
    color: #fff !important;
}
.filter-dropdown > ul {
    text-align: left;
}

.filter-dropdown > ul > li {
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.filter-dropdown > ul > li > a,
.filter-dropdown > ul > li > button {
    display: flex;
    padding: 6px 15px;
    color: #19191C;
    align-items: center;
    gap: 5px;
    background-color: transparent;
    border: none;
    width: 100%;
}
.filter-dropdown > ul > li > a:hover,
.filter-dropdown > ul > li > button:hover {
    background-color: #eb783e !important;
    color: #fff !important;
}

.filter-dropdown > ul > li > a.active,
.filter-dropdown > ul > li > button.active {
    background-color: #eb783e !important;
    color: #fff !important;
}

.dropdown-profile {
    top: 25px !important;
}

.link-disabled {
    opacity: 0.5;
    pointer-events: none;
}

input.gender-checkbox[type="checkbox"] {
    display: none;
}

input.gender-checkbox[type="checkbox" i] {
    margin: 3px 0.5ex;
}

input.gender-checkbox[type="checkbox"]+label {
    text-align: center;
}
input.gender-checkbox[type="checkbox"]:checked+label {
    color: #FFF;
    background-color: #eb783e;
    border: 1px solid #eb783e;
}






.check-item {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    min-width: 120px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 13px 10px;
    border-radius: 10px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.check-item-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}
.check-item-icon > span { 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid;
}

input.custom-checkbox[type="checkbox"]+label .cr-icon {
    display: none;
    font-size: 11px;
}

input.gender-checkbox[type="checkbox"]:checked+label .cr-icon {
    display: block;
}
 



input.custom-radio[type="radio"] {
    display: none;
}

input.custom-radio[type="radio" i] {
    margin: 3px 0.5ex;
}

input.custom-radio[type="radio"]+label {
    text-align: center;
}


.radio-item {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    min-width: 120px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 13px 10px;
    border-radius: 10px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.radio-item-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.radio-item-icon > span { 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    opacity: 0.4;
    border: 1px solid;
}

 

input.custom-radio[type="radio"]:checked+label span {
    background-color: #000;
    opacity: 1;
    outline: 1.5px solid #000;
    outline-offset: 1.5px;
    transform: scale(0.9);
}
 
/*Filter modal start*/

.filterModal {
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.filterModal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: none;
    max-width: 874px !important;
    overflow: hidden;
    border-radius: 8px;
}

.filterModal .modal-header {
    border-bottom: solid 1px #DFDFE8;
    padding: 32px 0;
    text-align: center;
}

.filterModal h5.modal-title {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    /* text-transform: capitalize; */
    color: #19191C;
    max-width: 75%;
  margin: 0 auto;
}

.audio-filename {
    color: #fff;
    font-size: 18px;
    position: absolute;
}

.filterModal .closeonheader {
    position: absolute;
    top: 43px;
    left: 30px;
    cursor: pointer;
}

.filterModal .modal-body {
    padding: 32px;
}

.filterModal .search {
    position: relative;
    padding-bottom: 40px;
}

.filterModal .search .form-control {
    border: 1px solid #DFDFE8;
    border-radius: 60px;
    height: 42px;
    box-shadow: none;
    font-size: 16px;
    padding: 10px 50px 12px 23px;
}

.filterModal .search .searchIcon {
    position: absolute;
    top: 8px;
    right: 25px;
    border: 0;
    background-color: transparent;
}

.filterModal .field {
    margin: 0;
}

.filterModal .modalFooter {
    border-top: solid 1px #DFDFE8;
    padding: 32px;
    text-align: right;
}

.filterModal h2 {
    font-weight: 700;
    font-size: 19px;
    line-height: normal;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    color: #19191C;
    padding-bottom: 0;
    margin-bottom: 17px;
}

.range-slider-popup {
    position: relative;
    height: 30px;
}

.range-slider-popup input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.range-slider-popup .slider-track {
    width: 100%;
    height: 4px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #fff;
}

.range-slider-popup input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.range-slider-popup input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.range-slider-popup input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

.range-slider-popup input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #fff;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
    border: solid 2px #eb783e;
}

.range-slider-popup input[type="range"]::-moz-range-thumb {
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: auto;
    border: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
}

.range-slider-popup input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
}
.range-slider-popup input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 2px solid #eb783e;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
}

/* dropdown range slider*/

.rangeSLiderDropdown {
    padding: 15px;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px !important;
    height: 18px;
    border-radius: 50%;
    left: -3px;
    top: -10px;
    background-color: #fff;
    border: solid 2px #eb783e;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
}

/* Styling;
 */

.noUi-background {
    background: #DFDFE8;
}

.noUi-connect {
    background: #eb783e;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

/* Handles and cursors;
 */

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle-lower {
    left: -3px !important;
}

/* Disabled state;
 */

[disabled] .noUi-connect,
[disabled].noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
    cursor: not-allowed;
}

/* dropdown range slider end*/

.filterModal .range-valueBox {
    padding: 8px;
    border: 1px solid #DFDFE8;
    border-radius: 10px;
    position: relative;
}

.filterModal .range-valueBox label {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.3px;
    color: #A3A2AD;
}

.filterModal .range-valueBox .value input {
    font-size: 18px;
    font-weight: 600;
    color: #19191C;
    border: none;
    width: 34px;
    -moz-appearance: textfield;
    transition: 0.2s all ease;
}
.filterModal .range-valueBox .value input:focus {
    box-shadow: none;
    outline: none;
    /* background-color: #B4D5FF; */
}

.filterModal .range-valueBox .value input[type=number]::-webkit-inner-spin-button,
.filterModal .range-valueBox .value input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.filterModal hr {
    height: 1px;
    border: 0;
    background: #DFDFE8;
    margin: 32px 0;
    padding: 0;
}

.filterModal .dashseprator {
    position: absolute;
    top: 20px;
    left: 50%;
    color: #000;
    margin-left: -3px;
    font-size: 20px;
    border: solid 0 #eb783e;
}

.filterModal .checkitem-height {
    padding-left: 15px;
    padding-right: 15px;
}

.modelcheckbox {
    border-radius: 10px;
    padding: 15px 10px;
}

.svg-check {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    row-gap: 9px;
    width: 139px;
    height: 120px;
    justify-content: center;
}
.modelcheckbox:before {
    content: "\e902";
    font-family: 'icomoon';
    font-size: 50px;
    display: block;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
}

.actorcheckbox {
    border-radius: 10px;
    padding: 15px 10px;
}
.actorcheckbox:before {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 50px;
    display: block;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
}

.singercheckbox {
    border-radius: 10px;
    padding: 15px 10px;
}
.singercheckbox:before {
    content: "\e903";
    font-family: 'icomoon';
    font-size: 50px;
    display: block;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
}

.dancercheckbox {
    border-radius: 10px;
    padding: 15px 10px;
}
.dancercheckbox:before {
    content: "\e901";
    font-family: 'icomoon';
    font-size: 50px;
    display: block;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
}

/*Filter tabs */

.filterTabs {
    position: relative;
    padding-top: 50px;
}

.filterTabs .btnarea {
    max-width: 100%;
}

.filterTabs .btnarea ul {
    overflow-x: auto;
    overflow-scrolling: touch;
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    padding-bottom: 0;
}

.filterTabs .tabsBtn {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    border-radius: 20px;
    padding: 7px 18px;
    font-size: 18px;
    border: 0;
}

.filterTabs .active {
    background: #19191C;
    color: #fff;
}

.filterTabs .contentBox {
    padding-bottom: 50px;
}

.filterTabs .contentBox h2 {
    font-weight: normal;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 56px;
    padding-bottom: 22px;
}

.filterTabs .experiencetile {
    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    padding: 25px;
    line-height: 30.12px;
}

.filterTabs .contentBox .seprator {
    height: 1px;
    border: 0;
    margin: 10px 0;
    background-color: #d2d2d2;
}

.filterTabs .grid {
    text-align: center;
    margin: 0 -8px;
}

.filterTabs .grid img {
    width: 100%;
}

.filterTabs .grid-item {
    padding: 8px;
    box-sizing: border-box;
    display: inline;
}
@media (min-width: 300px) {
    .grid-item {
        width: 50%;
    }
}
@media (min-width: 1000px) {
    .grid-item {
        width: 33.333%;
    }
}
@media (min-width: 1700px) {
    .grid-item {
        width: 33.333%;
    }
}
@media (min-width: 2100px) {
    .grid-item {
        width: 33.333%;
    }
}

/*Pagination*/

.pagination-area {
    padding: 0;
    margin: 0;
    text-align: center;
}

.pagination-area .pagination .page-link {
    font-size: 15px;
    font-weight: 600;
    color: #DFDFE8;
    margin: 0 8px;
    border: none;
    border-radius: 50% !important;
    border: 1px solid #DFDFE8;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0 0 2px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-area .pagination .page-link:focus,
.pagination-area .pagination .page-link:hover {
    background-color: #fff;
    border: 1px solid #eb783e;
    color: #eb783e;
    border-radius: 50%;
}

.pagination-area .pagination .page-item.active .page-link {
    background-color: #fff;
    border: 1px solid #19191C;
    color: #19191C;
    border-radius: 50%;
}

/*FancyBox custom css*/

.fancybox-infobar {
    font-size: 17px !important;
    text-align: center !important;
    color: #fff !important;
    left: 50% !important;
    margin-left: -43px !important;
    background-color: #333 !important;
    top: 30px !important;
    opacity: 0.9 !important;
}

.fancybox-button--arrow_left {
    padding: 0 0 40px 8px !important;
}

.fancybox-button--arrow_left svg {
    width: 45px !important;
    height: 45px!important;
    font-size: 20px !important;
}

.fancybox-button--arrow_right {
    padding: 0 8px 40px 0 !important;
}

.fancybox-button--arrow_right svg {
    width: 45px !important;
    height: 45px!important;
    font-size: 20px !important;
}

.fancybox-caption__body {
    font-size: 18px !important;
}

.fancybox-navigation .fancybox-button div {}

.auditionsItem {
    padding: 0;
    margin: 0;
    position: relative;
    padding-right: 35px;
    margin: 0;
    padding: 30px 0;
}

.hightlight-row {
    background-color: #f9f9f9;
    border-bottom: solid 1px #e8e8e8;
    border-top: solid 1px #e8e8e8;
}

.auditionsItem .item-img {
    width: 160px;
    float: left;
}

.auditionsItem .right-content {
    padding-left: 190px;
    padding-right: 50px;
}

.auditionsItem .right-content .right-content-title {
    color: #a9a9a9;
    font-size: 12px;
}

.auditionsItem h3 {
    font-size: 28px;
    padding-top: 15px;
    color: #19191c !important;
    opacity: 9;
}

.auditionsItem h3 a {
    color: #19191c!important;
}
.auditionsItem h3 a:hover {
    text-decoration: underline !important;
    color: #eb783e !important;
}

.auditionsItem p {
    font-size: 16px;
}

.auditionsItem .eye-icon {
    position: absolute;
    top: 50%;
    right: 50px;
    font-size: 23px;
    margin-top: -12px;
    color: #19191C;
}
.auditionsItem .eye-icon:hover {
    color: #eb783e;
}

.audition-pagination {
    padding: 0;
    margin: 0;
    position: relative;
}

.audition-pagination h4 {
    font-size: 20px;
    font-weight: 700;
}

.audition-pagination ul {
    margin: 0;
    padding: 0;
}

.audition-pagination ul li {
    display: inline-block;
    padding-right: 40px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
}

.audition-pagination a {
    color: #19191C;
}
.audition-pagination a:hover {
    text-decoration: underline !important;
    color: #eb783e;
}

/* Article Page */

.article-content {
    display: flex;
    flex-direction: column;
}

.article-content h1 {
    margin-bottom: 20px;
}

.article-content h3 {
    margin: 16px 0;
}

.article-content img {
    margin: 16px auto 24px;
    max-width: 100%;
}

/*Footer*/

.footer {
    background-color: #19191C;
    padding: 65px 0;
    font-size: 16px;
}

.footer p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.footer a {
    color: rgba(255, 255, 255, 9);
}
.footer a:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
}

.footer h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 125.5%;
    color: #FFFFFF;
    padding-bottom: 20px;
    margin: 0;
}

.footer ul {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.footer ul li {
    display: block;
    padding-bottom: 8px;
}

.footer-icons {
    font-size: 21px;
}

.top-18px {
    top: 18px;
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
    }
    .col-md-2-5 {
        width: 40%;
    }
    .col-md-3-5 {
        width: 60%;
    }
    .col-md-4-5 {
        width: 80%;
    }
    .col-md-5-5 {
        width: 100%;
    }
    .floated-image {
        position: absolute;
        right: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
    }
    .col-lg-2-5 {
        width: 40%;
    }
    .col-lg-3-5 {
        width: 60%;
    }
    .col-lg-4-5 {
        width: 80%;
    }
    .col-lg-5-5 {
        width: 100%;
    }
}

/* Demo only, no need for this */

.col-lg-5-cols,
.col-md-5-cols,
.col-sm-5-cols,
.col-xs-5-cols {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5-cols {
    width: 20%;
    float: left;
}

.modal-header-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    position: absolute;
    right: 30px;
    border-radius: 4px;
}

.object-cover {
    object-fit: cover;
}

.btn-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.icon-wrapper {
    position: relative;
}

.icon-wrapper .icon-solid {
    display: none;
}
.icon-wrapper .icon-outline {
    display: flex;
}
.icon-wrapper:hover .icon-outline {
    display: none;
}
.icon-wrapper:hover .icon-solid {
    display: flex;
}

.icon-wrapper.active .icon-outline {
    display: none;
}

.icon-wrapper.active-red .icon-outline {
    display: none;
}

.icon-wrapper.active .icon-solid {
    display: flex;
    color: #eb783e;
}

.icon-wrapper.active-red .icon-solid {
    display: flex;
    color: rgb(255, 0, 60);
}
.pointer-events-none {
    pointer-events: none;
}

.icon-checkmark {
    position: absolute;
    bottom: -4px;
    right: -5px;
    display: flex;
    background-color: #fff;
    width: 16px;
    height: 16px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 10;
    color: #009a3b;
}

.fs-3 {
    font-size: 1.75rem !important;
}

.star-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    direction: rtl;
    justify-content: flex-end;
    align-self: center;
    position: relative;
    z-index: 10;
    width: 114px;
}

.star-rating .hydrated {
    cursor: pointer;
    color: #eb783e;
    transition: 0.2s all ease;
}

.star-rating ion-icon.active {
    color: #eb783e;
}

.star-rating ion-icon.inactive {
    opacity: 0.5;
}
.star-rating label:hover ion-icon,
.star-rating label:hover ~ label ion-icon {
    color: #eb783e;
    /* Color stars on hover and previous stars in RTL */
    opacity: 1;
}

.list-view .more-icon {
    color: #6b6b6b;
}

.grid-view .more-icon {
    color: #eb783e;
}

.btn-group-liked {
    position: absolute;
    right: 0;
    display: flex;
    gap: 10px;
    bottom: 154px;
}

.profile-left {
    display: block;
}
.application-loader {
    padding: 20px;
    text-align: center;
    font-size: 16px;
}

.list-view .profileItem {
    display: flex;
    transition: 0.2s all ease;
}
.list-view .star-rating {
    margin-left: auto;
}

.list-view .right-side {
    margin-left: 15vw;
}

.profileItem .dropdown-container .dropdown-toggle {
    background-color: transparent;
}
.list-view .profileItem:hover {
    background-color: #f4f6f7;
}

.detailed-view .profileItem {
    display: flex;
    justify-content: space-between;
    transition: 0.2s all ease;
}
.detailed-view .profileItem:hover {
    background-color: #f4f6f7;
}

.list-view .profileItem .profileCard {
    width: 100px;
}

.detailed-view .profileItem .profileCard {
    width: 200px;
}

.list-view .profileItem .profile-left {
    display: flex;
    align-items: center;
    gap: 12px;

}

.detailed-view .profileItem .profile-left {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.detailed-view .profileItem .profile-data {
    margin-left: 10px;
}

.list-view .profileItem .btn-group-liked {
    position: static;
    right: 0;
    display: flex;
    gap: 10px;
    bottom: 175px;
}

.detailed-view .profileItem .btn-group-liked {
    position: static;
    right: 0;
    display: flex;
    gap: 10px;
    bottom: 175px;
}

.list-view .profileItem .btn-group-liked .icon-wrapper {
    font-size: 26px;
}

.detailed-view .profileItem .btn-group-liked .icon-wrapper {
    font-size: 26px;
}

.grid-view .profileItem .btn-group-liked .icon-wrapper {
    font-size: 23px;
}

.grid-view .star-rating {
    margin-bottom: 10px;
    margin-top: 5px;
}

.list-view .profile-data {
    position: relative;
    top: 5px;
}

.list-only {
    display: none;
}

.list-view .list-only {
    display: flex;
}

.detailed-only {
    display: none;
}

.detailed-view .detailed-only {
    display: block;
}

.list-view .list-only .icon-wrapper {
    font-size: 26px;
    height: 26px;
}

.grid-only {
    display: none;
}

.grid-view .grid-only {
    display: flex;
}
.list-view .more-icon {
    font-size: 26px;
}

.grid-view .more-icon {
    font-size: 40px;
}

.detailed-view .more-icon {
    font-size: 40px;
}

.list-view .profileItem {
    padding: 15px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border-radius: 0;
}

.detailed-view .profileItem {
    padding: 15px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border-radius: 0;
}

.grid-view .profileItem .profile-left .form-check {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;

}

.detailed-view .profileItem .profile-left .form-check {
    margin-top: 0;

}

.downdown-w-sm {
    width: auto !important;
}

.list-view .profile-text {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.detailed-view .profile-text {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.grid-view .profile-text {
    display: block;
    padding: 2px 0 0;
}

.profile-location {
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    gap: 3px;
    align-items: center;
}

.profile-location ion-icon {
    font-size: 20px;
}

.grid-view .profile-location ion-icon {
    display: none;
}

.profile-name {
    font-weight: 800;
    font-size: 20px;
    color: #19191C;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
}
#sendMessage , #profileReplyModal, #savedProfileModal, #createListModal {
    z-index: 99999999;
}

.profile-time {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 0;
    color: #969696;
    font-style: italic;
}

.grid-view .profile-data {
    margin-top: 10px;
}
.profile-time:focus,
.profile-time:hover {
    color: #969696;
}

.icon-counter {
    position: absolute;
    background-color: #eb783e;
    width: 16px;
    height: 16px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    top: -5px;
    right: -5px;
    font-weight: 700;
}

.icon-counter.active {
    background-color: rgb(255, 0, 60);
}

.section {
    padding: 60px 0 80px;
    position: relative;
}

.bg-light {
    background-color: #F9F9FC;
}

.application-item {
    position: relative;
}

.application-item.moving {
    pointer-events: none;
    opacity: 0.2;
}

.profileModal .modal-content {
    overflow: auto;

}

.profileModal .modal-header {
    background-color: white;
    padding: 16px;
    position: sticky;
    top: 0;
}
.profileModal .modal-body {
    padding-bottom: 32px;
}
.profileModal .modal-footer {
    background-color: #19191C;
    padding: 16px;
    position: sticky;
    bottom: 0;
}

.profileModal .modal-footer a {
    transition: 0.2s all ease;
}

.icon-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.icon-bottom-muted {
    opacity: 0.3 !important;
    pointer-events: none;
}

/* .profileModal .modal-footer a:hover {
    opacity: 0.7;
} */

.btn-icon {
    background-color: transparent;
    border: none;
    font-size: 30px;
    display: flex;
    color: #212529;
}
.btn-icon:disabled {
    opacity: 0.3;
}

.gap-2px {
    gap: 2px;
}

.modal-backdrop + .modal-backdrop {
    z-index: 9999;
}

#notesModal {
    z-index: 99999;
}

#changePhoneNumberModal,
#notesModal,
#sendSmsModal,
#statusModal {
    z-index: 99999;
}

.unset-p p {
    color: #19191C;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}

.invisible {
    opacity: 0;
    visibility: hidden;
}

.icon-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

.icon-text {
    font-size: 10px;
    font-weight: 400;
    display: none;
    white-space: nowrap;
}

.list-view .icon-text {
    display: block;
}

.icon-text-rating {
    font-size: 10px;
    font-weight: 400;
    display: none;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90%;
    color: #6b6b6b;
}

.list-view .icon-text-rating {
    display: block;
}

.white-space-nowrap {
    white-space: nowrap;
}
.btn-copy {
    padding: 0 6px 1px;
    border-radius: 20px;
    border: 1px solid #000;
    background-color: transparent;
    cursor: pointer;
    font-size: 10px;
}



.orange-tooltip .tooltip-inner {
    background-color: #eb783e;  
    color: #19191C;
}

.orange-tooltip.show {
    opacity: 1 !important;
}

 

.orange-tooltip[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #eb783e !important;  
}

.orange-tooltip[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #eb783e !important;  
}

.orange-tooltip[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #eb783e !important;  
}

.orange-tooltip[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #eb783e !important;  
}

.loading-profile {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	font-size: 16px;
	top: 0;
	bottom: 0;
}

.image-listing {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
    margin: 0 0 40px 0;
    padding: 0;
}

.image-listing li {
    position: relative;
}

.image-listing img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

.remove-profile {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: rgba(0,0,0,0.5);
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: 4px;
	left: 5px;
    border: 1px solid #fff;
}

.remove-profile  span {
	display: flex;
	height: 24px;
}

.back-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.back-btn-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.08);
    font-size: 18px;
    transition: 0.3s all ease;
}

.back-btn:hover .back-btn-icon {
    background-color: rgba(0, 0, 0, .14);
}

.back-btn-text {
    font-size: 16px;
}

.hover-bg-light:hover {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.hr-2x {
    background-color: rgba(0, 0, 0, 0.08);
    height: 8px;
    opacity: 1;
    border-top:1px solid rgba(0, 0, 0, 0.04);
    border-bottom:1px solid rgba(0, 0, 0, 0.04);
    margin: 2rem 0;
}

.leading-none {
    line-height: 1 !important;
}

.w-100px {
    width: 100px !important;
}

.roleNav{ position:relative; margin:12px 0 18px; }

.roleNav__scroller{
  display:flex; gap:18px; align-items:center;
  overflow-x:auto; -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;
  padding:10px 0; 
}
.roleNav__scroller::-webkit-scrollbar{ display:none; }
.roleNav__scroller{ scrollbar-width:none; }

.roleNav__item{
  scroll-snap-align:start;
  flex:0 0 auto;
  text-decoration:none;
  color:#1f1f1f;
  display:flex; flex-direction:column; gap:6px;
  align-items:center; justify-content:center;
  padding:10px 12px;
  border-radius:12px;
  opacity:.55;
  transition:opacity .15s ease, transform .15s ease, background .15s ease;
}
.roleNav__item:hover{ opacity:1; transform:translateY(-1px); }
.roleNav__item.is-active{ opacity:1; font-weight:600; }
.roleNav__item.is-disabled{ pointer-events:none; }

.roleNav__icon{ font-size:26px; line-height:1; }
.roleNav__label{ font-size:13px; }

.roleNav__edge{
  position:absolute; top:50%; transform:translateY(-50%);
  z-index:2;
  display:inline-flex; align-items:center; gap:2px;
  text-decoration:none;
  border:0;
  background:rgba(255,255,255,.92);
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  border-radius:999px;
  padding:8px 8px;
  color:#1f1f1f;
}
.roleNav__edge--left{ left:0px; }
.roleNav__edge--right{ right:0px;   }
.roleNav__edgeText{ font-size:12px; letter-spacing:.04em; text-transform:uppercase;  font-weight: 600; }
.content-area { max-width: 400px;
    margin: 0 auto;
    text-align: center;
    width: 100%;}

.radio-item-advanced {
    text-align: left !important;
    justify-content: start;
  padding: 13px 20px;
  gap: 13px;
}

.radio-item-advanced:hover {
  background-color: rgba(0, 0, 0, .1);
}

input.custom-radio[type="radio"]:checked + .radio-item-advanced {
    background-color: #d5e6de;
}

@media (min-width: 992px){
  .roleNav__scroller{ overflow:visible; scroll-snap-type:none; padding:10px 0; gap:36px; display: flex; justify-content: center; }
  .roleNav__item{padding:10px 14px; }
  .content-area { margin: 20 auto; }
}

@media (max-width: 767px) {

    .modal-header-image {
        width: 30px;
        height: 30px;
        right: 20px;
    }
    .image-listing {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .back-btn-text {
        display: none;
    }
    .hr-2x {
        margin: 1.5rem 0;
    }
}
@media (min-width: 768px) {
    .col-sm-5-cols {
        width: 25%;
        float: left;
    }
    .btn-iconed-secondary.btn-md-xxl {
        height: 52px;
        font-weight: 900;
        padding-left: 60px;
       padding-right: 60px;
       font-size: 18px;
    }
    .w-md-auto {
        width: auto !important;
    }
    
}
@media (min-width:1300px) {
    .col-md-5-cols {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1301px) {
    .col-lg-5-cols {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1301px) {
    .col-lg-8-cols {
        width: 12.5%;
        float: left;
    }
}

@media (max-width: 767px) {
    .dropdown-menu.filter-dropdown-md-end {
      right: auto !important;
      left: 0 !important;
    }
  }
  