@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

@font-face {
    font-family: Museo Sans;
    src: url('../fonts/MuseoSans/MuseoSans.otf');
}
@font-face {
    font-family: Museo Sans-300;
    src: url('../fonts/MuseoSans/MuseoSans-300.otf');
}
@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeue.ttf');
}
@font-face {
    font-family: ProximaNovaT-Thin;
    src: url('../fonts/ProximaNovaT-Thin.ttf');
}
@font-face {
    font-family: Segoe-UI;
    src: url('../fonts/Segoe-UI.ttf');
}
@font-face {
    font-family: Notify;
    src: url('../fonts/Segoe-UI.ttf');
}

/*message*/

.message-info, .message-success, .message-warning, .message-error{
    font-family: Segoe-UI, Arial, sans-serif;
    font-size: 1em;
    text-align: center;
    padding: 30px;
}
.message-error{
    color: #D8000C;
    background-color: #FFBABA;
}
.message-info{
    color: #00529B;
    background-color: #BDE5F8;
}
.message-success{
    color: #4F8A10;
    background-color: #DFF2BF;
}
.message-warning{
    color: #9F6000;
    background-color: #FEEFB3;
}

message-info p, .message-success p, .message-warning p, .message-error p {
    margin: 0;
    padding: 0;
}

/*----*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #63a3fe;
}

a:focus, a:hover {
    outline: none;
    color: #80b5ff;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

html, body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    background: #ffffff;
}

.header, .formats-area  {
    background-color: #2849f8;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiM0MjcyZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzIyNDFmMyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 100% 0%, 0% 100%,color-stop(0, rgb(17, 128, 243)),color-stop(1, rgb(34, 65, 243)));
    background-image: -webkit-repeating-linear-gradient(top right,rgb(17, 128, 243) 0%,rgb(34, 65, 243) 100%);
    background-image: repeating-linear-gradient(to bottom left,rgb(17, 128, 243) 0%,rgb(34, 65, 243) 100%);
    background-image: -ms-repeating-linear-gradient(top right,rgb(17, 128, 243) 0%,rgb(34, 65, 243) 100%);

}

@media \0screen\,screen\9 {
    .header, .formats-area {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4272ff",endColorstr="#ff2241f3",GradientType=0);
    }
}

.mainmenu-area {
    position: relative;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.mainmenu-area a {
    color: #ffffff;
}

.navbar-header {
    padding: 9px 0;
}

.mainmenu-area .logo {
    letter-spacing: 1px;
    height: inherit;
    padding-left: 0;
}

.mainmenu-area .logo h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 0;
}
.mainmenu-area .icon-logo {
    width: 27px;
    height: 27px;
    margin-right: 8px;
    margin-top: 3px;
    background: url('../images/i-logo.png');
    background-size: cover;
    float: left;
    border-radius: 5px;
    padding: 0;
}

.logo-name-short {
    display: none;
    float: left;
}

.mainmenu-area #primary-menu > ul > li > a {
    background: none;
    padding: 30px 15px;
    text-align: center;
}

.dashboard {
    margin-left: 54px;
}

/**
/*Create-campaign
 */

.create-campaign {
    font-family: Segoe UI, Arial, sans-serif;
    padding: 30px 0;
    font-size: 16px;
    color: #3d4d5f;
    background: #ffffff;
}

.c-block {
    padding: 0;
}

.c-block .title-lab {
    font-weight: normal;
    font-size: 0.9em;
    color: #536677;
    display: block;
}

.c-block .c-left {
    padding: 0;
    z-index: -1;
}

.c-left .l-content {
    background: #ffffff;
    border: 1px solid #e6e9ed;
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 10px;
}

.c-left .l-content.pm {
    padding: 20px 30px;
    margin-bottom: 0;
}

.l-content .table-pm {
    width: 95%;
    margin: auto;
    font-size: 18px;
}

.table-pm td {
    padding: 8px 0;
}

.table-pm .td-l {
    width: 60%;
    text-align: left;
}

.table-pm .td-r {
    width: 40%;
    text-align: right;
}

.table-pm .td-l span {
    line-height: 35px;
}

