@charset "UTF-8";

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

.intl-tel-input * {
    box-sizing: border-box;
    -moz-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;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 36px;
    margin-left: 0
}

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

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

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

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

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    position: absolute;
    direction: ltr;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    left: 0;
}

.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 #ccc
}

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

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(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: 0
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    left: 0;
    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, .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, .05);
    display: table;
    border-radius: 25px;
}

.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] {
    padding-left: 90px !important;
    direction: ltr
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 85px;
    padding: 0 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 {
    top: 30px;
    bottom: 30px;
    right: 30px;
    left: 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 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: 0 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@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: .25rem;
    background-color: #fff;
    border: 1px solid;
    border-color: #fff;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    user-select: none;
    vertical-align: middle;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.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: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.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: 0 0 0 2px rgba(2, 117, 216, .5)
}

.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: #0275d8;
    border-color: #0275d8
}

.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: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.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: 0 0 0 2px rgba(204, 204, 204, .5)
}

.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: #fff;
    border-color: #ccc
}

.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: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.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: 0 0 0 2px rgba(91, 192, 222, .5)
}

.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: #5bc0de;
    border-color: #5bc0de
}

.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: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.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: 0 0 0 2px rgba(92, 184, 92, .5)
}

.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: #5cb85c;
    border-color: #5cb85c
}

.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: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.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: 0 0 0 2px rgba(240, 173, 78, .5)
}

.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: #f0ad4e;
    border-color: #f0ad4e
}

.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: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:hover, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.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: 0 0 0 2px rgba(217, 83, 79, .5)
}

.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: #d9534f;
    border-color: #d9534f
}

.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: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a
}

.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: .25rem;
    border-top-left-radius: .25rem
}

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

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

.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: .25rem .5rem;
    font-size: .875rem;
    border-radius: .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: .25rem .5rem;
    font-size: .875rem;
    border-radius: .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: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .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: .5;
    cursor: default !important
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    transition: margin-left .5s
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

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

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

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

.md-editor {
    display: block;
    border: 1px solid #ddd
}

.md-editor .md-footer, .md-editor>.md-header {
    display: block;
    padding: 6px 4px;
    background: #f5f5f5;
    border-radius: 0 0 5px 5px;
}

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

.md-editor>.md-preview {
    background: #fff;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    min-height: 10px;
    overflow: auto
}

.md-editor>textarea {
    font-size: 14px;
    outline: 0;
    margin: 0;
    display: block;
    padding: 0;
    width: 100%;
    border: 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    border-radius: 0;
    box-shadow: none;
    background: #eee
}

.md-editor>textarea:focus {
    box-shadow: none;
    background: #fff
}

.md-editor.active {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

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

.md-editor .md-controls .md-control {
    left: 5px;
    color: #bebebe;
    padding: 3px 3px 3px 10px
}

.md-editor .md-controls .md-control:hover {
    color: #333
}

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

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

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

.md-editor.md-fullscreen-mode .md-preview {
    color: #333;
    overflow: auto
}

.md-editor.md-fullscreen-mode .md-input:focus, .md-editor.md-fullscreen-mode .md-input:hover {
    color: #333;
    background: #fff !important
}

.md-editor.md-fullscreen-mode .md-header {
    background: 0 0;
    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: 0;
    background: 0 0;
    color: #b3b3b3
}

.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: #333
}

.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: #b3b3b3;
    clear: left;
    margin: 10px;
    width: 30px;
    height: 30px;
    text-align: center
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
    color: #333;
    text-decoration: none
}

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

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

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

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

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    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: .5em;
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em
}

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

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    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 0
}

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

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: .9em;
    display: block;
    opacity: .3
}

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: .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: 0 !important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !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 {
    margin-top: 0 !important;
    border-top: none
}

@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: .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: 0
}

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

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: 0
}

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

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

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

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

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: #fff;
    border: .15em solid #fff;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #0275d8
}

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: #d33333
}

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: .8em;
    width: .8em;
    margin-top: -.5em;
    margin-right: -.5em;
    display: block;
    position: absolute;
    color: #fff;
    border: .15em solid #fff;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #0275d8
}

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: #d33333
}

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

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

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

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0
}

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

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: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em
}

div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid #000;
    border-radius: .5em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .6)
}

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 #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12
}

div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea
}

div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(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: 0;
    padding: 0
}

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

.multiselect-container>li {
    padding: 0
}

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

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

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

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

.multiselect-container>li>a>label {
    margin: 0;
    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: 0
}

.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: 0
}

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

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

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

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

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

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

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

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

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

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

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

@media (-o-min-device-pixel-ratio:5/4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {
    .icheckbox_square-blue, .iradio_square-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 240px 24px;
        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: #fff0f0;
    transition: .2s
}

form[data-role=json-form] .has-error .tooltip-inner {
    background-color: #9d2a0b
}

form[data-role=json-form] .has-error .tooltip.top .tooltip-arrow {
    border-top-color: #9d2a0b
}

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

.select-account {
    margin: 20px auto;
    padding: 0;
    border-top: 1px solid #ddd
}

.select-account a {
    display: block;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-decoration: none
}

.select-account a.disabled {
    opacity: .5
}

.select-account a:hover {
    background-color: #f6f6f6
}

.continue-container {
    margin: 40px auto;
    padding: 20px;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    max-width: 500px
}

.invite-box {
    margin: 20px 0;
    padding: 20px;
    background-color: #f6f6f6;
    border: 1px solid #eee
}

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

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

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

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

a.admin-inline-edit {
    margin-right: 6px;
    font-weight: 400;
    color: #888
}

a.admin-inline-edit:hover {
    color: #444;
    text-decoration: none
}

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

.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: .85em;
    color: #c00
}

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

#fullpage-overlay {
    display: table;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    color: #fff
}

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

#fullpage-overlay .inner-wrapper {
    position: absolute;
    top: 50%;
    right: 50%;
    height: 30%;
    width: 50%;
    margin: -3% 0 0 -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: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.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 + .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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

.w-text-09 {
    font-size: .9em
}

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

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

.w-hidden {
    display: none
}

span.caret {
    display: none
}

.card .bootstrap-switch {
    word-wrap: initial
}

.line-height-reduced {
    line-height: .8
}

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

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

.primary-bg-color {
    background-color: #f7faff
}

header.header {
    background-color: #fff
}

header.header .topbar {
    margin: 0;
    padding: 2px 0;
    background-color: #404040;
    color: rgba(255, 255, 255, .65)
}

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

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

header.header .topbar .active-client .input-group-text {
    padding: .25rem;
    font-size: .8rem;
    color: rgba(255, 255, 255, .75);
    background-color: transparent;
    border: 0
}

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

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

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

header.header .user-icon {
    font-size: 2em;
    color: #87939f
}

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

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

header.header .search {
    width: 325px;
    border-radius: .25rem;
    background-color: #f1f1f1;
    border: 0
}

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

header.header .search .btn {
    color: #a5a5a5
}

header.header .search:focus-within {
    border-color: #a5a5a5
}

header.header .main-navbar-wrapper {
    padding: 0;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 4px 9px rgb(0 0 0 / 8%)
}

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

header.header .navbar a {
    color: #3c3c3c;
}

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

header.header .dropdown-item.active, header.header .dropdown-item:active {
    background-color: #f3f6f9
}

.master-breadcrumb {
    color: #1a6fc3;
    background-color: #f7faff;
    border: 1px solid #dfe9f7;
    border-radius: 5px;
    padding: 3px
}

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

.card {
    margin-bottom: 1.875rem;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0 solid transparent;
    border-radius: 3px !important;
    box-shadow: 0 3px 15px 0 rgb(91 90 91 / 5%);
    padding: 8px;
}

@media only screen and (max-width:575px) {
    .card {
        margin-bottom: .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: #f64d70;
    text-transform: capitalize
}

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

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

.card-title--small {
    font-size: .875rem
}

.card-header {
    border-color: #f0f1f5;
    position: relative;
    background: 0 0;
    padding: 1.5rem 1.875rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

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

[data-theme-version=dark] .card-header {
    border-color: #333a54
}

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

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

.card-footer {
    border-color: #f0f1f5;
    background: 0 0;
    padding: 1.25rem 1.875rem 1.25rem;
    display: none;
}

[data-theme-version=dark] .card-footer {
    border-color: #333a54
}

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

.transparent-card.card {
    background: 0 0;
    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: #000;
    color: #fff;
    margin-right: 8px
}

[data-theme-version=dark] .card-action>a {
    background: #181f39
}

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

.card-action>a:focus, .card-action>a:hover {
    background: #000
}

[data-theme-version=dark] .card-action>a:focus, [data-theme-version=dark] .card-action>a:hover {
    background: #181f39
}

.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: #000;
    color: #6418c3
}

[data-theme-version=dark] .card-action .dropdown {
    background: #181f39
}

.card-action .dropdown:focus, .card-action .dropdown:hover {
    background: #000
}

[data-theme-version=dark] .card-action .dropdown:focus, [data-theme-version=dark] .card-action .dropdown:hover {
    background: #181f39
}

.card-action .dropdown .btn {
    padding: 0;
    line-height: 27px;
    color: #fff
}

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

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

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

.card-loader i {
    margin: 0 auto;
    background: #5414a3;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem
}

.rotate-refresh {
    -webkit-animation: mymove .8s infinite linear;
    animation: mymove .8s infinite linear;
    display: inline-block
}

.card-header .date_picker {
    display: inline-block;
    padding: 8px;
    border: 1px solid #f0f1f5;
    cursor: pointer;
    border-radius: .375rem
}

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

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

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

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

    100% {
        -webkit-transform: rotate(360deg);
        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: 0 0 20px;
    padding: 0;
    font-size: 15px
}

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

.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 .5s ease
}

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 {
        position: fixed !important;
        top: 425px;
        left: 0;
        padding: 5px 15px !important;
        background-color: #d7d7d7 !important;
        color: #777 !important;
        font-size: .9rem !important;
        border-radius: 0 0 3px 3px !important;
        text-decoration: none;
        transform: rotate(90deg);
        transform-origin: top left;
        z-index: 500
    }

    .btn-return-to-admin:hover {
        background-color: #cdcdcd !important;
        color: #444 !important;
        text-decoration: none
    }
}

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

.btn-return-to-admin .floating:hover {
    background-color: #cdcdcd !important;
    color: #444 !important;
    text-decoration: none
}

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

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

.input-group .btn-reveal-pw:active, .input-group .btn-reveal-pw:hover {
    background-color: #fff;
    color: #369;
    border-color: #ccc
}

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

.network-issue-alert {
    padding: 9px 10px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    font-size: .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: 0 6px 6px 0 !important
    }

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

.btn-default {
    color: #333;
    background-color: #f9f9f9;
    border-color: #efefef;
    padding: .375rem .5rem
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #f7fbff;
    border-color: #e6eef7
}

.btn-default:hover {
    color: #333;
    background-color: #f7fbff;
    border-color: #e6eef7
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #f7fbff;
    border-color: #e6eef7
}

.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: #333;
    background-color: #f7fbff;
    border-color: #e6eef7
}

.btn-default.disabled {
    border-color: #e6eef7
}

.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: #fff !important;
    border-color: #ccc !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: #f0ad4e
}

.bg-color-green {
    background-color: #5cb85c
}

.bg-color-red {
    background-color: #d9534f
}

