.intl-tel-input {
    position: relative;
    display: inline-block;
}

.intl-tel-input * {
    box-sizing: border-box;
}

.intl-tel-input .hide {
    display: none;
}
 
.intl-tel-input .v-hide {
    visibility: hidden;
}

.intl-tel-input input, .intl-tel-input input[type="tel"], .intl-tel-input input[type="text"] {
    position: relative;
    z-index: 0;
    padding-left: 36px;
    margin-left: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    padding: 1px;
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0px 0px 0px 8px;
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 6px;
    width: 0px;
    height: 0px;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 4px solid rgb(85, 85, 85);
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid rgb(85, 85, 85);
}

.intl-tel-input .country-list {
    position: absolute;
    direction: ltr;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 0px -1px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(239, 239, 239);
    white-space: nowrap;
    max-height: 230px;
    max-width: 390px;
    overflow-y: scroll;
    left: 2px;
    border-radius: 10px;
    top: 50px;
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.intl-tel-input .country-list .country {
    padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
    color: rgb(153, 153, 153);
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code, .intl-tel-input .country-list .flag-box {
    vertical-align: middle;
}

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box {
    margin-left: 6px;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type="tel"], .intl-tel-input.allow-dropdown input[type="text"], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type="tel"], .intl-tel-input.separate-dial-code input[type="text"] {
    padding-right: 15px;
    padding-left: 52px;
    margin-right: 0px;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    left: 0px;
    right: auto;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
    background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
    border-radius: 10px 0px 0px 10px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-right: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"] {
    padding-right: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"] {
    padding-right: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"] {
    padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"] {
    direction: ltr;
    padding-left: 90px !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 85px;
    padding: 0px 10px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"] {
    padding-right: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"] {
    padding-right: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"] {
    padding-right: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"] {
    padding-right: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px;
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    right: -1000px;
    z-index: 1060;
    padding: 1px;
}

.intl-tel-input.iti-container:hover {
    cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
    inset: 30px;
    position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px;
    line-height: 1.5em;
}

.iti-flag {
    width: 20px;
}

.iti-flag.be {
    width: 18px;
}

.iti-flag.ch {
    width: 15px;
}

.iti-flag.mc {
    width: 19px;
}

.iti-flag.ne {
    width: 18px;
}

.iti-flag.np {
    width: 13px;
}

.iti-flag.va {
    width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px;
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0px 0px;
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0px;
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0px;
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0px;
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0px;
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0px;
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0px;
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0px;
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0px;
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0px;
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0px;
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0px;
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0px;
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0px;
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0px;
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0px;
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0px;
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0px;
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0px;
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0px;
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0px;
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0px;
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0px;
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0px;
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0px;
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0px;
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0px;
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0px;
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0px;
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0px;
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0px;
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0px;
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0px;
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0px;
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0px;
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0px;
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0px;
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0px;
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0px;
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0px;
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0px;
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0px;
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0px;
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0px;
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0px;
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0px;
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px;
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px;
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px;
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0px;
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px;
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px;
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px;
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px;
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px;
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px;
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px;
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px;
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0px;
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px;
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px;
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px;
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px;
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0px;
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px;
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px;
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px;
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px;
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px;
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px;
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0px;
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0px;
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0px;
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px;
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px;
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px;
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px;
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px;
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px;
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px;
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px;
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px;
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px;
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px;
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px;
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px;
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px;
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px;
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px;
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px;
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px;
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px;
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px;
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px;
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px;
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px;
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px;
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px;
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px;
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px;
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px;
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px;
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px;
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px;
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px;
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px;
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0px;
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px;
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0px;
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0px;
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px;
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0px;
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px;
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px;
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0px;
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0px;
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0px;
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px;
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px;
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px;
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px;
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px;
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px;
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px;
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0px;
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px;
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px;
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px;
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px;
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px;
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px;
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0px;
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px;
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px;
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0px;
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px;
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px;
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px;
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px;
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px;
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px;
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px;
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px;
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px;
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0px;
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0px;
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px;
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px;
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px;
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px;
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px;
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px;
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px;
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px;
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px;
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px;
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px;
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px;
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px;
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px;
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px;
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px;
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px;
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0px;
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px;
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0px;
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px;
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px;
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px;
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px;
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px;
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px;
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0px;
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0px;
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px;
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px;
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px;
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0px;
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px;
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px;
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px;
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px;
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px;
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px;
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px;
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px;
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px;
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px;
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px;
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px;
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px;
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0px;
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px;
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0px;
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px;
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px;
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px;
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px;
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px;
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px;
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px;
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px;
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0px;
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px;
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px;
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0px;
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px;
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px;
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px;
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px;
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px;
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0px;
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px;
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px;
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0px;
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px;
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px;
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px;
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px;
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px;
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px;
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0px;
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px;
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px;
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0px;
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px;
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px;
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px;
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px;
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px;
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0px;
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px;
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px;
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px;
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px;
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px;
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px;
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px;
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0px;
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0px;
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px;
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px;
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0px;
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px;
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px;
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px;
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px;
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px;
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px;
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px;
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px;
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px;
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px;
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px;
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0px;
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px;
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px;
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: rgb(136, 136, 136) 0px 0px 1px 0px;
    background-image: url("../img/flags.png");
    background-repeat: no-repeat;
    background-color: rgb(219, 219, 219);
    background-position: 20px 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("../img/flags@2x.png");
    }
}

.iti-flag.np {
    background-color: transparent;
}

