@font-face {
	font-family: 'Aiode Body';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('../fonts/GenerationSans-Medium.eot');
	src: url('../fonts/GenerationSans-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GenerationSans-Medium.woff2') format('woff2'),
		url('../fonts/GenerationSans-Medium.woff') format('woff'),
		url('../fonts/GenerationSans-Medium.ttf') format('truetype'),
		url('../fonts/GenerationSans-Medium.svg#AiodeBody') format('svg');
}
@font-face {
	font-family: 'Aiode Label';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('../fonts/GenerationSans-SemiBold.eot');
	src: url('../fonts/GenerationSans-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GenerationSans-SemiBold.woff2') format('woff2'),
		url('../fonts/GenerationSans-SemiBold.woff') format('woff'),
		url('../fonts/GenerationSans-SemiBold.ttf') format('truetype'),
		url('../fonts/GenerationSans-SemiBold.svg#AiodeLabel') format('svg');
}
@font-face {
	font-family: 'Aiode Heading';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('../fonts/GenerationSans-Bold.eot');
	src: url('../fonts/GenerationSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GenerationSans-Bold.woff2') format('woff2'),
		url('../fonts/GenerationSans-Bold.woff') format('woff'),
		url('../fonts/GenerationSans-Bold.ttf') format('truetype'),
		url('../fonts/GenerationSans-Bold.svg#AiodeHeading') format('svg');
}

h1,h2,h3,h4,h5,h6{
    font-family: "Aiode Label", Sans-serif;
}

p {
	font-family: "Aiode Body", Sans-serif;
}

h1{
    font-size: clamp(40px,6.081vw,90px);
    font-weight: bold;
    line-height: clamp(40px,6.081vw,90px);
}
h2{
    font-size: clamp(36px,4.73vw,70px);
    font-weight: bold;
    line-height: clamp(36px,4.73vw,70px);
}
h3{
    font-size:clamp(36px,3.784vw,56px);
    font-weight:bold;
    line-height:clamp(36px,3.784vw,60px);
}
h4{
    font-size:44px;
    font-weight:bold;
    line-height:48px;
}
h5{
    font-size:36px;
    font-weight:bold;
    line-height:44px;
}
h6{
    font-size:27px;
    font-weight:bold;
    line-height:29px;
}

/* Aiode Branded Big Button */
.elementor-button-branded-big .elementor-button {
 font-family: "Aiode Label", Sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: 18px;
 letter-spacing: 1.6px;
 text-transform: uppercase;
 background-color: #5703D3;
 color: #ffffff;
 border: 5px solid #7C31FF;
 border-radius:100px;
 box-shadow:none;
 outline:none;
 min-width:165px;
 padding:16px 25px;
 box-shadow: 0px 0px 44px 0px #7C31FF;
}

.elementor-button-branded-big .elementor-button:hover {
 background-color: #6F00FF;
 border: 5px solid #6F00FF;
 color: #ffffff;
  box-shadow: 0px 0px 0px 10px rgba(34, 34, 41, 0.67);
}
.elementor-button-branded-big .elementor-button.aiode-button-active,
.elementor-button-branded-big .aiode-button-active .elementor-button{
 background-color:#9361FF;
 border: 3px solid #9361FF;
 color: #ffffff;
 
 box-shadow:none;
}
.elementor-button-branded-big .aiode-button-disabled .elementor-button,
.elementor-button-branded-big .elementor-button.aiode-button-disabled,
.elementor-button-branded-big[disabled] .elementor-button,
.elementor-button-branded-big .elementor-button[disabled]{
  background-color:#6F00FF;
 border: 3px solid #6F00FF;
 color: #ffffff;
 opacity:0.5;
 cursor:no-drop;
  box-shadow:none;
}



/* Aiode Branded Secondary Button */
.elementor-button-branded-secondary .elementor-button {
    font-family: "Aiode Label", Sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: 18px;
 letter-spacing: 1.6px;
 text-transform: uppercase;
 background-color: #5703D3;
 color: #ffffff;
 border: 3px solid #7C31FF;
 border-radius:100px;
 box-shadow:none;
 outline:none;
 min-width:165px;
 padding:13px 25px;
 box-shadow: 0px 0px 44px 0px #7C31FF;
}