.table-pm .BTC, .table-pm .BCH, .table-pm .ETH, .table-pm .LTC {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
}

.table-pm .BTC {
    background: url('../images/icon/coins/btc.png');
    background-size: cover;
}

.table-pm .BCH {
    background: url('../images/icon/coins/bch.png');
    background-size: cover;
}
.table-pm .ETH {
    background: url('../images/icon/coins/eth.png');
    background-size: cover;
}
.table-pm .LTC {
    background: url('../images/icon/coins/ltc.png');
    background-size: cover;
}

.c-left .table-price {
    width: 100%;
    font-size: 1em;
    text-align: center;
    margin-bottom: 12px;
}

.table-price td {
    padding: 9px 0;
}

.table-price .p-1-head, .table-price .p-1 {
    width: 34%;
}

.table-price .p-2-head, .table-price .p-2 {
    width: 33%;
}

.table-price .p-3-head, .table-price .p-3 {
    width: 33%;
}

.table-price .p-1 {
    border-bottom: 1px solid #e6e9ed;
    border-left: 1px solid #e6e9ed;
}

.table-price .p-2 {
    border-bottom: 1px solid #e6e9ed;
}

.table-price .p-3 {
    border-right: 1px solid #e6e9ed;
    border-bottom: 1px solid #e6e9ed;
}

.table-price .a-price:nth-child(odd) {
    background-color: #fafcfd;
}

.table-price .a-price:nth-child(even) {
    background-color: #fff;
}

.table-price .a-price-all, .table-price .a-price-target {
    font-weight: 600;
    font-size: 0.9em;
    color: #ffffff;
}

.table-price .a-price-all {
    background: #0b7b02;
    border-left: 1px solid #0b7b02;
    border-right: 1px solid #0b7b02;
}

.table-price .a-price-target {
    background: #5c6bc0;
    border-left: 1px solid #5c6bc0;
    border-right: 1px solid #5c6bc0;
}

.c-block .c-right {
    padding: 0 0 0 10px;
}

.c-right .r-content {
    background: #ffffff;
    /*border: 1px solid #e6e9ed;*/
    width: 100%;
    padding: 40px 80px;
}

.c-right h1 {
    text-align: center;
    font-family: Museo Sans, sans-serif;
    word-wrap: break-word;
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 45px;
}

.c-right .step {
    text-align: left;
    font-size: 1.2em;
    font-weight: normal;
    color: #2a90ff;
    margin: 0;
    padding: 12px 0 20px 0;
}

.c-right .form-wrap {
    margin: 0;
    padding-bottom: 15px;
}

.c-right .form-wrap-button {
    margin: 0;
    padding: 18px 0;
}

.c-right .cc-select, .c-right .cc-input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dae1e9;
    border-radius: 3px;
    font-size: 18px;
    padding: 0 15px;
    color: #3d4d5f;
    outline: none;
    transition: all 0.1s linear;
}

.c-right .cc-select {
    cursor: pointer;
}

.c-right .cpm {
    overflow: hidden;
}

.c-right .cpm-text-p, .c-right .cpm-text-p-min {
    cursor: pointer;
    color: #2a90ff;
}

.c-right .cpm-text-p:hover, .c-right .cpm-text-p-min:hover {
    text-decoration: underline;
}

.c-right .cpm-input{
    width: 55%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dae1e9;
    border-radius: 3px 0 0 3px;
    font-size: 18px;
    padding: 0 15px;
    color: #3d4d5f;
    outline: none;
    float: left;
    transition: all 0.1s linear;
}

.c-right .cpm-title {
    background-color: #fafcfd;
    border: 1px solid #dae1e9;
    border-left: none;
    border-radius: 0 3px 3px 0;
    float: left;
    padding: 8px 0;
    width: 45%;
    height: 50px;
    font-size: 17px;
    text-align: center;
}

.c-right  .cpm-text {
    padding: 0;
    margin-top: 4px;
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 600;
    display: block;
}

.c-right .cc-select:hover, .c-right .cc-input:hover, .c-right .cpm-input:hover {
    border-color: #9ba6b2;
}