.bg-color-blue {
    background-color: #5bc0de
}

.bg-color-orange {
    background-color: #f60
}

.bg-color-pink {
    background-color: #e671b8
}

.bg-color-purple {
    background-color: #7b4f9d
}

.bg-color-lime {
    background-color: #8cbf26
}

.bg-color-magenta {
    background-color: #ff0097
}

.bg-color-teal {
    background-color: #00aba9
}

.bg-color-turquoise {
    background-color: #1abc9c
}

.bg-color-emerald {
    background-color: #2ecc71
}

.bg-color-amethyst {
    background-color: #9b59b6
}

.bg-color-wet-asphalt {
    background-color: #004258
}

.bg-color-midnight-blue {
    background-color: #2c3e50
}

.bg-color-sun-flower {
    background-color: #f1c40f
}

.bg-color-pomegranate {
    background-color: #c0392b
}

.bg-color-silver {
    background-color: #bdc3c7
}

.bg-color-asbestos {
    background-color: #7f8c8d
}

.label-default {
    background-color: #666
}

.label-success {
    background-color: #5cb85c
}

.label-info {
    background-color: #5bc0de
}

.label-warning {
    background-color: #f0ad4e
}

.label-danger {
    background-color: #d9534f
}

.status-pending {
    background-color: #d9534f
}

.status-pending.transfer {
    background-color: #f0ad4e
}

.status-active, .status-completed, .status-open {
    background-color: #5cb85c
}

.status-suspended {
    background-color: #f0ad4e
}

.status-customer-reply {
    background-color: #f60
}

.status-fraud {
    background-color: #000
}

.status-answered {
    background-color: #7b4f9d
}

.status-expired, .status-transferred.away {
    background-color: #004258
}

.status-terminated {
    background-color: #666
}

.status-onhold {
    background-color: #369
}

.status-inprogress {
    background-color: #c0392b
}

.status-closed {
    background-color: #87939f
}

.status-paid {
    background-color: #5cb85c
}

.status-unpaid {
    background-color: #d9534f
}

.status-cancelled {
    background-color: #87939f
}

.status-collections {
    background-color: #2c3e50
}

.status-refunded {
    background-color: #f0ad4e
}

.status-payment-pending {
    background-color: #369
}

.status-delivered {
    background-color: #369
}

.status-accepted {
    background-color: #5cb85c
}

.status-dead, .status-lost {
    background-color: #000
}

.requestor-type-operator {
    background-color: #5bc0de
}

.requestor-type-owner {
    background-color: #5cb85c
}

.requestor-type-authorizeduser {
    background-color: #666
}

.requestor-type-externaluser {
    background-color: #f0ad4e
}

.requestor-type-subaccount {
    background-color: #666
}

.requestor-type-guest {
    background-color: #87939f
}

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

@media (max-width:767.98px) {
    .responsive-tabs-sm {
        border-right: 1px solid #ddd;
        background: #fff;
        width: 90%;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-bottom: 0;
        margin-left: 0;
        border-radius: 4px 4px 4px 0
    }

    .responsive-tabs-sm .nav-item {
        margin-right: 5px;
        margin-left: 0 !important;
        margin-bottom: 0;
        width: 100%;
        border-bottom: 1px solid #ddd !important
    }

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

    .responsive-tabs-sm .nav-item a.active {
        border: 0;
        background-color: #fff !important;
        font-weight: 700
    }

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

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

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

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

    .responsive-tabs-sm-connector .channel {
        float: right;
        background: #fff;
        width: 6px;
        height: 5px;
        border-left: 1px solid #ddd
    }

    .responsive-tabs-sm-connector .bottom-border {
        margin-right: 5px;
        height: 5px;
        border-bottom: 1px solid #ddd
    }

    .responsive-tabs-sm-connector.store .channel {
        border-right: 1px solid #ddd
    }
}

.pagination {
    font-size: .8em
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff
}

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

.home-domain-search .tld-logos {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4em;
    color: #888;
    font-weight: 300
}

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

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

.home-domain-search .input-group-wrapper {
    margin: 15px 0;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

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

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

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

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

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

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

.action-icon-btns a {
    margin: 0 0 10px;
    padding: 10px 0 15px;
    display: block;
    text-align: center;
    transition: all .3s ease;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border-radius: .25rem
}

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

.action-icon-btns a .ico-container i {
    color: #c3cfd8
}

.action-icon-btns a:hover {
    color: #444
}

.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: #fff;
    font-weight: 700
}

.client-home-cards .card-header .btn {
    color: #fff;
    border: 0
}

.client-home-cards .card-header .btn:hover {
    color: #000
}

.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: 0
}

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

.client-home-cards .list-group .list-group-item {
    padding: 10px 10px;
    border: 0;
    border-bottom: 1px dashed #ddd !important
}

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

.client-home-cards small {
    color: #888
}

.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 .3s ease-in-out
}

.tiles .tile a {
    background: #fff;
    display: block;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0;
    transition: all .3s ease-in-out;
    position: relative;
    margin: 18px 10px;
    line-height: 30px;
    padding: 0;
    min-height: 180px;
    max-height: 180px;
    box-shadow: 0 12px 23px 0 rgb(220 60 204 / 4%)
}

.tiles .tile a:after {
    clear: both;
    content: "";
    display: block
}

.tiles .tile a:hover {
    box-shadow: 0 2px 5px rgb(51 51 51 / 14%)
}

.tiles .tile .icon {
    background: #448aff;
    border-left: none;
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: right;
    font-size: 40px;
    padding: 50px 15px 50px 14px;
    position: static
}

.tiles .tile .icon1 {
    border-left: none;
    box-sizing: border-box;
    color: #de4f8d;
    background-color: #ea5395;
    display: none;
    float: right;
    font-size: 50px;
    text-align: center;
    padding-top: 35px;
    position: static;
    height: 180px;
    width: 70px
}

.tiles .tile .icon2 {
    border-left: none;
    box-sizing: border-box;
    color: #c35de7;
    background-color: #cc5ef1;
    display: none;
    float: right;
    font-size: 50px;
    text-align: center;
    padding-top: 35px;
    position: static;
    height: 180px;
    width: 70px
}

.tiles .tile .icon3 {
    border-left: none;
    box-sizing: border-box;
    color: #86cace;
    background-color: #8dd5d9;
    display: none;
    float: right;
    font-size: 50px;
    text-align: center;
    padding-top: 35px;
    position: static;
    height: 180px;
    width: 70px
}

.tiles .tile .icon4 {
    border-left: none;
    box-sizing: border-box;
    color: #58bb5b;
    background-color: #5dc560;
    display: none;
    float: right;
    font-size: 50px;
    text-align: center;
    padding-top: 35px;
    position: static;
    height: 180px;
    width: 70px
}

.tiles .tile .title {
    color: #448aff;
    float: right;
    font-size: 20px;
    padding-right: 10px;
    padding-top: 50px;
    text-align: right;
    width: calc(100% - 90px);
    word-break: break-all
}

.tiles .tile .title1 {
    color: #a34bf9;
    float: right;
    font-size: 20px;
    text-align: center;
    width: 100%;
    word-break: break-all;
    padding: 28px 10px
}

.tiles .tile .title2 {
    color: #00b3ff;
    float: right;
    font-size: 20px;
    text-align: center;
    width: 100%;
    word-break: break-all;
    padding: 28px 10px
}

.tiles .tile .title3 {
    color: #00d9bf;
    background-color: #fff;
    float: right;
    font-size: 20px;
    text-align: center;
    width: 100%;
    word-break: break-all;
    padding: 28px 10px
}

.tiles .tile .title4 {
    color: #ec0c38;
    background-color: #fff;
    float: right;
    font-size: 20px;
    text-align: center;
    width: 100%;
    word-break: break-all;
    padding: 28px 10px
}

.tiles .tile .title p {
    font-size: 12px;
    padding: 5px;
    color: #777
}

.tiles .tile .title1 p {
    font-size: 13px;
    padding: 5px;
    color: #757575
}

.tiles .tile .title2 p {
    font-size: 13px;
    padding: 5px;
    color: #757575
}

.tiles .tile .title3 p {
    font-size: 13px;
    padding: 5px;
    color: #19223f;
}

.tiles .tile .title4 p {
    font-size: 13px;
    padding: 5px;
    color: #757575
}

#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 0;
    padding: 15px;
    border: 1px dashed #ddd;
    text-align: center;
    font-weight: 700;
    font-size: 1.1em
}

.twofa-setup .backup-code {
    margin: 20px auto;
    padding: 10px;
    background-color: #efefef;
    color: #444;
    text-align: center
}

.twofa-module {
    margin: 10px 0;
    padding: 14px 20px;
    border: 1px solid #ccc;
    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: #337ab7
}

.popover-user-notifications {
    border-radius: 0;
    padding: 5px 10px;
    border-color: #ddd;
    min-width: 310px;
    font-family: whmcsco
}

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

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

.popover-user-notifications ul li {
    padding: 5px 0;
    min-height: 66px;
    border-bottom: 1px solid #ddd
}

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

.popover-user-notifications ul li a {
    display: block;
    padding: 10px 15px 10px 12px;
    text-decoration: none;
    color: #555;
    font-size: .95em
}

.popover-user-notifications ul li a:hover {
    background-color: #f6f6f6
}

.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: #5cb85c
}

.popover-user-notifications ul li i.far.fa-warning, .popover-user-notifications ul li i.fas.fa-warning {
    color: #ecc317
}

.popover-user-notifications ul li i.far.fa-exclamation-circle, .popover-user-notifications ul li i.fas.fa-exclamation-circle {
    color: #ec2d45
}

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

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

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

.email-verification {
    margin: 0;
    padding: 10px;
    font-weight: 300;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    color: #333
}

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

.email-verification .btn {
    margin: 3px 0;
    padding: 3px 10px;
    background-color: #50525f;
    border-color: #50525f;
    color: #fff;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.email-verification .btn:active, .email-verification .btn[disabled]:hover {
    background-color: #50525f;
    border-color: #50525f;
    color: #fff
}

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

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

.email-verification .far, .email-verification .fas {
    color: #666;
    float: right;
    padding: 2px 10px 0 0;
    font-size: 24px
}

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

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

    .email-verification .button {
        float: left
    }

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

.md-editor {
    border: 1px solid #ddd;
    border-radius: 3px
}

.md-editor>.btn-toolbar {
    background-color: #fff !important
}

.md-editor>.md-preview, .md-editor>textarea.markdown-editor {
    padding: 15px !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    background-color: #fff !important
}

div.md-editor.active {
    display: block;
    border: 1px solid #ddd;
    outline: 0;
    box-shadow: none
}

.markdown-editor-status {
    padding: 2px 10px;
    font-size: 9pt;
    color: #959694;
    text-align: left
}

.small-font {
    font-size: .9em
}

.markdown-content h1 {
    font-size: 1.6em;
    color: #333
}

.markdown-content h2 {
    font-size: 1.4em;
    color: #333
}

.markdown-content h3 {
    font-size: 1.2em;
    color: #333
}

.markdown-content h4 {
    font-size: 1.1em;
    color: #333
}

.markdown-content pre {
    padding: 15px;
    background-color: #444;
    color: #f8f8f8;
    border: 0
}

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

.markdown-content blockquote {
    font-size: 1em;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-right: 5px solid #eee
}