.intl-tel-input {
    width: 100%;
}

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    user-select: none;
    vertical-align: middle;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0px;
    border-radius: 0.25rem;
    transform: translate3d(0px, 0px, 0px);
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    line-height: 1.25;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0px;
    display: inline-block !important;
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
    text-align: center;
    z-index: 1;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(2, 117, 216);
    border-color: rgb(2, 117, 216);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(2, 90, 165);
    border-color: rgb(1, 84, 155);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.focus, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus {
    box-shadow: rgba(2, 117, 216, 0.5) 0px 0px 0px 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:disabled {
    background-color: rgb(2, 117, 216);
    border-color: rgb(2, 117, 216);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active, .show > .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.dropdown-toggle, .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(2, 90, 165);
    background-image: none;
    border-color: rgb(1, 84, 155);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary {
    color: rgb(41, 43, 44);
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:hover {
    color: rgb(41, 43, 44);
    background-color: rgb(230, 230, 230);
    border-color: rgb(173, 173, 173);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.focus, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:focus {
    box-shadow: rgba(204, 204, 204, 0.5) 0px 0px 0px 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.disabled, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:disabled {
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.active, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:active, .show > .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.dropdown-toggle, .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.dropdown-toggle {
    color: rgb(41, 43, 44);
    background-color: rgb(230, 230, 230);
    background-image: none;
    border-color: rgb(173, 173, 173);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
    color: rgb(255, 255, 255);
    background-color: rgb(91, 192, 222);
    border-color: rgb(91, 192, 222);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(49, 176, 213);
    border-color: rgb(42, 171, 210);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.focus, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:focus {
    box-shadow: rgba(91, 192, 222, 0.5) 0px 0px 0px 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.disabled, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:disabled {
    background-color: rgb(91, 192, 222);
    border-color: rgb(91, 192, 222);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active, .show > .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.dropdown-toggle, .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(49, 176, 213);
    background-image: none;
    border-color: rgb(42, 171, 210);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(92, 184, 92);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(68, 157, 68);
    border-color: rgb(65, 150, 65);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.focus, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:focus {
    box-shadow: rgba(92, 184, 92, 0.5) 0px 0px 0px 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.disabled, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:disabled {
    background-color: rgb(92, 184, 92);
    border-color: rgb(92, 184, 92);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active, .show > .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.dropdown-toggle, .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(68, 157, 68);
    background-image: none;
    border-color: rgb(65, 150, 65);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(240, 173, 78);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(236, 151, 31);
    border-color: rgb(235, 147, 22);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.focus, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:focus {
    box-shadow: rgba(240, 173, 78, 0.5) 0px 0px 0px 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.disabled, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:disabled {
    background-color: rgb(240, 173, 78);
    border-color: rgb(240, 173, 78);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active, .show > .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.dropdown-toggle, .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(236, 151, 31);
    background-image: none;
    border-color: rgb(235, 147, 22);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(217, 83, 79);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(201, 48, 44);
    border-color: rgb(193, 46, 42);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.focus, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:focus {
    box-shadow: rgba(217, 83, 79, 0.5) 0px 0px 0px 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.disabled, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:disabled {
    background-color: rgb(217, 83, 79);
    border-color: rgb(217, 83, 79);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active, .show > .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.dropdown-toggle, .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(201, 48, 44);
    background-image: none;
    border-color: rgb(193, 46, 42);
}

.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.bootstrap-switch input[type="checkbox"], .bootstrap-switch input[type="radio"] {
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: -1;
    position: absolute !important;
}

.bootstrap-switch.bootstrap-switch-mini {
    min-width: 71px;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.bootstrap-switch.bootstrap-switch-small {
    min-width: 60px;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 12px 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.bootstrap-switch.bootstrap-switch-large {
    min-width: 120px;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-indeterminate, .bootstrap-switch.bootstrap-switch-readonly {
    cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
    opacity: 0.5;
    cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    transition: margin-left 0.5s ease 0s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-radius: 0px 0.25rem 0.25rem 0px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-radius: 0.25rem 0px 0px 0.25rem;
}

.bootstrap-switch.bootstrap-switch-focused {
    box-shadow: rgba(2, 117, 216, 0.5) 0px 0px 0px 2px;
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.md-editor {
    display: block;
    border: 1px solid rgb(221, 221, 221);
}

.md-editor .md-footer, .md-editor > .md-header {
    display: block;
    padding: 6px 4px;
    background: rgb(245, 245, 245);
    border-radius: 0px 0px 5px 5px;
}

.md-editor > .md-header {
    margin: 0px;
}

.md-editor > .md-preview {
    background: rgb(255, 255, 255);
    border-top: 1px dashed rgb(221, 221, 221);
    border-bottom: 1px dashed rgb(221, 221, 221);
    min-height: 10px;
    overflow: auto;
}

.md-editor > textarea {
    font-size: 14px;
    outline: 0px;
    margin: 0px;
    display: block;
    padding: 0px;
    width: 100%;
    border-width: 1px 0px;
    border-right-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: dashed;
    border-top-color: rgb(221, 221, 221);
    border-bottom-style: dashed;
    border-bottom-color: rgb(221, 221, 221);
    border-radius: 0px;
    box-shadow: none;
    background: rgb(238, 238, 238);
}

.md-editor > textarea:focus {
    box-shadow: none;
    background: rgb(255, 255, 255);
}

.md-editor.active {
    border-color: rgb(102, 175, 233);
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
}

.md-editor .md-controls {
    float: left;
    padding: 3px;
}

.md-editor .md-controls .md-control {
    left: 5px;
    color: rgb(190, 190, 190);
    padding: 3px 3px 3px 10px;
}

.md-editor .md-controls .md-control:hover {
    color: rgb(51, 51, 51);
}

.md-editor.md-fullscreen-mode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99999;
    padding: 60px 30px 15px;
    background: rgb(255, 255, 255) !important;
    border: 0px !important;
}

.md-editor.md-fullscreen-mode .md-footer {
    display: none;
}

.md-editor.md-fullscreen-mode .md-input, .md-editor.md-fullscreen-mode .md-preview {
    color: rgb(153, 153, 153);
    margin: 0px auto !important;
    height: 100% !important;
    font-size: 20px !important;
    padding: 20px !important;
    line-height: 1.6em !important;
    resize: none !important;
    box-shadow: none !important;
    background: rgb(255, 255, 255) !important;
    border: 0px !important;
}

.md-editor.md-fullscreen-mode .md-preview {
    color: rgb(51, 51, 51);
    overflow: auto;
}

.md-editor.md-fullscreen-mode .md-input:focus, .md-editor.md-fullscreen-mode .md-input:hover {
    color: rgb(51, 51, 51);
    background: rgb(255, 255, 255) !important;
}

.md-editor.md-fullscreen-mode .md-header {
    background: 0px 0px;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 20px;
}

.md-editor.md-fullscreen-mode .btn-group {
    float: none;
}

.md-editor.md-fullscreen-mode .btn {
    border: 0px;
    background: 0px 0px;
    color: rgb(179, 179, 179);
}

.md-editor.md-fullscreen-mode .btn.active, .md-editor.md-fullscreen-mode .btn:active, .md-editor.md-fullscreen-mode .btn:focus, .md-editor.md-fullscreen-mode .btn:hover {
    box-shadow: none;
    color: rgb(51, 51, 51);
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: left;
    z-index: 1002;
    display: block;
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
    color: rgb(179, 179, 179);
    clear: left;
    margin: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.md-editor.md-fullscreen-mode .md-editor {
    position: relative;
    height: 100% !important;
}

.md-editor .md-fullscreen-controls {
    display: none;
}

.md-nooverflow {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

table.dataTable {
    clear: both;
    border-spacing: 0px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
}

table.dataTable td, table.dataTable th {
    box-sizing: content-box;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
}

table.dataTable.nowrap td, table.dataTable.nowrap th {
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: right;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    height: 45px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 0.5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0px;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0px;
    white-space: nowrap;
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 200px;
    margin-right: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0px;
}

table.dataTable > thead > tr > td:active, table.dataTable > thead > tr > th:active {
    outline: 0px;
}

table.dataTable > thead > tr > td:not(.sorting_disabled), table.dataTable > thead > tr > th:not(.sorting_disabled) {
    padding-left: 30px;
}

table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_asc_disabled, table.dataTable > thead .sorting_desc, table.dataTable > thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable > thead .sorting::after, table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_desc_disabled::after, table.dataTable > thead .sorting_desc_disabled::before {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
    display: none;
}

table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_desc_disabled::before {
    left: 1em;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ";
}

table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_desc_disabled::after {
    left: 0.5em;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
}

table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::after {
    opacity: 1;
}

table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc_disabled::after {
    opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0px !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

div.dataTables_scrollBody table thead .sorting::after, div.dataTables_scrollBody table thead .sorting::before, div.dataTables_scrollBody table thead .sorting_asc::after, div.dataTables_scrollBody table thead .sorting_asc::before, div.dataTables_scrollBody table thead .sorting_desc::after, div.dataTables_scrollBody table thead .sorting_desc::before {
    display: none;
}

div.dataTables_scrollBody table tbody tr:first-child td, div.dataTables_scrollBody table tbody tr:first-child th {
    border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    border-top: none;
    margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-left: 20px;
}

table.dataTable.table-sm .sorting::before, table.dataTable.table-sm .sorting_asc::before, table.dataTable.table-sm .sorting_desc::before {
    top: 5px;
    left: 0.85em;
}

table.dataTable.table-sm .sorting::after, table.dataTable.table-sm .sorting_asc::after, table.dataTable.table-sm .sorting_desc::after {
    top: 5px;
}

table.table-bordered.dataTable {
    border-left-width: 0px;
}

table.table-bordered.dataTable td, table.table-bordered.dataTable th {
    border-right-width: 0px;
}

table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable th:last-child {
    border-left-width: 1px;
}

table.table-bordered.dataTable tbody td, table.table-bordered.dataTable tbody th {
    border-bottom-width: 0px;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0px;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0px;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-right: 0px;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-left: 0px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
    cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child::before {
    display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    top: 50%;
    right: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: rgb(255, 255, 255);
    border: 0.15em solid rgb(255, 255, 255);
    border-radius: 1em;
    box-shadow: rgb(68, 68, 68) 0px 0px 0.2em;
    box-sizing: content-box;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: rgb(2, 117, 216);
    text-indent: 0px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
    content: "-";
    background-color: rgb(211, 51, 51);
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
    padding-right: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control::before {
    right: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > td.dtr-control, table.dataTable.dtr-column > tbody > tr > th.control, table.dataTable.dtr-column > tbody > tr > th.dtr-control {
    position: relative;
    cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > td.dtr-control::before, table.dataTable.dtr-column > tbody > tr > th.control::before, table.dataTable.dtr-column > tbody > tr > th.dtr-control::before {
    top: 50%;
    right: 50%;
    height: 0.8em;
    width: 0.8em;
    margin-top: -0.5em;
    margin-right: -0.5em;
    display: block;
    position: absolute;
    color: rgb(255, 255, 255);
    border: 0.15em solid rgb(255, 255, 255);
    border-radius: 1em;
    box-shadow: rgb(68, 68, 68) 0px 0px 0.2em;
    box-sizing: content-box;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: rgb(2, 117, 216);
    text-indent: 0px !important;
}

table.dataTable.dtr-column > tbody > tr.parent td.control::before, table.dataTable.dtr-column > tbody > tr.parent td.dtr-control::before, table.dataTable.dtr-column > tbody > tr.parent th.control::before, table.dataTable.dtr-column > tbody > tr.parent th.dtr-control::before {
    content: "-";
    background-color: rgb(211, 51, 51);
}

table.dataTable > tbody > tr.child {
    padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
    background: 0px 0px !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: 1px solid rgb(239, 239, 239);
    padding: 0.5em 0px;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
    padding-top: 0px;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
    border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: 700;
}

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
    position: absolute;
    inset: 0px;
    width: 50%;
    height: 50%;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: rgb(245, 245, 247);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 12px 30px;
}

div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid rgb(234, 234, 234);
    background-color: rgb(249, 249, 249);
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
    background-color: rgb(234, 234, 234);
}

div.dtr-modal div.dtr-modal-background {
    position: fixed;
    inset: 0px;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%;
    }
}

div.dtr-bs-modal table.table tr:first-child td {
    border-top: none;
}

table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > th:first-child::before {
    top: 5px;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.multiselect-container .input-group {
    margin: 5px;
}

.multiselect-container > li {
    padding: 0px;
}

.multiselect-container > li > a.multiselect-all label {
    font-weight: 700;
}

.multiselect-container > li.multiselect-group label {
    margin: 0px;
    padding: 3px 20px;
    height: 100%;
    font-weight: 700;
}

.multiselect-container > li.multiselect-group-clickable label {
    cursor: pointer;
}

.multiselect-container > li > a {
    padding: 0px;
}

.multiselect-container > li > a > label {
    margin: 0px;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px;
}

.multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
    margin: 0px;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
    margin-bottom: 5px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type="checkbox"], .form-inline .multiselect-container li a label.radio input[type="radio"] {
    margin-right: -20px;
    margin-left: 0px;
}

.icheckbox_square-blue, .iradio_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    width: 22px;
    height: 22px;
    background: url("blue.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0px 0px;
}

.icheckbox_square-blue.hover {
    background-position: -24px 0px;
}

.icheckbox_square-blue.checked {
    background-position: -48px 0px;
}

.icheckbox_square-blue.disabled {
    background-position: -72px 0px;
    cursor: default;
}

.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0px;
}

.iradio_square-blue {
    background-position: -120px 0px;
}

.iradio_square-blue.hover {
    background-position: -144px 0px;
}

.iradio_square-blue.checked {
    background-position: -168px 0px;
}

.iradio_square-blue.disabled {
    background-position: -192px 0px;
    cursor: default;
}

.iradio_square-blue.checked.disabled {
    background-position: -216px 0px;
}

@media (-o-min-device-pixel-ratio: 54), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-blue, .iradio_square-blue {
        background-image: url("blue@2x.png");
        background-size: 240px 24px;
    }
}

form[data-role="json-form"] .has-error input.form-control, form[data-role="json-form"] .has-error select.form-control, form[data-role="json-form"] .has-error textarea.form-control {
    background-color: rgb(255, 240, 240);
    transition: all 0.2s ease 0s;
}

form[data-role="json-form"] .has-error .tooltip-inner {
    background-color: rgb(157, 42, 11);
}

form[data-role="json-form"] .has-error .tooltip.top .tooltip-arrow {
    border-top-color: rgb(157, 42, 11);
}

.modal-metric-pricing .modal-body, .modal-metric-pricing .modal-footer, .modal-metric-pricing .modal-header {
    border: 0px;
    text-align: center !important;
}

.select-account {
    margin: 20px auto;
    padding: 0px;
    border-top: 1px solid rgb(221, 221, 221);
}

.select-account a {
    display: block;
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    text-decoration: none;
}

.select-account a.disabled {
    opacity: 0.5;
}

.select-account a:hover {
    background-color: rgb(246, 246, 246);
}

.continue-container {
    margin: 40px auto;
    padding: 20px;
    background-color: rgb(246, 246, 246);
    border: 1px solid rgb(238, 238, 238);
    max-width: 500px;
}

.invite-box {
    margin: 20px 0px;
    padding: 20px;
    background-color: rgb(246, 246, 246);
    border: 1px solid rgb(238, 238, 238);
}

@media print {
    #main-menu, #top-nav, .header-lined, .sidebar {
        display: none;
    }

    a[href]::after {
        content: "" !important;
    }
}

.admin-masquerade-notice {
    margin: 25px 0px 0px auto;
    padding: 4px 10px;
    max-width: 240px;
    font-family: Tahoma;
    font-size: 0.7em;
    text-align: left;
}

.admin-masquerade-notice a {
    text-decoration: none;
}

a.admin-inline-edit {
    margin-right: 6px;
    font-weight: 400;
    color: rgb(136, 136, 136);
}

a.admin-inline-edit:hover {
    color: rgb(68, 68, 68);
    text-decoration: none;
}

.licensing-addon-latest-download h3 {
    margin-top: 0px;
}

.input-inline {
    display: inline-block;
}

.input-inline-100 {
    width: 100px;
}

.select-inline {
    display: inline-block;
    width: auto;
}

.form-group .field-error-msg {
    display: none;
    font-size: 0.85em;
    color: rgb(204, 0, 0);
}

.form-group.has-error .field-error-msg {
    display: block;
}

#fullpage-overlay {
    display: table;
    position: fixed;
    z-index: 1000;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
}

#fullpage-overlay .outer-wrapper {
    position: relative;
    height: 100%;
}

#fullpage-overlay .inner-wrapper {
    position: absolute;
    top: 50%;
    right: 50%;
    height: 30%;
    width: 50%;
    margin: -3% 0px 0px -25%;
    text-align: center;
}

#fullpage-overlay .msg {
    display: inline-block;
    padding: 20px;
    max-width: 400px;
}

.has-feedback label ~ .form-control-feedback {
    top: 27px !important;
}

.has-error button {
    border-color: rgb(169, 68, 66);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
}

.btn {
    overflow: hidden;
}

.is-warning ~ .warning-feedback, .is-warning ~ .warning-tooltip {
    display: block;
}

.form-control.is-warning {
    border-color: var(--warning);
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1.0625em' height='1em' viewBox='0 0 17 16'%3e%3cpath fill='%23ffc107' d='M7.938 2.016a.146.146 0 0 0-.054.057L1.027 13.74a.176.176 0 0 0-.002.183c.016.03.037.05.054.06.015.01.034.017.066.017h13.713a.12.12 0 0 0 .066-.017.163.163 0 0 0 .055-.06.176.176 0 0 0-.003-.183L8.12 2.073a.146.146 0 0 0-.054-.057A.13.13 0 0 0 8.002 2a.13.13 0 0 0-.064.016zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z'/%3e%3cpath d='M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-warning:focus {
    border-color: var(--warning);
    box-shadow: rgba(255, 193, 7, 0.25) 0px 0px 0px 0.2rem;
}

.w-text-09 {
    font-size: 0.9em;
}

.width-fixed-20 {
    width: 20px;
}

.width-fixed-60 {
    width: 60px;
}

.w-hidden {
    display: none;
}

span.caret {
    display: none;
}

.card .bootstrap-switch {
    overflow-wrap: initial;
}

.line-height-reduced {
    line-height: 0.8;
}

.iradio_square-blue {
    margin-left: 6px;
}

.cc-payment-form .control-label {
    text-align: left;
}

.primary-bg-color {
    background-color: rgb(247, 250, 255);
}

header.header {
    background-color: rgb(255, 255, 255);
}

header.header .topbar {
    margin: 0px;
    padding: 2px 0px;
    background-color: rgb(64, 64, 64);
    color: rgba(255, 255, 255, 0.65);
}

header.header .topbar .btn {
    line-height: 1;
    color: rgba(255, 255, 255, 0.65);
}

header.header .topbar .active-client {
    line-height: 1;
}

header.header .topbar .active-client .input-group-text {
    padding: 0.25rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    background-color: transparent;
    border: 0px;
}

header.header .topbar .active-client .btn {
    color: rgba(255, 255, 255, 0.65);
}

header.header .topbar .active-client .btn.btn-active-client span {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.65);
}

header.header .logo-img {
    max-width: 400px;
    max-height: 60px;
}

header.header .user-icon {
    font-size: 2em;
    color: rgb(135, 147, 159);
}

header.header .btn {
    font-size: 20px;
}

header.header .btn.focus, header.header .btn:focus {
    box-shadow: none;
}

header.header .search {
    width: 325px;
    border-radius: 0.25rem;
    background-color: rgb(241, 241, 241);
    border: 0px;
}

header.header .search .btn, header.header .search .form-control {
    border: 0px;
}

header.header .search .btn {
    color: rgb(165, 165, 165);
}

header.header .search:focus-within {
    border-color: rgb(165, 165, 165);
}

header.header .main-navbar-wrapper {
    padding: 0px;
}

header.header .main-navbar-wrapper .navbar-collapse {
    padding: 0.5rem 1rem;
}

header.header .navbar a {
    color: rgb(60, 60, 60);
}

header.header .navbar-nav a {
    font-size: 15px;
}

header.header .dropdown-item.active, header.header .dropdown-item:active {
    background-color: rgb(243, 246, 249);
}

.master-breadcrumb {
    color: rgb(26, 111, 195);
    background-color: rgb(247, 250, 255);
    border: 1px solid rgb(223, 233, 247);
    border-radius: 5px;
    padding: 3px;
}

.master-breadcrumb .breadcrumb {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

.card {
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease-in-out 0s;
    position: relative;
    border: 0px solid transparent;
    border-radius: 10px;
    box-shadow: 0 12px 23px 0 rgb(225 243 255);
}

@media only screen and (max-width: 575px) {
    .card {
        margin-bottom: 0.938rem;
    }
}

.card-body {
    padding: 1rem;
}

@media only screen and (max-width: 575px) {
    .card-body {
        padding: 1rem;
    }
}

.card-title {
    font-size: 20px;
    font-weight: 500;
    color: #006ab5;
    text-transform: capitalize;
}

.card-title--large {
    font-size: 1.5rem;
}

.card-title--medium {
    font-size: 1rem;
}

.card-title--small {
    font-size: 0.875rem;
}

.card-header {
    border-color: rgb(240, 241, 245);
    position: relative;
    background: 0px 0px;
    padding: 1.5rem 1.875rem 1.25rem;
    display: block;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .card-header {
        padding: 1.25rem 1rem;
    }
}

[data-theme-version="dark"] .card-header {
    border-color: rgb(51, 58, 84);
}

.card-header .card-title {
    margin-bottom: 0px;
}

.card-header .subtitle {
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.5;
}

.card-footer {
    border-color: rgb(240, 241, 245);
    background: 0px 0px;
    padding: 1.25rem 1.875rem;
    display: none;
}

[data-theme-version="dark"] .card-footer {
    border-color: rgb(51, 58, 84);
}

@media only screen and (max-width: 575px) {
    .card-footer {
        padding: 1rem;
    }
}

.transparent-card.card {
    background: 0px 0px;
    border: 1px solid transparent;
    box-shadow: none;
}

.card-action > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border-color: transparent;
    text-align: center;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    margin-right: 8px;
}

[data-theme-version="dark"] .card-action > a {
    background: rgb(24, 31, 57);
}

.card-action > a:last-child {
    margin-right: 0px;
}

.card-action > a:focus, .card-action > a:hover {
    background: rgb(0, 0, 0);
}

[data-theme-version="dark"] .card-action > a:focus, [data-theme-version="dark"] .card-action > a:hover {
    background: rgb(24, 31, 57);
}

.card-action > a i, .card-action > a span {
    font-size: 1rem;
}

.card-action .dropdown {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border-color: transparent;
    text-align: center;
    margin-right: 8px;
    top: -2px;
    position: relative;
    display: inline-block;
    background: rgb(0, 0, 0);
    color: rgb(100, 24, 195);
}

[data-theme-version="dark"] .card-action .dropdown {
    background: rgb(24, 31, 57);
}

.card-action .dropdown:focus, .card-action .dropdown:hover {
    background: rgb(0, 0, 0);
}

[data-theme-version="dark"] .card-action .dropdown:focus, [data-theme-version="dark"] .card-action .dropdown:hover {
    background: rgb(24, 31, 57);
}

.card-action .dropdown .btn {
    padding: 0px;
    line-height: 27px;
    color: rgb(255, 255, 255);
}

.card-action .dropdown .btn:focus {
    box-shadow: none;
}

.card-fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: auto;
}

.card-loader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
}

.card-loader i {
    margin: 0px auto;
    background: rgb(84, 20, 163);
    padding: 10px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 1rem;
}

.rotate-refresh {
    animation: 0.8s linear 0s infinite normal none running mymove;
    display: inline-block;
}

.card-header .date_picker {
    display: inline-block;
    padding: 8px;
    border: 1px solid rgb(240, 241, 245);
    cursor: pointer;
    border-radius: 0.375rem;
}

.card-header .border-0 {
    padding-bottom: 0px;
}

@-webkit-keyframes mymove {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes mymove {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.primary-content .card {
    margin-bottom: 25px;
}

.primary-content .card.mw-540 {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
}

.primary-content .card.mw-750 {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.primary-content .card-body {
    padding: 20px;
    overflow: auto;
}

@media (min-width: 768px) {
    .primary-content .card-body.extra-padding {
        padding: 1.8rem;
    }
}

@media (min-width: 1200px) {
    .primary-content .card-body.extra-padding {
        padding: 3rem;
    }
}

.primary-content .card-title {
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 15px;
}

.card .show-on-card-hover {
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.card:hover .show-on-card-hover {
    opacity: 1;
}

h1 .show-on-hover, h2 .show-on-hover, h3 .show-on-hover, h4 .show-on-hover, h5 .show-on-hover, h6 .show-on-hover {
    opacity: 0;
    transition: all 0.5s ease 0s;
}

h1:hover .show-on-hover, h2:hover .show-on-hover, h3:hover .show-on-hover, h4:hover .show-on-hover, h5:hover .show-on-hover, h6:hover .show-on-hover {
    opacity: 1;
}

@media (min-width: 768px) {
    .btn-return-to-admin {
        top: 425px;
        left: 0px;
        text-decoration: none;
        transform: rotate(90deg);
        transform-origin: left top;
        z-index: 500;
        position: fixed !important;
        padding: 5px 15px !important;
        background-color: rgb(215, 215, 215) !important;
        color: rgb(119, 119, 119) !important;
        font-size: 0.9rem !important;
        border-radius: 0px 0px 3px 3px !important;
    }

    .btn-return-to-admin:hover {
        text-decoration: none;
        background-color: rgb(205, 205, 205) !important;
        color: rgb(68, 68, 68) !important;
    }
}

.btn-return-to-admin .floating {
    top: 425px;
    left: 0px;
    text-decoration: none;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 500;
    position: fixed !important;
    padding: 5px 15px !important;
    background-color: rgb(215, 215, 215) !important;
    color: rgb(119, 119, 119) !important;
    font-size: 0.9rem !important;
    border-radius: 0px 0px 3px 3px !important;
}

.btn-return-to-admin .floating:hover {
    text-decoration: none;
    background-color: rgb(205, 205, 205) !important;
    color: rgb(68, 68, 68) !important;
}

.form-control:focus {
    box-shadow: none;
}

.input-group .btn-reveal-pw {
    border-right: 0px;
}

.input-group .btn-reveal-pw:active, .input-group .btn-reveal-pw:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 102, 153);
    border-color: rgb(204, 204, 204);
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.network-issue-alert {
    padding: 9px 10px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
    font-size: 0.9rem;
}

.form-check-inline {
    display: initial;
}

@media (max-width: 991.98px) {
    .licensing-verification h3 {
        font-size: 1.4em;
    }
}

@media (max-width: 767.98px) {
    .licensing-verification h3 {
        font-size: 1em;
    }
}

@media (max-width: 991.98px) {
    .licensing-verification h2 {
        font-size: 1.7em;
    }
}

@media (max-width: 767.98px) {
    .licensing-verification h2 {
        font-size: 1.2em;
    }
}

.licensing-verification .secondary-input-submit {
    display: none;
}

@media (max-width: 767.98px) {
    .licensing-verification .input-group .input-group-append {
        display: none;
    }

    .licensing-verification .input-group input {
        border-radius: 0px 6px 6px 0px !important;
    }

    .licensing-verification .secondary-input-submit {
        display: block;
        padding-top: 0.5em;
    }
}

.btn-default {
    color: rgb(51, 51, 51);
    background-color: rgb(249, 249, 249);
    border-color: rgb(239, 239, 239);
    padding: 0.375rem 0.5rem;
}

.btn-default.focus, .btn-default:focus {
    color: rgb(51, 51, 51);
    background-color: rgb(247, 251, 255);
    border-color: rgb(230, 238, 247);
}

.btn-default:hover {
    color: rgb(51, 51, 51);
    background-color: rgb(247, 251, 255);
    border-color: rgb(230, 238, 247);
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: rgb(51, 51, 51);
    background-color: rgb(247, 251, 255);
    border-color: rgb(230, 238, 247);
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: rgb(51, 51, 51);
    background-color: rgb(247, 251, 255);
    border-color: rgb(230, 238, 247);
}

.btn-default.disabled {
    border-color: rgb(230, 238, 247);
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(204, 204, 204) !important;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 3px;
}

.modal-header > .close {
    color: inherit;
}

.bg-color-gold {
    background-color: rgb(240, 173, 78);
}

.bg-color-green {
    background-color: rgb(92, 184, 92);
}

.bg-color-red {
    background-color: rgb(217, 83, 79);
}

.bg-color-blue {
    background-color: rgb(91, 192, 222);
}

.bg-color-orange {
    background-color: rgb(255, 102, 0);
}

.bg-color-pink {
    background-color: rgb(230, 113, 184);
}

.bg-color-purple {
    background-color: rgb(123, 79, 157);
}

.bg-color-lime {
    background-color: rgb(140, 191, 38);
}

.bg-color-magenta {
    background-color: rgb(255, 0, 151);
}

.bg-color-teal {
    background-color: rgb(0, 171, 169);
}

.bg-color-turquoise {
    background-color: rgb(26, 188, 156);
}

.bg-color-emerald {
    background-color: rgb(46, 204, 113);
}

.bg-color-amethyst {
    background-color: rgb(155, 89, 182);
}

.bg-color-wet-asphalt {
    background-color: rgb(0, 66, 88);
}

.bg-color-midnight-blue {
    background-color: rgb(44, 62, 80);
}

.bg-color-sun-flower {
    background-color: rgb(241, 196, 15);
}

.bg-color-pomegranate {
    background-color: rgb(192, 57, 43);
}

.bg-color-silver {
    background-color: rgb(189, 195, 199);
}

.bg-color-asbestos {
    background-color: rgb(127, 140, 141);
}

.label-default {
    background-color: rgb(102, 102, 102);
}

.label-success {
    background-color: rgb(92, 184, 92);
}

.label-info {
    background-color: rgb(91, 192, 222);
}

.label-warning {
    background-color: rgb(240, 173, 78);
}

.label-danger {
    background-color: rgb(217, 83, 79);
}

.status-pending {
    background-color: rgb(217, 83, 79);
}

.status-pending.transfer {
    background-color: rgb(240, 173, 78);
}

.status-active, .status-completed, .status-open {
    background-color: rgb(92, 184, 92);
}

.status-suspended {
    background-color: rgb(240, 173, 78);
}

.status-customer-reply {
    background-color: rgb(255, 102, 0);
}

.status-fraud {
    background-color: rgb(0, 0, 0);
}

.status-answered {
    background-color: rgb(123, 79, 157);
}

.status-expired, .status-transferred.away {
    background-color: rgb(0, 66, 88);
}

.status-terminated {
    background-color: rgb(102, 102, 102);
}

.status-onhold {
    background-color: rgb(51, 102, 153);
}

.status-inprogress {
    background-color: rgb(192, 57, 43);
}

.status-closed {
    background-color: rgb(135, 147, 159);
}

.status-paid {
    background-color: rgb(92, 184, 92);
}

.status-unpaid {
    background-color: rgb(217, 83, 79);
}

.status-cancelled {
    background-color: rgb(135, 147, 159);
}

.status-collections {
    background-color: rgb(44, 62, 80);
}

.status-refunded {
    background-color: rgb(240, 173, 78);
}

.status-payment-pending {
    background-color: rgb(51, 102, 153);
}

.status-delivered {
    background-color: rgb(51, 102, 153);
}

.status-accepted {
    background-color: rgb(92, 184, 92);
}

.status-dead, .status-lost {
    background-color: rgb(0, 0, 0);
}

.requestor-type-operator {
    background-color: rgb(91, 192, 222);
}

.requestor-type-owner {
    background-color: rgb(92, 184, 92);
}

.requestor-type-authorizeduser {
    background-color: rgb(102, 102, 102);
}

.requestor-type-externaluser {
    background-color: rgb(240, 173, 78);
}

.requestor-type-subaccount {
    background-color: rgb(102, 102, 102);
}

.requestor-type-guest {
    background-color: rgb(135, 147, 159);
}

.responsive-tabs-sm-connector {
    display: none;
}

@media (max-width: 767.98px) {
    .responsive-tabs-sm {
        border-width: 1px 1px 0px;
        border-right-style: solid;
        border-right-color: rgb(221, 221, 221);
        background: rgb(255, 255, 255);
        width: 90%;
        border-top-style: solid;
        border-top-color: rgb(221, 221, 221);
        border-left-style: solid;
        border-left-color: rgb(221, 221, 221);
        border-bottom-style: initial;
        border-bottom-color: initial;
        margin-left: 0px;
        border-radius: 4px 4px 4px 0px;
    }

    .responsive-tabs-sm .nav-item {
        margin-right: 5px;
        margin-bottom: 0px;
        width: 100%;
        margin-left: 0px !important;
        border-bottom: 1px solid rgb(221, 221, 221) !important;
    }

    .responsive-tabs-sm .nav-item a {
        width: 100%;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
        border-image: initial;
        padding: 7px 15px !important;
        border-bottom: 0px !important;
        border-radius: 0px !important;
    }

    .responsive-tabs-sm .nav-item a.active {
        border: 0px;
        font-weight: 700;
        background-color: rgb(255, 255, 255) !important;
    }

    .responsive-tabs-sm .nav-item:first-child a {
        border-radius: 0px 4px 0px 0px !important;
    }

    .responsive-tabs-sm .nav-item:last-child {
        border-radius: 0px 0px 4px !important;
    }

    .responsive-tabs-sm .nav-item:last-child a {
        border-radius: 0px 0px 4px !important;
    }

    .responsive-tabs-sm-connector {
        display: block;
    }

    .responsive-tabs-sm-connector .channel {
        float: right;
        background: rgb(255, 255, 255);
        width: 6px;
        height: 5px;
        border-left: 1px solid rgb(221, 221, 221);
    }

    .responsive-tabs-sm-connector .bottom-border {
        margin-right: 5px;
        height: 5px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    .responsive-tabs-sm-connector.store .channel {
        border-right: 1px solid rgb(221, 221, 221);
    }
}

.pagination {
    font-size: 0.8em;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: rgb(255, 255, 255);
}

.home-domain-search h2 {
    margin: 0px;
}

.home-domain-search .tld-logos {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 1.4em;
    color: rgb(136, 136, 136);
    font-weight: 300;
}

.home-domain-search .tld-logos li {
    float: right;
    padding: 0px 25px 0px 0px;
}

.home-domain-search .tld-logos img {
    width: 60px;
}

.home-domain-search .input-group-wrapper {
    margin: 15px 0px;
    padding: 6px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
}

.home-domain-search .input-group-wrapper .form-control {
    border: 0px;
}

.home-domain-search .input-group-wrapper .form-control:focus {
    box-shadow: none;
}

.home-domain-search .input-group-wrapper .btn {
    margin: 0px 2px !important;
    border-radius: 0.25rem !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .card-columns.home {
        column-count: 2;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-columns.home {
        column-count: 2;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card-columns.home {
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .card-columns.home {
        column-count: 4;
    }
}

.action-icon-btns a {
    margin: 0px 0px 10px;
    padding: 10px 0px 15px;
    display: block;
    text-align: center;
    transition: all 0.3s ease 0s;
    color: rgb(102, 102, 102);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    border-radius: 0.25rem;
}

.action-icon-btns a .ico-container {
    margin: 10px auto;
    line-height: 55px;
    font-size: 2.6em;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.action-icon-btns a .ico-container i {
    color: rgb(195, 207, 216);
}

.action-icon-btns a:hover {
    color: rgb(68, 68, 68);
}

.action-icon-btns a:hover .ico-container {
    font-size: 3.4em;
}

.client-home-cards .card {
    font-size: 14px;
}

.client-home-cards .card-header {
    background-color: rgb(255, 255, 255);
    font-weight: 700;
}

.client-home-cards .card-header .btn {
    color: rgb(255, 255, 255);
    border: 0px;
}

.client-home-cards .card-header .btn:hover {
    color: rgb(0, 0, 0);
}

.client-home-cards .card-title {
    font-size: 16px;
    line-height: 35px;
}

.client-home-cards .card-body {
    padding: 15px;
    min-height: 120px;
    overflow: auto;
}

.client-home-cards .card-body p {
    padding: 5px;
}

.client-home-cards .card-footer {
    border-top: 0px;
}

.client-home-cards .list-group {
    max-height: 170px;
    overflow: auto;
    border-radius: 0px;
    min-height: 120px;
    border-top: 1px solid rgb(221, 221, 221) !important;
    border-bottom: 1px solid rgb(221, 221, 221) !important;
}

.client-home-cards .list-group .list-group-item {
    padding: 10px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-image: initial;
    border-bottom: 1px dashed rgb(221, 221, 221) !important;
}

.client-home-cards .list-group .list-group-item:last-child {
    border-bottom: 0px;
}

.client-home-cards small {
    color: rgb(136, 136, 136);
}

.promotions-slider-control .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231c3965' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.promotions-slider-control .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231c3965' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.tiles .tile {
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}

.tiles .tile a {
    margin: 18px 10px;
}

.tiles .tile .title4 {
    word-break: break-all;
    padding: 40px 10px;
}

#search-domain-section {
    margin-top: 25px;
}

.carousel-item.item {
    float: none;
}

.carousel-inner .carousel-item.item {
    float: right;
}

.twofa-setup .modal-body {
    min-height: 100px;
}

.twofa-setup .activation-msg {
    margin: 25px 0px;
    padding: 15px;
    border: 1px dashed rgb(221, 221, 221);
    text-align: center;
    font-weight: 700;
    font-size: 1.1em;
}

.twofa-setup .backup-code {
    margin: 20px auto;
    padding: 10px;
    background-color: rgb(239, 239, 239);
    color: rgb(68, 68, 68);
    text-align: center;
}

.twofa-module {
    margin: 10px 0px;
    padding: 14px 20px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    cursor: pointer;
}

.twofa-module .col-radio {
    float: right;
    width: 35px;
    margin-top: 12px;
}

.twofa-module .col-logo {
    float: right;
    width: 80px;
    line-height: 40px;
    text-align: center;
}

.twofa-module .col-description {
    margin-right: 136px;
}

.twofa-module img {
    max-width: 100%;
    max-height: 40px;
}

.twofa-module.active {
    border-color: rgb(51, 122, 183);
}

.popover-user-notifications {
    border-radius: 0px;
    padding: 5px 10px;
    border-color: rgb(221, 221, 221);
    min-width: 310px;
    font-family: body-font;
}

.popover-user-notifications .popover-body {
    padding: 0px;
}

.popover-user-notifications ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.popover-user-notifications ul li {
    padding: 5px 0px;
    min-height: 66px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.popover-user-notifications ul li:last-child {
    border: 0px;
}

.popover-user-notifications ul li a {
    display: block;
    padding: 10px 15px 10px 12px;
    text-decoration: none;
    color: rgb(85, 85, 85);
    font-size: 0.95em;
}

.popover-user-notifications ul li a:hover {
    background-color: rgb(246, 246, 246);
}

.popover-user-notifications ul li i.far, .popover-user-notifications ul li i.fas {
    float: right;
    padding-top: 6px;
    font-size: 21px;
}

.popover-user-notifications ul li i.far.fa-check-circle, .popover-user-notifications ul li i.fas.fa-check-circle {
    color: rgb(92, 184, 92);
}

.popover-user-notifications ul li i.far.fa-warning, .popover-user-notifications ul li i.fas.fa-warning {
    color: rgb(236, 195, 23);
}

.popover-user-notifications ul li i.far.fa-exclamation-circle, .popover-user-notifications ul li i.fas.fa-exclamation-circle {
    color: rgb(236, 45, 69);
}

.popover-user-notifications ul li .message {
    margin-right: 40px;
}

.popover-user-notifications ul li.none {
    padding: 12px 0px;
    min-height: auto;
    text-align: center;
    font-weight: 700;
}

.captchaimage {
    margin: 0px;
    padding: 3px 0px 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
}

.email-verification {
    margin: 0px;
    padding: 10px;
    font-weight: 300;
    background-color: rgb(249, 249, 249);
    border-bottom: 1px solid rgb(238, 238, 238);
    color: rgb(51, 51, 51);
}

.email-verification .text {
    display: block;
    padding: 6px 0px;
}

.email-verification .btn {
    margin: 3px 0px;
    padding: 3px 10px;
    background-color: rgb(80, 82, 95);
    border-color: rgb(80, 82, 95);
    color: rgb(255, 255, 255);
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.email-verification .btn:active, .email-verification .btn[disabled]:hover {
    background-color: rgb(80, 82, 95);
    border-color: rgb(80, 82, 95);
    color: rgb(255, 255, 255);
}

.email-verification .btn.close {
    margin-right: 10px;
    background-color: transparent;
    color: rgba(55, 55, 55, 0.5);
    font-size: 22px;
    opacity: 1;
}

.email-verification .btn.close:hover {
    color: rgba(55, 55, 55, 0.8);
}

.email-verification .far, .email-verification .fas {
    color: rgb(102, 102, 102);
    float: right;
    padding: 2px 10px 0px 0px;
    font-size: 24px;
}

@media (min-width: 768px) {
    .email-verification .text {
        padding-top: 9px;
        padding-bottom: 0px;
    }

    .email-verification .btn {
        margin: 0px;
        padding: 9px 25px;
    }

    .email-verification .button {
        float: left;
    }

    .email-verification .far, .email-verification .fas {
        font-size: 36px;
    }
}

.md-editor {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
}

.md-editor > .btn-toolbar {
    background-color: rgb(255, 255, 255) !important;
}

.md-editor > .md-preview, .md-editor > textarea.markdown-editor {
    padding: 15px !important;
    border-top: 1px solid rgb(221, 221, 221) !important;
    border-bottom: 1px solid rgb(221, 221, 221) !important;
    background-color: rgb(255, 255, 255) !important;
}

div.md-editor.active {
    display: block;
    border: 1px solid rgb(221, 221, 221);
    outline: 0px;
    box-shadow: none;
}

.markdown-editor-status {
    padding: 2px 10px;
    font-size: 9pt;
    color: rgb(149, 150, 148);
    text-align: left;
}

.small-font {
    font-size: 0.9em;
}

.markdown-content h1 {
    font-size: 1.6em;
    color: rgb(51, 51, 51);
}

.markdown-content h2 {
    font-size: 1.4em;
    color: rgb(51, 51, 51);
}

.markdown-content h3 {
    font-size: 1.2em;
    color: rgb(51, 51, 51);
}

.markdown-content h4 {
    font-size: 1.1em;
    color: rgb(51, 51, 51);
}

.markdown-content pre {
    padding: 15px;
    background-color: rgb(68, 68, 68);
    color: rgb(248, 248, 248);
    border: 0px;
}

.markdown-content pre code {
    white-space: pre;
    word-break: normal;
    overflow-wrap: normal;
}

.markdown-content blockquote {
    font-size: 1em;
    padding: 10px 20px;
    margin: 0px 0px 20px;
    border-right: 5px solid rgb(238, 238, 238);
}

.markdown-content table {
    margin: 10px 0px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
}

.markdown-content table > thead > tr > th {
    padding: 4px 10px;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(221, 221, 221);
    font-weight: 700;
    text-align: center;
}

.markdown-content table > tbody > tr > td {
    padding: 3px 8px;
    border: 1px solid rgb(221, 221, 221);
}

.store-order-container {
    margin: 0px;
    padding: 0px;
}

.store-order-container h2 {
    margin-top: 0px;
}

.store-order-container .btn {
    padding: 10px 30px;
    font-size: 1.15em;
    font-weight: 300;
}

.store-order-container .store-domain-tabs {
    margin-top: 20px;
}

.store-order-container .store-domain-tabs li a {
    margin-left: 10px;
    padding: 7px 15px;
    background-color: rgb(249, 249, 249);
    border-bottom: 1px solid rgb(221, 221, 221);
}

.store-order-container .store-domain-tabs li.active a {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid transparent;
}

.store-order-container .store-domain-tab-content {
    margin-bottom: 20px;
    padding: 20px;
    border-width: 0px 1px 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
}

.store-order-container .store-domain-tab-content a {
    text-decoration: none;
}

.store-order-container .store-domain-tab-content a:hover {
    text-decoration: none;
}

.store-order-container .payment-term h4 {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .store-order-container .payment-term {
        float: left;
    }

    .store-order-container .payment-term h4 {
        margin-top: 0px;
    }
}

.store-order-container .domain-validation {
    display: block;
    padding-top: 5px;
    font-size: 1.2em;
    font-weight: 300;
    color: rgb(136, 136, 136);
}

.store-order-container .domain-validation.ok {
    color: rgb(83, 162, 45);
}

.store-promoted-product .icon {
    height: 200px;
    line-height: 200px;
    text-align: center;
    overflow: hidden;
}

.store-promoted-product .icon img {
    max-width: 100%;
    max-height: 100%;
}

.store-promoted-product ul.features {
    margin: 20px 0px;
    padding: 0px;
    list-style: none;
    font-size: 1.1em;
    font-weight: 300;
}

.store-promoted-product ul.features li {
    float: right;
    width: 50%;
    margin-bottom: 5px;
}

.store-promoted-product ul.features li .fa:not(.fa-spinner) {
    font-size: 1.2em;
    color: rgb(145, 197, 144);
    margin-right: 20px;
    margin-left: 10px;
}

.store-promoted-product .btn {
    margin-top: 10px;
    padding: 10px 30px;
    font-size: 1.2em;
    font-weight: 300;
}

.promo-banner {
    margin: 0px;
    padding: 15px 10px 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    font-size: 1em;
    overflow: auto;
}

.promo-banner .icon {
    float: right;
    margin: 0px 20px 0px 0px;
}

.promo-banner img {
    max-width: 300px;
    max-height: 200px;
}

.promo-banner .icon-right {
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .promo-banner form {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .promo-banner img {
        max-width: 100%;
        max-height: 100%;
    }

    .promo-banner .icon-right {
        float: right;
        margin: 0px;
        width: 155px;
    }

    .promo-banner .content {
        margin-right: 185px;
    }
}

.promo-banner h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 300;
}

.promo-banner h4 {
    font-size: 18px;
    font-weight: 300;
}

.promo-banner p {
    margin: 5px 0px;
}

.promo-banner ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0.92em;
}

.promo-banner ul li {
    margin-bottom: 4px;
}

@media (min-width: 1200px) {
    .promo-banner ul li {
        width: 50%;
    }

    .promo-banner ul li.right {
        float: right;
    }

    .promo-banner ul li.left {
        float: left;
    }
}

.promo-banner .fa:not(.fa-spinner) {
    font-size: 1.2em;
    color: rgb(145, 197, 144);
    margin-right: 20px;
    margin-left: 10px;
}

.promo-banner a {
    color: rgb(255, 102, 0);
    text-decoration: none;
}

.promo-banner .btn {
    margin: 6px 0px 0px;
    padding: 8px 30px;
    background-color: rgb(255, 102, 0);
    border: 0px;
    color: rgb(255, 255, 255);
}

@media (max-width: 650px) {
    .promo-banner .icon {
        width: 100%;
        margin-bottom: 15px;
    }
}

.promo-banner-rounded {
    border-radius: 4px;
}

.promo-banner-slim {
    padding: 10px;
}

.promo-banner-slim .icon-right {
    width: 85px;
}

.promo-banner-slim .content {
    margin-right: 110px;
}

.promo-banner-slim h3 {
    font-size: 18px;
}

.promo-banner-slim h4 {
    font-size: 14px;
}

.promo-banner-slim .btn {
    margin: 0px 20px 0px 0px;
    padding: 6px 20px;
}

.promo-banner.symantec {
    border-top: 3px solid rgb(77, 162, 76);
}

.promo-banner.symantec .btn {
    background-color: rgb(77, 162, 76);
}

.promo-banner.weebly {
    border-top: 3px solid rgb(41, 144, 234);
}

.promo-banner.weebly .btn {
    background-color: rgb(41, 144, 234);
}

.promo-banner.spamexperts {
    border-top: 3px solid rgb(88, 158, 215);
}

.promo-banner.spamexperts .btn {
    background-color: rgb(88, 158, 215);
}

.promo-banner-slim.weebly .icon-right {
    width: 160px;
}

.promo-banner-slim.weebly .content {
    margin-right: 185px;
}

.promo-banner.sitelock {
    border-top: 3px solid rgb(242, 149, 45);
}

.promo-banner.sitelock .btn {
    background-color: rgb(242, 149, 45);
}

.promo-banner.codeguard {
    border-top: 3px solid rgb(169, 204, 95);
}

.promo-banner.codeguard a {
    color: rgb(169, 204, 95);
}

.promo-banner.codeguard .btn {
    background-color: rgb(169, 204, 95);
}

.promo-banner.sitelockvpn {
    border-top: 3px solid rgb(85, 85, 85);
}

.promo-banner.sitelockvpn .btn {
    background-color: rgb(85, 85, 85);
}

.promo-banner.marketgoo {
    border-top: 3px solid rgb(48, 144, 224);
}

.promo-banner.marketgoo .btn {
    background-color: rgb(48, 144, 224);
}

.promo-banner.ox {
    border-top: 3px solid rgb(102, 102, 102);
}

.promo-banner.ox a {
    color: rgb(102, 102, 102);
}

.promo-banner.ox .btn {
    background-color: rgb(102, 102, 102);
}

.mc-panel-promo {
    font-size: 0.95em;
}

.mc-panel-promo img {
    display: block;
    margin: 0px auto 6px;
    max-width: 90%;
    max-height: 87px;
}

.panel-mc-sso {
    padding: 0px 10px 10px;
}

.panel-mc-sso img {
    max-width: 100%;
    max-height: 120px;
}

.panel-mc-sso .row {
    margin-right: -5px;
    margin-left: -5px;
}

.panel-mc-sso .col-sm-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.panel-mc-sso .btn, .panel-mc-sso .form-control, .panel-mc-sso small {
    margin-top: 5px;
}

.panel-mc-sso small {
    display: block;
}

.compact-control-bar {
    margin: 0px;
    padding: 5px;
    background-color: rgb(238, 238, 238);
    border-radius: 3px;
}

.social-signin-btns {
    text-align: center;
}

.social-signin-btns .btn {
    margin-bottom: 5px;
}

.btn-social {
    position: relative;
    padding-right: 44px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social i.far, .btn-social i.fas {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding-left: 2px;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-facebook {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 103, 178);
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook.active, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover, .open .dropdown-toggle.btn-facebook {
    color: rgb(255, 255, 255);
    background-color: rgb(48, 72, 123);
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook.active, .btn-facebook:active, .open .dropdown-toggle.btn-facebook {
    background-image: none;
}

.btn-facebook.disabled, .btn-facebook.disabled.active, .btn-facebook.disabled:active, .btn-facebook.disabled:focus, .btn-facebook.disabled:hover, .btn-facebook[disabled], .btn-facebook[disabled].active, .btn-facebook[disabled]:active, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook, fieldset[disabled] .btn-facebook.active, fieldset[disabled] .btn-facebook:active, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook:hover {
    background-color: rgb(66, 103, 178);
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google img {
    margin-bottom: 2px;
}

.btn-social.btn-google {
    padding-right: 41px;
}

.btn-google.active, .btn-google:active, .btn-google:focus, .btn-google:hover, .open .dropdown-toggle.btn-google {
    color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.5);
}

.btn-google.active, .btn-google:active, .open .dropdown-toggle.btn-google {
    background-image: none;
}

.btn-google-plus.disabled.active, .btn-google-plus.disabled:active, .btn-google-plus.disabled:focus, .btn-google-plus[disabled].active, .btn-google-plus[disabled]:active, .btn-google-plus[disabled]:focus, .btn-google-plus[disabled]:hover, .btn-google.disabled, .btn-google.disabled:hover, .btn-google[disabled], fieldset[disabled] .btn-google, fieldset[disabled] .btn-google-plus.active, fieldset[disabled] .btn-google-plus:active, fieldset[disabled] .btn-google-plus:focus, fieldset[disabled] .btn-google-plus:hover {
    background-color: rgb(238, 238, 238);
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter {
    color: rgb(255, 255, 255);
    background-color: rgb(43, 169, 225);
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter.active, .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover, .open .dropdown-toggle.btn-twitter {
    color: rgb(255, 255, 255);
    background-color: rgb(28, 146, 199);
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter.active, .btn-twitter:active, .open .dropdown-toggle.btn-twitter {
    background-image: none;
}

.btn-twitter.disabled, .btn-twitter.disabled.active, .btn-twitter.disabled:active, .btn-twitter.disabled:focus, .btn-twitter.disabled:hover, .btn-twitter[disabled], .btn-twitter[disabled].active, .btn-twitter[disabled]:active, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter, fieldset[disabled] .btn-twitter.active, fieldset[disabled] .btn-twitter:active, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter:hover {
    background-color: rgb(43, 169, 225);
    border-color: rgba(0, 0, 0, 0.2);
}

.providerPreLinking {
    min-height: 52px;
}

.providerLinkingFeedback {
    display: none;
}

div.home-twitter {
    margin-top: 20px;
    margin-bottom: 40px;
}

div.tweet > i {
    color: rgb(43, 171, 207);
    float: right;
    margin-left: 15px;
}

div.tweet span {
    font-size: 12px;
    color: rgb(204, 204, 204);
}

.upgrade .product-to-be-upgraded {
    margin: 20px 0px;
    padding: 15px;
    background-color: rgb(248, 248, 248);
}

.upgrade .product-to-be-upgraded h4, .upgrade .product-to-be-upgraded h5 {
    margin: 0px;
}

.upgrade .products {
    margin-right: -5px;
    margin-left: -5px;
}

.upgrade .products .column {
    padding-right: 5px;
    padding-left: 5px;
}

.upgrade .products .product {
    margin: 20px 0px;
    padding: 0px;
    background-color: rgb(255, 255, 255);
}

.upgrade .products .product .current, .upgrade .products .product .recommended {
    padding: 5px;
    background-color: rgb(255, 188, 0);
    color: rgb(245, 245, 245);
    font-weight: 700;
    text-align: center;
}

.upgrade .products .product .recommended {
    background-color: rgb(37, 172, 47);
}

.upgrade .products .product ul {
    border-right: 1px solid rgb(238, 238, 238);
    border-left: 1px solid rgb(238, 238, 238);
}

.upgrade .products .product .footer {
    border-width: 0px 1px 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(238, 238, 238);
    border-bottom-color: rgb(238, 238, 238);
    border-left-color: rgb(238, 238, 238);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
}

.upgrade .products .product .header {
    margin: 0px;
    padding: 20px;
    background-color: rgb(43, 85, 128);
    color: rgb(255, 255, 255);
    min-height: 150px;
}

.upgrade .products .product .header p {
    font-size: 1.1em;
    font-weight: 300;
}

.upgrade .products .product ul {
    margin: 0px;
    padding: 20px 25px;
    list-style: none;
}

.upgrade .products .product ul li {
    line-height: 25px;
    font-size: 0.9em;
    text-align: left;
    color: rgb(170, 170, 170);
    border-bottom: 1px solid rgb(238, 238, 238);
}

.upgrade .products .product ul li:last-child {
    border: 0px;
}

.upgrade .products .product ul li span {
    float: right;
    color: rgb(68, 68, 68);
}

.upgrade .products .far, .upgrade .products .fas {
    font-size: 1.3em;
}

.upgrade .products .fa-check {
    color: rgb(35, 173, 46);
}

.upgrade .products .product .footer {
    margin: 0px;
    padding: 20px;
}

.upgrade .products .product .footer select {
    margin-bottom: 10px;
}

.upgrade .products .product .btn {
    background-color: rgb(43, 85, 128);
    color: rgb(255, 255, 255);
}

.affiliate-stat {
    margin: 0px;
    padding: 15px;
    font-size: 1.6em;
    text-align: center;
}

.affiliate-stat span {
    display: block;
    font-size: 2.4em;
}

.affiliate-stat i {
    float: right;
    padding: 10px;
    font-size: 4em;
}

@media (max-width: 1200px) {
    .affiliate-stat {
        font-size: 1.2em;
    }

    .affiliate-stat span {
        font-size: 2.1em;
    }

    .affiliate-stat i {
        font-size: 3.6em;
    }
}

@media (max-width: 992px) {
    .affiliate-stat {
        font-size: 1em;
    }

    .affiliate-stat span {
        font-size: 1.6em;
    }

    .affiliate-stat i {
        font-size: 3em;
    }
}

.announcements .announcement {
    margin-bottom: 4rem;
}

.announcements .announcement article {
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: rgb(247, 250, 255);
    border-radius: 10px 0px 0px 10px;
    border: 1px solid rgb(207, 220, 234);
}

.announcements .announcement article p {
    margin: 0px;
}

.kb-category a {
    text-decoration: none;
}

.kb-category a:hover {
    background-color: rgb(245, 245, 245);
}

.kb-article-item:hover {
    background-color: rgb(245, 245, 245);
    text-decoration: none;
}

.kb-article-item small {
    display: block;
    padding-right: 25px;
    color: rgb(135, 147, 159);
}

.ticket-subject.unread {
    font-weight: 700;
}

.ticket-reply .rating, .ticket-reply .rating-done {
    float: left;
    padding: 5px 10px;
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 24px;
}

.ticket-reply .rating span.star, .ticket-reply .rating-done span.star {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}

.ticket-reply .rating-done .rated {
    display: inline-block;
    font-size: 12px;
}

.ticket-reply .rating span.star:hover {
    cursor: pointer;
}

.ticket-reply .rating span.star::before, .ticket-reply .rating-done span.star::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦";
    padding-left: 0px;
    color: rgb(153, 153, 153);
}

.ticket-reply .rating span.star:hover::before, .ticket-reply .rating span.star:hover ~ span.star::before, .ticket-reply .rating-done span.star.active::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦";
    color: rgb(242, 222, 136);
}

.md-editor .btn-toolbar .btn-group {
    margin-left: 6px;
}

.view-ticket .card-body {
    padding: 0px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.view-ticket .card-body:last-child {
    border-bottom: 0px;
}

.view-ticket .posted-by {
    color: rgb(136, 136, 136);
    font-size: 0.9rem;
    background-color: rgb(246, 246, 246);
    padding: 0.5rem 1rem;
}

.view-ticket .posted-by .posted-by-name {
    font-weight: 700;
}

.view-ticket .requestor-badge {
    font-size: 85%;
    padding: 5px 10px;
}

.view-ticket .message p:last-child {
    margin-bottom: 0px;
}

.view-ticket .attachments {
    border-top: 1px dashed rgb(221, 221, 221);
    font-size: 80%;
}

.view-ticket .attachment-list {
    list-style: none;
    margin: 10px 0px -10px;
    padding: 0px;
}

.view-ticket .attachment-list li {
    display: inline-block;
    width: 190px;
    vertical-align: top;
}

.view-ticket .attachment-list li a {
    display: block;
    padding: 5px 5px 10px;
    margin-bottom: 10px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
}

.view-ticket .attachment-list li a figure {
    margin: 0px 0px 5px;
    background-color: rgb(246, 246, 246);
    line-height: 100px;
    text-align: center;
    font-size: 4em;
}

.ticketfeedbackstaffcont {
    margin: 10px auto;
    padding: 15px;
    width: 90%;
    background-color: rgb(239, 239, 239);
    border-radius: 6px;
}

.ticketfeedbackrating {
    padding: 0px 100px;
}

.ticketfeedbackrating .rate {
    float: right;
    padding: 0px 10px;
    min-width: 30px;
    text-align: center;
}

@media (min-width: 380px) {
    .btn-input-padded-responsive {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 500px) {
    .btn-input-padded-responsive {
        padding-right: 35px;
        padding-left: 35px;
    }
}

.kb-search.margin-bottom {
    margin-bottom: 20px;
}

div.credit-card {
    margin: 0px auto 30px;
    max-width: 400px;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
}

div.credit-card div.card-type {
    float: left;
    padding: 10px 20px;
    font-size: 1.2em;
}

div.credit-card div.card-icon {
    float: right;
    padding: 7px;
    font-size: 1.2em;
}

div.credit-card div.card-number {
    padding: 10px;
    background-color: rgb(204, 204, 204);
    font-size: 1.6em;
    text-align: center;
    clear: both;
}

div.credit-card div.card-start {
    float: right;
    padding: 20px 0px 50px 50px;
    font-size: 1.3em;
    text-align: left;
}

div.credit-card div.card-expiry {
    float: left;
    padding: 20px 50px 50px 0px;
    height: 120px;
    font-size: 1.3em;
    text-align: left;
}

div.credit-card div.end {
    clear: both;
}

@media (max-width: 600px) {
    div.credit-card {
        max-width: 250px;
    }

    div.credit-card div.card-type {
        font-size: 1em;
    }

    div.credit-card div.card-icon {
        font-size: 1em;
    }

    div.credit-card div.card-number {
        padding: 6px 10px;
        font-size: 1.2em;
    }

    div.credit-card div.card-start {
        padding: 20px 0px 30px 50px;
        font-size: 0.9em;
    }

    div.credit-card div.card-expiry {
        padding: 20px 50px 30px 0px;
        height: 80px;
        font-size: 0.9em;
    }
}

.auth3d-area {
    border: 1px solid rgb(255, 255, 255);
}

.submit-3d {
    width: 80%;
    border: 1px solid rgb(255, 255, 255);
}

.invoice-summary-table {
    margin: 20px 0px;
    max-height: 300px;
    overflow: auto;
}

.invoice-summary-table td {
    font-size: 0.8em;
}

.invoice-summary-table td.total-row {
    background-color: rgb(239, 239, 239);
    font-weight: 700;
}

div.credit-card .logo-visa {
    color: rgb(26, 31, 113);
}

div.credit-card .logo-amex {
    color: rgb(67, 171, 223);
}

div.credit-card .logo-mastercard {
    color: rgb(237, 11, 0);
}

div.credit-card .logo-discover {
    color: rgb(0, 0, 0);
}

div.three-column-grid, div.two-column-grid {
    display: inline-grid;
    grid-template-columns: repeat(3, auto) minmax(10em, 30em) auto;
    font-weight: 300;
    font-size: 13px;
}

div.two-column-grid {
    grid-template-columns: repeat(2, auto) minmax(10em, 30em) auto;
}

div.three-column-grid > div, div.two-column-grid > div {
    margin: 5px 0px;
    padding-left: 5px;
}

div.three-column-grid > div > label, div.two-column-grid > div > label {
    font-weight: 400;
}

#frmPayment .paymethod-info {
    margin: 5px 0px;
    cursor: pointer;
}

#frmPayment .paymethod-info label {
    font-weight: 400;
    cursor: pointer;
}

.iframe-input-container {
    height: 34px;
}

.cc-number-field {
    background-image: url("../../assets/img/payment/unknown.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
}

.cc-number-field.visa {
    background-image: url("../../assets/img/payment/visa.png");
}

.cc-number-field.mastercard {
    background-image: url("../../assets/img/payment/mastercard.png");
}

.cc-number-field.amex {
    background-image: url("../../assets/img/payment/amex.png");
}

.cc-number-field.dinersclub {
    background-image: url("../../assets/img/payment/dinersclub.png");
}

.cc-number-field.discover {
    background-image: url("../../assets/img/payment/discover.png");
}

.cc-number-field.unionpay {
    background-image: url("../../assets/img/payment/unionpay.png");
}

.cc-number-field.jcb {
    background-image: url("../../assets/img/payment/jcb.png");
}

.cc-number-field.maestro {
    background-image: url("../../assets/img/payment/maestro.png");
}

.cc-number-field.forbrugsforeningen {
    background-image: url("../../assets/img/payment/forbrugsforeningen.png");
}

.cc-number-field.dankort {
    background-image: url("../../assets/img/payment/dankort.png");
}

tr.masspay-invoice-detail td {
    font-size: 0.8em;
}

tr.masspay-total td {
    background-color: rgb(239, 239, 239);
    font-weight: 700;
}

div.product-details div.product-icon {
    margin: 0px;
    background-color: rgb(239, 239, 239);
    border-radius: 10px;
    padding: 30px;
    font-size: 60px;
    line-height: 1em;
}

.product-status {
    padding: 0px;
    border-radius: 10px;
}

.product-status-pending {
    background-color: rgb(248, 148, 6);
}

.product-status-active {
    background-color: rgb(70, 165, 70);
}

.product-status-suspended {
    background-color: rgb(7, 104, 184);
}

.product-status-cancelled, .product-status-terminated {
    background-color: rgb(102, 102, 102);
}

.product-status-fraud {
    background-color: rgb(0, 0, 0);
}

.product-status-text {
    padding: 5px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
}

.module-client-area {
    padding: 15px 15px 0px;
}

.ssl-inactive {
    cursor: pointer;
}

.featured-tlds-container {
    margin: 35px 0px 15px;
}

.featured-tld {
    margin: 0px 0px 20px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 20px;
}

.featured-tld .img-container {
    padding: 20px 0px;
    height: 115px;
    line-height: 75px;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 767px) {
    .featured-tld .img-container {
        height: 80px;
        line-height: 40px;
    }
}

.featured-tld .img-container img {
    max-width: 70%;
    max-height: 100%;
}

.featured-tld .price {
    padding: 5px;
    background-color: rgb(249, 249, 249);
    color: rgb(85, 85, 85);
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
}

.featured-tld .price.blog {
    background-color: rgb(160, 213, 203);
    color: rgb(255, 255, 255);
}

.featured-tld .price.club {
    background-color: rgb(5, 55, 150);
    color: rgb(255, 255, 255);
}

.featured-tld .price.com {
    background-color: rgb(58, 164, 218);
    color: rgb(255, 255, 255);
}

.featured-tld .price.couk {
    background-color: rgb(29, 55, 116);
    color: rgb(255, 255, 255);
}

.featured-tld .price.host {
    background-color: rgb(237, 77, 66);
    color: rgb(255, 255, 255);
}

.featured-tld .price.live {
    background-color: rgb(255, 158, 25);
    color: rgb(255, 255, 255);
}

.featured-tld .price.name {
    background-color: rgb(68, 176, 62);
    color: rgb(255, 255, 255);
}

.featured-tld .price.net {
    background-color: rgb(239, 192, 14);
    color: rgb(255, 255, 255);
}

.featured-tld .price.online {
    background-color: rgb(56, 206, 106);
    color: rgb(255, 255, 255);
}

.featured-tld .price.rocks {
    background-color: rgb(253, 86, 60);
    color: rgb(255, 255, 255);
}

.featured-tld .price.shop {
    background-color: rgb(255, 89, 0);
    color: rgb(255, 255, 255);
}

.featured-tld .price.social {
    background-color: rgb(255, 154, 0);
    color: rgb(255, 255, 255);
}

.featured-tld .price.store {
    background-color: rgb(14, 173, 179);
    color: rgb(255, 255, 255);
}

.featured-tld .price.tech {
    background-color: rgb(13, 176, 75);
    color: rgb(255, 255, 255);
}

.featured-tld .price.tv {
    background-color: rgb(234, 52, 56);
    color: rgb(255, 255, 255);
}

.featured-tld .price.website {
    background-color: rgb(45, 185, 234);
    color: rgb(255, 255, 255);
}

.tld-filters {
    margin: 0px 0px 25px;
}

.tld-filters a {
    display: inline-block;
    margin-bottom: 4px;
    padding: 5px 6px;
    font-size: 90%;
    font-weight: 400;
    border-radius: 2px;
}

.domain-pricing .tld-row {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.domain-pricing .tld-row.highlighted {
    background: rgb(243, 249, 253);
}

.domain-pricing .tld-pricing-header .col-sm-2, .domain-pricing .tld-pricing-header .col-xs-2 {
    height: 56px;
}

.domain-pricing .tld-pricing-header .col-sm-2, .domain-pricing .tld-pricing-header .col-sm-4, .domain-pricing .tld-pricing-header .col-xs-2, .domain-pricing .tld-pricing-header .col-xs-4 {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 6px solid rgb(151, 181, 210);
    background-color: rgb(239, 239, 239);
    border-radius: 4px 4px 0px 0px;
}

.domain-pricing .no-bg {
    background-color: transparent !important;
}

.domain-pricing .tld-pricing-header div:nth-child(2n+1) {
    border-color: rgb(51, 102, 153);
    background-color: rgb(245, 245, 245);
}

.domain-pricing .two-row-center {
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .domain-pricing .two-row-center {
        border-left: 2px solid rgb(199, 215, 230);
    }
}

.domain-pricing .tld-row.no-tlds {
    display: none;
}

.tld-sale-group {
    padding: 1px 3px;
    color: rgb(255, 255, 255);
    font-size: 10px;
    text-transform: uppercase;
}

.tld-sale-group-hot {
    background-color: rgb(249, 97, 90);
}

.tld-sale-group-sale {
    background-color: rgb(247, 212, 88);
}

.tld-sale-group-new {
    background-color: rgb(42, 213, 136);
}

.dataTables_wrapper table.table-list {
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    margin: 30px 0px !important;
    width: 100% !important;
}

.dataTables_wrapper table.table-list thead th {
    font-weight: 400;
}

.dataTables_wrapper table.table-list thead th:first-child {
    border-radius: 0px;
}

.dataTables_wrapper table.table-list tr:last-child td:first-child {
    border-radius: 0px;
}

.dataTables_wrapper table.table-list thead th.sorting_asc, .dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: rgb(247, 251, 255);
}

.dataTables_wrapper .dataTables_filter {
    float: left;
}

.dataTables_wrapper .dataTables_filter label .form-control {
    background: url("../../assets/img/search.png") 8px 5px no-repeat rgb(255, 255, 255);
    height: auto;
    font-size: 0.9rem;
    padding: 7px 10px 7px 45px !important;
}

@media (max-width: 600px) {
    .dataTables_wrapper .dataTables_info {
        padding: 9px 10px 40px;
    }

    .dataTables_wrapper .dataTables_filter {
        float: left;
        margin-top: 30px;
        width: 100%;
    }

    .dataTables_wrapper .dataTables_filter label {
        display: block;
        margin: 5px;
        padding: 0px;
    }

    .dataTables_wrapper .dataTables_filter label .form-control {
        margin: 0px;
        width: 100%;
    }
}

.dataTables_wrapper .dataTables_paginate {
    float: left;
}

.pagination > li > a, .pagination > li > span {
    color: rgb(68, 68, 68);
}

.page-item.active .page-link, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: rgb(79, 83, 96);
    border-color: rgb(79, 83, 96);
}

table.table-list thead th {
    padding: 8px;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(239, 239, 239);
    color: rgb(25, 34, 63);
    text-align: center;
    line-height: 35px;
}

table.table-list tbody td {
    padding: 10px 8px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 35px;
}

table.table-list tbody td.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.table-list > tbody > tr > td a.border-right {
    border-right: 1px solid rgb(238, 238, 238);
    padding-right: 20px;
    display: block;
}

.table-list > tbody > tr > td {
    background-color: rgb(255, 255, 255);
}

.table-list > tbody > tr:hover {
    cursor: pointer;
}

.table-list > tbody > tr:hover > td {
    background-color: rgb(249, 249, 249);
}

table.dtr-inline .dtr-title:empty {
    display: none !important;
}

table.table-solid-bottom-border-light-gray {
    border-bottom: 1px solid rgb(222, 226, 230);
}

.tiles .tile .title5 {
    color: rgb(214, 30, 208);
    float: right;
    font-size: 20px;
    text-align: center;
    width: 100%;
    word-break: break-all;
    padding: 28px 10px;
}

.tiles .tile .title6 {
    color: rgb(255, 102, 0);
    float: right;
    font-size: 20px;
    text-align: center;
    width: 100%;
    word-break: break-all;
    padding: 28px 10px;
}

.tiles .tile .title5 p {
    font-size: 15px;
    padding: 5px;
    color: rgb(117, 117, 117);
}

.tiles .tile .title6 p {
    font-size: 15px;
    padding: 5px;
    color: rgb(117, 117, 117);
}

.glassb {
    border: 1px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 47px !important;
}

.card-info-date {
    float: left;
    color: rgb(255, 82, 82);
    font-size: 10px;
    padding-top: 5px;
}

.alert {
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
    border: 0px;
    border-radius: 0px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 600;
}

.alert-dismissible {
    padding-left: 4.5rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 1rem 1.5rem;
    color: inherit;
}

.alert-primary {
    color: rgb(255, 255, 255);
    border-color: rgb(7, 144, 234);
    background-color: rgb(0, 182, 254);
}

.alert-primary hr {
    border-top-color: rgb(98, 118, 228);
}

.alert-primary .alert-link {
    color: rgb(50, 76, 221);
}

.alert-secondary {
    color: rgb(33, 37, 41);
    border-color: rgb(248, 251, 252);
    background-color: rgb(248, 251, 252);
}

.alert-secondary hr {
    border-top-color: rgb(230, 241, 244);
}

.alert-secondary .alert-link {
    color: rgb(210, 227, 238);
}

.alert-success {
    color: rgb(255, 255, 255);
    border-color: rgb(90, 206, 8);
    background-color: rgb(0, 217, 191);
}

.alert-success hr {
    border-top-color: rgb(58, 209, 144);
}

.alert-success .alert-link {
    color: rgb(2, 203, 179);
}

.alert-info {
    color: rgb(255, 255, 255);
    border-color: rgb(10, 202, 179);
    background-color: rgb(0, 217, 191);
}

.alert-info hr {
    border-top-color: rgb(31, 208, 240);
}

.alert-yellow {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 162, 29);
    background-color: rgb(255, 162, 29);
}

.alert-yellow hr {
    border-top-color: rgb(251, 211, 155);
}

.alert-info .alert-link {
    color: rgb(13, 165, 192);
}

.alert-warning {
    color: rgb(255, 255, 255);
    border-color: rgb(249, 73, 32);
    background-color: rgb(249, 73, 32);
}

.alert-warning hr {
    border-top-color: rgb(252, 104, 70);
}

.alert-warning .alert-link {
    color: rgb(250, 58, 14);
}

.alert-danger {
    color: rgb(7, 166, 225);
    border-color: rgb(239, 249, 252);
    background-color: rgb(239, 249, 252);
}

.alert-danger hr {
    border-top-color: rgb(246, 62, 98);
}

.alert-danger .alert-link {
    color: rgb(236, 12, 56);
}

.table-container.clearfix {
    border-radius: 0px;
}

li {
    line-height: 30px;
    list-style: none;
}

#order-standard_cart .products .product header {
    text-align: center;
    position: relative !important;
    padding: 20px !important;
    background: transparent !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 0px !important;
}

.full-width-img-text {
    background-color: rgb(63, 81, 181);
    color: rgb(241, 241, 241);
    direction: rtl;
    line-height: 30px;
    padding: 80px 0px;
    text-align: center;
}

.full-width-img-text .text-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.full-width-img-text p {
    margin-top: 50px;
    text-align: justify;
}

.tabs .nav-tabs {
    height: 54px;
    border-radius: 5px 5px 0px 0px;
    margin-top: 15px;
    border: 1px solid rgb(239, 239, 239);
}

.tabs .nav-tabs > li > .dropdown-menu {
    border: none;
    border-radius: 0px 0px 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
    display: block;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: center top;
    transition: all 0.25s ease-in-out 0s;
}

.tabs .nav-tabs > .dropdown .dropdown-toggle[aria-expanded="true"] + .dropdown-backdrop + .dropdown-menu, .tabs .nav-tabs > .dropdown .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    opacity: 1;
    transform: scale(1, 1);
}

.tabs .nav-tabs > li > a, .tabs .nav-tabs > li > a:hover {
    background: 0px 0px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 4px solid transparent;
    margin: 0px;
    line-height: 50px;
    color: rgb(75, 75, 75);
    font-size: 12px;
    padding: 0px 15px !important;
}

.tabs .nav-tabs > li > ul > li > a {
    color: rgb(75, 75, 75);
    font-size: 12px;
    padding: 0px 15px !important;
}

.tabs .nav-tabs > li > ul > li.active > a {
    background: 0px 0px;
    color: rgb(0, 97, 171);
    font-size: 12px;
    padding: 0px 15px !important;
}

.tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:focus, .tabs .nav-tabs > li.active > a:hover {
    background: rgb(248, 248, 248);
    color: rgb(0, 97, 171);
    cursor: default;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-radius: 0px;
    border-bottom: 4px solid rgb(0, 97, 171);
}

.tabs .plan-host {
    font-size: 12px;
    margin-top: -54px;
    float: left !important;
}

.tabs .plan-host a, .tabs .plan-host a:hover {
    color: rgb(16, 120, 191);
    line-height: 54px;
    border-radius: 5px 0px 0px;
    padding: 0px 15px !important;
}

.tabs .tab-pane .tab-title {
    color: rgb(0, 97, 171);
    font-size: 18px;
    margin-right: 50px;
    margin-top: 60px;
    text-align: right;
}

.tabs .tab-pane .tab-text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-right: 50px;
    margin-top: 30px;
    text-align: justify;
}

.tabs .tab-pane .tab-image {
    margin: 70px auto;
    height: 250px;
    width: auto;
}

.tabs .tab-pane [data-toggle="collapse"] {
    color: rgb(0, 97, 171);
    display: block;
    font-size: 14px;
    width: 100%;
}

.tabs .tab-pane .panel-body {
    padding: 28px 52px;
}

.tabs .tab-pane .panel-body a {
    color: rgb(95, 95, 95);
    font-size: 12px;
    padding: 0px;
    background: 0px 0px !important;
}

@media (max-width: 767px) {
    .tabs .tab-pane .tab-title {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 30px;
    }

    .tabs .tab-pane .tab-text {
        margin: 20px 20px 30px;
    }

    .tabs .tab-pane .panel-body {
        padding: 10px !important;
    }
}

.price-list {
    border: 1px solid rgb(222, 234, 255);
    border-radius: 5px;
    border-collapse: separate;
    overflow: hidden;
}

.price-list thead th {
    background: rgb(255, 255, 255);
    font-weight: 400;
    border-bottom: none !important;
    line-height: 30px !important;
}

.price-list td, .price-list th {
    text-align: center;
}

.price-list tbody tr {
    background: 0px 0px;
    transition: all 0.1s ease-in-out 0s;
}

.price-list tbody tr:hover {
    background: rgb(248, 248, 248);
    transition: all 0.2s ease-in-out 0s;
}

.price-list tbody tr td {
    font-size: 14px;
    line-height: 30px;
    padding: 5px !important;
}

.price-list .green {
    background: rgb(240, 255, 246);
}

.price-list .green p {
    color: rgb(8, 158, 71);
    margin: 0px;
}

.price-list .green td:first-child ~ td {
    padding: 15px 0px !important;
}

.price-list tbody tr td:first-child {
    background: rgb(255, 255, 255);
    color: rgb(0, 97, 171);
    font-size: 13px;
    width: 175px;
    text-align: left;
}

.price-list tbody tr td:first-child span {
    color: rgb(0, 97, 171);
}

.price-list tbody tr td:first-child span .fa {
    color: rgb(255, 98, 13);
    display: inline-block;
    font-size: 14px;
    margin: 0px 15px;
}

.price-list tbody tr.dynamic-row {
    display: none;
    opacity: 0;
}

.price-list tbody tr.collapsed {
    display: none;
}

.price-list tbody tr.expanded {
    display: table-row;
}

.price-list tbody tr.opacity-1 {
    opacity: 1;
}

.price-list tbody tr.opacity-0 {
    opacity: 0;
}

.price-list .popover {
    background-color: rgb(51, 51, 51);
    border-color: rgb(13, 13, 13);
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.price-list .popover .arrow::after {
    border-top-color: rgb(13, 13, 13);
}

.price-list tbody tr:last-child td {
    padding: 5px !important;
}

.price-list .btn {
    display: block;
    font-size: 13px;
    height: 35px;
    margin: 0px;
    width: 100%;
}

.price-list .btn .fa {
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.price-list .show_table {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 73, 94);
    border-color: rgb(52, 73, 94);
    transition: all 0.2s ease-in-out 0s;
}

.price-list .show_table:hover {
    background-color: rgb(44, 62, 80);
    border-color: rgb(44, 62, 80);
}

.price-list .show_table span {
    color: rgb(255, 255, 255) !important;
}

.price-list .show_table .fa-minus {
    display: none;
}

.price-list .show_table.expanded .fa-minus {
    display: inline-block;
}

.price-list .show_table.expanded .fa-plus {
    display: none;
}

#design-carousel .simple-carousel-item, #startups-carousel .simple-carousel-item {
    text-align: center;
    background: 0px 0px;
    height: 270px;
    padding-top: 40px;
    transition: all 0.2s ease-in-out 0s;
}

#design-carousel .simple-carousel-item:hover, #startups-carousel .simple-carousel-item:hover {
    background: rgb(248, 248, 248);
}

#design-carousel .simple-carousel-item img, #startups-carousel .simple-carousel-item img {
    margin: 0px auto;
    max-width: 100%;
    width: 150px;
}

#design-carousel .simple-carousel-item .carusel-title, #startups-carousel .simple-carousel-item .carusel-title {
    color: rgb(90, 90, 90);
    font-size: 14px;
    margin: 0px;
    text-align: center;
    padding-top: 15px;
}

#design-carousel .lSPager a, #startups-carousel .lSPager a {
    background: rgb(229, 229, 229);
    transform: scale(1, 1);
    transition: all 0.2s ease-in-out 0s;
}

#design-carousel .lSPager li.active a, #startups-carousel .lSPager li.active a {
    background: rgb(199, 199, 199);
    transform: scale(2, 2);
}

.list-simple {
    color: rgb(189, 195, 199);
    margin: 20px 20px 0px 0px;
    padding: 0px;
}

.list-simple li a {
    line-height: 20px;
    margin-right: 10px;
    padding: 8px 15px 5px;
    transition: all 0.2s ease-in-out 0s;
    color: rgb(90, 90, 90) !important;
    font-size: 12px !important;
}

.list-simple li {
    transition: all 0.2s ease-in-out 0s;
}

.list-simple li:hover, .list-simple li:hover a {
    color: rgb(0, 97, 171) !important;
}

.enamad-logos > div {
    display: inline-block;
    margin: 0px;
    vertical-align: top;
}

.enamad-logos img {
    display: inline-block;
    margin: 0px auto;
}

.enamad-logos .enamd-logo {
    width: 125px;
}

.enamad-logos .enamad-logos-carousel {
    height: 150px;
    width: calc(100% - 130px);
}

.enamad-logos-carousel .logo-carousel-item-content {
    height: 150px;
    text-align: center;
}

.enamad-logos-carousel .logo-carousel-item-content::before {
    content: "";
    display: inline-block;
    height: 150px;
    vertical-align: middle;
    width: 0px;
}

.carousel-logo img {
    width: 80%;
}

.carousel-customers img {
    display: inline-block;
    margin: 0px auto;
    width: 80%;
}

.carousel-customers:hover img {
    filter: blur(2px);
}

.carousel-customers .customers-carousel-item-content img:hover {
    filter: blur(0px);
}

.carousel-customers .customers-carousel-item-content {
    text-align: center;
}

.carousel-customers .customers-carousel-item-content::before {
    content: "";
    display: inline-block;
    height: 100px;
    vertical-align: middle;
    width: 0px;
}

.simple-slider-container {
    position: relative;
}

.simple-slider-container #slider-timer {
    opacity: 0.5;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}

.simple-slider .simple-slider-item-content img {
    margin: 0px;
}

.simple-slider + .lSAction a {
    color: rgb(255, 255, 255);
    font-size: 26px;
}

.slider-home {
    margin-top: -20px;
}

.site-description {
    font-weight: 700;
    margin: 20px 0px 10px;
    text-align: center;
    color: rgb(0, 97, 171) !important;
    font-size: 18px !important;
}

.section-header {
    color: rgb(0, 97, 171);
    text-align: right;
    font-size: 25px;
    margin: 20px;
}

.section-header .section-icon {
    display: inline-block;
    margin: 0px 10px;
}

.section-header .section-title {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    margin: 10px 0px;
}

.section-header .section-description {
    color: rgb(90, 90, 90);
    font-size: 11px;
    margin: 0px;
    text-align: justify;
}

.section-header .section-title-container {
    margin-bottom: 0px;
    text-align: right;
}

.section-header .section-title-more {
    color: rgb(241, 12, 65);
    direction: ltr;
    float: left;
    line-height: 8px;
    margin-left: 10px;
    margin-top: 25px;
    transition: all 0.4s linear 0s;
    font-size: 12px !important;
}

.section-header .section-title-more:hover {
    color: rgb(0, 97, 171);
}

.section-header .section-title-more .fa {
    transform: rotateZ(0deg);
}

.section-header .section-title-more:hover .fa {
    transform: rotateZ(-90deg);
    transition: all 0.5s linear 0s;
}

.fas.fa-shopping-cart.fa-stack-2x {
    color: rgb(12, 118, 179);
    font-weight: 300;
}

.fa.fa-archive.fa-stack-1x.fa-inverse {
    display: none;
}

.logins {
    height: 90vh;
    background: linear-gradient(-45deg, rgb(0, 55, 86), rgb(231, 60, 126), rgb(35, 166, 213), rgb(48, 195, 21)) 0% 0% / 400% 400%;
    animation: 5s ease 0s infinite normal none running Gradient;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0px 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0px 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0px 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0px 50%;
    }
}

#main-menu .fas {
    font-size: 15px;
    color: rgb(255, 255, 255);
}

#order-standard_cart .view-cart-empty {
    border: 0px !important;
}

#Primary_Navbar-Support-ticket a {
    color: rgb(0, 102, 218);
}

#Primary_Navbar-Support-ticket .fas.fa-comments {
    color: rgb(0, 102, 218);
}

.breadcrumb > .active {
    color: rgb(195, 26, 26);
}

.breadcrumb > li a {
    color: rgb(26, 111, 195);
}

#main-body-holder {
    border: 0px;
    background-color: rgb(247, 250, 255);
}

.breadcrumb .fa {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    color: rgb(168, 158, 159);
    font-weight: 700 !important;
}

.footer .footer-box-header {
    border-bottom: 1px solid rgb(12, 112, 222);
}

.footer .footer-box-header h2 {
    font-size: 14px;
    color: rgb(12, 112, 222);
    text-align: right;
    padding: 10px;
}

.footer .footer-box-content {
    display: block;
    padding: 5px;
}

.footer .footer-box-content li > a {
    margin-right: 0px;
    padding: 3px;
    line-height: 25px;
    transition: all 0.2s ease 0s;
    background-color: transparent;
    color: rgb(51, 51, 51) !important;
    font-size: 12px !important;
}

.footer .footer-box-content a:hover {
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
    color: rgb(0, 97, 171) !important;
}

.footer .contacts .contact:first-child ~ .contact {
    margin-top: 30px;
}

.footer .phone {
    font-size: 27px;
    padding: 12px 24px;
    color: rgb(116, 203, 11);
    border-radius: 3px;
    font-weight: 700 !important;
}

.footer .mail {
    font-size: 35px;
    padding: 11px 20px;
    color: rgb(0, 184, 255);
    border-radius: 3px;
}

.footer .contacts .contact i {
    float: right;
    margin: 0px 0px 0px 10px !important;
}

.footer .contacts .contact .contact-title {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.footer .contacts .contact .contact-details {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    width: calc(100% - 99px);
}

.footer .contacts .contact .contact-details ul {
    margin: 0px;
}

.footer .contacts .contact .contact-detail-title {
    display: inline-block;
    width: 90px;
    line-height: 25px;
    font-size: 12px;
    color: rgb(12, 112, 222);
}

.footer .contacts .contact .contact-detail-value {
    display: inline-block;
    width: calc(100% - 100px);
    color: rgb(51, 51, 51);
}

@media (max-width: 767px) {
    .footer-box-header {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 350px;
    }

    .footer .footer-box-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 350px;
    }
}

.copy-right {
    background: rgb(240, 245, 253);
    color: rgb(151, 152, 152);
    font-size: 11px;
    padding: 20px 10px;
}

.copy-right p {
    line-height: 40px;
    margin: 0px;
    font-size: 13px;
    color: rgb(145, 167, 204);
}

.back-to-top {
    float: left;
    transition: all 0.2s ease-in-out 0s;
}

@media (max-width: 767px) {
    .copy-right {
        text-align: center;
    }
}

.socials {
    text-align: left;
}

.socials a {
    background: 0px 0px;
    box-sizing: border-box;
    color: rgb(145, 167, 204);
    display: inline-block;
    height: 30px;
    line-height: 45px;
    margin: 0px 2px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s;
    width: 30px;
    font-size: 20px !important;
}

.socials a:hover {
    color: rgb(18, 114, 187);
}

@media (max-width: 767px) {
    .socials {
        text-align: center;
    }
}

a.side-menu__item.active {
    border-left: none;
    border-right: 4px solid rgb(37, 167, 232);
    background-color: rgb(41, 57, 73);
    color: rgb(255, 255, 255);
}

.tiles .tile .title5 {
    color: rgb(214, 30, 208);
    background-color: rgb(255, 255, 255);
    float: right;
    font-size: 20px;
    text-align: center;
    width: 100%;
    word-break: break-all;
    padding: 28px 10px;
}

.tiles .tile .title6 {
    color: rgb(255, 102, 0);
    background-color: rgb(255, 255, 255);
    float: right;
    font-size: 20px;
    text-align: center;
    width: 100%;
    word-break: break-all;
    padding: 28px 10px;
}

.tiles .tile .title5 p {
    font-size: 12px;
    padding: 5px;
    color: rgb(117, 117, 117);
}

.tiles .tile .title6 p {
    font-size: 12px;
    padding: 5px;
    color: rgb(117, 117, 117);
}

.glassb {
    border: 1px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 47px !important;
}

.breadhead {
    box-shadow: rgba(187, 187, 187, 0.1) 0px 17px 17px 0px;
    margin-bottom: 0px;
    padding: 5px 15px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    display: block;
}

.pull-md-left.btn {
    float: left;
}

.alert.alert-primary .fab.fa-telegram {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 10px;
}

.alert.alert-warning .fa.fa-bell {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 10px;
}

.swiper-container {
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: rgba(210, 210, 210, 0.52) 1px 3px 14px 2px;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0px auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjMDA3YWZmJy8+PC9zdmc+");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjMDAwMDAwJy8+PC9zdmc+");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZmZmZmZmJy8+PC9zdmc+");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDAwMDAnLz48L3N2Zz4=");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNmZmZmZmYnLz48L3N2Zz4=");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0px;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: rgb(255, 255, 255);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgb(0, 122, 255);
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: rgb(255, 255, 255);
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: rgb(0, 0, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0px;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: rgb(0, 122, 255);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0px;
    top: 0px;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: rgb(255, 255, 255);
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: rgb(0, 0, 0);
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0px 0px;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0px;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0px;
    top: 0px;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50% center;
    animation: 1s steps(12) 0s infinite normal none running swiper-preloader-spin;
}

.swiper-lazy-preloader::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyM2YzZjNmMnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+");
    background-position: 50% center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white::after {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0px;
    padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    border: 2px solid;
    height: 15px;
    margin: 0px 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: none 0px 0px repeat scroll rgb(12, 112, 222);
    border-color: rgb(12, 112, 222);
}

.we-offer-area .item {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.we-offer-area.text-center .item {
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    border: medium none;
    padding: 30px;
    border-radius: 5px;
}

.we-offer-area.text-center .item i {
    background: none 0px 0px repeat scroll rgb(12, 112, 222);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out 0s;
    margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
    border: 2px solid rgb(12, 112, 222);
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out 0s;
}

.we-offer-area.item-border-less .item {
    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
    font-family: Poppins, sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item, .we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: none 0px 0px repeat scroll rgb(12, 112, 222);
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4, .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i, .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p, .we-offer-area.center-active .single-item:nth-child(2n) .item h4, .we-offer-area.center-active .single-item:nth-child(2n) .item i, .we-offer-area.center-active .single-item:nth-child(2n) .item p {
    color: rgb(255, 255, 255);
}

.we-offer-area .item i {
    color: rgb(12, 112, 222);
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.we-offer-area .item p {
    margin: 0px;
}

.we-offer-area .item h4, .we-offer-area .item i, .we-offer-area .item p {
    transition: all 0.35s ease-in-out 0s;
}

.we-offer-area .item::after {
    background: none 0px 0px repeat scroll rgb(12, 112, 222);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0px;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
    z-index: -1;
}

.we-offer-area .item:hover::after {
    left: 0px;
}

.we-offer-area .item:hover h4, .we-offer-area .item:hover i, .we-offer-area .item:hover p {
    color: rgb(255, 255, 255) !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: rgb(255, 255, 255) !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(12, 112, 222) !important;
}

.we-offer-area.text-left .item i {
    background: none 0px 0px repeat scroll rgb(12, 112, 222);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

.we-offer-area.text-left .item i::after {
    border: 2px solid rgb(12, 112, 222);
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
}

section.we-offer-area.text-center.bg-gray {
    padding: 80px 0px;
    background-color: rgb(255, 255, 255);
}

.row.our-offer-items.less-carousel {
    margin-top: 40px;
}

.login-fulldesk {
    padding-top: 0px;
    background-color: rgb(247, 250, 255);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    content: "";
    background-position: center top;
    background-image: url("../img/login_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.logincontainer .header-lined {
    margin-top: 20px;
}

.form-control.focus, .form-control:focus {
    border-color: rgb(63, 81, 181);
    box-shadow: none;
}

.customLoginInputA input {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
}

.customLoginInputB input {
    border-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px 0px;
    outline: 0px;
    font-size: 14px;
}

.margin-0 {
    margin: 0px !important;
}

.captchaInput {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid rgb(239, 239, 239);
    height: 58px;
    background-color: rgb(255, 255, 255);
    margin: 0px 15px;
}

#inputCaptcha {
    border: 0px;
    text-transform: uppercase;
}

.cta-inner {
    padding: 7px 28px 12px;
    transition: all 0.4s ease 0s;
    font-family: iransans_light;
    border-radius: 30px !important;
}

.cta {
    padding: 5px 15px;
    border-radius: 5px;
    transition: all 0.4s ease 0s;
}

.navbar-default .dropdown-menu li a.cta-green {
    padding: 9px 32px 10px !important;
}

.cta-green, .navbar-default .dropdown-menu li a.cta-green {
    font-size: 13px;
    text-align: center;
    background: rgb(90, 208, 118) !important;
    color: rgb(255, 255, 255) !important;
}

.cta-green-outline {
    padding: 7px 29px 11px;
    transition: all 0.4s ease 0s;
    background: rgb(255, 255, 255);
    color: rgb(90, 208, 118);
    border: 2px solid rgb(90, 208, 118);
    position: relative;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: -0.8px;
    text-align: center;
    border-radius: 30px !important;
}

a.cta-green-outline.btn-cta::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 14px;
    background: url("../images/facelift/go-back-left-arrow.svg");
    left: 11px;
    top: 13px;
}

.cta-green-outline:hover {
    background-color: rgb(90, 208, 118);
    color: rgb(255, 255, 255);
}

.cta-green-outline.btn-cta:hover {
    padding: 7px 29px 11px 37px;
}

.cta-green:hover {
    color: rgb(255, 255, 255);
    box-shadow: rgba(65, 188, 68, 0.25) 0px 5px 9px 0px;
}

.cta-gray {
    background: rgb(241, 243, 249);
    color: rgb(120, 123, 134);
    font-weight: 700;
    padding: 3px 20px 5px;
    font-size: 13px;
    border: 2px solid rgb(241, 243, 249);
    display: block;
}

.cta-gray-inactive {
    background: rgb(241, 243, 249);
    transition: all 0.4s ease 0s;
    font-family: iransans_light;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.8px;
    text-align: center;
    border: 2px solid rgb(241, 243, 249);
    display: inline-block;
    color: rgb(120, 123, 134) !important;
    cursor: inherit !important;
}

.cta-gray:hover {
    background: rgb(255, 255, 255);
    color: rgb(120, 123, 134);
    border: 2px solid rgb(134, 142, 163);
}

.host-box {
    padding: 0px;
}

.box-hosting {
    padding: 70px 0px;
}

.box-hosting .container {
    max-width: 1000px;
    margin: 0px auto;
}

.gray-box {
    padding: 20px 0px;
}

.gray-box .box {
    background: rgb(234, 237, 255);
    padding: 50px 20px;
}

.green-box .box {
    border: 3px solid rgb(63, 81, 181);
    background: rgb(255, 255, 255);
}

.host-box h3 {
    padding-top: 30px;
}

.host-box span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.host-box ul {
    padding: 20px 0px 50px;
}

.host-box li {
    font-size: 16px;
}

.box1 .box {
    border-radius: 0px 10px 10px 0px;
}

.box2 .box {
    border-radius: 10px;
    padding: 70px 20px;
}

.box3 .box {
    border-radius: 10px 0px 0px 10px;
}

.box-hosting ul.list-inline {
    padding: 60px 0px;
}

.box-hosting ul.list-inline li {
    margin-bottom: 20px;
}

.box-hosting ul.list-inline a {
    display: block;
    max-width: 400px;
    margin: 0px auto;
}

.needs {
    padding: 80px 0px;
}

.index-needs .needs {
    padding: 100px 0px;
}

.line-under-text {
    position: relative;
    width: 100%;
    display: block;
    padding: 0px 0px 40px;
}

.line-under-text h3 {
    color: rgb(43, 65, 161);
    font-size: 32px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -1.6px;
    text-align: center;
}

.line-under-text::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: rgb(213, 217, 236);
    margin: 60px -15px auto;
}

.needs .items {
    padding: 0px;
}

.needs .item {
    display: inline-block;
    padding: 25px 45px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 5px;
    font-size: 35px;
    color: rgb(255, 255, 255);
}

.part-needs.needs .item:hover {
    box-shadow: rgba(170, 179, 217, 0.2) 0px 30px 50px 0px;
    background-color: rgb(255, 255, 255);
}

section.index-counter.after_slider {
    background-color: rgb(43, 65, 161);
}

.index-counter .counter p {
    font-size: 15px;
    color: rgb(153, 172, 255) !important;
}

.needs .item-image {
    height: 80px;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    padding-top: 5px;
    position: relative;
    transition: all 0.4s ease 0s;
}

.needs .item h5 {
    font-weight: 400;
    color: rgb(67, 70, 80);
    margin-bottom: 10px;
}

.needs .item p {
    font-size: 15px;
    color: rgb(11, 51, 226);
    font-weight: 400;
    text-align: center;
    padding-top: 0px;
    line-height: 0;
}

.needs span.en {
    font-size: 18px;
    color: rgb(134, 142, 163);
    padding-top: 3px;
    display: block;
}

.needs > h3 {
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 0px 30px;
    position: relative;
}

.based-needs {
    position: relative;
    border-top: 1px solid rgb(241, 243, 249);
    background-color: rgb(255, 255, 255);
}

.other-services {
    padding: 70px 0px;
}

.other-services > p {
    font-size: 17px;
    padding: 30px 15px 60px;
}

.other-services .item {
    display: inline-block;
    padding: 15px;
    transition: all 0.4s ease 0s;
    vertical-align: top;
    width: 162px;
    border-radius: 5px;
}

.other-services .item:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(58, 66, 75, 0.11) 0px 18px 18px 0px;
}

.other-services .item-image {
    height: 100px;
}

.accelerator .item-image img, .other-services .item-image img {
    position: relative;
    top: 0px;
    transition: all 0.4s ease 0s;
}

.accelerator .pic .item:hover img, .other-services .item:hover .item-image img {
    top: -5px;
}

.accelerator .pic .item h3, .other-services .item h3 {
    color: rgb(67, 70, 80);
    margin-top: 20px;
}

.accelerator .pic .item p, .other-services .item p {
    color: rgb(77, 137, 204);
    font-size: 13px;
    font-weight: 500;
    padding: 0px;
}

.other-services .item span {
    transition: all 0.4s ease 0s;
    background: rgb(255, 98, 13);
    border: 2px solid rgb(255, 98, 13);
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 0px 10px;
    border-radius: 3px;
    margin-top: 23px;
    display: inline-block;
}

.other-services .item:hover span {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(255, 98, 13);
    color: rgb(255, 98, 13);
}

.other-services .item.middle {
    border-radius: 5px;
    box-shadow: rgba(58, 66, 75, 0.11) 0px 18px 18px 0px;
    background-color: rgb(255, 255, 255);
}

.fab.fa-php {
    color: rgb(10, 166, 202);
    font-size: 25px;
}

.fab.fa-cpanel {
    color: rgb(255, 166, 3);
    font-size: 45px;
}

.notification-value {
    float: left;
    font-size: 15px;
}

.fa, .fas {
    font-weight: 300 !important;
}

.btn.top-access-open-ticket.btn-sm {
    background-color: rgb(33, 150, 243);
    color: rgb(255, 255, 255);
    padding: 7px 15px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
    margin-top: -3px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
    margin-right: 15px;
}

.login-fix {
    margin: 80px auto;
    padding: 30px;
    max-width: 500px;
    border-radius: 15px;
    box-shadow: rgb(161, 0, 0) 0px 25px 60px 0px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    line-height: 30px;
    height: auto;
}

@media (max-width: 600px) {
    .login-fix {
        margin: 0px;
        height: 100%;
        border-radius: 0px;
    }

    .d-block {
        padding: 5px 10px;
        border-bottom: 1px solid rgb(239, 239, 239);
        line-height: 35px;
        display: block !important;
    }

    .mr-auto, .mx-auto {
        margin-left: 0px !important;
    }

    .navbar-nav .dropdown-menu {
        box-shadow: none;
        border: 1px solid rgb(209, 223, 243);
        background-color: rgb(244, 249, 255);
        border-radius: 6px;
    }

    header.header .navbar-nav a {
        width: 100%;
        margin: 0px;
        display: block;
        background-color: transparent;
    }

    .navbar-nav .fa {
        margin-left: 15px;
        color: rgb(82, 147, 204);
        vertical-align: middle;
    }

    .btn.nav-link.cart-btn {
        display: none;
    }

    .tiles .tile a {
        margin: 5px 10px;
    }
}

.logos {
    text-align: center;
    margin-bottom: 40px;
}

.login-title {
    font-size: 18px;
    margin-bottom: 24px;
    color: rgb(21, 102, 191);
}

.login-body {
    border-bottom: 1px dashed rgb(204, 204, 204);
}

.navbar-nav .fa.fa-home {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    font-weight: 700 !important;
}

.navbar-nav .fa {
    margin-left: 5px;
    color: rgb(82, 147, 204);
    vertical-align: middle;
}

.navbar-nav a {
    color: rgb(60, 60, 60);
    margin: 2px;
    padding: 8px 10px;
}

.navbar-nav a:hover {
    background-color: rgb(243, 246, 249);
    padding: 8px 10px;
    border-radius: 5px;
}

.footer.padding-20 {
    background-color: rgb(240, 245, 253);
    padding: 50px 0px;
    border-top: 1px solid rgb(239, 239, 239);
    margin-top: 50px;
}

.depa {
    border: 1px solid rgb(223, 233, 247);
    background-color: rgb(247, 250, 255);
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 20px;
    color: rgb(118, 132, 154);
    min-height: 119px;
}

.depa .fas {
    float: left;
    font-size: 40px;
    padding: 22px 20px;
}

.card .card-header .fa, .fas {
    vertical-align: middle;
    font-size: 25px;
    margin-left: 5px;
}

.progress-bar {
    background-color: rgb(100, 24, 195);
}

.progress-bar-primary {
    background-color: rgb(100, 24, 195);
}

.progress-bar-success {
    background-color: rgb(43, 193, 85);
}

.progress-bar-info {
    background-color: rgb(43, 152, 214);
}

.progress-bar-danger {
    background-color: rgb(7, 166, 225);
}

.progress-bar-warning {
    background-color: rgb(255, 171, 45);
}

.progress-bar-pink {
    background-color: rgb(232, 62, 140);
}

.progress {
    height: 6px;
    overflow: hidden;
    border-radius: 0px;
}

[data-theme-version="dark"] .progress {
    background-color: rgb(24, 31, 57);
}

.progress-bar {
    border-radius: 0px;
}

.progress-vertical {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 2rem;
    min-height: 17rem;
    position: relative;
}

@media (max-width: 991.98px) {
    .progress-vertical {
        margin-right: 1rem;
    }
}

.progress-vertical-bottom {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 2rem;
    min-height: 17rem;
    position: relative;
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .progress-vertical-bottom {
        margin-right: 1rem;
    }
}

.progress-animated {
    animation-duration: 5s;
    animation-name: myanimation;
}

@keyframes myanimation {
    0% {
        width: 0px;
    }
}

.widget-stat .media {
    padding: 0px;
    align-items: center;
}

.widget-stat .media > span {
    height: 85px;
    width: 85px;
    border-radius: 50px;
    padding: 10px 12px;
    border: 0px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(70, 74, 83);
}

@media only screen and (max-width: 1400px) {
    .widget-stat .media > span {
        height: 70px;
        width: 70px;
        min-width: 70px;
    }
}

.widget-stat .media .media-body p {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1400px) {
    .widget-stat .media .media-body p {
        font-size: 14px;
    }
}

[data-theme-version="dark"] .widget-stat .media .media-body p {
    color: rgb(196, 201, 213);
}

.widget-stat .media .media-body .small, .widget-stat .media .media-body small {
    font-size: 15px;
    color: rgb(7, 166, 225);
}

.widget-stat .media .media-body h3 {
    font-size: 30px;
    font-weight: 300;
    margin: 0px;
    line-height: 1.2;
}

.widget-stat .media .media-body h4 {
    font-size: 0.8rem;
    display: inline-block;
    vertical-align: middle;
}

.widget-stat .media .media-body span {
    margin-right: 10px;
}

.widget-stat[class*="bg-"] .media > span {
    background-color: rgba(255, 255, 255, 0.25);
    color: rgb(255, 255, 255);
}

.widget-stat[class*="bg-"] .progress {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

[direction="rtl"] .widget-stat .media .media-body span {
    margin-left: 0px;
    margin-right: 10px;
}

.dez-widget-1 .card {
    background: rgb(255, 231, 219);
}

.dez-widget-1 .card .card-body p {
    color: rgb(248, 117, 51);
}

.dez-widget-1 .icon {
    float: right;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 28px;
}

.mainside img {
    border-radius: 10px;
}

.card-title .fas {
    font-size: 25px;
    vertical-align: bottom;
    margin: 0px;
}

.card-title .fa {
    font-size: 30px;
    vertical-align: bottom;
    margin-left: 10px;
}

.image-responsive {
    max-width: 100%;
    height: auto;
    margin: 15px 0px;
    border-radius: 5px;
}

.announcements-responsive {
    max-width: 100%;
    height: 290px;
    margin: 15px 0px;
    border-radius: 5px;
}

.last-post.list-group.list-group-flush {
    padding-bottom: 8px;
}

.list-group.max-h200 {
    max-height: 301px;
    height: 300px;
    overflow: auto;
}

.card-body.max-h200 {
    max-height: 300px;
    height: 300px;
    overflow: auto;
}

.alert {
    border-radius: 0px;
    padding: 1rem 1.5rem;
}

.alert p {
    line-height: 1.5;
}

.alert-rounded {
    border-radius: 30px;
}

.alert-primary {
    background: rgb(235, 223, 251);
    border-color: rgb(235, 223, 251);
    color: rgb(100, 24, 195);
}

[data-theme-version="dark"] .alert-primary {
    background: rgba(100, 24, 195, 0.2);
    border-color: rgba(100, 24, 195, 0.2);
}

.alert-secondary {
    background: rgb(251, 233, 249);
    border-color: rgb(251, 233, 249);
    color: rgb(220, 60, 204);
}

[data-theme-version="dark"] .alert-secondary {
    background: rgba(220, 60, 204, 0.5);
    border-color: rgba(220, 60, 204, 0.5);
    color: rgb(126, 126, 126);
}

.alert-success {
    background: rgb(231, 250, 236);
    border-color: rgb(231, 250, 236);
    color: rgb(43, 193, 85);
}

[data-theme-version="dark"] .alert-success {
    background: rgba(43, 193, 85, 0.1);
    border-color: rgba(43, 193, 85, 0.1);
}

.alert-warning {
    background: rgb(255, 249, 239);
    border-color: rgb(255, 249, 239);
    color: rgb(255, 171, 45);
}

[data-theme-version="dark"] .alert-warning {
    background: rgba(255, 171, 45, 0.1);
    border-color: rgba(255, 171, 45, 0.1);
}

.alert-danger {
    background: rgb(239, 249, 252);
    border-color: rgb(239, 249, 252);
    color: rgb(7, 166, 225);
}

[data-theme-version="dark"] .alert-danger {
    background: rgba(255, 46, 46, 0.15);
    border-color: rgba(255, 46, 46, 0.15);
}

.alert-info {
    background: rgb(244, 250, 253);
    border-color: rgb(244, 250, 253);
    color: rgb(43, 152, 214);
}

[data-theme-version="dark"] .alert-info {
    background: rgba(43, 152, 214, 0.1);
    border-color: rgba(43, 152, 214, 0.1);
}

.alert-dark {
    background: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(110, 110, 110);
}

[data-theme-version="dark"] .alert-dark {
    background: rgba(110, 110, 110, 0.35);
    border-color: rgba(110, 110, 110, 0.35);
    color: rgb(126, 126, 126);
}

.alert-light {
    background: rgb(244, 245, 249);
    border-color: rgb(244, 245, 249);
    color: rgb(110, 110, 110);
}

.alert-alt.alert-primary {
    border-left: 4px solid rgb(100, 24, 195);
}

.alert-alt.alert-secondary {
    border-left: 4px solid rgb(220, 60, 204);
}

.alert-alt.alert-success {
    border-left: 4px solid rgb(43, 193, 85);
}

.alert-alt.alert-warning {
    border-left: 4px solid rgb(255, 171, 45);
}

.alert-alt.alert-danger {
    border-left: 4px solid rgb(7, 166, 225);
}

.alert-alt.alert-info {
    border-left: 4px solid rgb(43, 152, 214);
}

.alert-alt.alert-dark {
    border-left: 4px solid rgb(110, 110, 110);
}

.alert-alt.alert-light {
    border-left: 4px solid rgb(195, 200, 222);
}

.alert-alt.alert-primary.solid {
    border-left: 4px solid rgb(42, 10, 81) !important;
}

.alert-alt.alert-secondary.solid {
    border-left: 4px solid rgb(129, 23, 119) !important;
}

.alert-alt.alert-success.solid {
    border-left: 4px solid rgb(20, 89, 39) !important;
}

.alert-alt.alert-warning.solid {
    border-left: 4px solid rgb(173, 104, 0) !important;
}

.alert-alt.alert-danger.solid {
    border-left: 4px solid rgb(174, 0, 0) !important;
}

.alert-alt.alert-info.solid {
    border-left: 4px solid rgb(21, 77, 109) !important;
}

.alert-alt.alert-dark.solid {
    border-left: 4px solid rgb(46, 46, 46) !important;
}

.alert-alt.alert-light.solid {
    border-left: 4px solid rgb(162, 170, 204) !important;
}

.alert-dismissible.solid .close:hover {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.alert.alert-primary.solid {
    background: rgb(100, 24, 195);
    color: rgb(255, 255, 255);
    border-color: rgb(100, 24, 195);
}

.alert.alert-secondary.solid {
    background: rgb(220, 60, 204);
    color: rgb(255, 255, 255);
    border-color: rgb(220, 60, 204);
}

.alert.alert-success.solid {
    background: rgb(43, 193, 85);
    color: rgb(255, 255, 255);
    border-color: rgb(43, 193, 85);
}

.alert.alert-warning.solid {
    background: rgb(255, 171, 45);
    color: rgb(255, 255, 255);
    border-color: rgb(255, 171, 45);
}

.alert.alert-danger.solid {
    background: rgb(7, 166, 225);
    color: rgb(255, 255, 255);
    border-color: rgb(7, 166, 225);
}

.alert.alert-info.solid {
    background: rgb(43, 152, 214);
    color: rgb(255, 255, 255);
    border-color: rgb(43, 152, 214);
}

.alert.alert-dark.solid {
    background: rgb(110, 110, 110);
    color: rgb(255, 255, 255);
    border-color: rgb(110, 110, 110);
}

.alert.alert-light.solid {
    background: rgb(244, 245, 249);
    color: rgb(110, 110, 110);
    border-color: rgb(244, 245, 249);
}

.alert-right-icon > span i {
    font-size: 18px;
    margin-right: 5px;
}

.alert-right-icon .close i {
    font-size: 16px;
}

.alert.alert-outline-primary {
    background: 0px 0px;
    color: rgb(100, 24, 195);
    border-color: rgb(100, 24, 195);
}

.alert.alert-outline-secondary {
    background: 0px 0px;
    color: rgb(126, 126, 126);
    border-color: rgb(220, 60, 204);
}

.alert.alert-outline-success {
    background: 0px 0px;
    color: rgb(43, 193, 85);
    border-color: rgb(43, 193, 85);
}

.alert.alert-outline-info {
    background: 0px 0px;
    color: rgb(43, 152, 214);
    border-color: rgb(43, 152, 214);
}

.alert.alert-outline-warning {
    background: 0px 0px;
    color: rgb(255, 171, 45);
    border-color: rgb(255, 171, 45);
}

.alert.alert-outline-danger {
    background: 0px 0px;
    color: rgb(7, 166, 225);
    border-color: rgb(7, 166, 225);
}

.alert.alert-outline-dark {
    background: 0px 0px;
    color: rgb(126, 126, 126);
    border-color: rgb(110, 110, 110);
}

.alert.alert-outline-light {
    background: 0px 0px;
    color: rgb(110, 110, 110);
    border-color: rgb(244, 245, 249);
}

.alert-social {
    color: rgb(255, 255, 255);
}

.alert-social .alert-social-icon {
    align-self: center;
    margin-right: 0.9375rem;
}

.alert-social .alert-social-icon i {
    font-size: 42px;
}

.alert-social.facebook {
    background-color: rgb(59, 89, 152);
}

.alert-social.twitter {
    background-color: rgb(29, 161, 242);
}

.alert-social.linkedin {
    background-color: rgb(0, 123, 182);
}

.alert-social.google-plus {
    background-color: rgb(219, 68, 57);
}

.alert-social .close:hover {
    opacity: 1 !important;
    color: rgb(255, 255, 255) !important;
}

.left-icon-big .alert-left-icon-big {
    align-self: center;
    margin-right: 0.9375rem;
}

.left-icon-big .alert-left-icon-big i {
    font-size: 35px;
    line-height: 1;
}

[direction="rtl"] .alert-social .alert-social-icon, [direction="rtl"] .left-icon-big .alert-left-icon-big {
    margin-left: 0px;
    margin-right: 0.9375rem;
}

.badge {
    line-height: 1.5;
    border-radius: 0px;
    padding: 4px 10px;
    border: 1px solid transparent;
}

.badge-rounded {
    border-radius: 20px;
    padding: 3px 13px;
}

.badge-circle {
    border-radius: 100px;
    padding: 3px 7px;
}

.badge-outline-primary {
    border: 1px solid rgb(100, 24, 195);
    color: rgb(100, 24, 195);
}

.badge-outline-secondary {
    border: 1px solid rgb(220, 60, 204);
    color: rgb(220, 60, 204);
}

[data-theme-version="dark"] .badge-outline-secondary {
    color: rgb(126, 126, 126);
}

.badge-outline-success {
    border: 1px solid rgb(43, 193, 85);
    color: rgb(43, 193, 85);
}

.badge-outline-info {
    border: 1px solid rgb(43, 152, 214);
    color: rgb(43, 152, 214);
}

.badge-outline-warning {
    border: 1px solid rgb(255, 171, 45);
    color: rgb(255, 171, 45);
}

.badge-outline-danger {
    border: 1px solid rgb(7, 166, 225);
    color: rgb(7, 166, 225);
}

.badge-outline-light {
    border: 1px solid rgb(240, 241, 245);
    color: rgb(110, 110, 110);
}

[data-theme-version="dark"] .badge-outline-light {
    color: rgb(126, 126, 126);
}

.badge-outline-dark {
    border: 1px solid rgb(110, 110, 110);
    color: rgb(110, 110, 110);
}

[data-theme-version="dark"] .badge-outline-dark {
    color: rgb(126, 126, 126);
}

.badge-xs {
    font-size: 10px;
    padding: 0px 5px;
    line-height: 18px;
}

.badge-sm {
    font-size: 11px;
    padding: 5px 8px;
    line-height: 11px;
}

.badge-lg {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 30px;
}

.badge-xl {
    font-size: 15px;
    padding: 0px 15px;
    line-height: 35px;
}

.badge-default {
    background: rgb(173, 182, 199);
}

.badge-success {
    background-color: rgb(43, 193, 85);
}

.badge-info {
    background-color: rgb(43, 152, 214);
}

.badge-primary {
    background-color: rgb(100, 24, 195);
}

.badge-warning {
    background-color: rgb(255, 171, 45);
}

.badge-danger {
    background-color: rgb(7, 166, 225);
}

.badge-dark {
    background-color: rgb(110, 110, 110);
}

.badge-light {
    background-color: rgb(244, 245, 249);
}

.light.badge-default {
    background: rgb(173, 182, 199);
}

.light.badge-success {
    background-color: rgb(231, 250, 236);
    color: rgb(43, 193, 85);
}

[data-theme-version="dark"] .light.badge-success {
    background-color: rgba(43, 193, 85, 0.1);
}

.light.badge-info {
    background-color: rgb(244, 250, 253);
    color: rgb(43, 152, 214);
}

[data-theme-version="dark"] .light.badge-info {
    background-color: rgba(43, 152, 214, 0.1);
}

.light.badge-primary {
    background-color: rgb(235, 223, 251);
    color: rgb(100, 24, 195);
}

[data-theme-version="dark"] .light.badge-primary {
    background-color: rgba(100, 24, 195, 0.2);
}

.light.badge-secondary {
    background-color: rgb(251, 233, 249);
    color: rgb(220, 60, 204);
}

[data-theme-version="dark"] .light.badge-secondary {
    background-color: rgba(220, 60, 204, 0.5);
    color: rgb(126, 126, 126);
}

.light.badge-warning {
    background-color: rgb(255, 249, 239);
    color: rgb(255, 171, 45);
}

[data-theme-version="dark"] .light.badge-warning {
    background-color: rgba(255, 171, 45, 0.1);
}

.light.badge-danger {
    background-color: rgb(255, 240, 240);
    color: rgb(7, 166, 225);
}

[data-theme-version="dark"] .light.badge-danger {
    background-color: rgba(255, 46, 46, 0.15);
}

.light.badge-dark {
    background-color: rgb(238, 238, 238);
    color: rgb(110, 110, 110);
}

[data-theme-version="dark"] .light.badge-dark {
    background-color: rgba(110, 110, 110, 0.35);
    color: rgb(126, 126, 126);
}

.bootstrap-label .label {
    display: inline-block;
    margin-right: 1rem;
}

.bootstrap-label .label:last-child {
    margin-right: 0px;
}

.badge-demo .badge {
    margin-right: 5px;
    margin-bottom: 5px;
}

.badge-demo .badge:last-child {
    margin-right: 0px;
}

.bootstrap-badge-buttons button {
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.bootstrap-badge-buttons button:last-child {
    margin-right: 0px;
}

.card-footer.pt-0.pb-0.text-center {
    border-top: 1px solid rgb(233, 236, 245);
}

.text-last-updated {
    color: rgb(220, 60, 204);
    display: none;
}

.list-group.max-h200 small {
    color: rgb(43, 152, 214);
}

.list-group.max-h200 label {
    float: left;
    color: rgb(62, 89, 207);
    background-color: rgb(244, 244, 249) !important;
}

.dropdown-menu.dropdown-menu-left.show .fas {
    color: rgb(251, 104, 0);
}

.card-title .far.fa-newspaper {
    font-size: 25px;
    vertical-align: bottom;
    margin: 0px;
    font-weight: 300;
}

#order-standard_cart .cart-body {
    padding-left: 15px;
}

.primary-content {
    padding: 20px;
}

#sidebarTicketCc {
    display: none;
}

.ticket-replies .reply {
    margin: 20px 0px;
    position: relative;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    color: rgb(97, 97, 97);
    font-size: 13px;
    min-height: 160px;
    padding: 15px;
}

.ticket-replies .replies-admin {
    direction: ltr;
}

.ticket-replies .replies-user-info {
    display: inline-block;
    padding: 13px 11px;
    text-align: center;
    vertical-align: top;
    width: 180px;
    border-radius: 15px;
    border: 1px solid rgb(234, 241, 255);
}

.ticket-replies .replies-user-info .replies-user-image {
    border-radius: 50%;
    max-width: 100%;
    margin: 10px;
    width: 100px;
}

.ticket-replies .replies-user-info > span {
    display: block;
}

.ticket-replies .replies-user-info .replies-user-title {
    color: rgb(97, 97, 97);
    font-size: 14px;
    padding: 11px;
    line-height: 14px;
    margin-bottom: 14px;
    text-align: center;
    width: 160px;
}

.ticket-replies .replies-user-info .replies-user-title span {
    display: inline-block;
    font-size: 13px;
    height: 23px;
    line-height: 26px;
    overflow: hidden;
    width: calc(100% - 41px);
}

.ticket-replies .replies-user-info .replies-user-title i {
    display: inline-block;
    height: 24px;
    line-height: 20px;
    margin: 0px;
    text-align: center;
    vertical-align: text-bottom;
    width: 25px;
}

.ticket-replies .replies-user-info .replies-user-type {
    border-radius: 3px;
    height: 30px;
    margin: 0px;
    text-align: center;
    min-width: 100px;
}

.ticket-replies .replies-admin .replies-user-info .replies-user-type {
    background: rgb(63, 81, 181);
    border: 2px solid rgb(63, 81, 181);
}

.ticket-replies .replies-client .replies-user-info .replies-user-type {
    background: rgb(7, 166, 225);
    border: 2px solid rgb(7, 166, 225);
}

.ticket-replies .replies-user-info .replies-user-type span {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    width: calc(100% - 30px);
}

.ticket-replies .replies-user-info .replies-user-type i {
    border-radius: 5px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    margin: 0px;
    text-align: center;
    vertical-align: top;
    width: 24px;
    font-weight: 900 !important;
}

.ticket-replies .replies-info {
    display: inline-block;
    vertical-align: top;
    width: calc(89% - 100px);
}

.ticket-replies .replies-date-attachment {
    position: absolute;
    bottom: -1px;
    z-index: 1;
}

.ticket-replies .replies-admin .replies-date-attachment {
    direction: ltr;
    right: -1px;
    margin-top: 9px;
}

.ticket-replies .replies-client .replies-date-attachment {
    left: -1px;
}

.ticket-replies .replies-date {
    color: rgb(7, 166, 225);
    display: inline-block;
    direction: ltr;
    font-size: 14px;
    padding: 3px 5px 0px;
}

.ticket-replies .replies-admin .replies-date {
    border-radius: 3px;
}

.ticket-replies .replies-client .replies-date {
    border-radius: 5px;
    display: contents;
    overflow: hidden;
    font-size: 12px;
}

.ticket-replies .replies-attahcments {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0px 5px;
    vertical-align: top;
}

.ticket-replies .replies-admin .attachemets-list + .replies-date {
    border-radius: 0px 0px 10px;
}

.ticket-replies .replies-client .attachemets-list + .replies-date {
    border-radius: 5px 0px 0px 5px;
}

.replies-attahcments + .attachemets-list {
    display: none;
}

.ticket-replies .replies-admin .replies-attahcments {
    background: rgb(63, 81, 181);
    border-radius: 5px 0px 0px;
    margin-right: 0px;
}

.ticket-replies .replies-client .replies-attahcments {
    background: rgb(116, 203, 11);
    border-radius: 0px 5px 5px 0px;
    margin-left: -4px;
}

.ticket-replies .replies-date i, .ticket-replies .replies-date span {
    display: inline-block;
    direction: ltr;
    vertical-align: revert;
}

.ticket-replies .replies-date i {
    font-size: 11px;
    position: relative;
    top: 2px;
}

.ticket-replies .replies-content {
    border-radius: 3px;
    color: rgb(97, 97, 97);
    font-size: 16px;
    min-height: 160px;
    padding: 30px 10px;
    position: relative;
    direction: rtl;
}

.ticket-replies .replies-rank {
    padding-top: 15px;
}

.ticket-replies .rating span.star {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}

.ticket-replies .rating span.star:hover, .ticket-replies .rating span.star:hover ~ span.star, .ticket-replies .rating-done span.star.active {
    color: rgb(255, 193, 7);
}

#modal-ticket-add-reply .md-footer, #modal-ticket-add-reply .md-fullscreen-controls, #modal-ticket-add-reply .md-header {
    display: none;
}

#modal-ticket-add-reply label[for="inputMessage"] {
    color: rgb(117, 117, 117);
    font-weight: 400;
}

#modal-ticket-add-reply .md-editor {
    border: none;
}

#modal-ticket-add-reply .md-editor textarea {
    border-radius: 10px;
    display: block;
    margin: 0px;
    width: calc(100%);
    border: 1px solid rgb(238, 238, 238) !important;
}

#modal-ticket-add-reply .input-attachment-item input {
    height: 0.01px;
    width: 0.01px;
    overflow: hidden;
}

#modal-ticket-add-reply .attachments-title-conainer {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 0px 0px 3px;
}

#modal-ticket-add-reply .attachments-title-conainer::after {
    clear: both;
    content: "";
    display: block;
    width: 100%;
}

#modal-ticket-add-reply .attachments-title-conainer .addTicketAttachmentItem {
    float: left;
    padding: 2px;
    outline: 0px;
    width: 90px;
}

#modal-ticket-add-reply .attachments-title-conainer .addTicketAttachmentItem i {
    display: inline-block;
    font-size: 10px;
    margin-left: 2px;
    position: relative;
    top: 1px;
}