.c-right .cc-select:focus, .c-right .cc-input:focus, .c-right .cpm-input:focus {
    border-color: #3c90df;
}

.c-right .cc-input.error, .c-right .cpm-input.error {
    border-color: #f70a0a;
    background-color: rgba(247, 10, 10, 0.1);
    color: #f70a0a;
}

.c-right .continent {
    color: #63a3fe;
}

.c-right .error-message, .c-right .error-message-file {
    padding: 0;
    margin: 0;
    font-size: 0.8em;
    color: #f70a0a;
    line-height: 5px;
    display: none;
}

.c-right .error-message-file {
    margin-top: 13px;
}

.form-wrap #list_countries{
    display: none;
}

#list_countries .include_countries{
    margin: 7px 0;
}

#list_countries .include_countries span{
    font-size: 0.9em;
    color: #63a3fe;
    margin-right: 20px;
    cursor: pointer;
}

#list_countries .include_countries span:hover{
    color: #80b5ff;
}

#list_countries .select_country{
    width: 100%;
    height: 250px;
    border: 1px solid #dae1e9;
    border-radius: 3px;
    font-size: 18px;
    padding: 8px 18px;
    color: #3d4d5f;
    overflow-y: scroll;
}

#list_countries .select_country.error {
    border-color: #f70a0a;
    background-color: rgba(247, 10, 10, 0.1);
}

#form-text {
    display: none;
}

.c-right .fileform {
    font-size: 1.05em;
    color: #3d4d5f;
    position: relative;
    padding: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    border: 1px solid #dae1e9;
    border-radius: 3px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.c-right .fileform .selectbutton {
    background-color: #fafcfd;
    border-right: 1px solid #dae1e9;
    float: left;
    padding: 7px 15px 0 15px;
    height: 51px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.fileform #file_label, .fileform #file_label_res {
    background-color: #FFFFFF;
    padding: 7px 0 8px 15px;
    float: left;
    text-align: left;
    overflow: hidden;
}

.fileform #file_label_res {
    display: none;
}

.c-right .fileform #load{
    position: absolute;
    top: 0;
    left: 0;
    width: 478px;
    height: 38px;
    z-index: 20;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}

/*file*/
.c-right .file-form {
    background-color: #fafcfd;
    font-size: 1.05em;
    color: #3d4d5f;
    position: relative;
    padding: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    border: 1px solid #dae1e9;
    border-radius: 3px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.c-right .file-form:hover {
    border: 1px dashed #9ba6b2;
}

.c-right .file-form .select-button {
    float: left;
    padding: 8px 15px 0 20px;
    width: 100%;
    height: 50px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
}

.c-right .file-form .select-button .add-icon {
    width: 18px;
    height: 18px;
    background: url('../images/icon/plus.png');
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 20px;
}

.c-right .file-form #load-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 51px;
    z-index: 20;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}

.c-right .file-info {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin-top: 15px;
}

.c-right .your-file {
    padding-top: 20px;
}

.c-right .y-f-title {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    /*color: #2a90ff;*/
}

.c-right .y-f-banner {
    overflow: hidden;
}

.c-right .y-f-text {
    float: left;
}

.c-right .s-icon {
    width: 16px;
    height: 16px;
    background: url('../images/icon/s.png');
    background-size: cover;
    float: left;
    margin: 6px 4px 0 0;
}

.c-right .d-icon {
    width: 16px;
    height: 16px;
    background: url('../images/icon/d2.png');
    background-size: cover;
    float: left;
    margin: 6px 0 0 3px;
    cursor: pointer;
}
/*file*/

.c-right .total-pay {
    background: #fafcfd;
    width: 100%;
    height: 50px;
    border: 1px solid #dae1e9;
    border-radius: 3px;
    font-size: 18px;
    padding: 0 15px;
    line-height: 47px;
    color: #3d4d5f;
    outline: none;
    overflow: hidden;
}

.total-pay .tp-BTC, .total-pay .tp-BCH, .total-pay .tp-ETH, .total-pay .tp-LTC, .total-pay .tp-USDT {
    width: 33px;
    height: 33px;
    margin-top: 7px;
    float: left;
}