.markdown-content table {
    margin: 10px 0;
    background-color: #fff;
    border: 1px solid #ddd
}

.markdown-content table>thead>tr>th {
    padding: 4px 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    font-weight: 700;
    text-align: center
}

.markdown-content table>tbody>tr>td {
    padding: 3px 8px;
    border: 1px solid #ddd
}

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

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

.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: #f9f9f9;
    border-bottom: 1px solid #ddd
}

.store-order-container .store-domain-tabs li.active a {
    background-color: #fff;
    border-bottom: 1px solid transparent
}

.store-order-container .store-domain-tab-content {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0
}

.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: 0
    }
}

.store-order-container .domain-validation {
    display: block;
    padding-top: 5px;
    font-size: 1.2em;
    font-weight: 300;
    color: #888
}

.store-order-container .domain-validation.ok {
    color: #53a22d
}

.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 0;
    padding: 0;
    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: #91c590;
    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: 0;
    padding: 15px 10px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 1em;
    overflow: auto
}

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

.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: 0;
        width: 155px
    }

    .promo-banner .content {
        margin-right: 185px
    }
}

.promo-banner h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 300
}

.promo-banner h4 {
    font-size: 18px;
    font-weight: 300
}

.promo-banner p {
    margin: 5px 0
}

.promo-banner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .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: #91c590;
    margin-right: 20px;
    margin-left: 10px
}

.promo-banner a {
    color: #f60;
    text-decoration: none
}

.promo-banner .btn {
    margin: 6px 0 0;
    padding: 8px 30px;
    background-color: #f60;
    border: 0;
    color: #fff
}

@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: 0 20px 0 0;
    padding: 6px 20px
}

.promo-banner.symantec {
    border-top: 3px solid #4da24c
}

.promo-banner.symantec .btn {
    background-color: #4da24c
}

.promo-banner.weebly {
    border-top: 3px solid #2990ea
}

.promo-banner.weebly .btn {
    background-color: #2990ea
}

.promo-banner.spamexperts {
    border-top: 3px solid #589ed7
}

.promo-banner.spamexperts .btn {
    background-color: #589ed7
}

.promo-banner-slim.weebly .icon-right {
    width: 160px
}

.promo-banner-slim.weebly .content {
    margin-right: 185px
}

.promo-banner.sitelock {
    border-top: 3px solid #f2952d
}

.promo-banner.sitelock .btn {
    background-color: #f2952d
}

.promo-banner.codeguard {
    border-top: 3px solid #a9cc5f
}

.promo-banner.codeguard a {
    color: #a9cc5f
}

.promo-banner.codeguard .btn {
    background-color: #a9cc5f
}

.promo-banner.sitelockvpn {
    border-top: 3px solid #555
}

.promo-banner.sitelockvpn .btn {
    background-color: #555
}

.promo-banner.marketgoo {
    border-top: 3px solid #3090e0
}

.promo-banner.marketgoo .btn {
    background-color: #3090e0
}

.promo-banner.ox {
    border-top: 3px solid #666
}

.promo-banner.ox a {
    color: #666
}

.promo-banner.ox .btn {
    background-color: #666
}

.mc-panel-promo {
    font-size: .95em
}

.mc-panel-promo img {
    display: block;
    margin: 0 auto 6px;
    max-width: 90%;
    max-height: 87px
}

.panel-mc-sso {
    padding: 0 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: 0;
    padding: 5px;
    background-color: #eee;
    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: 0;
    top: 0;
    bottom: 0;
    padding-left: 2px;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, .2)
}

.btn-facebook {
    color: #fff;
    background-color: #4267b2;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.active, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover, .open .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #30487b;
    border-color: rgba(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: #4267b2;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google {
    color: #000;
    background-color: #fff;
    border-color: rgba(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: #000;
    border-color: rgba(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: #eee;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter {
    color: #fff;
    background-color: #2ba9e1;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter.active, .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover, .open .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #1c92c7;
    border-color: rgba(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: #2ba9e1;
    border-color: rgba(0, 0, 0, .2)
}

.providerPreLinking {
    min-height: 52px
}

.providerLinkingFeedback {
    display: none
}

div.home-twitter {
    margin-top: 20px;
    margin-bottom: 40px
}

div.tweet>i {
    color: #2babcf;
    float: right;
    margin-left: 15px
}

div.tweet span {
    font-size: 12px;
    color: #ccc
}

.upgrade .product-to-be-upgraded {
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f8f8
}

.upgrade .product-to-be-upgraded h4, .upgrade .product-to-be-upgraded h5 {
    margin: 0
}

.upgrade .products {
    margin-right: -5px;
    margin-left: -5px
}

.upgrade .products .column {
    padding-right: 5px;
    padding-left: 5px
}

.upgrade .products .product {
    margin: 20px 0;
    padding: 0;
    background-color: #fff
}

.upgrade .products .product .current, .upgrade .products .product .recommended {
    padding: 5px;
    background-color: #ffbc00;
    color: #f5f5f5;
    font-weight: 700;
    text-align: center
}

.upgrade .products .product .recommended {
    background-color: #25ac2f
}

.upgrade .products .product ul {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee
}

.upgrade .products .product .footer {
    border: 1px solid #eee;
    border-top: 0
}

.upgrade .products .product .header {
    margin: 0;
    padding: 20px;
    background-color: #2b5580;
    color: #fff;
    min-height: 150px
}

.upgrade .products .product .header p {
    font-size: 1.1em;
    font-weight: 300
}

.upgrade .products .product ul {
    margin: 0;
    padding: 20px 25px;
    list-style: none
}

.upgrade .products .product ul li {
    line-height: 25px;
    font-size: .9em;
    text-align: left;
    color: #aaa;
    border-bottom: 1px solid #eee
}

.upgrade .products .product ul li:last-child {
    border: 0
}

.upgrade .products .product ul li span {
    float: right;
    color: #444
}

.upgrade .products .far, .upgrade .products .fas {
    font-size: 1.3em
}

.upgrade .products .fa-check {
    color: #23ad2e
}

.upgrade .products .product .footer {
    margin: 0;
    padding: 20px
}

.upgrade .products .product .footer select {
    margin-bottom: 10px
}

.upgrade .products .product .btn {
    background-color: #2b5580;
    color: #fff
}

.affiliate-stat {
    margin: 0;
    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: #f7faff;
    border-radius: 10px 0 0 10px;
    border: 1px solid #cfdcea
}

.announcements .announcement article p {
    margin: 0
}

.kb-category a {
    text-decoration: none
}

.kb-category a:hover {
    background-color: #f5f5f5
}

.kb-article-item:hover {
    background-color: #f5f5f5;
    text-decoration: none
}

.kb-article-item small {
    display: block;
    padding-right: 25px;
    color: #87939f
}

.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: "\f005";
    padding-left: 0;
    color: #999
}

.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: "\f005";
    color: #f2de88
}

.md-editor .btn-toolbar .btn-group {
    margin-left: 6px
}

.view-ticket .card-body {
    padding: 0;
    border-bottom: 1px solid #ddd
}

.view-ticket .card-body:last-child {
    border-bottom: 0
}

.view-ticket .posted-by {
    color: #888;
    font-size: .9rem;
    background-color: #f6f6f6;
    padding: .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: 0
}

.view-ticket .attachments {
    border-top: 1px dashed #ddd;
    font-size: 80%
}

.view-ticket .attachment-list {
    list-style: none;
    margin: 10px 0 -10px;
    padding: 0
}

.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 #ddd;
    border-radius: 3px
}

.view-ticket .attachment-list li a figure {
    margin: 0 0 5px;
    background-color: #f6f6f6;
    line-height: 100px;
    text-align: center;
    font-size: 4em
}

.ticketfeedbackstaffcont {
    margin: 10px auto;
    padding: 15px;
    width: 90%;
    background-color: #efefef;
    border-radius: 6px
}

.ticketfeedbackrating {
    padding: 0 100px
}

.ticketfeedbackrating .rate {
    float: right;
    padding: 0 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: 0 auto 30px;
    max-width: 400px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    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: #ccc;
    font-size: 1.6em;
    text-align: center;
    clear: both
}

div.credit-card div.card-start {
    float: right;
    padding: 20px 0 50px 50px;
    font-size: 1.3em;
    text-align: left
}

div.credit-card div.card-expiry {
    float: left;
    padding: 20px 50px 50px 0;
    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 0 30px 50px;
        font-size: .9em
    }

    div.credit-card div.card-expiry {
        padding: 20px 50px 30px 0;
        height: 80px;
        font-size: .9em
    }
}

.auth3d-area {
    border: 1px solid #fff
}

.submit-3d {
    width: 80%;
    border: 1px solid #fff
}

.invoice-summary-table {
    margin: 20px 0;
    max-height: 300px;
    overflow: auto
}

.invoice-summary-table td {
    font-size: .8em
}

.invoice-summary-table td.total-row {
    background-color: #efefef;
    font-weight: 700
}

div.credit-card .logo-visa {
    color: #1a1f71
}

div.credit-card .logo-amex {
    color: #43abdf
}

div.credit-card .logo-mastercard {
    color: #ed0b00
}

div.credit-card .logo-discover {
    color: #000
}

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 0;
    padding-left: 5px
}

div.three-column-grid>div>label, div.two-column-grid>div>label {
    font-weight: 400
}

#frmPayment .paymethod-info {
    margin: 5px 0;
    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: .8em
}

tr.masspay-total td {
    background-color: #efefef;
    font-weight: 700
}

div.product-details div.product-icon {
    margin: 0;
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px;
    font-size: 60px;
    line-height: 1em
}

.product-status {
    padding: 0;
    border-radius: 10px
}

.product-status-pending {
    background-color: #f89406
}

.product-status-active {
    background-color: #46a546
}

.product-status-suspended {
    background-color: #0768b8
}

.product-status-cancelled, .product-status-terminated {
    background-color: #666
}

.product-status-fraud {
    background-color: #000
}

.product-status-text {
    padding: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.module-client-area {
    padding: 15px 15px 0
}

.ssl-inactive {
    cursor: pointer
}

.featured-tlds-container {
    margin: 35px 0 15px
}

.featured-tld {
    margin: 0 0 20px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1)
}

.featured-tld .img-container {
    padding: 20px 0;
    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: #f9f9f9;
    color: #555;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    border-radius: 0 0 4px 4px
}

.featured-tld .price.blog {
    background-color: #a0d5cb;
    color: #fff
}

.featured-tld .price.club {
    background-color: #053796;
    color: #fff
}

.featured-tld .price.com {
    background-color: #3aa4da;
    color: #fff
}

.featured-tld .price.couk {
    background-color: #1d3774;
    color: #fff
}

.featured-tld .price.host {
    background-color: #ed4d42;
    color: #fff
}

.featured-tld .price.live {
    background-color: #ff9e19;
    color: #fff
}

.featured-tld .price.name {
    background-color: #44b03e;
    color: #fff
}

.featured-tld .price.net {
    background-color: #efc00e;
    color: #fff
}

.featured-tld .price.online {
    background-color: #38ce6a;
    color: #fff
}

.featured-tld .price.rocks {
    background-color: #fd563c;
    color: #fff
}

.featured-tld .price.shop {
    background-color: #ff5900;
    color: #fff
}

.featured-tld .price.social {
    background-color: #ff9a00;
    color: #fff
}

.featured-tld .price.store {
    background-color: #0eadb3;
    color: #fff
}