.input-attachment-items {
    margin: 10px 0px;
}

.input-attachment-item {
    border-radius: 3px;
    margin: 3px 0px;
    overflow: hidden;
    transition: all 0.25s ease-in-out 0s;
}

.input-attachment-item:nth-child(2n) {
    background: rgb(245, 245, 245);
}

.input-attachment-item:nth-child(2n+1) {
    background: rgb(238, 238, 238);
}

.input-attachment-item:hover {
    background: rgb(224, 224, 224);
}

.input-attachment-item label i, .input-attachment-item label span {
    display: inline-block;
}

.input-attachment-item label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    height: 34px;
}

.input-attachment-item .selectfile {
    background: rgb(136, 152, 170);
    border-radius: 0px 3px 3px 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 5px 10px;
}

.input-attachment-item .selectedfile {
    color: rgb(255, 82, 82);
    direction: ltr;
    line-height: 28px;
    padding: 0px 5px;
    text-align: left;
    vertical-align: top;
    width: calc(98% - 100px);
}

a.autoLinked {
    color: rgb(35, 146, 236);
    overflow-wrap: break-word;
}

@media (max-width: 576px) {
    .ticket-replies .replies-info {
        width: 100%;
    }

    .ticket-replies .replies-user-info {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 10px;
        width: 100%;
    }

    .ticket-replies .replies-client .replies-user-info {
        text-align: center;
        border-bottom: 1px solid rgb(239, 239, 239);
        box-shadow: none;
        border-radius: 0px;
        padding-bottom: 10px;
    }

    .ticket-replies .replies-user-info .replies-user-type {
        height: 20px;
    }

    .ticket-replies .replies-user-info .replies-user-type span {
        height: 18px;
        line-height: 17px;
        vertical-align: top;
    }

    .ticket-replies .replies-user-info .replies-user-type i {
        height: 16px;
        line-height: 20px;
        font-size: 10px;
        width: 16px;
    }

    .ticket-replies .replies-client .replies-content::before {
        border: 8px solid rgb(247, 247, 247);
        border-radius: 0px 20px 0px 0px;
        inset: auto 4px calc(100% + 1px) auto;
        display: none;
    }

    .ticket-replies .replies-client .replies-content::after {
        border: 9px solid rgb(255, 255, 255);
        border-radius: 0px 30px 0px 0px;
        inset: auto 13px calc(100% + 1px) auto;
        display: none;
    }

    .ticket-replies .replies-client .replies-user-info .replies-user-image {
        float: right;
        margin-top: 8px;
        width: 65px;
    }

    .ticket-replies .replies-client .replies-user-info .replies-user-title {
        display: inline-block;
        height: 40px;
        text-align: right;
        margin-right: 0px;
        padding: 8px;
        vertical-align: top;
        width: calc(100% - 107px);
        border-radius: 5px;
    }

    .ticket-replies .replies-client .replies-user-info .replies-user-type {
        border-width: 1px 2px 1px 1px;
        border-style: solid;
        border-color: rgb(229, 57, 53);
        border-image: initial;
        display: inline-block;
        float: right;
        margin-right: 10px;
        text-align: center;
        height: 25px;
        line-height: 25px;
        padding: 1px;
    }

    .ticket-replies .replies-admin .replies-content::before {
        border: 8px solid rgb(247, 247, 247);
        border-radius: 20px 0px 0px;
        bottom: calc(100% + 1px);
        display: none;
        left: 4px;
        top: auto;
    }

    .ticket-replies .replies-admin .replies-content::after {
        border: 9px solid rgb(255, 255, 255);
        border-radius: 30px 0px 0px;
        bottom: calc(100% + 1px);
        display: none;
        left: 13px;
        top: auto;
    }

    .ticket-replies .replies-admin .replies-user-info {
        text-align: center;
        border-bottom: 1px solid rgb(239, 239, 239);
        box-shadow: none;
        border-radius: 0px;
        padding-bottom: 10px;
    }

    .ticket-replies .replies-admin .replies-user-info .replies-user-image {
        float: right;
        margin-top: 10px;
        width: 50px;
    }

    .ticket-replies .replies-admin .replies-user-info .replies-user-title {
        display: inline-block;
        height: 40px;
        text-align: right;
        margin-left: 10px;
        padding: 5px;
        border-radius: 5px;
        vertical-align: top;
        width: calc(100% - 80px);
    }

    .ticket-replies .replies-admin .replies-user-info .replies-user-type {
        display: inline-block;
        float: right;
        margin-right: 5px;
        text-align: center;
        height: 25px;
        line-height: 25px;
        padding: 1px;
    }

    .ticket-replies .replies-admin .replies-user-info .replies-rank {
        display: none;
    }
}