.elementor-button-branded-secondary .elementor-button:hover {
 background-color: transparent;
 border: 3px solid #6F00FF;
 color: #ffffff;
  box-shadow: none;
}
.elementor-button-branded-secondary .elementor-button.aiode-button-active,
.elementor-button-branded-secondary .aiode-button-active .elementor-button{
 background-color:#9361FF;
 border: 3px solid #9361FF;
 color: #ffffff;
 
 box-shadow:none;
}
.elementor-button-branded-secondary .aiode-button-disabled .elementor-button,
.elementor-button-branded-secondary .elementor-button.aiode-button-disabled,
.elementor-button-branded-secondary[disabled] .elementor-button,
.elementor-button-branded-secondary .elementor-button[disabled]{
  background-color:#6F00FF;
 border: 3px solid #6F00FF;
 color: #ffffff;
 opacity:0.5;
 cursor:no-drop;
  box-shadow:none;
}

/* Aiode Branded Button */
.elementor-button-branded .elementor-button {
    font-family: "Aiode Label", Sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: 18px;
 letter-spacing: 1.6px;
 text-transform: uppercase;
 background-color: #5703D3;
 color: #ffffff;
 border: 4px solid #7C31FF;
 border-radius:100px;
 box-shadow:none;
 outline:none;
 min-width:165px;
 padding:13px 25px;
 box-shadow: 0px 0px 44px 0px #7C31FF;
}

.elementor-button-branded .elementor-button:hover {
 background-color: #6F00FF;
 border: 4px solid #6F00FF;
 color: #ffffff;
  box-shadow: 0px 0px 0px 8px rgba(34, 34, 41, 0.67);
}
.elementor-button-branded .elementor-button.aiode-button-active,
.elementor-button-branded.aiode-button-active .elementor-button{
 background-color:#9361FF;
 border: 4px solid #9361FF;
 color: #ffffff;
 
 box-shadow:none;
}
.elementor-button-branded.aiode-button-disabled .elementor-button,
.elementor-button-branded .elementor-button.aiode-button-disabled,
.elementor-button-branded[disabled] .elementor-button,
.elementor-button-branded .elementor-button[disabled]{
  background-color:#6F00FF;
 border: 4px solid #6F00FF;
 color: #ffffff;
 opacity:0.5;
 cursor:no-drop;
  box-shadow:none;
}

/* Aiode Advanced Button */
.elementor-button-advance .elementor-button {
 font-family: "Aiode Label", Sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: 18px;
 letter-spacing: 1.6px;
 text-transform: uppercase;
 background-color: #962BE2;
 color: #ffffff;
 border: 1px solid #962BE2;
   border-radius:100px;
 box-shadow:none;
 outline:none;
  min-width:180px;
 padding:15px 25px;
}

.elementor-button-advance .elementor-button:hover {
 background-color: #A84DE9;
 border: 1px solid #A84DE9;
 color: #ffffff;
}

.elementor-button-advance .elementor-button.aiode-button-active,
.elementor-button-advance.aiode-button-active .elementor-button{
 background-color:#BB71F0;
 border: 1px solid #BB71F0;
 color: #ffffff;
}
.elementor-button-advance.aiode-button-disabled .elementor-button,
.elementor-button-advance .elementor-button.aiode-button-disabled,
.elementor-button-advance[disabled] .elementor-button,
.elementor-button-advance .elementor-button[disabled]{
 background-color:#962BE2;
 border: 1px solid #962BE2;
 color: #ffffff;
 opacity:0.5;
 cursor:no-drop;
}

/* Aiode Amber Button */
.elementor-button-amber .elementor-button {
 font-family: "Aiode Label", Sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: 18px;
 letter-spacing: 1.6px;
 text-transform: uppercase;
 background-color: #F7B000;
 color: #0E0E11;
 border: 5px solid #FFC83E;
   border-radius:100px;
 box-shadow:none;
 outline:none;
  min-width:180px;
 padding:13px 25px;
 box-shadow: 0px 0px 20px 0px #F7B000;

}

.elementor-button-amber .elementor-button:hover {
 background-color: #F7B000;
 border:5px solid #F7B000;
 color: #0E0E11;
 box-shadow: 0px 0px 0px 8px rgba(34, 34, 41, 0.67);
}