.featured-tld .price.tech {
    background-color: #0db04b;
    color: #fff
}

.featured-tld .price.tv {
    background-color: #ea3438;
    color: #fff
}

.featured-tld .price.website {
    background-color: #2db9ea;
    color: #fff
}

.tld-filters {
    margin: 0 0 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 #f5f5f5
}

.domain-pricing .tld-row.highlighted {
    background: #f3f9fd
}

.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 #97b5d2;
    background-color: #efefef;
    border-radius: 4px 4px 0 0
}

.domain-pricing .no-bg {
    background-color: transparent !important
}

.domain-pricing .tld-pricing-header div:nth-child(odd) {
    border-color: #369;
    background-color: #f5f5f5
}

.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 #c7d7e6
    }
}

.domain-pricing .tld-row.no-tlds {
    display: none
}

.tld-sale-group {
    padding: 1px 3px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase
}

.tld-sale-group-hot {
    background-color: #f9615a
}

.tld-sale-group-sale {
    background-color: #f7d458
}

.tld-sale-group-new {
    background-color: #2ad588
}

.dataTables_wrapper table.table-list {
    margin: 30px 0 !important;
    width: 100% !important;
    border-radius: 4px;
    border: 1px solid #ddd
}

.dataTables_wrapper table.table-list thead th {
    font-weight: 400
}

.dataTables_wrapper table.table-list thead th:first-child {
    border-radius: 0
}

.dataTables_wrapper table.table-list thead th:visible:last-child {
    border-radius: 4px 0 0 0
}

.dataTables_wrapper table.table-list tr:last-child td:first-child {
    border-radius: 0
}

.dataTables_wrapper table.table-list tr:last-child td:visible:last-child {
    border-radius: 0 0 4px 0
}

.dataTables_wrapper table.table-list thead th.sorting_asc, .dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: #f7fbff
}

.dataTables_wrapper .dataTables_filter {
    float: left
}

.dataTables_wrapper .dataTables_filter label .form-control {
    background: url(../../assets/img/search.png) #fff no-repeat 8px 5px;
    padding: 7px 10px 7px 45px !important;
    height: auto;
    font-size: .9rem
}

@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: 0
    }

    .dataTables_wrapper .dataTables_filter label .form-control {
        margin: 0;
        width: 100%
    }
}

.dataTables_wrapper .dataTables_paginate {
    float: left
}

.pagination>li>a, .pagination>li>span {
    color: #444
}

.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: #4f5360;
    border-color: #4f5360
}

table.table-list thead th {
    padding: 8px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    color: #19223f;
    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: 0 !important;
    padding-bottom: 0 !important
}

.table-list>tbody>tr>td a.border-right {
    border-right: 1px solid #eee;
    padding-right: 20px;
    display: block
}

.table-list>tbody>tr>td {
    background-color: #fff
}

.table-list>tbody>tr:hover {
    cursor: pointer
}

.table-list>tbody>tr:hover>td {
    background-color: #f9f9f9
}

table.dtr-inline .dtr-title:empty {
    display: none !important
}

table.table-solid-bottom-border-light-gray {
    border-bottom: 1px solid #dee2e6
}

.tiles .tile .title5 {
    color: #d61ed0;
    float: right;
    font-size: 20px;
    text-align: center;
    width: 100%;
    word-break: break-all;
    padding: 28px 10px
}

.tiles .tile .title6 {
    color: #f60;
    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: #757575
}

.tiles .tile .title6 p {
    font-size: 15px;
    padding: 5px;
    color: #757575
}

.glassb {
    border: 1px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 47px !important
}

.card-info-date {
    float: left;
    color: #ff5252;
    font-size: 10px;
    padding-top: 5px
}

.alert {
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
    border: 0;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismissible {
    padding-left: 4.5rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 1.5rem;
    color: inherit
}

.alert-primary {
    color: #fff;
    border-color: #0790ea;
    background-color: #00b6fe
}

.alert-primary hr {
    border-top-color: #6276e4
}

.alert-primary .alert-link {
    color: #324cdd
}

.alert-secondary {
    color: #212529;
    border-color: #f8fbfc;
    background-color: #f8fbfc
}

.alert-secondary hr {
    border-top-color: #e6f1f4
}

.alert-secondary .alert-link {
    color: #d2e3ee
}

.alert-success {
    color: #fff;
    border-color: #5ace08;
    background-color: #00d9bf
}

.alert-success hr {
    border-top-color: #3ad190
}

.alert-success .alert-link {
    color: #02cbb3
}

.alert-info {
    color: #fff;
    border-color: #0acab3;
    background-color: #00d9bf
}

.alert-info hr {
    border-top-color: #1fd0f0
}

.alert-yellow {
    color: #fff;
    border-color: #ffa21d;
    background-color: #ffa21d
}

.alert-yellow hr {
    border-top-color: #fbd39b
}

.alert-info .alert-link {
    color: #0da5c0
}

.alert-warning {
    color: #fff;
    border-color: #f94920;
    background-color: #f94920
}

.alert-warning hr {
    border-top-color: #fc6846
}

.alert-warning .alert-link {
    color: #fa3a0e
}

.alert-danger {
    color: #fff;
    border-color: #d62649;
    background-color: #d62649
}

.alert-danger hr {
    border-top-color: #f63e62
}

.alert-danger .alert-link {
    color: #ec0c38
}

.table-container.clearfix {
    border-radius: 15px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
    padding: 30px 20px;
    background-color: #fff
}

li {
    line-height: 30px;
    list-style: none
}

#order-standard_cart .products .product header {
    position: relative !important;
    padding: 20px !important;
    background: #fff !important;
    color: #fff !important;
    text-align: center;
    border-radius: 0 !important
}

.full-width-img-text {
    background-color: #3f51b5;
    color: #f1f1f1;
    direction: rtl;
    line-height: 30px;
    padding: 80px 0;
    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: 0;
    border-radius: 5px 5px 0 0;
    margin-top: 15px;
    border-bottom: 1px solid #fafafa;
    border: 1px solid #efefef
}

.tabs .nav-tabs>li>.dropdown-menu {
    border: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    display: block;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: top center;
    transition: all .25s ease-in-out
}

.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: 0 0;
    border: none;
    border-radius: none;
    border-top: 4px solid transparent;
    margin: 0;
    line-height: 50px;
    color: #4b4b4b;
    font-size: 12px;
    padding: 0 15px !important
}

.tabs .nav-tabs>li>ul>li>a {
    color: #4b4b4b;
    font-size: 12px;
    padding: 0 15px !important
}

.tabs .nav-tabs>li>ul>li.active>a {
    background: 0 0;
    color: #0061ab;
    font-size: 12px;
    padding: 0 15px !important
}

.tabs .nav-tabs>li.active>a, .tabs .nav-tabs>li.active>a:focus, .tabs .nav-tabs>li.active>a:hover {
    background: #f8f8f8;
    color: #0061ab;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #0061ab
}

.tabs .plan-host {
    float: left !important;
    font-size: 12px;
    margin-top: -54px
}

.tabs .plan-host a, .tabs .plan-host a:hover {
    color: #1078bf;
    line-height: 54px;
    padding: 0 15px !important;
    border-radius: 5px 0 0 0
}

.tabs .tab-pane .tab-title {
    color: #0061ab;
    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: #0061ab;
    display: block;
    font-size: 14px;
    width: 100%
}

.tabs .tab-pane .panel-body {
    padding: 28px 52px
}

.tabs .tab-pane .panel-body a {
    background: 0 0 !important;
    color: #5f5f5f;
    font-size: 12px;
    padding: 0
}

@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 #deeaff;
    border-radius: 5px;
    border-collapse: separate;
    overflow: hidden
}

.price-list thead th {
    background: #fff;
    border-bottom: none !important;
    font-weight: 400;
    line-height: 30px !important
}

.price-list td, .price-list th {
    text-align: center
}

.price-list tbody tr {
    background: 0 0;
    transition: all .1s ease-in-out
}

.price-list tbody tr:hover {
    background: #f8f8f8;
    transition: all .2s ease-in-out
}

.price-list tbody tr td {
    padding: 5px !important;
    font-size: 14px;
    line-height: 30px
}

.price-list .green {
    background: #f0fff6
}

.price-list .green p {
    color: #089e47;
    margin: 0
}

.price-list .green td:first-child~td {
    padding: 15px 0 !important
}

.price-list tbody tr td:first-child {
    background: #fff;
    color: #0061ab;
    font-size: 13px;
    width: 175px;
    text-align: left
}

.price-list tbody tr td:first-child span {
    color: #0061ab
}

.price-list tbody tr td:first-child span .fa {
    color: #ff620d;
    display: inline-block;
    font-size: 14px;
    margin: 0 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: #333;
    border-color: #0d0d0d;
    color: #fff;
    font-size: 12px
}

.price-list .popover .arrow:after {
    border-top-color: #0d0d0d
}

.price-list tbody tr:last-child td {
    padding: 5px !important
}

.price-list .btn {
    display: block;
    font-size: 13px;
    height: 35px;
    margin: 0;
    width: 100%
}

.price-list .btn .fa {
    color: #fff;
    font-size: 13px
}

.price-list .show_table {
    color: #fff;
    background-color: #34495e;
    border-color: #34495e;
    transition: all .2s ease-in-out
}

.price-list .show_table:hover {
    background-color: #2c3e50;
    border-color: #2c3e50
}

.price-list .show_table span {
    color: #fff !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: 0 0;
    height: 270px;
    padding-top: 40px;
    transition: all .2s ease-in-out
}

#design-carousel .simple-carousel-item:hover, #startups-carousel .simple-carousel-item:hover {
    background: #f8f8f8
}

#design-carousel .simple-carousel-item img, #startups-carousel .simple-carousel-item img {
    margin: 0 auto;
    max-width: 100%;
    width: 150px
}

#design-carousel .simple-carousel-item .carusel-title, #startups-carousel .simple-carousel-item .carusel-title {
    color: #5a5a5a;
    font-size: 14px;
    margin: 0;
    text-align: center;
    padding-top: 15px
}

#design-carousel .lSPager a, #startups-carousel .lSPager a {
    background: #e5e5e5;
    transform: scale(1, 1);
    transition: all .2s ease-in-out
}

#design-carousel .lSPager li.active a, #startups-carousel .lSPager li.active a {
    background: #c7c7c7;
    transform: scale(2, 2)
}

.list-simple {
    color: #bdc3c7;
    margin: 20px 20px 0 0;
    padding: 0
}

.list-simple li a {
    color: #5a5a5a !important;
    font-size: 12px !important;
    line-height: 20px;
    margin-right: 10px;
    padding: 8px 15px 5px;
    transition: all .2s ease-in-out
}

.list-simple li {
    transition: all .2s ease-in-out
}

.list-simple li:hover, .list-simple li:hover a {
    color: #0061ab !important
}

.enamad-logos>div {
    display: inline-block;
    margin: 0;
    vertical-align: top
}

.enamad-logos img {
    display: inline-block;
    margin: 0 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: 0
}

.carousel-logo img {
    width: 80%
}

.carousel-customers img {
    display: inline-block;
    margin: 0 auto;
    width: 80%
}

.carousel-customers:hover img {
    filter: blur(2px)
}

.carousel-customers .customers-carousel-item-content img:hover {
    filter: blur(0)
}

.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: 0
}