.ticket-info {
    padding-top: 30px;
}

.ticket-info-block {
    padding: 0px 0px 10px;
}

.ticket-info-block.btns {
    text-align: center;
}

.ticket-info-block .ticket-info-block-content {
    border-radius: 10px;
    padding: 20px 10px 15px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 7px;
}

.ticket-info-block .ticket-info-block-btn {
    border-radius: 3px;
    padding: 0px;
    position: relative;
}

.ticket-info-block .ticket-info-item {
    padding: 5px 10px;
}

.ticket-info-block .ticket-info-item .icon {
    background: rgb(238, 238, 238);
    border-radius: 50%;
    color: rgb(158, 158, 158);
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    vertical-align: top;
    width: 30px;
}

.ticket-info-block .ticket-info-item .title {
    color: rgb(117, 117, 117);
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 34px;
    vertical-align: top;
}

.ticket-info-block .ticket-info-item .value {
    color: rgb(117, 117, 117);
    display: inline-block;
    float: left;
    font-size: 13px;
    height: 30px;
    padding: 8px 0px;
    text-align: left;
    vertical-align: top;
    width: calc(95% - 135px);
}

.ticket-status {
    font-size: 11px;
    padding: 5px 10px;
    position: absolute;
    left: 16px;
    top: 4px;
    width: 110px;
    z-index: 1;
    display: none;
}