.total-pay .tp-BTC {
    background: url('../images/icon/coins/btc.png');
    background-size: cover;
}

.total-pay .tp-BCH {
    background: url('../images/icon/coins/bch.png');
    background-size: cover;
}

.total-pay .tp-ETH {
    background: url('../images/icon/coins/eth.png');
    background-size: cover;
}

.total-pay .tp-LTC {
    background: url('../images/icon/coins/ltc.png');
    background-size: cover;
}

.total-pay .tp-USDT {
    background: url('../images/icon/coins/tether.png');
    background-size: cover;
}

.total-pay .tp-value {
    margin-left: 10px;
}

.cntr {
    color: #3d4d5f;
    padding: 0;
}

.cntr #deposit-balance {
    color: #32CD32;
}

.cntr .apply-balance {
    font-weight: normal;
    color: #2a90ff;
    font-size: 19px;
    line-height: 41px;
    margin: 0;
}

.cntr .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
    padding: 0;
}

.cntr .label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

.cntr .label-cbx input:checked + .checkbox {
    border-color: #2a90ff;
}

.cntr .label-cbx input:checked + .checkbox svg path {
    fill: #2a90ff;
}

.cntr .label-cbx input:checked + .checkbox svg polyline {
    stroke-dashoffset: 0;
}

.cntr .label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
}

.cntr .label-cbx .checkbox {
    position: relative;
    top: 2px;
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
}

.cntr .label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px;
}

.cntr .label-cbx .checkbox svg path {
    fill: none;
    stroke: #2a90ff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
}

.cntr .label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
}

.cntr .label-cbx > span {
    pointer-events: none;
    vertical-align: middle;
}

.c-right .cc-submit {
    width: 100%;
    height: 60px;
    background: #3c90df;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 1.2em;
    cursor: pointer;
    padding: 0 10px 4px 10px;
    outline: none;
    transition: all 0.2s linear;
}

.c-right .cc-submit:hover {
    background: #2e7bc4;
}