.simple-slider-container {
    position: relative
}

.simple-slider-container #slider-timer {
    opacity: .5;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100
}

.simple-slider .simple-slider-item-content img {
    margin: 0
}

.simple-slider+.lSAction a {
    color: #fff;
    font-size: 26px
}

.slider-home {
    margin-top: -20px
}

.site-description {
    color: #0061ab !important;
    font-size: 18px !important;
    font-weight: 700;
    margin: 20px 0 10px;
    text-align: center
}

.section-header {
    color: #0061ab;
    text-align: right;
    font-size: 25px;
    margin: 20px
}

.section-header .section-icon {
    display: inline-block;
    margin: 0 10px
}

.section-header .section-title {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    margin: 10px 0
}

.section-header .section-description {
    color: #5a5a5a;
    font-size: 11px;
    margin: 0;
    text-align: justify
}

.section-header .section-title-container {
    margin-bottom: 0;
    text-align: right
}

.section-header .section-title-more {
    color: #f10c41;
    direction: ltr;
    float: left;
    font-size: 12px !important;
    line-height: 8px;
    margin-left: 10px;
    margin-top: 25px;
    transition: all .4s linear
}

.section-header .section-title-more:hover {
    color: #0061ab
}

.section-header .section-title-more .fa {
    transform: rotateZ(0)
}

.section-header .section-title-more:hover .fa {
    transform: rotateZ(-90deg);
    transition: all .5s linear
}

.fas.fa-shopping-cart.fa-stack-2x {
    color: #0c76b3;
    font-weight: 300
}

.fa.fa-archive.fa-stack-1x.fa-inverse {
    display: none
}

.logins {
    width: 100wh;
    height: 90vh;
    background: linear-gradient(-45deg, #003756, #e73c7e, #23a6d5, #30c315);
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

#main-menu .fas {
    font-size: 15px;
    color: #fff
}

#order-standard_cart .view-cart-empty {
    border: 0 !important
}

#Primary_Navbar-Support-ticket a {
    color: #0066da
}

#Primary_Navbar-Support-ticket .fas.fa-comments {
    color: #0066da
}

.breadcrumb>.active {
    color: #c31a1a
}

.breadcrumb>li a {
    color: #1a6fc3
}

#main-body-holder {
    border: 0;
    background-color: #f7faff
}

.breadcrumb .fa {
    font-size: 20px;
    font-weight: 700 !important;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    color: #a89e9f
}

.footer .footer-box-header {
    border-bottom: 1px solid #0c70de
}

.footer .footer-box-header h2 {
    font-size: 14px;
    color: #0c70de;
    text-align: right;
    padding: 10px
}

.footer .footer-box-content {
    display: block;
    padding: 5px
}

.footer .footer-box-content li>a {
    color: #333 !important;
    font-size: 12px !important;
    margin-right: 0;
    padding: 3px;
    line-height: 25px;
    transition: all .2s ease;
    background-color: transparent
}

.footer .footer-box-content a:hover {
    color: #0061ab !important;
    margin-right: 5px;
    transition: all .3s ease-in-out
}

.footer .contacts .contact:first-child~.contact {
    margin-top: 30px
}

.footer .phone {
    font-size: 27px;
    padding: 12px 24px;
    color: #74cb0b;
    font-weight: 700 !important;
    border-radius: 3px
}

.footer .mail {
    font-size: 35px;
    padding: 11px 20px;
    color: #00b8ff;
    border-radius: 3px
}

.footer .contacts .contact i {
    margin: 0 0 0 10px !important;
    float: right
}

.footer .contacts .contact .contact-title {
    display: inline-block;
    vertical-align: top;
    width: 80px
}

.footer .contacts .contact .contact-details {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    width: calc(100% - 99px)
}

.footer .contacts .contact .contact-details ul {
    margin: 0
}

.footer .contacts .contact .contact-detail-title {
    display: inline-block;
    width: 90px;
    line-height: 25px;
    font-size: 12px;
    color: #0c70de
}

.footer .contacts .contact .contact-detail-value {
    display: inline-block;
    width: calc(100% - 100px);
    color: #333
}

@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: #f0f5fd;
    color: #979898;
    font-size: 11px;
    padding: 20px 10px
}

.copy-right p {
    line-height: 40px;
    margin: 0;
    font-size: 13px;
    color: #91a7cc
}

.back-to-top {
    float: left;
    transition: all .2s ease-in-out
}

@media(max-width:767px) {
    .copy-right {
        text-align: center
    }
}

.socials {
    text-align: left
}

.socials a {
    background: 0 0;
    font-size: 20px !important;
    box-sizing: border-box;
    color: #91a7cc;
    display: inline-block;
    height: 30px;
    line-height: 45px;
    margin: 0 2px;
    text-align: center;
    transition: all .4s cubic-bezier(.4, 0, 1, 1);
    width: 30px
}

.socials a:hover {
    color: #1272bb
}

@media(max-width:767px) {
    .socials {
        text-align: center
    }
}

a.side-menu__item.active {
    border-left: none;
    border-right: solid 4px #25a7e8;
    background-color: #293949;
    color: #fff
}

.tiles .tile .title5 {
    color: #d61ed0;
    background-color: #fff;
    float: right;
    font-size: 20px;
    text-align: center;
    width: 100%;
    word-break: break-all;
    padding: 28px 10px
}

.tiles .tile .title6 {
    color: #f60;
    background-color: #fff;
    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: #757575
}

.tiles .tile .title6 p {
    font-size: 12px;
    padding: 5px;
    color: #757575
}

.glassb {
    border: 1px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 47px !important
}

.breadhead {
    box-shadow: 0 17px 17px 0 rgba(187, 187, 187, .1);
    margin-bottom: 0;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 0;
    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: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 1px 3px 14px 2px #d2d2d285
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    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;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    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;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .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;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    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 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    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: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    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;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.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: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    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;
    -ms-touch-action: none;
    background: rgba(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, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.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;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.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%;
    -webkit-background-size: 100%;
    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% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #fff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #0c70de none repeat scroll 0 0;
    border-color: #0c70de
}

.we-offer-area .item {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.we-offer-area.text-center .item {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    padding: 30px;
    border-radius: 5px
}

.we-offer-area.text-center .item i {
    background: #0c70de none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    margin-bottom: 25px
}

.we-offer-area.text-center .item i::after {
    border: 2px solid #0c70de;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out
}

.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: .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: #0c70de none repeat scroll 0 0
}

.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: #fff
}

.we-offer-area .item i {
    color: #0c70de;
    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: 0
}

.we-offer-area .item h4, .we-offer-area .item i, .we-offer-area .item p {
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out
}

.we-offer-area .item::after {
    background: #0c70de none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    width: 100%;
    z-index: -1
}

.we-offer-area .item:hover::after {
    left: 0
}

.we-offer-area .item:hover h4, .we-offer-area .item:hover i, .we-offer-area .item:hover p {
    color: #fff !important
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #fff !important
}

.we-offer-area.text-center .item:hover i {
    background-color: #fff !important;
    color: #0c70de !important
}

.we-offer-area.text-left .item i {
    background: #0c70de none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    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 #0c70de;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px
}

section.we-offer-area.text-center.bg-gray {
    padding: 80px 0;
    background-color: #fff
}

.row.our-offer-items.less-carousel {
    margin-top: 40px
}

.login-fulldesk {
    padding-top: 0;
    height: 100%;
    background-color: #f7faff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    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: #3f51b5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.customLoginInputA input {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px
}

.customLoginInputB input {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
    outline: 0;
    font-size: 14px
}

.margin-0 {
    margin: 0 !important
}

.captchaInput {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #efefef;
    height: 58px;
    background-color: #fff;
    margin: 0 15px
}

#inputCaptcha {
    border: 0;
    text-transform: uppercase
}

.cta-inner {
    padding: 7px 28px 12px;
    border-radius: 30px !important;
    transition: all .4s;
    font-family: iransans_light
}

.cta {
    padding: 5px 15px;
    border-radius: 5px;
    transition: all .4s
}

.navbar-default .dropdown-menu li a.cta-green {
    padding: 9px 32px 10px !important
}

.cta-green, .navbar-default .dropdown-menu li a.cta-green {
    background: #5ad076 !important;
    color: #fff !important;
    font-size: 13px;
    text-align: center
}

.cta-green-outline {
    padding: 7px 29px 11px;
    border-radius: 30px !important;
    transition: all .4s;
    background: #fff;
    color: #5ad076;
    border: 2px solid #5ad076;
    position: relative;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: -.8px;
    text-align: center
}

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: #5ad076;
    color: #fff
}

.cta-green-outline.btn-cta:hover {
    padding: 7px 29px 11px 37px
}

.cta-green:hover {
    color: #fff;
    box-shadow: 0 5px 9px 0 rgba(65, 188, 68, .25)
}

.cta-gray {
    background: #f1f3f9;
    color: #787b86;
    font-weight: 700;
    padding: 3px 20px 5px;
    font-size: 13px;
    border: 2px solid #f1f3f9;
    display: block
}

.cta-gray-inactive {
    background: #f1f3f9;
    color: #787b86 !important;
    transition: all .4s;
    font-family: iransans_light;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -.8px;
    text-align: center;
    border: 2px solid #f1f3f9;
    display: inline-block;
    cursor: inherit !important
}

.cta-gray:hover {
    background: #fff;
    color: #787b86;
    border: 2px solid #868ea3
}

.host-box {
    padding: 0
}

.box-hosting {
    padding: 70px 0
}

.box-hosting .container {
    max-width: 1000px;
    margin: 0 auto
}

.gray-box {
    padding: 20px 0
}

.gray-box .box {
    background: #eaedff;
    padding: 50px 20px
}

.green-box .box {
    border: 3px solid #3f51b5;
    background: #fff
}

.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 0 50px
}

.host-box li {
    font-size: 16px
}

.box1 .box {
    border-radius: 0 10px 10px 0
}

.box2 .box {
    border-radius: 10px;
    padding: 70px 20px
}

.box3 .box {
    border-radius: 10px 0 0 10px
}

.box-hosting ul.list-inline {
    padding: 60px 0
}

.box-hosting ul.list-inline li {
    margin-bottom: 20px
}

.box-hosting ul.list-inline a {
    display: block;
    max-width: 400px;
    margin: 0 auto
}

.needs {
    padding: 80px 0
}

.index-needs .needs {
    padding: 100px 0
}

.line-under-text {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 0 40px
}

.line-under-text h3 {
    color: #2b41a1;
    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: #d5d9ec;
    margin: 60px -15px auto
}

.needs .items {
    padding: 0
}

.needs .item {
    display: inline-block;
    padding: 25px 45px;
    transition: all .4s ease-in-out;
    border-radius: 5px;
    font-size: 35px;
    color: #fff
}

.part-needs.needs .item:hover {
    box-shadow: 0 30px 50px 0 rgba(170, 179, 217, .2);
    background-color: #fff
}

section.index-counter.after_slider {
    background-color: #2b41a1
}

.index-counter .counter p {
    color: #99acff !important;
    font-size: 15px
}

.needs .item-image {
    height: 80px;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    padding-top: 5px;
    position: relative;
    transition: all .4s
}

.needs .item h5 {
    font-weight: 400;
    color: #434650;
    margin-bottom: 10px
}

.needs .item p {
    font-size: 15px;
    color: #0b33e2;
    font-weight: 400;
    text-align: center;
    padding-top: 0;
    line-height: 0
}