.ticket-status::before {
    border-width: 14px 14px 14px 16px;
    border-style: solid;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-image: initial;
    border-left-color: transparent;
    bottom: 0px;
    content: "";
    position: absolute;
    right: -1px;
    top: 0px;
    display: none;
}

.ticket-status span {
    color: rgb(255, 255, 255);
    position: absolute;
    z-index: 1;
    padding: 5px 8px;
    background-color: rgb(61, 75, 180);
    border-radius: 3px;
}

.ticket-info-block .ticket-info-item .btn {
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 35px;
    min-width: 110px;
    padding: 6px 10px 0px 5px;
    text-align: right;
    vertical-align: top;
    width: 100%;
}

.ticket-info-block .ticket-info-item .btn i {
    display: inline-block;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin-left: 1px;
    text-align: center;
    vertical-align: top;
    width: 20px;
}

.ticket-info-block .ticket-info-item .btn span {
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
}

.ticket-info-block .close-ticket {
    background: rgb(229, 57, 53);
}

.ticket-info-block .add-reply {
    background: rgb(0, 200, 83);
}

.ticket-info-block .replies-attahcments {
    background: rgb(255, 160, 0);
}

@media (max-width: 992px) {
    .ticket-info {
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
        margin: 30px 5px 15px;
        padding: 0px 0px 5px;
        background-color: rgb(255, 255, 255);
    }

    .ticket-info > div {
        position: static;
    }

    .ticket-info > div:nth-child(2) {
        border-bottom: 1px solid rgb(238, 238, 238);
        padding-bottom: 10px;
    }

    .ticket-info-block {
        padding: 0px;
    }

    .ticket-info-block.btns {
        padding-top: 5px;
    }

    .ticket-info-block.btns .ticket-info-item {
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px;
        width: 32%;
    }

    .ticket-info-block.btns .ticket-info-item .btn {
        text-align: center;
        width: 100%;
    }

    .ticket-info-block .ticket-info-block-content {
        box-shadow: none;
        padding: 0px;
        position: static;
    }
}