.elementor-button-amber .elementor-button.aiode-button-active,
.elementor-button-amber.aiode-button-active .elementor-button{
background-color: #F7B000;
 border:5px solid #F7B000;
 color: #0E0E11;
 box-shadow: none;
}
.elementor-button-amber.aiode-button-disabled .elementor-button,
.elementor-button-amber .elementor-button.aiode-button-disabled,
.elementor-button-amber[disabled] .elementor-button,
.elementor-button-amber .elementor-button[disabled]{
 background-color:#F7B000;
 border:1px solid #F7B000;
 color: #0E0E11;
 opacity:0.5;
 cursor:no-drop;
 box-shadow: none;
}

/* Aiode Normal Button */
.elementor-button-normal .elementor-button {
 font-family: "Aiode Label", Sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: 18px;
 letter-spacing: 1.6px;
 text-transform: uppercase;
 background-color: #7C7C91;
 color: #ffffff;
 border: 1px solid #7C7C91;
   border-radius:100px;
 box-shadow:none;
 outline:none;
  min-width:180px;
 padding:15px 25px;
}

.elementor-button-normal .elementor-button:hover {
 background-color: #A8A8B6;
 border:1px solid #A8A8B6;
 color: #ffffff;
}

.elementor-button-normal .elementor-button.aiode-button-active,
.elementor-button-normal.aiode-button-active .elementor-button{
 background-color:#C4C4CC;
 border:1px solid #C4C4CC;
 color: #ffffff;
}
.elementor-button-normal.aiode-button-disabled .elementor-button,
.elementor-button-normal .elementor-button.aiode-button-disabled,
.elementor-button-normal[disabled] .elementor-button,
.elementor-button-normal .elementor-button[disabled]{
 background-color:#7C7C91;
 border:1px solid #7C7C91;
 color: #ffffff;
 opacity:0.5;
 cursor:no-drop;
}

/* Aiode Dark Button */
.elementor-button-dark .elementor-button {
 font-family: "Aiode Label", Sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: 18px;
 letter-spacing: 1.6px;
 text-transform: uppercase;
 background-color: #0E0E11;
 color: #ffffff;
 border: 1px solid #0E0E11;
   border-radius:100px;
 box-shadow:none;
 outline:none;
  min-width:180px;
 padding:15px 25px;
}

.elementor-button-dark .elementor-button:hover {
 background-color: #151519;
 border: 1px solid #151519;
 color: #ffffff;
}

.elementor-button-dark .elementor-button.aiode-button-active,
.elementor-button-dark.aiode-button-active .elementor-button{
 background-color:#222229;
 border:1px solid #222229;
 color: #ffffff;
}
.elementor-button-dark.aiode-button-disabled .elementor-button,
.elementor-button-dark .elementor-button.aiode-button-disabled,
.elementor-button-dark[disabled] .elementor-button,
.elementor-button-dark .elementor-button[disabled]{
 background-color:#0E0E11;
 border:1px solid #0E0E11;
 color: #ffffff;
 opacity:0.5;
 cursor:no-drop;
}

/* Aiode Bright Button */
.elementor-button-white .elementor-button {
 font-family: "Aiode Label", Sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: 18px;
 letter-spacing: 1.6px;
 text-transform: uppercase;
 background-color: #FFFFFF;
 color: #0E0E11;
 border: 1px solid #FFFFFF;
   border-radius:100px;
 box-shadow:none;
 outline:none;
  min-width:180px;
 padding:15px 25px;
}

.elementor-button-white .elementor-button:hover {
 background-color: #F0F0F3;
 border: 1px solid #F0F0F3;
 color: #0E0E11;
}

.elementor-button-white .elementor-button.aiode-button-active,
.elementor-button-white.aiode-button-active .elementor-button{
 background-color:#E2E2E6;
 border:1px solid #E2E2E6;
 color: #0E0E11;
}
.elementor-button-white.aiode-button-disabled .elementor-button,
.elementor-button-white .elementor-button.aiode-button-disabled,
.elementor-button-white[disabled] .elementor-button,
.elementor-button-white .elementor-button[disabled]{
 background-color:#FFFFFF;
 border:1px solid #FFFFFF;
 color: #0E0E11;
 opacity:0.5;
 cursor:no-drop;
}