.needs span.en {
    font-size: 18px;
    color: #868ea3;
    padding-top: 3px;
    display: block
}

.needs>h3 {
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    position: relative
}

.based-needs {
    position: relative;
    border-top: 1px solid #f1f3f9;
    background-color: #fff
}

.other-services {
    padding: 70px 0
}

.other-services>p {
    font-size: 17px;
    padding: 30px 15px 60px
}

.other-services .item {
    display: inline-block;
    padding: 15px;
    transition: all .4s;
    vertical-align: top;
    width: 162px;
    border-radius: 5px
}

.other-services .item:hover {
    background-color: #fff;
    box-shadow: 0 18px 18px 0 rgba(58, 66, 75, .11)
}

.other-services .item-image {
    height: 100px
}

.accelerator .item-image img, .other-services .item-image img {
    position: relative;
    top: 0;
    transition: all .4s
}

.accelerator .pic .item:hover img, .other-services .item:hover .item-image img {
    top: -5px
}

.accelerator .pic .item h3, .other-services .item h3 {
    color: #434650;
    margin-top: 20px
}

.accelerator .pic .item p, .other-services .item p {
    color: #4d89cc;
    font-size: 13px;
    font-weight: 500;
    padding: 0
}

.other-services .item span {
    transition: all .4s;
    background: #ff620d;
    border: 2px solid #ff620d;
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 3px;
    margin-top: 23px;
    display: inline-block
}

.other-services .item:hover span {
    background: #fff;
    border: 2px solid #ff620d;
    color: #ff620d
}

.other-services .item.middle {
    border-radius: 5px;
    box-shadow: 0 18px 18px 0 rgba(58, 66, 75, .11);
    background-color: #fff
}

.fab.fa-php {
    color: #0aa6ca;
    font-size: 25px
}

.fab.fa-cpanel {
    color: #ffa603;
    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: #2196f3;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
    margin-top: -3px;
    border: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    margin-right: 15px
}

.login-fix {
    margin: 80px auto;
    padding: 30px;
    max-width: 500px;
    border-radius: 15px;
    box-shadow: 0 25px 60px 0 rgb(63 67 76 / 12%);
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    height: auto
}

@media (max-width:600px) {
    .login-fix {
        margin: 0;
        height: 100%;
        border-radius: 0
    }

    .d-block {
        display: block !important;
        padding: 5px 10px;
        border-bottom: 1px solid #efefef;
        line-height: 35px
    }

    .mr-auto, .mx-auto {
        margin-left: 0 !important
    }

    .navbar-nav .dropdown-menu {
        box-shadow: none;
        border: 1px solid #d1dff3;
        background-color: #f4f9ff;
        border-radius: 6px
    }

    header.header .navbar-nav a {
        width: 100%;
        margin: 0;
        display: block;
        background-color: transparent
    }

    .navbar-nav .fa {
        margin-left: 15px;
        color: #5293cc;
        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: #1566bf
}

.login-body {
    border-bottom: 1px dashed #ccc
}

.navbar-nav .fa.fa-home {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 700 !important
}

.navbar-nav .fa {
    margin-left: 5px;
    color: #5293cc;
    vertical-align: middle
}

.navbar-nav a {
    color: #3c3c3c;
    margin: 2px;
    padding: 8px 10px
}

.navbar-nav a:hover {
    background-color: #f3f6f9;
    padding: 8px 10px;
    border-radius: 5px
}

.footer.padding-20 {
    background-color: #f0f5fd;
    padding: 50px 0;
    border-top: 1px solid #efefef;
    margin-top: 50px
}

.depa {
    border: 1px solid #dfe9f7;
    background-color: #f7faff;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #76849a;
    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: #6418c3
}

.progress-bar-primary {
    background-color: #6418c3
}

.progress-bar-success {
    background-color: #2bc155
}

.progress-bar-info {
    background-color: #2b98d6
}

.progress-bar-danger {
    background-color: #ff2e2e
}

.progress-bar-warning {
    background-color: #ffab2d
}

.progress-bar-pink {
    background-color: #e83e8c
}

.progress {
    height: 6px;
    overflow: hidden;
    border-radius: 0
}

[data-theme-version=dark] .progress {
    background-color: #181f39
}

.progress-bar {
    border-radius: 0
}

.progress-vertical {
    display: inline-block;
    margin-bottom: 0;
    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: 0;
    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;
    transition: all 5s ease 0s
}

@keyframes myanimation {
    0% {
        width: 0
    }
}

@keyframes myanimation {
    0% {
        width: 0
    }
}

.widget-stat .media {
    padding: 0 0;
    align-items: center;
}

.widget-stat .media>span {
    height: 85px;
    width: 85px;
    border-radius: 50px;
    padding: 10px 12px;
    border: 0;
    background-color: #f3f4fc;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #464a53
}

@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: #c4c9d5
}

.widget-stat .media .media-body .small, .widget-stat .media .media-body small {
    font-size: 15px;
    color: #f64d70;
}

.widget-stat .media .media-body h3 {
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    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, .25);
    color: #fff
}

.widget-stat[class*=bg-] .progress {
    background-color: rgba(255, 255, 255, .25) !important
}

[direction=rtl] .widget-stat .media .media-body span {
    margin-left: 0;
    margin-right: 10px
}

.dez-widget-1 .card {
    background: #ffe7db
}

.dez-widget-1 .card .card-body p {
    color: #f87533
}

.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: 0
}

.card-title .fa {
    font-size: 30px;
    vertical-align: bottom;
    margin-left: 10px
}

.image-responsive {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    border-radius: 5px
}

.announcements-responsive {
    max-width: 100%;
    height: 290px;
    margin: 15px 0;
    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: 0;
    padding: 1rem 1.5rem
}

.alert p {
    line-height: 1.5
}

.alert-rounded {
    border-radius: 30px
}

.alert-primary {
    background: #ebdffb;
    border-color: #ebdffb;
    color: #6418c3
}

[data-theme-version=dark] .alert-primary {
    background: rgba(100, 24, 195, .2);
    border-color: rgba(100, 24, 195, .2)
}

.alert-secondary {
    background: #fbe9f9;
    border-color: #fbe9f9;
    color: #dc3ccc
}

[data-theme-version=dark] .alert-secondary {
    background: rgba(220, 60, 204, .5);
    border-color: rgba(220, 60, 204, .5);
    color: #7e7e7e
}

.alert-success {
    background: #e7faec;
    border-color: #e7faec;
    color: #2bc155
}

[data-theme-version=dark] .alert-success {
    background: rgba(43, 193, 85, .1);
    border-color: rgba(43, 193, 85, .1)
}

.alert-warning {
    background: #fff9ef;
    border-color: #fff9ef;
    color: #ffab2d
}

[data-theme-version=dark] .alert-warning {
    background: rgba(255, 171, 45, .1);
    border-color: rgba(255, 171, 45, .1)
}

.alert-danger {
    background: #fff0f0;
    border-color: #fff0f0;
    color: #ff2e2e
}

[data-theme-version=dark] .alert-danger {
    background: rgba(255, 46, 46, .15);
    border-color: rgba(255, 46, 46, .15)
}

.alert-info {
    background: #f4fafd;
    border-color: #f4fafd;
    color: #2b98d6
}

[data-theme-version=dark] .alert-info {
    background: rgba(43, 152, 214, .1);
    border-color: rgba(43, 152, 214, .1)
}

.alert-dark {
    background: #fff;
    border-color: #fff;
    color: #6e6e6e
}

[data-theme-version=dark] .alert-dark {
    background: rgba(110, 110, 110, .35);
    border-color: rgba(110, 110, 110, .35);
    color: #7e7e7e
}

.alert-light {
    background: #f4f5f9;
    border-color: #f4f5f9;
    color: #6e6e6e
}

.alert-alt.alert-primary {
    border-left: 4px solid #6418c3
}

.alert-alt.alert-secondary {
    border-left: 4px solid #dc3ccc
}

.alert-alt.alert-success {
    border-left: 4px solid #2bc155
}

.alert-alt.alert-warning {
    border-left: 4px solid #ffab2d
}

.alert-alt.alert-danger {
    border-left: 4px solid #ff2e2e
}

.alert-alt.alert-info {
    border-left: 4px solid #2b98d6
}

.alert-alt.alert-dark {
    border-left: 4px solid #6e6e6e
}

.alert-alt.alert-light {
    border-left: 4px solid #c3c8de
}

.alert-alt.alert-primary.solid {
    border-left: 4px solid #2a0a51 !important
}

.alert-alt.alert-secondary.solid {
    border-left: 4px solid #811777 !important
}

.alert-alt.alert-success.solid {
    border-left: 4px solid #145927 !important
}

.alert-alt.alert-warning.solid {
    border-left: 4px solid #ad6800 !important
}

.alert-alt.alert-danger.solid {
    border-left: 4px solid #ae0000 !important
}

.alert-alt.alert-info.solid {
    border-left: 4px solid #154d6d !important
}

.alert-alt.alert-dark.solid {
    border-left: 4px solid #2e2e2e !important
}

.alert-alt.alert-light.solid {
    border-left: 4px solid #a2aacc !important
}

.alert-dismissible.solid .close:hover {
    color: #fff;
    opacity: 1
}

.alert.alert-primary.solid {
    background: #6418c3;
    color: #fff;
    border-color: #6418c3
}

.alert.alert-secondary.solid {
    background: #dc3ccc;
    color: #fff;
    border-color: #dc3ccc
}

.alert.alert-success.solid {
    background: #2bc155;
    color: #fff;
    border-color: #2bc155
}

.alert.alert-warning.solid {
    background: #ffab2d;
    color: #fff;
    border-color: #ffab2d
}

.alert.alert-danger.solid {
    background: #ff2e2e;
    color: #fff;
    border-color: #ff2e2e
}

.alert.alert-info.solid {
    background: #2b98d6;
    color: #fff;
    border-color: #2b98d6
}

.alert.alert-dark.solid {
    background: #6e6e6e;
    color: #fff;
    border-color: #6e6e6e
}

.alert.alert-light.solid {
    background: #f4f5f9;
    color: #6e6e6e;
    border-color: #f4f5f9
}

.alert-right-icon>span i {
    font-size: 18px;
    margin-right: 5px
}

.alert-right-icon .close i {
    font-size: 16px
}

.alert.alert-outline-primary {
    background: 0 0;
    color: #6418c3;
    border-color: #6418c3
}

.alert.alert-outline-secondary {
    background: 0 0;
    color: #7e7e7e;
    border-color: #dc3ccc
}

.alert.alert-outline-success {
    background: 0 0;
    color: #2bc155;
    border-color: #2bc155
}

.alert.alert-outline-info {
    background: 0 0;
    color: #2b98d6;
    border-color: #2b98d6
}

.alert.alert-outline-warning {
    background: 0 0;
    color: #ffab2d;
    border-color: #ffab2d
}

.alert.alert-outline-danger {
    background: 0 0;
    color: #ff2e2e;
    border-color: #ff2e2e
}

.alert.alert-outline-dark {
    background: 0 0;
    color: #7e7e7e;
    border-color: #6e6e6e
}

.alert.alert-outline-light {
    background: 0 0;
    color: #6e6e6e;
    border-color: #f4f5f9
}

.alert-social {
    color: #fff
}