@media (max-width: 567px) {
    .ticket-info > div:nth-child(2) {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .ticket-info-block .ticket-info-item .value {
        display: block;
        padding-right: 55px;
        padding-top: 0px;
        text-align: left;
        width: 100%;
    }

    .ticket-info-block.btns .ticket-info-item, .ticket-info-block.btns .ticket-info-item .btn {
        text-align: center;
        width: 100%;
    }
}

.modal-header {
    padding: 1rem 1.875rem;
}

.modal-header .close {
    padding: 0.875rem 1.815rem;
    margin: 0px;
    position: absolute;
    left: 0px;
    float: none;
    top: 0px;
    font-size: 30px;
    font-weight: 100;
}

.modal-body {
    padding: 1.875rem;
}

.modal-footer {
    padding: 1rem 1.875rem;
}

.modal-content {
    border-radius: 25px;
}

.modal-backdrop {
    z-index: 10 !important;
}

.txt1 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: rgb(85, 85, 85);
}

.txt2 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: rgb(153, 153, 153);
}

.size1 {
    width: 355px;
    max-width: 100%;
}

.size2 {
    width: calc(100% - 43px);
}

.bg1 {
    background: rgb(59, 89, 152);
}

.bg2 {
    background: rgb(29, 161, 242);
}

.bg3 {
    background: rgb(205, 32, 31);
}

