/* Minification failed. Returning unminified contents.
(172,26): run-time error CSS1038: Expected hex color, found '#0003'
 */
@font-face {
    font-family: 'NewFont';
    src: url("/Content/Fonts/NewFont_PG-ExtraBold.woff") format("woff");
    font-style: normal;
    font-weight: 900;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'NewFont';
    src: url("/Content/Fonts/NewFont_PG-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'NewFont';
    src: url("/Content/Fonts/NewFont_PG-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'NewFont';
    src: url("/Content/Fonts/NewFont_PG-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'icomoon';
    src: url('/Content/Fonts/icomoon.eot?mlqg4v');
    src: url('/Content/Fonts/icomoon.eot?mlqg4v#iefix') format('embedded-opentype'), url('/Content/Fonts/icomoon.ttf?mlqg4v') format('truetype'), url('/Content/Fonts/icomoon.woff?mlqg4v') format('woff'), url('/Content/Fonts/icomoon.svg?mlqg4v#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    font-display: swap;
}
  
.loadingicon {
    display: none;
  /*  width: 5%;
    height: 5%;*/
    position: fixed;
    left: 48vw;
    top: 50vh;
    z-index: 9999;
}

.sidePanel {
    background-color: transparent;
    position: static;
    margin-top: 110px;
    margin-bottom: 50px;
}

.sidePanel_frame {
    text-align:center;
    right:0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 580px;
    background-color: #fff;
    padding: 0;
    transition: right .6s ease-in-out;
    box-shadow: 0 0 20px #000;
}
.wrapper{
    direction: rtl;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.wrapper i[role=img][aria-hidden=true] {
    display: inline;
}

i[role=img][aria-hidden=true] {
    display: inline;
}

[class^=icon-], [class*=" icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




.eSim_support {
    margin: 10px;
    height: 100%;
}

.eSim_support .sidePanel_title {
    padding: 64px 56px 0;
    height: 180px;
}

#supportedDevices {
    padding-right: 48px;
    padding-left: 48px;
}

.eSim_support .sidePanel_title h3 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

.eSim_supportedDevices_search {
    overflow: hidden;
    position: relative;
    height: 50px;
    padding: 1px;
    margin-top: 28px;
    background: #eb0017;
    background: linear-gradient(to right,#eb0017 30%,#d600b5 100%);
}

.eSim_supportedDevices_search input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    border: 0;
    text-indent: 18px;
}

.eSim_supportedDevices_search button {
    background-color: #fff;
    border: 0;
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.wrapper button {
    cursor: pointer;
    color: #000;
    border-radius: 0;
}




.icon-magnify:after {
    content: "\e931" !important;
}

.supportedDevices_item {
    background-color: #fff;
    box-shadow: 0 0 13px #0003;
    padding: 20px 20px 6px;
}
a.supportedDevices_toggle {
    position: relative;
    display: flex;
    align-items: center;
    height: 58px;
    padding: 0 10px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    color: #000;
}

.supportedDevices_item h4 {
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    padding-bottom: 10px;
}

.supportedDevices_item li {
    /*border-top: 1px solid #e3e3e3;*/
    min-height: 52px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    text-align: start;
    direction: ltr;
}


.accordion-content {
    display: none;
    padding: 15px;
    border: 1px solid transparent;
    border-top: none;
    text-align: left;
}

.accordion-button {
    width: 100%;
    padding: 10px;
    text-align: right;
    border: 1px solid transparent;
    background-color: white;
    cursor: pointer;
    outline: none;
    height: 58px;
    padding: 0 10px;
    font-weight: 700;
    font-size: 18px;
}

    .accordion-button:after {
        /*content: '\002B';*/ /* Unicode character for "plus" sign (+) */
        float: left;
        border-style: solid;
        border-width: 0 5px 5px 0 !important;
        content: "";
        display: inline-block;
        padding: 3px;
        transform: rotate(135deg);
        vertical-align: middle;
    }

    .accordion-button.active:after {
        /*content: "\2212";*/ /* Unicode character for "minus" sign (−) */

        float: left;
        border-style: solid;
        border-width: 0 5px 5px 0 !important;
        content: "";
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        vertical-align: middle;
    }


@media screen and (max-width:650px) {

    .eSim_support .sidePanel_title {
        padding: 38px 12px 0;
        height: 180px;
    }

    #supportedDevices {
        padding-right: 5px;
        padding-left: 5px;
    }
}