.alert-social .alert-social-icon {
    align-self: center;
    margin-right: .9375rem
}

.alert-social .alert-social-icon i {
    font-size: 42px
}

.alert-social.facebook {
    background-color: #3b5998
}

.alert-social.twitter {
    background-color: #1da1f2
}

.alert-social.linkedin {
    background-color: #007bb6
}

.alert-social.google-plus {
    background-color: #db4439
}

.alert-social .close:hover {
    opacity: 1 !important;
    color: #fff !important
}

.left-icon-big .alert-left-icon-big {
    align-self: center;
    margin-right: .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: 0;
    margin-right: .9375rem
}

.badge {
    line-height: 1.5;
    border-radius: 0;
    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 #6418c3;
    color: #6418c3
}

.badge-outline-secondary {
    border: 1px solid #dc3ccc;
    color: #dc3ccc
}

[data-theme-version=dark] .badge-outline-secondary {
    color: #7e7e7e
}

.badge-outline-success {
    border: 1px solid #2bc155;
    color: #2bc155
}

.badge-outline-info {
    border: 1px solid #2b98d6;
    color: #2b98d6
}

.badge-outline-warning {
    border: 1px solid #ffab2d;
    color: #ffab2d
}

.badge-outline-danger {
    border: 1px solid #ff2e2e;
    color: #ff2e2e
}

.badge-outline-light {
    border: 1px solid #f0f1f5;
    color: #6e6e6e
}

[data-theme-version=dark] .badge-outline-light {
    color: #7e7e7e
}

.badge-outline-dark {
    border: 1px solid #6e6e6e;
    color: #6e6e6e
}

[data-theme-version=dark] .badge-outline-dark {
    color: #7e7e7e
}

.badge-xs {
    font-size: 10px;
    padding: 0 5px;
    line-height: 18px
}

.badge-sm {
    font-size: 11px;
    padding: 5px 8px;
    line-height: 11px
}

.badge-lg {
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px
}

.badge-xl {
    font-size: 15px;
    padding: 0 15px;
    line-height: 35px
}

.badge-default {
    background: #adb6c7
}

.badge-success {
    background-color: #2bc155
}

.badge-info {
    background-color: #2b98d6
}

.badge-primary {
    background-color: #6418c3
}

.badge-warning {
    background-color: #ffab2d
}

.badge-danger {
    background-color: #ff2e2e
}

.badge-dark {
    background-color: #6e6e6e
}

.badge-light {
    background-color: #f4f5f9
}

.light.badge-default {
    background: #adb6c7
}

.light.badge-success {
    background-color: #e7faec;
    color: #2bc155
}

[data-theme-version=dark] .light.badge-success {
    background-color: rgba(43, 193, 85, .1)
}

.light.badge-info {
    background-color: #f4fafd;
    color: #2b98d6
}

[data-theme-version=dark] .light.badge-info {
    background-color: rgba(43, 152, 214, .1)
}

.light.badge-primary {
    background-color: #ebdffb;
    color: #6418c3
}

[data-theme-version=dark] .light.badge-primary {
    background-color: rgba(100, 24, 195, .2)
}

.light.badge-secondary {
    background-color: #fbe9f9;
    color: #dc3ccc
}

[data-theme-version=dark] .light.badge-secondary {
    background-color: rgba(220, 60, 204, .5);
    color: #7e7e7e
}

.light.badge-warning {
    background-color: #fff9ef;
    color: #ffab2d
}

[data-theme-version=dark] .light.badge-warning {
    background-color: rgba(255, 171, 45, .1)
}

.light.badge-danger {
    background-color: #fff0f0;
    color: #ff2e2e
}

[data-theme-version=dark] .light.badge-danger {
    background-color: rgba(255, 46, 46, .15)
}

.light.badge-dark {
    background-color: #eee;
    color: #6e6e6e
}

[data-theme-version=dark] .light.badge-dark {
    background-color: rgba(110, 110, 110, .35);
    color: #7e7e7e
}

.bootstrap-label .label {
    display: inline-block;
    margin-right: 1rem
}

.bootstrap-label .label:last-child {
    margin-right: 0
}

.badge-demo .badge {
    margin-right: 5px;
    margin-bottom: 5px
}

.badge-demo .badge:last-child {
    margin-right: 0
}

.bootstrap-badge-buttons button {
    margin-right: .2rem;
    margin-bottom: 1rem
}

.bootstrap-badge-buttons button:last-child {
    margin-right: 0
}

.card-footer.pt-0.pb-0.text-center {
    border-top: 1px solid #e9ecf5
}

.text-last-updated {
    color: #dc3ccc;
    display: none;
}

.list-group.max-h200 small {
    color: #2b98d6
}

.list-group.max-h200 label {
    float: left;
    background-color: #f4f4f9 !important;
    color: #3e59cf
}

.dropdown-menu.dropdown-menu-left.show .fas {
    color: #fb6800
}

.card-title .far.fa-newspaper {
    font-size: 25px;
    vertical-align: bottom;
    margin: 0;
    font-weight: 300
}

#order-standard_cart .cart-body {
    padding-left: 15px
}

.primary-content {
    padding: 20px;
}

#sidebarTicketCc {
    display: none
}

.ticket-replies .reply {
    margin: 20px 0;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    color: #616161;
    font-size: 13px;
    min-height: 160px;
    padding: 15px;
    box-shadow: 0 3px 15px 0 rgb(91 90 91 / 5%);
}

.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 #eaf1ff;
    box-shadow: 0 3px 15px 0 rgb(91 90 91 / 5%);
}

.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: #616161;
    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: 0;
    text-align: center;
    vertical-align: text-bottom;
    width: 25px
}

.ticket-replies .replies-user-info .replies-user-type {
    border-radius: 3px;
    height: 30px;
    margin: 0;
    text-align: center;
    min-width: 100px
}

.ticket-replies .replies-admin .replies-user-info .replies-user-type {
    background: #3f51b5;
    border: 2px solid #3f51b5
}

.ticket-replies .replies-client .replies-user-info .replies-user-type {
    background: #f64d70;
    border: 2px solid #f64d70;
}

.ticket-replies .replies-user-info .replies-user-type span {
    color: #fff;
    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: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 900 !important;
    height: 25px;
    line-height: 25px;
    margin: 0;
    text-align: center;
    vertical-align: top;
    width: 24px
}

.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: #f64d70;
    display: inline-block;
    direction: ltr;
    font-size: 14px;
    padding: 3px 5px 0
}

.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: #fff;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    vertical-align: top
}

.ticket-replies .replies-admin .attachemets-list+.replies-date {
    border-radius: 0 0 10px 0
}

.ticket-replies .replies-client .attachemets-list+.replies-date {
    border-radius: 5px 0 0 5px
}

.replies-attahcments+.attachemets-list {
    display: none
}

.ticket-replies .replies-admin .replies-attahcments {
    background: #3f51b5;
    border-radius: 5px 0 0 0;
    margin-right: 0
}

.ticket-replies .replies-client .replies-attahcments {
    background: #74cb0b;
    border-radius: 0 5px 5px 0;
    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: #616161;
    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 .2s ease-in-out
}

.ticket-replies .rating span.star:hover, .ticket-replies .rating span.star:hover~span.star, .ticket-replies .rating-done span.star.active {
    color: #ffc107
}

#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: #757575;
    font-weight: 400
}

#modal-ticket-add-reply .md-editor {
    border: none
}

#modal-ticket-add-reply .md-editor textarea {
    border: 1px solid #eee !important;
    border-radius: 10px;
    display: block;
    margin: 0;
    width: calc(100%)
}

#modal-ticket-add-reply .input-attachment-item input {
    height: .01px;
    width: .01px;
    overflow: hidden
}

#modal-ticket-add-reply .attachments-title-conainer {
    border-bottom: 1px solid #eee;
    padding: 0 0 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: 0;
    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 0
}

.input-attachment-item {
    border-radius: 3px;
    margin: 3px 0;
    overflow: hidden;
    transition: all .25s ease-in-out
}

.input-attachment-item:nth-child(even) {
    background: #f5f5f5
}

.input-attachment-item:nth-child(odd) {
    background: #eee
}

.input-attachment-item:hover {
    background: #e0e0e0
}

.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: 0;
    padding: 0;
    height: 34px
}

.input-attachment-item .selectfile {
    background: #8898aa;
    border-radius: 0 3px 3px 0;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px
}

.input-attachment-item .selectedfile {
    color: #ff5252;
    direction: ltr;
    line-height: 28px;
    padding: 0 5px;
    text-align: left;
    vertical-align: top;
    width: calc(98% - 100px)
}

a.autoLinked {
    color: #2392ec;
    word-wrap: break-word
}

@media(max-width:576px) {
    .ticket-replies .replies-info {
        width: 100%
    }

    .ticket-replies .replies-user-info {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 10px;
        width: 100%
    }

    .ticket-replies .replies-client .replies-user-info {
        text-align: center;
        border-bottom: 1px solid #efefef;
        box-shadow: none;
        border-radius: 0;
        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 #f7f7f7;
        border-radius: 0 20px 0 0;
        bottom: calc(100% + 1px);
        display: none;
        left: auto;
        right: 4px;
        top: auto
    }

    .ticket-replies .replies-client .replies-content:after {
        border: 9px solid #fff;
        border-radius: 0 30px 0 0;
        bottom: calc(100% + 1px);
        display: none;
        left: auto;
        right: 13px;
        top: auto
    }

    .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: 0;
        padding: 8px;
        vertical-align: top;
        width: calc(100% - 107px);
        border-radius: 5px
    }

    .ticket-replies .replies-client .replies-user-info .replies-user-type {
        border: 1px solid #e53935;
        border-right: 2px solid #e53935;
        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 #f7f7f7;
        border-radius: 20px 0 0 0;
        bottom: calc(100% + 1px);
        display: none;
        left: auto;
        left: 4px;
        top: auto
    }

    .ticket-replies .replies-admin .replies-content:after {
        border: 9px solid #fff;
        border-radius: 30px 0 0 0;
        bottom: calc(100% + 1px);
        display: none;
        left: auto;
        left: 13px;
        top: auto
    }

    .ticket-replies .replies-admin .replies-user-info {
        text-align: center;
        border-bottom: 1px solid #efefef;
        box-shadow: none;
        border-radius: 0;
        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: 0 0 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: 1px 1px 7px rgba(0, 0, 0, .08)
}

.ticket-info-block .ticket-info-block-btn {
    border-radius: 3px;
    padding: 0;
    position: relative
}

.ticket-info-block .ticket-info-item {
    padding: 5px 10px
}

.ticket-info-block .ticket-info-item .icon {
    background: #eee;
    border-radius: 50%;
    color: #9e9e9e;
    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: #757575;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 34px;
    vertical-align: top
}

.ticket-info-block .ticket-info-item .value {
    color: #757575;
    display: inline-block;
    float: left;
    font-size: 13px;
    height: 30px;
    padding: 8px 0;
    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: 14px solid;
    border-left: 16px solid transparent;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: -1px;
    display: none
}

.ticket-status span {
    color: #fff;
    position: absolute;
    z-index: 1;
    padding: 5px 8px;
    background-color: #3d4bb4;
    border-radius: 3px
}

.ticket-info-block .ticket-info-item .btn {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 35px;
    min-width: 110px;
    padding: 6px 10px 0 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: #e53935
}