.limiter {
    padding-top: 0px;
    background-image: url("../img/register_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
}

.limiter2 {
    padding-top: 0px;
    background-image: url("../img/login_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.container-login100 {
    width: auto;
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    height: 100%;
}

.wrap-login100 {
    overflow: hidden;
    display: flex;
    align-items: stretch;
    flex-direction: row;
}

.login100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.1);
}

.login100-form {
    display: block;
    padding: 102px;
    border-radius: 0px;
    min-width: 600px;
}

.Registr100-form {
    display: block;
    padding: 100px;
    margin: 0px !important;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-family: Poppins-Regular;
    font-size: 30px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    text-align: center;
}

.wrap-input100 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 80px;
    position: relative;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 10px;
    margin-bottom: 10px;
}

.label-input100 {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 24px;
    left: 0px;
    top: 30px;
    transition: all 0.4s ease 0s;
}

.input100 {
    display: block;
    width: 100%;
    background: 0px 0px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: rgb(85, 85, 85);
    line-height: 1.2;
    padding: 0px 26px;
}

input.input100 {
    height: 100%;
    transition: all 0.4s ease 0s;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid rgb(102, 117, 223);
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease 0s;
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.input100:focus {
    height: 48px;
}

.input100:focus + .focus-input100 + .label-input100 {
    top: 14px;
    font-size: 13px;
}

.has-val {
    height: 48px !important;
}

.has-val + .focus-input100 + .label-input100 {
    top: 14px;
    font-size: 13px;
}

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: rgb(153, 153, 153);
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox100::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(102, 117, 223);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
    color: rgb(102, 117, 223);
}