.c-right .cc-submit-pending{
    width: 100%;
    height: 60px;
    background: url('../images/ajax-loader.gif') no-repeat scroll center center;
    background-color: #3c90df;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 1.2em;
    cursor: progress;
    padding: 0 10px 4px 10px;
    outline: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.c-right .use-service {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.c-bottom {
    background: #ffffff;
    border: 1px solid #e6e9ed;
    margin-top: 10px;
}

.c-bottom .stat-box {
    padding: 30px 30px;
    text-align: center;
    margin: 10px 0;
}

.stat-box h4 {
    font-family: Museo Sans, sans-serif;
    font-size: 2.5em;
    font-weight: normal;
    color: #2a90ff;
}

.stat-box p {
    font-family: Segoe UI, Arial, sans-serif;
}

.stat-box .box-icon {
    margin-bottom: 20px;
}

.stat-box .box-icon .icon-1 {
    width: 80px;
    height: 80px;
    background: url('../images/icon/websites.png');
    background-size: cover;
    margin: auto;
}

.stat-box .box-icon .icon-2 {
    width: 80px;
    height: 80px;
    background: url('../images/icon/impressions.png');
    background-size: cover;
    margin: auto;
}

.stat-box .box-icon .icon-3 {
    width: 80px;
    height: 80px;
    background: url('../images/icon/clicks.png');
    background-size: cover;
    margin: auto;
}

.c-geo {
    background: #ffffff;
    border: 1px solid #e6e9ed;
    margin-top: 10px;
}

.geo-stats {
    padding: 50px;
}

.geo-stats #regions {
    width: 100%;
    height: 500px;
}

.geo-stats h1{
    font-weight: normal;
    font-size: 1.05em;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #4e5c6e;
    margin-top: 20px;
    text-align: center;
}


/***
*Footer-area
***/

.footer-area {
    padding-top: 10px;
    font-family: Museo Sans-300, sans-serif;
    background: none;
    color: #9198a1;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
}

.footer-area h5 {
    margin-bottom: 15px;
    font-family: Museo Sans-300, sans-serif;
    color: #3f3f3f;
}

.footer-area .cont-f{
    padding-top: 70px;
    border-top: 1px solid #e6e9ed;
}

.footer-area .row-f {
    padding: 0 20px;
}

.footer-area .icon-logo {
    width: 155px;
    height: 20px;
    background: url('../images/icon-blue.png');
    background-size: cover;
    margin-bottom: 13px;
}

.footer-area .copy {
    font-size: 0.85em;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-menu li a, .contact a {
    color: #54585c;
}

.footer-menu li a:hover {
    color: #54585c;
    text-decoration: underline;
}

.accepted {
    float: left;
    margin-top: 5px;
}

.icon-btc {
    width: 32px;
    height: 32px;
    background: url('../images/icon/coins/btc.png');
    background-size: cover;
    float: left;
    margin-right: 5px;
}

.icon-bch {
    width: 32px;
    height: 32px;
    background: url('../images/icon/coins/bch.png');
    background-size: cover;
    float: left;
    margin-right: 5px;
}

.icon-eth {
    width: 32px;
    height: 32px;
    background: url('../images/icon/coins/eth.png');
    background-size: cover;
    float: left;
    margin-right: 5px;
}

.icon-ltc {
    width: 32px;
    height: 32px;
    background: url('../images/icon/coins/ltc.png');
    background-size: cover;
    float: left;
    margin-right: 5px;
}

.icon-usdt {
    width: 32px;
    height: 32px;
    background: url('../images/icon/coins/tether.png');
    background-size: cover;
    float: left;
    margin-right: 5px;
}

.contact-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.contact-menu li {
    display: inline-block;
    margin-right: 3px;
}

.contact-menu li a {
    display: block;
}

.facebook {
    width: 27px;
    height: 27px;
    background: url('../images/icon/social/facebook.svg');
    background-size: cover;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.facebook:hover {
    background: url('../images/icon/social/facebook-hover.svg');
    background-size: cover;
}

.instagram {
    width: 27px;
    height: 27px;
    background: url('../images/icon/social/instagram.svg');
    background-size: cover;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.instagram:hover {
    background: url('../images/icon/social/instagram-hover.svg');
    background-size: cover;
}

.twitter {
    width: 27px;
    height: 27px;
    background: url('../images/icon/social/twitter.svg');
    background-size: cover;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.twitter:hover {
    background: url('../images/icon/social/twitter-hover.svg');
    background-size: cover;
}

.contact {
    word-wrap: break-word;
}

.contact a {
    font-size: 0.95em;
}

.footer-middle {
    margin-bottom: 60px;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 0.85em;
}

/**
/*Preloader
*/

#loader, .loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.laoder-frame {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.svg-loader {
    width: 110px;
    -webkit-animation: svg-loader 1s linear infinite;
    animation: svg-loader 1s linear infinite;
}

@-webkit-keyframes svg-loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes svg-loader {
    from {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/**
/*UTM
*/

.tracking-tokens {
    padding: 0;
    margin-top: -10px;
    font-size: 0.8em;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
}

.modal-header {
    border: none;
}

.modal-header h3 {
    font-size: 1.5em;
    font-weight: normal;
}

.modal-header .close {
    outline:none;
}

.mod-title {
    font-weight: normal;
    font-size: 0.9em;
    color: #536677;
    display: block;
}

.mod-inp {
    overflow: hidden;
    margin-bottom: 15px;
}

.mod-inp-t {
    width: 65%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dae1e9;
    border-radius: 3px 0 0 3px;
    font-size: 18px;
    padding: 0 15px;
    color: #3d4d5f;
    outline: none;
    float: left;
    transition: all 0.1s linear;
}

.mod-inp-b {
    background-color: #3c90df;
    border: 1px solid #3c90df;
    border-left: none;
    border-radius: 0 3px 3px 0;
    float: left;
    padding: 8px 0;
    width: 35%;
    height: 50px;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.mod-example {
    word-break: break-all;
    margin-top: 30px;
}

.mod-example h4 {
    color: #2a90ff;
    font-size: 18px;
    font-weight: normal;
}

.mod-example p {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
}