.ticket-info-block .add-reply {
    background: #00c853
}

.ticket-info-block .replies-attahcments {
    background: #ffa000
}

@media (max-width:992px) {
    .ticket-info {
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
        margin: 30px 5px 15px;
        padding: 0 0 5px;
        position: rela tive;
        background-color: #fff
    }

    .ticket-info>div {
        position: static
    }

    .ticket-info>div:nth-child(2) {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px
    }

    .ticket-info-block {
        padding: 0
    }

    .ticket-info-block.btns {
        padding-top: 5px
    }

    .ticket-info-block.btns .ticket-info-item {
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        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: 0;
        position: static
    }
}

@media (max-width:567px) {
    .ticket-info>div:nth-child(2) {
        border-bottom: none;
        padding-bottom: 0
    }

    .ticket-info-block .ticket-info-item .value {
        display: block;
        line-height: auto;
        padding-right: 55px;
        padding-top: 0;
        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: .875rem 1.815rem;
    margin: 0;
    position: absolute;
    left: 0;
    float: none;
    top: 0;
    font-size: 30px;
    font-weight: 100
}

.modal-body {
    padding: 1.875rem
}

.modal-footer {
    padding: 1rem 1.875rem
}

.modal-content {
    border-radius: .375rem
}

.modal-backdrop {
    z-index: 10 !important
}

.txt1 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #555
}

.txt2 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #999
}

.size1 {
    width: 355px;
    max-width: 100%
}

.size2 {
    width: calc(100% - 43px)
}

.bg1 {
    background: #3b5998
}

.bg2 {
    background: #1da1f2
}

.bg3 {
    background: #cd201f
}

.limiter {
    padding-top: 1px;
    background-image: url(../img/login_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin: 10px 15px;
}

.container-login100 {
    width: 100%;
    max-width: 650px;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 97%);
    box-shadow: 0 13px 32px 10px rgb(226 230 246) !important;
    border-radius: 30px;
}

.wrap-login100 {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    flex-direction: row
}

.login100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1)
}

.login100-form {
    display: block;
    padding: 65px;
    border-radius: 25px;
    border-top: 15px solid #f64d70;
}

.Registr100-form {
    display: block;
    padding: 25px;
    border-radius: 25px;
    border-top: 15px solid #f64d70;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center
}

.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 80px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 10px
}

.label-input100 {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 24px;
    left: 0;
    top: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.input100 {
    display: block;
    width: 100%;
    background: 0 0;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #555;
    line-height: 1.2;
    padding: 0 26px
}

input.input100 {
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #6675df;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3)
}

.input100:focus+.focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(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: #999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #6675df;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #6675df
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #6675df;
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.login100-form-btn:hover {
    background: #333
}

@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
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-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 {
    color: #ef7242 !important;
    font-size: 30px
}

.accordion-primary .accordion__header {
    background: #6418c3;
    border-color: #6418c3;
    color: #fff;
    box-shadow: 0 15px 20px 0 rgba(100, 24, 195, .15)
}

.accordion-primary .accordion__header.collapsed {
    background: #ebdffb;
    border-color: #ebdffb;
    color: #211c37;
    box-shadow: none
}

[data-theme-version=dark] .accordion-primary .accordion__header.collapsed {
    background: rgba(100, 24, 195, .2);
    border-color: rgba(100, 24, 195, .2);
    color: #7e7e7e
}

.accordion-primary-solid .accordion__header {
    background: #6418c3;
    border-color: #6418c3;
    color: #fff;
    box-shadow: 0 -10px 20px 0 rgba(100, 24, 195, .15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion-primary-solid .accordion__header.collapsed {
    background: #ebdffb;
    border-color: #ebdffb;
    color: #211c37;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

[data-theme-version=dark] .accordion-primary-solid .accordion__header.collapsed {
    background: rgba(100, 24, 195, .2);
    border-color: rgba(100, 24, 195, .2);
    color: #7e7e7e
}

.accordion-primary-solid .accordion__body {
    border: 2px solid #6418c3;
    border-top: none;
    box-shadow: 0 15px 20px 0 rgba(100, 24, 195, .15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion-danger .accordion__header {
    background: #ff2e2e;
    border-color: #ff2e2e;
    color: #fff;
    box-shadow: 0 15px 20px 0 rgba(255, 46, 46, .15)
}

.accordion-danger .accordion__header.collapsed {
    background: #fff0f0;
    border-color: #fff0f0;
    color: #211c37;
    box-shadow: none
}

.accordion-danger-solid .accordion__header {
    background: #ff2e2e;
    border-color: #ff2e2e;
    color: #fff;
    box-shadow: 0 -10px 20px 0 rgba(255, 46, 46, .15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion-danger-solid .accordion__header.collapsed {
    background: #fff0f0;
    border-color: #fff0f0;
    color: #211c37;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

[data-theme-version=dark] .accordion-danger-solid .accordion__header.collapsed {
    background: rgba(255, 46, 46, .15);
    border-color: rgba(255, 46, 46, .15);
    color: #7e7e7e
}

.accordion-danger-solid .accordion__body {
    border: 2px solid #ff2e2e;
    border-top: none;
    box-shadow: 0 15px 20px 0 rgba(255, 46, 46, .15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion__item {
    margin-bottom: 1.25rem
}

.accordion__header {
    padding: 1rem 1.75rem;
    border: 1px solid #f0f1f5;
    cursor: pointer;
    position: relative;
    color: #333;
    font-weight: 400;
    border-radius: 0;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

[data-theme-version=dark] .accordion__header {
    color: #fff;
    border-color: #333a54
}

.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 #f0f1f5;
    border-radius: 50%;
    line-height: 25px
}

.accordion__header:not(.collapsed) .accordion__header--indicator::before {
    content: "\e622"
}

.accordion__header:not(.collapsed) .accordion__header--indicator.style_two::before {
    content: "\e648"
}

.accordion__header.collapsed .accordion__header--indicator::before {
    content: "\e61a"
}

.accordion__header.collapsed .accordion__header--indicator.style_two::before {
    content: "\e64b"
}

.accordion__body--text {
    padding: .875rem 1.25rem
}

.accordion-bordered .accordion__body {
    border: 1px solid #f0f1f5;
    border-top: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

[data-theme-version=dark] .accordion-bordered .accordion__body {
    border-color: #333a54
}

.accordion-bordered .accordion__header.collapsed {
    border-radius: 0
}

.accordion-bordered .accordion__header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion-no-gutter .accordion__item {
    margin-bottom: 0
}

.accordion-no-gutter .accordion__item .accordion__header.collapsed {
    border-bottom: none
}

.accordion-no-gutter .accordion__item:last-child .accordion__header {
    border-bottom: 1px solid #f0f1f5
}

[data-theme-version=dark] .accordion-no-gutter .accordion__item:last-child .accordion__header {
    border-color: #333a54
}

.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: 0;
    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: "\e645"
}

.accordion-header-bg .accordion__header {
    background-color: #f4f5f9
}

[data-theme-version=dark] .accordion-header-bg .accordion__header {
    background-color: #181f39;
    color: #fff
}

.accordion-header-bg .accordion__header--primary {
    background-color: #6418c3;
    color: #fff;
    border-color: #6418c3
}

[data-theme-version=dark] .accordion-header-bg .accordion__header--primary {
    background-color: #6418c3
}

.accordion-header-bg .accordion__header--info {
    background-color: #2b98d6;
    color: #fff;
    border-color: #2b98d6
}

[data-theme-version=dark] .accordion-header-bg .accordion__header--info {
    background-color: #2b98d6
}

.accordion-header-bg .accordion__header--success {
    background-color: #2bc155;
    color: #fff;
    border-color: #2bc155
}

[data-theme-version=dark] .accordion-header-bg .accordion__header--success {
    background-color: #2bc155
}

.accordion-header-bg.accordion-no-gutter .accordion__header {
    border-color: transparent;
    border-radius: 0
}

.accordion-header-bg.accordion-no-gutter .accordion__item:first-child .accordion__header {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-header-bg.accordion-no-gutter .accordion__item:last-child .accordion__header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion.accordion-no-gutter .accordion__header {
    border-radius: 0
}

.accordion.accordion-no-gutter .accordion__header.collapsed {
    border-radius: 0
}

.accordion.accordion-no-gutter .accordion__body {
    border-radius: 0
}

.accordion.accordion-no-gutter .accordion__item:first-child .accordion__header {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion.accordion-no-gutter .accordion__item:last-child .accordion__header.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion.accordion-no-gutter .accordion__item:last-child .accordion__body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion-solid-bg .accordion__header {
    border-color: transparent;
    background-color: #ebdffb;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

[data-theme-version=dark] .accordion-solid-bg .accordion__header {
    background-color: #181f39
}

.accordion-solid-bg .accordion__header.collapsed {
    border-radius: 0
}

.accordion-solid-bg .accordion__body {
    border-color: transparent;
    background-color: #ebdffb;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

[data-theme-version=dark] .accordion-solid-bg .accordion__body {
    background-color: #181f39
}

.accordion-active-header .accordion__header:not(.collapsed) {
    background-color: #2b98d6;
    border-color: #2b98d6;
    color: #fff
}

.accordion-header-shadow .accordion__header {
    border: none;
    box-shadow: 0 0 .9375rem -3px rgba(0, 0, 0, .3)
}

.accordion-rounded-stylish .accordion__header {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem
}

.accordion-rounded-stylish .accordion__body {
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.accordion-rounded .accordion__header {
    border-radius: .3125rem
}

.accordion-gradient .accordion__header {
    color: #fff;
    background-image: linear-gradient(to right, rgba(186, 1, 181, .85) 0, rgba(103, 25, 255, .85) 100%);
    border-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion-gradient .accordion__header.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion-gradient .accordion__body {
    color: #fff;
    background-image: linear-gradient(to right, rgba(186, 1, 181, .85) 0, rgba(103, 25, 255, .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: #3c3c3c;
}

.text-domain {
    color: #2b98d6;
}

.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: 0;
}

.clientsnum {
    font-size: 13px;
    font-weight: 300;
    text-align: center
}

.client-top-access-item-count {
    display: table-caption;
    position: absolute;
    top: 33px;
    color: #fff;
    background-color: #f64d70;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: -12px;
    font-size: 12px
}

.notification-content {
    font-size: 13px;
    font-weight: 300
}

#order-standard_cart .cart-sidebar .list-group-item:first-child {
    border-radius: 5px !important;
    margin-bottom: 6px;
}

.profile-photo {
    background-color: #fff3f5;
    padding: 10%;
    border-radius: 10px;
}

@media (max-width:780px) {
    .container-login100 {
        margin-top: 5px !important;
    }
}
.far {
    font-weight: 300 !important;
}

input#inputEmail {
    border-radius: 25px;
}

input#inputPassword {
    border-radius: 25px;
}
.productsio .fa {
    font-size: 50px;
    margin-top: -70px;
}
#registration .prepend-icon .field:hover {
    background-color: #fff7f7;
    color: #f93154;
    border: 1px solid #f64d70;
}

.form-control:hover {
    background-color: #fff7f7 !important;
    color: #f93154 !important;
    border: 1px solid #f64d70 !important;
}

.angle.fa.fa-angle-left {
    margin: 0;
}

.list-group-item.d-flex.justify-content-between {
    text-align: left;
    font-size: 1rem;
}