/* Aiode Alternative Button */
.elementor-button-alternative .elementor-button {
 font-family: "Aiode Label", Sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: 18px;
 letter-spacing: 1.6px;
 text-transform: uppercase;
 background-color: rgba(111, 0, 255, 0.00);

 color: #ffffff;
 border: 3px solid #6F00FF;
   border-radius:100px;
 box-shadow:none;
 outline:none;
  min-width:165px;
 padding:13px 25px;
}

.elementor-button-alternative .elementor-button:hover {
 background-color: #6F00FF;
 backdrop-filter: blur(12.5px);
 border: 3px solid #6F00FF;
 color: #ffffff;
}

.elementor-button-alternative .elementor-button.aiode-button-active,
.elementor-button-alternative.aiode-button-active .elementor-button{
 background-color: #6F00FF;
 backdrop-filter: blur(12.5px);
 border: 3px solid #6F00FF;
 color: #ffffff;
}
.elementor-button-alternative.aiode-button-disabled .elementor-button,
.elementor-button-alternative .elementor-button.aiode-button-disabled,
.elementor-button-alternative[disabled] .elementor-button,
.elementor-button-alternative .elementor-button[disabled]{
  background-color: #6F00FF;
 backdrop-filter: blur(12.5px);
 border: 3px solid #6F00FF;
 color: #ffffff;
 opacity:0.5;
 cursor:no-drop;
}
/*Aiode Font Adjustment*/
h1,h2,h3,h4,h5,h6, .aiode-no-letter-spacing{
 letter-spacing: 0px;
}
h1,h2,h3,h4,h5,h6, p, a{
 leading-trim: both;
 text-edge: cap;
 font-feature-settings: 'salt' on;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
::after,
::before {
    box-sizing: border-box;
}

html,
body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}


body{
    font-family: 'Aiode Body', Sans-serif;
  
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.36px;
    background-color: #0E0E11;
    color: #FFFFFF;
}



/*select2*/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}




.aiode-ui-select select+.select2-container .select2-selection--single {
    padding: 0px;
    border: 0px solid transparent;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    height: 65px;
    background: #101012;
}

.aiode-ui-select select+.select2-container .select2-selection__rendered {
    padding: 6px 24px;
    line-height: 50px;
    color: #878788;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on;
    font-family: "Aiode Body", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.36px;
}

body.aiode-subject-selected .aiode-ui-select select+.select2-container .select2-selection__rendered {
    color: #ffffff;
}

.aiode-ui-select select+.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 65px;
    position: absolute;
    top: 0px;
    right: 24px;
    width: 22px;
    text-align: center;
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0000009E transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0000009E transparent;
    border-width: 0 5px 6px 5px;
}



.select2-dropdown.select2-dropdown-updated {
    min-width: 220px;
    border: 0px solid transparent;
    border-radius: 0px 0px 10px 10px;
    background: #101012;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.8);
}



.select2-dropdown.select2-dropdown-updated ul li {
    padding: 8px 24px;
    color: ffffff;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on;
    font-family: "Aiode Body", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.36px;
}

.select2-dropdown.select2-dropdown-updated ul li:first-child {
    display: none !important;
}

.select2-dropdown.select2-dropdown-updated ul li.select2-results__option[aria-selected="true"],
.select2-dropdown.select2-dropdown-updated ul li.select2-results__option--highlighted[aria-selected="true"] {
    background-color: #6F00FF;
    color: #ffffff;
}

.select2-dropdown.select2-dropdown-updated ul li.select2-results__option--highlighted[aria-selected="false"] {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
}

.select2-container.select2-container--default:not(.select2-container--below) {
    margin-top: 32px;
}

.aiode-ui-select select+.select2-container.select2-container--default {
    margin-top: 0px !important;
}

.aiode-ui-select select+.select2-container.select2-container--default.select2-container--open {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
    .aiode-ui-select select+.select2-container .select2-selection__rendered {
        padding: 6px 14px;
        line-height: 32px;
        font-size: 14px;
    }

    .aiode-ui-select select+.select2-container .select2-selection--single {
        border-radius: 6px;
        height: 48px;
    }

    .select2-container.select2-container--default:not(.select2-container--below) {
        margin-top: 46px;
    }

    .select2-dropdown.select2-dropdown-updated ul li {
        padding: 8px 14px;
        font-size: 14px;
    }
}