.container-login100-form-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: rgb(102, 117, 223);
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease 0s;
}

.login100-form-btn:hover {
    background: rgb(51, 51, 51);
}

@media (max-width: 768px) {
    .login100-form {
        width: 100%;
    }

    .login100-more {
        display: none;
    }
}

@media (max-width: 576px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
        min-width: auto;
    }
}

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(200, 0, 0);
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: rgb(200, 0, 0);
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
}

.alert-validate::after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: rgb(200, 0, 0);
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}

.alert-validate:hover::before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.modal-body .icon {
    font-size: 20px;
    vertical-align: middle;
    margin: 6px;
    color: rgb(6, 154, 243) !important;
}

.accordion-primary .accordion__header {
    background: rgb(100, 24, 195);
    border-color: rgb(100, 24, 195);
    color: rgb(255, 255, 255);
    box-shadow: rgba(100, 24, 195, 0.15) 0px 15px 20px 0px;
}

.accordion-primary .accordion__header.collapsed {
    background: rgb(235, 223, 251);
    border-color: rgb(235, 223, 251);
    color: rgb(33, 28, 55);
    box-shadow: none;
}

[data-theme-version="dark"] .accordion-primary .accordion__header.collapsed {
    background: rgba(100, 24, 195, 0.2);
    border-color: rgba(100, 24, 195, 0.2);
    color: rgb(126, 126, 126);
}

.accordion-primary-solid .accordion__header {
    background: rgb(100, 24, 195);
    border-color: rgb(100, 24, 195);
    color: rgb(255, 255, 255);
    box-shadow: rgba(100, 24, 195, 0.15) 0px -10px 20px 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-primary-solid .accordion__header.collapsed {
    background: rgb(235, 223, 251);
    border-color: rgb(235, 223, 251);
    color: rgb(33, 28, 55);
    box-shadow: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

[data-theme-version="dark"] .accordion-primary-solid .accordion__header.collapsed {
    background: rgba(100, 24, 195, 0.2);
    border-color: rgba(100, 24, 195, 0.2);
    color: rgb(126, 126, 126);
}

.accordion-primary-solid .accordion__body {
    border-right: 2px solid rgb(100, 24, 195);
    border-bottom: 2px solid rgb(100, 24, 195);
    border-left: 2px solid rgb(100, 24, 195);
    border-image: initial;
    border-top: none;
    box-shadow: rgba(100, 24, 195, 0.15) 0px 15px 20px 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-danger .accordion__header {
    background: rgb(7, 166, 225);
    border-color: rgb(7, 166, 225);
    color: rgb(255, 255, 255);
    box-shadow: rgba(255, 46, 46, 0.15) 0px 15px 20px 0px;
}

.accordion-danger .accordion__header.collapsed {
    background: rgb(255, 240, 240);
    border-color: rgb(255, 240, 240);
    color: rgb(33, 28, 55);
    box-shadow: none;
}

.accordion-danger-solid .accordion__header {
    background: rgb(7, 166, 225);
    border-color: rgb(7, 166, 225);
    color: rgb(255, 255, 255);
    box-shadow: rgba(255, 46, 46, 0.15) 0px -10px 20px 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-danger-solid .accordion__header.collapsed {
    background: rgb(255, 240, 240);
    border-color: rgb(255, 240, 240);
    color: rgb(33, 28, 55);
    box-shadow: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

[data-theme-version="dark"] .accordion-danger-solid .accordion__header.collapsed {
    background: rgba(255, 46, 46, 0.15);
    border-color: rgba(255, 46, 46, 0.15);
    color: rgb(126, 126, 126);
}

.accordion-danger-solid .accordion__body {
    border-right: 2px solid rgb(7, 166, 225);
    border-bottom: 2px solid rgb(7, 166, 225);
    border-left: 2px solid rgb(7, 166, 225);
    border-image: initial;
    border-top: none;
    box-shadow: rgba(255, 46, 46, 0.15) 0px 15px 20px 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion__item {
    margin-bottom: 1.25rem;
}

.accordion__header {
    padding: 1rem 1.75rem;
    border: 1px solid rgb(240, 241, 245);
    cursor: pointer;
    position: relative;
    color: rgb(51, 51, 51);
    font-weight: 400;
    border-radius: 0px;
    transition: all 0.5s ease 0s;
}

[data-theme-version="dark"] .accordion__header {
    color: rgb(255, 255, 255);
    border-color: rgb(51, 58, 84);
}

.accordion__header--indicator {
    font-family: themify;
    position: absolute;
    left: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
}

[direction="rtl"] .accordion__header--indicator {
    right: auto;
    left: 1.5625rem;
}

.accordion__header--indicator.indicator_bordered {
    display: inline-block;
    width: 25px;
    text-align: center;
    height: 25px;
    border: 1px solid rgb(240, 241, 245);
    border-radius: 50%;
    line-height: 25px;
}

.accordion__header:not(.collapsed) .accordion__header--indicator::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
}

.accordion__header:not(.collapsed) .accordion__header--indicator.style_two::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ";
}

.accordion__header.collapsed .accordion__header--indicator::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡";
}

.accordion__header.collapsed .accordion__header--indicator.style_two::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹";
}

.accordion__body--text {
    padding: 0.875rem 1.25rem;
}

.accordion-bordered .accordion__body {
    border-right: 1px solid rgb(240, 241, 245);
    border-bottom: 1px solid rgb(240, 241, 245);
    border-left: 1px solid rgb(240, 241, 245);
    border-image: initial;
    border-top: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

[data-theme-version="dark"] .accordion-bordered .accordion__body {
    border-color: rgb(51, 58, 84);
}

.accordion-bordered .accordion__header.collapsed {
    border-radius: 0px;
}

.accordion-bordered .accordion__header {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-no-gutter .accordion__item {
    margin-bottom: 0px;
}

.accordion-no-gutter .accordion__item .accordion__header.collapsed {
    border-bottom: none;
}

.accordion-no-gutter .accordion__item:last-child .accordion__header {
    border-bottom: 1px solid rgb(240, 241, 245);
}

[data-theme-version="dark"] .accordion-no-gutter .accordion__item:last-child .accordion__header {
    border-color: rgb(51, 58, 84);
}

.accordion-no-gutter.accordion__bordered .accordion__item:not(:last-child) .accordion__body {
    border-bottom: none;
}

.accordion-left-indicator .accordion__header--text {
    padding-left: 2.5rem;
}

.accordion-left-indicator .accordion__header--indicator {
    right: auto;
    left: 1.5625rem;
}

.accordion-with-icon .accordion__header--text {
    padding-left: 2.5rem;
}

[direction="rtl"] .accordion-with-icon .accordion__header--text {
    padding-left: 0px;
    padding-right: 2.5rem;
}

.accordion-with-icon .accordion__header--icon {
    position: absolute;
    right: auto;
    left: 1.5625rem;
    font-family: themify;
}

[direction="rtl"] .accordion-with-icon .accordion__header--icon {
    left: auto;
    right: 1.5625rem;
}

.accordion-with-icon .accordion__header--icon::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦";
}

.accordion-header-bg .accordion__header {
    background-color: rgb(244, 245, 249);
}

[data-theme-version="dark"] .accordion-header-bg .accordion__header {
    background-color: rgb(24, 31, 57);
    color: rgb(255, 255, 255);
}

.accordion-header-bg .accordion__header--primary {
    background-color: rgb(100, 24, 195);
    color: rgb(255, 255, 255);
    border-color: rgb(100, 24, 195);
}

[data-theme-version="dark"] .accordion-header-bg .accordion__header--primary {
    background-color: rgb(100, 24, 195);
}

.accordion-header-bg .accordion__header--info {
    background-color: rgb(43, 152, 214);
    color: rgb(255, 255, 255);
    border-color: rgb(43, 152, 214);
}

[data-theme-version="dark"] .accordion-header-bg .accordion__header--info {
    background-color: rgb(43, 152, 214);
}

.accordion-header-bg .accordion__header--success {
    background-color: rgb(43, 193, 85);
    color: rgb(255, 255, 255);
    border-color: rgb(43, 193, 85);
}

[data-theme-version="dark"] .accordion-header-bg .accordion__header--success {
    background-color: rgb(43, 193, 85);
}

.accordion-header-bg.accordion-no-gutter .accordion__header {
    border-color: transparent;
    border-radius: 0px;
}

.accordion-header-bg.accordion-no-gutter .accordion__item:first-child .accordion__header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-header-bg.accordion-no-gutter .accordion__item:last-child .accordion__header {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion.accordion-no-gutter .accordion__header {
    border-radius: 0px;
}

.accordion.accordion-no-gutter .accordion__header.collapsed {
    border-radius: 0px;
}

.accordion.accordion-no-gutter .accordion__body {
    border-radius: 0px;
}

.accordion.accordion-no-gutter .accordion__item:first-child .accordion__header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion.accordion-no-gutter .accordion__item:last-child .accordion__header.collapsed {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion.accordion-no-gutter .accordion__item:last-child .accordion__body {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-solid-bg .accordion__header {
    border-color: transparent;
    background-color: rgb(235, 223, 251);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

[data-theme-version="dark"] .accordion-solid-bg .accordion__header {
    background-color: rgb(24, 31, 57);
}

.accordion-solid-bg .accordion__header.collapsed {
    border-radius: 0px;
}

.accordion-solid-bg .accordion__body {
    border-color: transparent;
    background-color: rgb(235, 223, 251);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

[data-theme-version="dark"] .accordion-solid-bg .accordion__body {
    background-color: rgb(24, 31, 57);
}

.accordion-active-header .accordion__header:not(.collapsed) {
    background-color: rgb(43, 152, 214);
    border-color: rgb(43, 152, 214);
    color: rgb(255, 255, 255);
}

.accordion-header-shadow .accordion__header {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0.9375rem -3px;
}

.accordion-rounded-stylish .accordion__header {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.accordion-rounded-stylish .accordion__body {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.accordion-rounded .accordion__header {
    border-radius: 0.3125rem;
}

.accordion-gradient .accordion__header {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(to right, rgba(186, 1, 181, 0.85) 0px, rgba(103, 25, 255, 0.85) 100%);
    border-color: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-gradient .accordion__header.collapsed {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-gradient .accordion__body {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(to right, rgba(186, 1, 181, 0.85) 0px, rgba(103, 25, 255, 0.85) 100%);
    border-color: transparent;
}

.card.card-accent-red {
    display: none;
}

.card.card-accent-blue {
    display: none;
}

.card.card-accent-emerald {
    display: none;
}

#notifications {
    color: rgb(255, 127, 50);
}

#notifications:hover {
    color: rgb(110, 110, 110);
}

.text-domain {
    color: rgb(43, 152, 214);
}

.media.ai-icon .fas {
    font-size: 1.6rem !important;
}

.fas.fa-chevron-up.card-minimise.panel-minimise.pull-left.float-left {
    display: none;
}

#Secondary_Navbar-Account {
    font-size: 15px;
    font-weight: 700;
    line-height: initial;
    padding-left: 0px;
}

.clientsnum {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}

.client-top-access-item-count {
    display: table-caption;
    position: absolute;
    top: 30px;
    color: rgb(255, 255, 255);
    background-color: #ff7143;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: -12px;
    font-size: 12px;
}

.notification-content {
    font-size: 11px;
    font-weight: 300;
    color: rgb(51, 51, 51);
}

#order-standard_cart .cart-sidebar .list-group-item:first-child {
    border-radius: 10px !important;
}

.profile-photo {
    border-radius: 50%;
}

@media (max-width: 780px) {
    .container-login100 {
        margin-top: 5px !important;
    }
}

.far {
    font-weight: 300 !important;
}

input#inputEmail {
    border-radius: 10px;
    direction: ltr;
}

input#inputPassword {
    border-radius: 10px;
    direction: ltr;
}

.productsio .fad {
    font-size: 45px;
    margin-top: -10px;
    color: rgb(16, 40, 126);
}

#registration .prepend-icon .field:hover {
    background-color: rgb(255, 247, 247);
    color: rgb(249, 49, 84);
    border: 1px solid rgb(7, 166, 225);
}

.form-control:hover {
    background-color: rgb(255, 247, 247) !important;
    color: rgb(249, 49, 84) !important;
    border: 1px solid rgb(7, 166, 225) !important;
}

.angle.fa.fa-angle-left {
    margin: 0px;
}

.list-group-item.d-flex.justify-content-between {
    text-align: left;
    font-size: 1rem;
}

#Secondary_Sidebar-Support-Network_Status {
    display: none;
}

#Secondary_Sidebar-Support-Open_Ticket {
    display: none;
}

#Secondary_Navbar-Account-Contacts {
    display: none;
}

#Secondary_Navbar-Account-Profile {
    display: none;
}

#Secondary_Navbar-Account-Register {
    display: none;
}

.icoma {
    width: 70px;
    float: right;
    background-color: rgb(247, 248, 250);
    margin: -11px 10px 0px 20px;
    padding: 10px;
    border-radius: 50%;
    height: 70px;
    font-size: 30px !important;
    line-height: 50px !important;
}

.namo {
    text-align: right;
    font-size: 16px;
    font-weight: 300;
}

.namoti {
    padding: 10px;
    text-align: center;
    font-size: 11px;
    background-color: rgb(5, 199, 129);
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.namoti2 {
    padding: 10px;
    text-align: center;
    font-size: 11px;
    background-color: rgb(204, 117, 0);
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.namoti3 {
    padding: 10px;
    text-align: center;
    font-size: 11px;
    background-color: rgb(199, 4, 176);
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.namoti4 {
    padding: 5px;
    text-align: center;
    font-size: 14px;
    background-color: #006ab5;
    color: rgb(255, 255, 255);
}

.namoti5 {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    background-color: rgb(0, 153, 210);
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.namoti6 {
    padding: 10px;
    text-align: center;
    font-size: 11px;
    background-color: rgb(196, 0, 109);
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.widget {
    padding: 0px;
    text-align: center;
}

@media (width > 500px ) {
    .container-login100 {
        max-width: 30rem;
    }
    .wrap-login100 {
        overflow: visible;
    }
}

.hide {
display:none!important;
}