/******************************
    GAMIFY 2020
    CSS by @kervi
*******************************/

@charset "UTF-8";
@font-face {
    font-family: 'Futura';
    src: url('../../font/Futura.ttc') format('truetype');
}

@font-face {
    font-family: 'Futura Bold';
    src: url('../../font/Futura-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Europa Regular';
  src: url('../../font/Europa-Regular.eot');
  src: url('../../font/Europa-Regular.eot?#iefix') format('embedded-opentype'),
       url('../../font/Europa-Regular.woff') format('woff'),
       url('../../font/Europa-Regular.ttf')  format('truetype'),
       url('../../font/Europa-Regular.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Europa Bold';
    src: url('../../font/Europa-Bold.eot');
    src: url('../../font/Europa-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../font/Europa-Bold.woff') format('woff'),
    url('../../font/Europa-Bold.ttf') format('truetype'),
    url('../../font/Europa-Bold.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../../font/ProximaNova-Reg.otf') format('opentype');
}

@font-face {
    font-family: 'Proxima Nova Semi Bold';
    src: url('../../font/ProximaNova-Sbold.otf') format('opentype');
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../../font/ProximaNova-Bold.otf') format('opentype');
}

html, body, p, a, 
ul, li,
h1, h2,h3,
h4, h5, h6, 
input, select, textarea, button {
    font-family: 'Proxima Nova';
    font-size: 12px;
    line-height: 1.1;
    color: #252525;       
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;    
    padding: 0;	    
}

.alert, .custom-alert {
    border-radius: 10px;
}
.custom-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

div.tagsinput {
    width: 100% !important;
    min-height: 135px !important;
    height: 135px !important;
    border: solid 2px #E6E6E6;
    border-radius: 10px;
}
div.tagsinput span.tag {
    border: 1px solid #0066B0;
    border-radius: 5px !important;
    background: #0066B0;
    color: #fff;
    max-width: 100%;
}
div.tagsinput span.tag span {
    display: inline-block;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.tagsinput span.tag a {
    color: #EE73A7;
    font-size: 16px;
    position: relative;
    top: -3px;
}

div.tagsinput input {
    width: 77px !important;
}

html {
    background-color: #0066B0;
    height: 100vh;
}

body {
    background-color: rgba(0,0,0,0);
}

a {
    color: #0066B0;
    text-decoration: none;
}

img {
    width: 100%;
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    height: 38px;
    font-size: 12px;
    border-radius: 10px;
    border: solid 1px rgba(0,0,0,0);
    margin: 0 0 5px 0;
    padding: 4%;
}

select.form-control {
    padding: 0 10px;
}

.form-control[readonly] {
    background: #fff !important;
}

select.form-control {
    padding: .375rem .75rem;
}

input[type="checkbox"] {
    height: auto;
}

.form-text {
    font-size: 100%;
    color: #EE73A7;
    margin-left: 4%;
}
.rounded-checkbox {
    display: inline-block;
    background: url(../../img/input-unchecked.png) center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.rounded-checkbox.checked {
    background: url(../../img/input-checked.png) center center no-repeat;
    background-size: contain;
}

.rounded-checkbox input[type="checkbox"] {
    opacity: 0;
    font-size: 16px;
    margin: 2px 0 0 3px;
    cursor: pointer;
}

.btn {
    font-family: "Futura Bold", sans-serif;
    position: relative;
    min-width: 125px;
    border-radius: 50px;       
    padding: 10px 20px 8px;
    cursor: pointer;   
}

.btn-primary {
    color: #fff;
    background-color: #EE73A7;
    border-color: #EE73A7;
}

.btn-secondary {
    color: #fff;
    background-color: #9cc1e4;
    border-color: #9cc1e4; 
}
.btn-secondary:disabled {
    background-color: #9DA3A7;
    border-color: #9DA3A7;
    opacity: 1;
}

.btn-tertiary {
    color: #0066B0;
    background-color: #fff; 
    border-color: #D8E7F6;
}

.btn-quaternary {
    color: #fff;
    background-color: #0066B0; 
    border-color: #0066B0;
}

.btn-quintenary {
    color: #fff;
    background-color: #54D69D;
    border-color: #54D69D;
}

.btn-quintenary.non-clickable:hover {
    color: #fff;
    cursor: text;
}

.publish-progress-bar {
    position: relative;
    height: 32px;
    width: 100%;
    border-radius: 50px;
    background-color: #0066B0;
}

.publish-progress-bar .value {
    position: absolute;
    height: 32px;
    border-radius: 50px;
    background-color: #54D69D;
}

.publish-progress-bar .value.running {
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
    background-size: 32px 32px;
    -webkit-animation: animate 2s linear infinite;
    animation: animate-progress-bar 2s linear infinite;
}

@keyframes animate-progress-bar {
    0% { background-position: 0; }
    100% { background-position: 32px; }
}

.publish-progress-bar .status {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 30%;
    font-family: "Futura", sans-serif;
    color: #fff;
    text-align: center;
}

.container {
    min-width: 1280px;
}

.hide {
    display: none !important;
}

.cdc {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.clear {
    clear: both;
}

.L {
    float: left;
}

.R {
    float: right;
}

.trim {
    display: block;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.display-table {
    display: table;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.visibility-hidden {
    visibility: hidden;
}

.table {
    margin-bottom: 0;
}

.table thead th {
    font-family: "Proxima Nova Bold";
    background-color: #0066B0;
    color: #fff;    
    vertical-align: middle;
    border-bottom: 1px solid #97C0E9;
    font-weight: normal;
}

.table-bordered td, 
.table-bordered th {
    font-family: "Proxima Nova";
    border: 1px solid #97C0E9;
}

.line {
    border-bottom: solid 2px #E6E6E6;
    border-radius: 100px;
    margin: 15px 0;
}

.icon-arrow-right {
    position: absolute;
    right: 10px;
    background: url(../../img/icon-arrow-right.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
}

/******************************
    FORM ERROR MESSAGES
*******************************/
.control-group.error .help-inline {
    content: "";
    clear: both;
    color: #EE73A7 !important;
    margin: 5px 0 0 8px;
}

/******************************
    MODAL
*******************************/
.modal-dialog .modal-title {
    font-size: 14px;
    color: #0066B0;
    margin: 0 !important;
    font-weight: bold;
}
.modal-dialog button.modal-btn-sm {
    font-size: 12px !important;
    min-width: 50px !important;
}
/******************************
    LOGIN
*******************************/

.form-login input{
    font-family: "Proxima Nova Bold", sans-serif;
}

.login-wrap {
    position: relative;
    height: 100vh;
    background: url(../../img/bg-login.png) no-repeat;
    background-size: contain;
}

.login-wrap .design {
    position: absolute;
}

.login-wrap .design img {
    width: 70%;
    height: auto;
}

.login-wrap .login-form {
    position: relative;
    top: 15%;
    background-color: #2E80CF;
    width: 400px;
    box-shadow: 0 0 50px rgba(0,0,0,0.25);
    border-radius: 40px;
    margin: 0 auto;
    padding: 50px 50px 25px 50px;
}

.login-wrap .login-form .design.g02 {
    position: absolute;
    top: -15%;
    left: -10%;
}

.login-wrap .login-form .logo {
    text-align: center;
    margin: 0 auto 35px;
}

.login-wrap .login-form .logo img {
    width: unset;
}

.form-control::placeholder {
    font-size: 12px;
    color: #0066B0;
}    

.login-wrap .login-form .form-check {
    margin-left: 20px;
}

.login-wrap .login-form .form-check input {
    position: relative;
    top: 0px;
    margin-right: 5px;
}

.login-wrap .login-form .form-check .form-check-label {
    font-family: "Proxima Nova Bold";
    font-size: 12px;
    color: #fff;
}

.login-wrap .login-form .btn {
    width: 100%;
    margin-bottom: 35px;
}

.login-wrap .login-form a {
    font-family: "Proxima Nova Bold";
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}

/******************************
    REGISTRATION
*******************************/
#register-company-modal .modal-dialog {
    max-width: 500px;
}

#register-company-modal .modal-dialog .modal-content {
    border-radius: 20px;
}

#register-company-modal .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 50px 35px;
}

#register-company-modal .modal-body .img-wrap {
    width: 200px;
    margin: 0 auto 35px;
}

#register-company-modal .modal-body .img-wrap img {
    width: unset;
}

#register-company-modal .modal-body form .L {
    width: 47%;
    margin: 0 3% 0 0;
}

#register-company-modal .modal-body form .form-group {
    margin: 0 0 10px 0;
}

#register-company-modal .modal-body form .form-group.tc {
    text-align: center;
    margin: 80px 0 10px 0;
}

#register-company-modal .modal-body form .form-group.tc.nc {
    margin-top: 214px;
}

#register-company-modal .modal-body form input {
    font-family: "Proxima Nova Bold";
    background-color: #f7f7f7;
    font-size: 14px;
}

#register-company-modal .modal-body form input[type="text"] {
    width: 100%;
}

#register-company-modal .modal-body form .form-group.tc input {
    margin-top: 0;
    margin-left: 0;
}

#register-company-modal .modal-body form .form-group.tc label {
    position: relative;
    top: 1px;
    left: 10px;
    font-size: 10px;
    color: #0066B0;
    margin: 0 0 0 6px;
}

#register-company-modal .modal-body form .form-group.tc label a {
    font-size: 10px;
}

#register-company-modal .modal-body form .btn {
    font-family: "Proxima Nova";
    font-size: 14px;
    width: 100%;
}

#register-company-modal .modal-body p {
    font-family: "Proxima Nova Bold";
    color: #EE73A7;
    margin: 35px 0 0 0;
}

#register-company-modal .modal-body a {
    font-family: "Proxima Nova Bold";
}

.invalid-password-note, .invalid-confirm-password-note {
    font-size: 80%;
    color: #EE73A7;
}


/******************************
    REGISTRATION - CONFIRMATION
*******************************/
#regConfirmation .modal-dialog {
    max-width: 500px;
}

#regConfirmation .modal-dialog .modal-content {
    border-radius: 20px;
}

#regConfirmation .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 50px 10px;
}

#regConfirmation .modal-body .img-wrap {
    width: 200px;
    margin: 0 auto 20px;
}

#regConfirmation .modal-body .img-wrap img {
    width: 100%;
}

#regConfirmation .modal-body h1 {
    font-family: "Futura Bold", sans-serif;
    font-size: 28px;
    color: #EE73A7;
    margin: 0 0 20px;
}

#regConfirmation .modal-body .confirm-message {
    font-family: "Futura", sans-serif;
}

#regConfirmation .modal-body p {
    color: #0066B0;
}

#regConfirmation .modal-body p.sign-up {
    color: #0066B0;
    margin: 35px 0 0 0;
}


#regConfirmation .modal-body p.unique {
    font-family: "Futura Bold", sans-serif;
    margin: 0 0 20px;
}

#regConfirmation .modal-body .btn {
    font-family: "Proxima Nova Semi Bold", sans-serif;
    font-size: 14px;
    margin: 25px 0 0;
}

/******************************
    CONFIRM REGISTRATION
*******************************/
.confirm-reg-wrap {
    position: relative;
    height: 100vh;
    background: url(../../img/bg-login.png) no-repeat;
    background-size: auto;
    background-size: contain;
}

.confirm-reg-wrap .confirm-reg {
    position: relative;
    top: 22%;
    background-color: #FFFFFF;
    width: 400px;
    box-shadow: 0 0 50px rgba(0,0,0,0.25);
    border-radius: 40px;
    margin: 0 auto;
    padding: 50px 50px 25px 50px;
    width: 500px;
    text-align: center;
}

.confirm-reg-wrap .confirm-reg .design.g02 {
    position: absolute;
    top: -20%;
    left: -10%;
}

.confirm-reg-wrap .design img {
    width: 70%;
}

.confirm-reg-wrap .confirm-reg .logo {
    text-align: center;
    margin: 0 auto 35px;
}

.confirm-reg-wrap .confirm-reg .logo img {
    width: unset;
    height: auto;
}

.confirm-reg-wrap .confirm-reg h3 {
    font-size: 20px;
    color: #0060B9;
    margin: 1px;
}

.confirm-reg-wrap .confirm-reg p {
    margin: 10px 0 0 0;
    color: #0060B9;
}

.confirm-reg-wrap .confirm-reg a {
    display: block;
    color: #0060B9;
    margin: 25px 0 0 0;
    text-decoration: underline;
}

/******************************
    NEW REGISTRATION
*******************************/

section.registration-form {

    position: relative;
    top: 15%;
    background-color: #fff;
    padding: 35px;
    width: 500px;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 0 0 50px rgb(0 0 0 / 25%);

}

section.registration-form img {
    width: auto;
}

section.registration-form input {
    font-family: "Proxima Nova Bold";
    background-color: #f7f7f7;
    font-size: 14px;
}

section.registration-form label {
    margin-left: 10px;
}

section.registration-form .form-control[readonly] {
    background-color: #f7f7f7 !important;
}

section.registration-form .error {
    font-family: "Proxima Nova";
    color: #EE73A7;
    margin: 0px 10px 5px 10px;
}

section.registration-form form button {
    margin-top: 30px;
}

/******************************
    MAJOR SECTIONS
*******************************/    
.gamify {
    display: grid;
    grid-template-columns: 200px auto 325px;
    grid-gap: 0;
    min-height: 100vh;
}

.gamify nav {
    background: url(../../img/bg-nav.png) left top no-repeat;
    background-size: contain;
    padding: 25px 0;
}

.gamify main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 200px;
    background-color: #1e7cd4;
    width: 100px;
    height: 100px;
    z-index: -1000;
}
nav .img-wrap {
    width: 149px;
    margin: 0 auto 65px;
}

nav .nav-item {
    position: relative;
    margin: 0 0 15px 0;
}

nav .nav-item a {
    display: block;
    font-family: "Proxima Nova";
    font-size: 14px;
    color: #fff;
    padding: 15px 0 15px 60px;
}


nav .nav-item ul li a {
    display: block;
    font-family: "Proxima Nova";
    font-size: 13px;
    color: #fff;
    padding: 15px 0 15px 70px;
}

nav .nav-item .marker {
    display: none;
}

nav .nav-item.active .marker {
    display: block;
    position: absolute;
    background-color: #3482CC;
    width: 12px;
    height: 45px;
    border-radius: 0 3px 3px 0;
}

nav .nav-item.active a {
    font-family: "Proxima Nova Bold" !important;
}

nav .nav-item.logout {
    background-color: #3984C9;
    border-radius: 10px 0 0 10px;
    margin: 135px 0 0 25px;
}

nav .nav-item.logout a {
    font-family: "Futura Bold", sans-serif;
    padding: 15px 0 15px 35px;
}

nav .nav-item.wsub .wsub-nav {
    display: none;
    z-index: 9999 !important;
}

nav .nav-item.wsub:hover .wsub-nav {
    display: block;
}

nav .nav-item .wsub-nav {
    position: absolute;
    top: -20px;
    right: -150px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    border-radius: 15px;
    padding: 20px 65px 20px 35px;
}

nav .nav-item .wsub-nav a {
    color: #0066B0;
    padding: 15px 0 15px 0;
}

.gamify aside  {
    background: #f7f7f7 url(../../img/bg-aside.png) 0 0 no-repeat;
    background-size: cover;
    padding: 50px 15px 100px;
}

aside .user, 
aside .box {
    display: table;
    background-color: #fff;
    width: 85%;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 0 auto 35px;        
}

aside .user {
    min-height: 62px;
    padding: 7px 0;
    cursor: pointer;
}

aside .user .text {
    display: table-cell;
    width: 75%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

aside .user .text a,
aside .user .text a:link,
aside .user .text a:hover,
aside .user .text a:active,
aside .user .text a:visited {
    text-decoration: none;
}

aside .user .text span {
    font-family: "Futura Bold", sans-serif;
    font-size: 11px;
    color: #0066B0;
}

aside .user .img-hug {
    display: table-cell;
    width: 25%;
}

aside .user .img-wrap {
    overflow: hidden;
    background-color: #0066B0;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 500px;
    border: solid 1px #0066B0;
}

aside .user .img-wrap span {
    font-size: 20px;
    line-height: 48px;
    color: #fff;    
}

aside .user .img-wrap img {
    width: 100%;
}
    
aside .box {
    overflow: hidden;
}

aside .box .title-wrap {
    font-family: "Futura";
    background-color: #0066B0;
    color: #fff;
    font-family: "Futura Bold", sans-serif;
    text-align: center;
    padding: 15px 15px 12px;
}

aside .box .title-wrap.no-bg {
    background-color: rgba(0,0,0,0);
    color: #0066B0;
    text-align: center;
    padding: 15px 15px 12px;
}

aside .box form, 
aside .box .sub {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

aside .box form .form-group {
    margin-bottom: 20px;
}

aside .box form .form-group .form-check {
    margin-bottom: 3px;
    margin-left: 20px;
}

aside .box form .form-group .form-check input[type="checkbox"] {
    position: relative;
    top: 0;
    margin-right: 5px;
}

aside .box form .form-group .form-check label {
    font-family: "Proxima Nova Semi Bold";
    color: #0066B0;
}

aside .box form input {
    background-color: #f7f7f7;
    font-size: 14px;
}

aside .box.find-game input {
    font-family: Futura;
}

aside .box.search-company input {
    font-family: Futura;
}

aside .box.winners-side input{
    font-family: Futura;
}

aside .box form input[type="text"] {
    width: 100%;
}

aside .box .controls-container {
    padding: 20px;
}

aside .box form .btn,
aside .box .controls-container .btn {
    width: 100%;
    margin: 0 0 8px;
}

.gamify main {
    background-color: #fff;
    border-radius: 50px 0 0 50px;
    padding: 50px 35px 100px;
}

.gamify main .main-hug {
    display: table;
    margin: 0 auto;
}

/******************************
    CAMPAIGNS
*******************************/
.loader {
    width: 5rem;
    height: 5rem;
    border: .5em solid;
    border-right-color: transparent;
}

.campaigns .top-camp-wrap {
    margin: 0 0 50px;
}

.campaigns .top-camp-wrap .title-wrap {
    width: 640px;
    margin: 0 0 25px;
}

.campaigns .top-camp-wrap .title-wrap h3 {
    font-family: "Futura Bold", sans-serif;
    font-size: 14px;
    color: #0066B0;
    margin: 10px 0 0 15px;
}

.campaigns .top-camp-wrap .top-camp-item {
    float: left;
    width: 200px;
    border-radius: 15px;             
    margin: 0 20px 0 0;
    overflow: hidden;
    cursor: pointer;
}

.campaigns .top-camp-wrap .top-camp-item.empty {
    background-color: #f7f7f7;
    padding: 10px;
}

.campaigns .top-camp-wrap .top-camp-item.empty .display-table {
    min-height: 240px;
}

.campaigns .top-camp-wrap .top-camp-item.empty .display-table-cell {
    font-size: 14px;
    color: #0066B0;
}

.campaigns .top-camp-wrap .top-camp-item.empty .display-table-cell .img-wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.campaigns .top-camp-wrap .top-camp-item.empty .display-table-cell .img-wrap img {
    top: 0;
    width: 100%;
    height: 100%;
}

.campaigns .top-camp-item .img-wrap {
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.campaigns .top-camp-item .img-wrap img {
    position: relative;
    /*top: -25px;*/
    width: 100%;
    height: 100%;
}

.campaigns .top-camp-item .text-wrap {
    background-color: #f7f7f7;
    padding: 20px 10px;
}                    

.campaigns .top-camp-item .text-wrap .camp-title {
    font-family: "Futura Bold", sans-serif;
    font-size: 12px;
    text-align: center;
    margin: 0 0 10px;
}

.campaigns .top-camp-item .text-wrap .camp-title span{
    padding-bottom: 5px;
}

.campaigns .top-camp-item .text-wrap .text-item {
    width: 100%;
    margin: 0 0 3px;
}

.campaigns .top-camp-item .text-wrap .text {
    width: 45%;
    font-family: "Proxima Nova Semi Bold";
    font-size: 11px;
    color: #696969;
    margin: 0 2.5%;
}

.campaigns .top-camp-item .text-wrap .text.L {
    font-family: "Proxima Nova Bold";
    text-align: right;
}     

.campaigns .live-camp-wrap {}

main .campaigns.company-details {
    width: 660px;
}
.campaigns .live-camp-wrap .title-wrap {
    width: 640px;
    margin: 0 0 25px;
}

.campaigns .live-camp-wrap .title-wrap h3 {
    font-family: "Futura Bold", sans-serif;
    font-size: 14px;
    color: #0066B0;
    margin: 10px 0 0 15px;
}

.campaigns .live-camp-wrap .live-camp-item {
    background-color: #f7f7f7;
    width: 660px;
    border-radius: 10px;
    margin: 0 0 10px;
    padding: 10px 0;
    cursor: pointer;
}

.campaigns .live-camp-wrap .live-camp-item.no-manage-draft {
    cursor: not-allowed;
}

.campaigns .live-camp-wrap .live-camp-item.unique {
    background-color: rgba(0,0,0,0);
    margin: 0 0 15px;
    padding: 0;
}

.show-more {
    text-align: center;
    margin: 25px 0 0;
    cursor: pointer;
}

.show-more .img-wrap {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.show-more span {
    font-size: 14px;
    color: #EE73A7;
}

.campaigns .live-camp-wrap .live-camp-item.empty {
    min-height: 52px;
    text-align: center;
}

.campaigns .live-camp-wrap .live-camp-item.empty span {
    position: relative;
    top: 10px;
    font-size: 14px;
    color: #0066B0;
}

.campaigns .live-camp-wrap .live-camp-item .gcol-1 {
    width: 10%;
}

.campaigns .live-camp-wrap .live-camp-item .gcol-1 .img-wrap {
    width: 32px;
    height: 32px;
    border-radius: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.campaigns .live-camp-wrap .live-camp-item .gcol-1 .img-wrap img {
    width: 100%;
    height: 100%;
}

.campaigns .live-camp-wrap .live-camp-item .gcol-2 {
    position: relative;
    top: 9px;                           
    width: 32%;
}

.campaigns .live-camp-wrap .live-camp-item .gcol-2 span {
    font-family: "Proxima Nova Bold";
    font-size: 14px;    
    width: 95%;
}

.campaigns .live-camp-wrap .live-camp-item .gcol-3,
.campaigns .live-camp-wrap .live-camp-item .gcol-4,
.campaigns .live-camp-wrap .live-camp-item .gcol-5,
.campaigns .live-camp-wrap .live-camp-item .gcol-6 {
    font-family: "Proxima Nova Bold";
    color: #696969;
    position: relative;
    top: 11px;  
    width: 12%;
}

.campaigns .live-camp-wrap .live-camp-item .gcol-7 {
    font-family: "Proxima Nova Bold";
    position: relative;
    top: 8px;
    text-align: center;       
    width: 10%;
    margin: 0 auto;
}

.campaigns .live-camp-wrap .live-camp-item.unique .gcol-3,
.campaigns .live-camp-wrap .live-camp-item.unique .gcol-4,
.campaigns .live-camp-wrap .live-camp-item.unique .gcol-5,
.campaigns .live-camp-wrap .live-camp-item.unique .gcol-6,
.campaigns .live-camp-wrap .live-camp-item.unique .gcol-7 {
    font-family: "Proxima Nova Semi Bold";
    color: #252525;
}

.campaigns .live-camp-wrap .live-camp-item.unique .gcol-7 {
    top: 11px;
}

.campaigns .live-camp-wrap .live-camp-item .gcol-7 .camp-status {
    width: 16px;
    height: 16px;
    border-radius: 200px;
    margin: 0 auto;
}           

.campaigns .live-camp-wrap .live-camp-item .gcol-7 .camp-status.live {
    background-color: #40C720;
}                  

.campaigns .live-camp-wrap .live-camp-item .gcol-7 .camp-status.paused {
    background-color: #EE73A7;
}

.campaigns .live-camp-wrap .live-camp-item .gcol-7 .camp-status.archived {
    background-color: #17a2b8;
}

.campaigns .live-camp-wrap .live-camp-item .gcol-7 .camp-status.credit {
    background-color: #000;
}

.campaigns .live-camp-wrap .paging .pagination-camp ul{
    display: inline-flex;
    list-style-type: none;
}

.campaigns .live-camp-wrap .paging .pagination ul {
    box-shadow: 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.campaigns .live-camp-wrap .paging .pagination ul>li:first-child>a,.pagination ul>li:first-child>span,.pagination ul>li:last-child>a,.pagination ul>li:last-child>span,.dropdown-menu
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*.campaigns .live-camp-wrap .paging .pagination-camp ul>li{*/
/*    color: #0066B0;*/
/*    background-color: #fff;*/
/*    border-color: #D8E7F6;*/
/*}*/

.campaigns .live-camp-wrap .camp-status {
    width: 16px;
    height: 16px;
    border-radius: 200px;
}

.campaigns .live-camp-wrap .camp-status.live {
    background-color: #40C720;
}

.campaigns .live-camp-wrap .camp-status.paused {
    background-color: #EE73A7;
}

.campaigns .live-camp-wrap .camp-status.ended {
    background-color: #0066B0;
}

.campaigns .live-camp-wrap .camp-status.draft {
    background-color: #F6C142;
}

.campaigns .live-camp-wrap .camp-status.scheduled {
    background-color: #FF6D00;
}

.campaigns .live-camp-wrap .camp-status.archived {
    background-color: #0066B0;
}

.campaigns .live-camp-wrap .camp-status.in.progress {
    background-color: #F6C142;
}

.campaigns .live-camp-wrap .legend .legend-item {
    position: relative;
    top: 4px;
    display: inline-block;
    min-width: 70px;
    text-align: center;
    border-radius: 10px;
    border: solid 1px #D8E7F6;
    padding: 8px 0 4px;
    cursor: pointer;
}

.campaigns .live-camp-wrap .legend .legend-item.live.selected {
    border: solid 1px #40C720;
}

.campaigns .live-camp-wrap .legend .legend-item.paused.selected {
    border: solid 1px #EE73A7;
}

.campaigns .live-camp-wrap .legend .legend-item.ended.selected {
    border: solid 1px #0066B0;
}

.campaigns .live-camp-wrap .legend .legend-item.draft.selected {
    border: solid 1px #F6C142;
}

.campaigns .live-camp-wrap .legend .legend-item.scheduled.selected {
    border: solid 1px #FF6D00;
}

.campaigns .live-camp-wrap .legend .camp-status,
.campaigns .live-camp-wrap .legend span {
    display: inline-block;
    font-family: Futura;
}

.campaigns .live-camp-wrap .legend .camp-status {
    width: 12px;
    height: 12px;
}

.campaigns .live-camp-wrap .legend span {
    position: relative;
    top: -2px;
    font-size: 10px;
    color: #D8E7F6;
    margin: 0 0 0 2px;
}

.campaigns .live-camp-wrap .legend .legend-item.selected span {
    color: #252525;
}

aside .box.campaigns-side form .form-group .form-check {
    margin-bottom: 8px;
}

aside .box.campaigns-side form .form-group .form-check .checkbox-img {
    display: inline-block;
    background: url(../../img/input-unchecked.png) center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin: 0 8px 0 -18px;
}

aside .box.campaigns-side form .form-group .form-check .checkbox-img.checked {
    background: url(../../img/input-checked.png) center center no-repeat;
    background-size: contain;
}

aside .box.campaigns-side form .form-group .form-check .checkbox-img input[type="checkbox"] {
    opacity: 0;
    font-size: 16px;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 3px;
    cursor: pointer;
}

.box.campaigns-side form .form-group .form-check-label{
    color: #0066B0;
}

/******************************
    GAMES LIBRARY
*******************************/                    
main .games {
    width: 660px;
}

.games .grfx-games {
    width: 100%;
    margin: -5px 0 35px 0;
}

.games .display-count {
    font-family: "Futura Bold", sans-serif;
    background-color: #F7F7F7;
    width: auto;
    color: #0066B0;
    border: 0;
}

.games h3 {
    font-family: "Futura Bold", sans-serif;
    font-size: 14px;
    color: #0066B0;
}

.games .games-set {
    margin: 20px 0 0 7px;
}

.games .games-set .games-item {
    display: inline-block;
    width: 115px;
    height: 115px;
    border-radius: 15px;
    margin: 0 13px 13px 0;
    overflow: hidden;
    cursor: pointer;
}

.games .games-set .games-item.unique {
    background-color: #f7f7f7;
    width: 100%;
    height: auto;
    min-height: 52px;
    font-size: 14px;
    color: #0066B0;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
}

.games .games-set .games-item.unique span {
    position: relative;
    top: 10px;
}

/******************************
    GAMES PREVIEW
*******************************/
.games.preview .phone-wrap {
    position: relative;
    background-color: #000;
    text-align: center;
    margin: 65px 0 0;
    height: 326px;
}

.games.preview .phone-wrap .phone {
    background: url(../../img/phone.png) no-repeat;
    background-size: cover;
    height: 100%;
}

.games.preview .phone-wrap .phone iframe.game-preview {
    width: 75%;
    height: 87.6%;
    margin-top: 21px;
}

.games.preview .phone-wrap.portrait {
    position: relative;
    background-color: #000;
    text-align: center;
    margin: 65px auto;
    height: 640px;
    width: 320px;
}

.games.preview .phone-wrap.portrait .phone {
    background: url(../../img/phone-portrait-white.png) no-repeat;
    background-size: cover;
    height: 100.5%;
}

.games.preview .phone-wrap.portrait .phone iframe.game-preview {
    height: 500px;
    width: 86%;
    margin-top: 70px;
}

.games.preview .no-game {
    position: relative;
    bottom: 20px;
}

.games.preview .btn-wrap {
    width: 100%;
    margin: 35px 0 20px;
}

.games.preview .btn-wrap.bottom {
    margin: 65px 0 0;
}


/******************************
    DASHBOARD
*******************************/
main .dashboard {
    width: 640px;
}

.nav-set .nav-item {
    position: relative;
    float: left;
    margin: 23px 20px 20px 0;
}

.nav-set .nav-item .marker {
    display: none;
}

.nav-set .nav-item.active .marker {
    display: block;
    position: absolute;
    bottom: -8px;
    background-color: #98C0E7;
    width: 100%;
    height: 4px;
    border-radius: 100px;
}

.nav-set .nav-item a {
    font-family: "Proxima Nova Bold";
    font-size: 12px;
}

.nav-set .nav-item.camp-wrap {
    position: relative;
    top: -28px;
    background-color: #f7f7f7;
    width: 34%;
    height: 70px;
    border-radius: 15px;
    overflow: hidden;
}

.nav-set .nav-item.camp-wrap .camp-img {
    display: none;
    width: 100px;
    height: 100px;
}

.nav-set .nav-item.camp-wrap .camp-img img {
    position: relative;
    /*top: -15px;*/
}

.nav-set .nav-item.camp-wrap .camp-title {
    width: 85%;
    font-family: "Futura Bold", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #0066B0;
    text-align: center;
    margin: 28px auto 0;
}

.dashboard .dash-grid {
    display: grid;
    grid-template-columns: 310px 310px;
    grid-gap: 20px;
}

.dashboard .dash-grid .dash-item {
    border-radius: 15px;
    margin: 0 0 20px;
    padding: 20px 15px;
}

.dashboard .dash-grid .dash-item.buttons.filter-result {
    padding-bottom: 0;
}

.dashboard .dash-grid .dash-item.charts, 
.dashboard .dash-grid .dash-item.buttons,
.dashboard .dash-grid .dash-item.url {
    background-color: #f7f7f7;
}

.dashboard .dash-grid .dash-item .dash-title {
    font-family: "Futura Bold", sans-serif;
    margin: 0 0 10px;
}

.dashboard .dash-grid .dash-item .dash-chart {
    /*background-color: #ccc;*/
    min-height: 170px;
    border-radius: 10px;
}

.dashboard .dash-grid .dash-item.socials {
    background-color: #f7f7f7;
    text-align: center;
    padding: 10px 15px;
}

.dashboard .dash-grid .dash-item.socials .dash-box {
    display: inline-block;
    background-color: #fff;
    width: 30%;
    border-radius: 15px;
    margin: 0 3px;
    padding: 10px 0 15px;
}

.dashboard .dash-grid .dash-item.socials .img-wrap {
    width: 48px;
    height: 48px;
    margin: -20px auto 15px;
}

.dashboard .dash-grid .dash-item.socials .count {
    font-family: "Futura Bold",sans-serif;
    font-size: 18px;
    color: #0066B0;
    text-align: center;
}

.dashboard .dash-grid .sub-grid {
    display: grid;
    grid-template-columns: 115px auto;
    grid-gap: 10px;
}

.dashboard .dash-grid .sub-grid .color {
    background-color: #60D39F;
    border-radius: 15px;
    margin: 0 0 10px;
    padding: 20px 15px 13px;
}

.dashboard .dash-grid .sub-grid .color .dash-title {
    font-family: "Futura Bold", sans-serif;
    color: #fff;
}

.dashboard .dash-grid .dash-item.url .dash-title.dash-custom-url {
    font-family: "Proxima Nova Bold", sans-serif;
}

.dashboard .dash-grid .sub-grid .color .count {
    font-family: "Futura Bold", sans-serif;
    font-size: 26px;
    color: #fff;
    margin: 8px 0;   
}

.dashboard .dash-grid .sub-grid .color .icon {
    width: 32px;
}

.dashboard .dash-grid .sub-grid .color .unit {
    font-family: "Futura";
    font-size: 14px;
    color: #fff;
    margin: 9px 0 0;   
}

.dashboard .dash-grid .sub-grid .dash-item .dash-title {
    text-align: center;
}

.dashboard .dash-grid .dash-item.buttons .btn-wrap {
    width: 90%;
    text-align: center;
    margin: 25px auto 0;
}

.dashboard .dash-grid .dash-item.buttons .btn {
    width: 100%;
    margin: 0 0 10px;
}

.dashboard .dash-grid .dash-item.url .img-wrap {
    width: 10px;
    margin: 1px 12px 0 0;
    cursor: pointer;
}

.dashboard .dash-grid .dash-item.url .dash-title {
    color: #0066B0;
    margin: 0 0 10px 12px;
}

.dashboard .dash-grid .dash-item.url input {
    font-family: "Proxima Nova Bold", sans-serif;
    width: 100%;
    color: #0066B0;
}

/******************************
    DASHBOARD FILTER FORM
*******************************/
.dash-item .choose-date .form-group {
    margin-bottom: 4px;
}

aside .box.dashboard-side .form-group {
    margin-bottom: 8px;
}

.dash-item .filter-result input,
aside .box.dashboard-side.filter-result input {
    font-family: "Futura", sans-serif;
    font-size: 12px;
}

.dash-item .form-group.hourly,
aside .box.dashboard-side .form-group.hourly {
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 25px;
}

.dash-item .choose-date .form-group.dash-date label,
aside .box.dashboard-side .form-group.dash-date label {
    float: left;
    width: 15%;
    font-family: "Futura Bold", sans-serif;
    color: #0066B0;
    text-align: right;
    margin-top: 13px;
}

.dash-item .choose-date .form-group.dash-date .control-wrap,
aside .box.dashboard-side .form-group.dash-date .control-wrap {
    position: relative;
    left: 10px;
    float: left;
    width: 80%;
}

.dash-item .choose-date .form-group.dash-date .control-wrap .form-text,
aside .box.dashboard-side .form-group.dash-date .control-wrap .form-text {
    margin-left: 8%;
}

.dash-item .choose-date .form-group.dash-date .icon-calendar img,
aside .box.dashboard-side .form-group.dash-date .icon-calendar img {
    width: 100%;
}

.dash-item .choose-date .form-group.dash-date .icon-calendar,
aside .box.dashboard-side .form-group.dash-date .icon-calendar {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    cursor: pointer;
}

.dash-item .choose-date .form-group.dash-date .control-wrap .form-control,
aside .box.dashboard-side .form-group.dash-date .control-wrap .form-control {
    width: 100%;
    padding: 4% 10% 4% 7%;
}

/******************************
    GAME
*******************************/
main .game {
    width: 640px;
}

.game .cdc {
    position: relative;
}

.game .custom-url {
    background-color: #f7f7f7;
    width: 45%;
    border-radius: 15px;
    padding: 20px 15px;    
}

.game .custom-url .img-wrap {
    width: 10px;
    margin: 1px 12px 0 0;
    cursor: pointer;
}

.game .custom-url .title {
    font-family: "Proxima Nova Bold", sans-serif;
    color: #0066B0;
    margin: 0 0 10px 12px;
}

.game .custom-url input {
    width: 100%;
    color: #0066B0;
}

.game .cdc .rotate {
    position: absolute;
    bottom: 0;
}

.game .phone-wrap {
    position: relative;
    background-color: #000;
    text-align: center;
    margin: 25px 0 65px;
    height: 316px;
}

.game .phone-wrap .phone {
    background: url(../../img/phone.png) no-repeat;
    background-size: cover;
    height: 100%;
}

.game .phone-wrap iframe.game-preview {
    width: 75%;
    height: 87.6%;
    /*margin-top: 21px;*/
    margin: 20px 0 0;
}

.game .phone-wrap.portrait {
    position: relative;
    background-color: #000;
    text-align: center;
    margin: 25px auto;
    height: 639px;
    width: 316px;
}

.game .phone-wrap.portrait .phone {
    background: url(../../img/phone-portrait-white.png) no-repeat;
    background-size: cover;
    height: 100%;
}

.game .phone-wrap.portrait .phone iframe.game-preview {
    height: 500px;
    width: 87%;
    margin-top: 70px;
}

.game .no-game {
    position: relative;
    bottom: 20px;
}

aside .camp-info .sub {
    padding-top: 35px;
    padding-bottom: 30px;
}

aside .camp-info .cdc {
    margin: 0 0 10px 0;
}

aside .camp-info .L {
    width: 31%;
    font-family: "Futura Bold", sans-serif;
    color: #0066B0;
    text-align: right;
    font-size: 10px;
}

aside .camp-info .R {
    width: 64%;
    font-family: "Futura Bold", sans-serif;
    color: #0066B0;
    margin: 0 0 0 3%;
    font-size: 10px;
}

aside .camp-info .C {
    width: 100%;
    font-family: "Futura Bold", sans-serif;
    color: #0066B0;
    text-align: center;
    font-size: 10px;
    padding: 1em;
}

aside .camp-info .R #company-details-website {
    font-family: "Futura Bold", sans-serif;
    font-size: 10px;
}

aside .camp-info .L.half,
aside .camp-info .R.half {
    width: 47%;
}

aside .camp-info .L.fieldlabel {
    line-height: 38px;
    clear: left;
}

aside .camp-info form .help-inline.error {
    color: #EE73A7;
    font-size: 80%;
    padding: 4%;
    font-family: "Futura";
}

aside .camp-info .radiogroup input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 8px 0;
}

/******************************
    REWARDS
*******************************/
main .rewards {
    width: 640px;
}

.rewards .box {
    background-color: #f7f7f7;
    border-radius: 10px;
    margin: 0 0 25px;
    padding: 25px;
}

.rewards .box h3 {
    font-family: "Futura Bold", sans-serif;
    font-size: 14px;
    color: #0066B0;
    margin: 0 0 20px;
}

.rewards .box .item {
    background-color: #fff;
    width: 250px;
    min-height: 90px;
    border-radius: 10px;
    border: solid 2px #e6e6e6;
    margin: 0 10px 12px 0;
    padding: 10px;
}

.rewards .box .item .empty {
    font-size: 14px;
    color: #ccc;
    text-align: center;
    margin: 27px 0 0 0;
}

.rewards .box .item .title {
    font-size: 14px;
    color: #0066B0;
    margin: 5px 0 5px 5px;
}

.rewards .box .item .details-wrap {
    width: 75%;
    margin: 2px 0 0 0;
}

.rewards .box .item .details-wrap .sub {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.rewards .box .item .details-wrap .sub .L {
    width: 50%;
    color: #0066B0;
    text-align: right;
    margin-right: 8%;
    margin-left: 8%;
}

.rewards .box .item .details-wrap .sub .R {
    width: 34%;
    color: #0066B0;
    text-align: left;
}

.rewards .box .item .details-wrap .sub .R a,
.rewards .box .item .details-wrap .sub .R a:link,
.rewards .box .item .details-wrap .sub .R a:hover,
.rewards .box .item .details-wrap .sub .R a:active,
.rewards .box .item .details-wrap .sub .R a:visited {
    color: #EE73A7;
}

.rewards .box .item .img-wrap {
    width: 40px;
    height: 40px;
    margin: 0;
}

.rewards .box .item .img-wrap img {
    margin-top: 5px;
    margin-left: 10px;
}

.rewards .box .item .details-wrap .cdc {
    margin-bottom: 5px;
}

/******************************
    WINNERS
*******************************/
main .winners, main .winners-result {
    width: 640px;
}

.winners .table-wrap {
    border-radius: 15px;
    border: 1px solid #0066B0;
    margin: 0 0 25px;
    overflow: hidden;
    overflow-x: scroll;
}

.winners .table .cell-1 {
    width: 10%;
}

.winners .table .cell-2,
.winners .table .cell-3,
.winners .table .cell-4,
.winners .table .cell-5,
.winners .table .cell-6,
.winners .table .cell-7,
.winners .table .cell-8  {
    width: 12.85%;
}

.winners .sort-by {
    margin-bottom: 10px;
}
.winners .sort-by select{
    font-family: "Futura Bold", sans-serif;
    background-color: #F7F7F7;
    width: auto;
    color: #0066B0;
    border: 0;
}

.winners .no-result {
    color: #0066B0;
    padding: 20px 0;
    font-weight: bold;
}

aside .box.winners-side .winners-search-form .error-msg{
    position: relative;
    top: -10px;
    left: 5px;
    color: #EA73A7;
}

aside .box.winners-side .winners-search-form label {
    color: #005DBC;
    font-family: "Futura Bold", sans-serif;
    font-size: 10px;
}
aside .box.winners-side .winners-search-form .horizontal-form-group{
    display: table;
    clear: both;
}

aside .box.winners-side .winners-search-form .horizontal-form-group label {
    float: left;
    width: 41%;
    text-align: left;
    margin: 13px 0 0 0;

}
aside .box.winners-side .winners-search-form .horizontal-form-group .control-wrap {
    position: relative;
    float: left;
    width: 59%;
}
aside .box.winners-side .form-group {
    margin-bottom: 8px;
}

aside .box.winners-side .form-group.dash-date label {
    float: left;
    width: 15%;
    text-align: right;
    margin-top: 13px;
}

aside .box.winners-side .date-wrapper{
    display: inline-flex;
}
aside .box.winners-side .date-wrapper input {
    font-size: 11px !important;
}
aside .box.winners-side .form-group.dash-date .control-wrap {
    position: relative;
}

aside .box.winners-side .form-group.dash-date .control-wrap .form-text {
    margin-left: 8%;
}

aside .box.winners-side .form-group.dash-date .icon-calendar img {
    width: 100%;
}

aside .box.winners-side .form-group.dash-date .icon-calendar {
    position: absolute;
    top: 7px;
    left: 70%;
    width: 24px;
    cursor: pointer;
}

aside .box.winners-side .form-group.dash-date .control-wrap .form-control {
    width: 100%;
    padding: 4% 10% 4% 7%;
}

/******************************
    GAME
*******************************/
main .rewards {
    width: 640px;
}


/******************************
    ENTRIES
*******************************/
main .entries, main .entries-result {
    width: 640px;
}

.entries .table-wrap {
    border-radius: 15px;
    border: 1px solid #0066B0;
    margin: 0 0 25px;
    overflow: hidden;
    overflow-x: scroll;
}

.entries .table .cell-1,
.entries .table .cell-2,
.entries .table .cell-3,
.entries .table .cell-4 {
    width: 25%;
}

.entries .table-wrap .table .entry-winner {
    text-align: center;
    color: #EE73A7;
}
.entries .sort-by {
    margin-bottom: 10px;
}
.entries .sort-by select{
    font-family: "Futura Bold", sans-serif;
    background-color: #F7F7F7;
    width: auto;
    color: #0066B0;
    border: 0;
}

.entries .delete-campaign-entry {
    cursor: pointer;
}

.entries .no-result {
    color: #0066B0;
    padding: 20px 0;
    font-weight: bold;
}
aside .box.entries-side .entries-search-form .error-msg{
    position: relative;
    top: -10px;
    left: 5px;
    color: #EA73A7;
}

aside .box.entries-side .entries-search-form label {
    font-family: "Futura Bold", sans-serif;
    font-size: 10px;
    color: #005DBC;
}
aside .box.entries-side .entries-search-form .horizontal-form-group{
    display: table;
    clear: both;
}

aside .box.entries-side .entries-search-form .horizontal-form-group label {
    font-family: "Futura Bold", sans-serif;
    font-size: 10px;
    float: left;
    width: 38%;
    text-align: left;
    margin: 13px 0 0 0;

}
aside .box.entries-side .entries-search-form .horizontal-form-group .control-wrap {
    position: relative;
    float: left;
    width: 62%;
}

aside .box.entries-side .form-group {
    margin-bottom: 8px;
}

aside .box.entries-side .form-group.dash-date label {
    float: left;
    width: 15%;
    text-align: right;
    margin-top: 13px;
}

aside .box.entries-side .date-wrapper{
    display: inline-flex;
}

aside .box.entries-side .date-wrapper input {
    font-size: 11px !important;
}

aside .box.entries-side .form-group.dash-date .control-wrap {
    position: relative;
}

aside .box.entries-side .form-group.dash-date .control-wrap .form-text {
    margin-left: 8%;
}

aside .box.entries-side .form-group.dash-date .icon-calendar img {
    width: 100%;
}

aside .box.entries-side .form-group.dash-date .icon-calendar {
    position: absolute;
    top: 7px;
    left: 70%;
    width: 24px;
    cursor: pointer;
}

aside .box.entries-side .form-group.dash-date .control-wrap .form-control {
    width: 100%;
    padding: 4% 10% 4% 7%;
}
/******************************
    CAMPAIGN - ASIDE
*******************************/
aside .camp-side {
    margin: 0 auto;
}

aside .camp-side .title-wrap {
    font-family: "Futura Bold",sans-serif;
    color: #0066B0;
    text-align: center;
    margin: 0 0 15px;
}

aside .camp-side .box {

}

aside .camp-side .img-wrap {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    margin: 0 10px 0 0;
    overflow: hidden;
}

aside .camp-side .img-wrap img {
    width: 100%;
}

aside .camp-side .text-wrap h3 {
    font-family: "Europa Bold";
    font-size: 14px;
    color: #0066B0;
    margin: 10px 0 8px 10px;
}

aside .camp-side .text-wrap .btn {
    min-width: auto;
    padding: 8px 20px 6px;
}

aside .camp-side .customized-game .img-wrap {
    width: 130px;
    height: auto;
    max-height: 130px;
    border-radius: 10px;
    margin: 0 auto 10px;
    overflow: hidden;
}
aside .camp-side .customized-game {
    text-align: center;
}
aside .clear-leaderboard {
    text-align: center;
}
aside .clear-leaderboard button {
    width: 85%;
}
/******************************
    CAMPAIGN - BREAD CRUMB
*******************************/
.main-breadcrumb {
    margin-bottom: 10px;
}

.main-breadcrumb .non-clickable {
    pointer-events: none;
}

.bread-wrap {
    width: 78%;
    text-align: center;
    margin: 8px 0 0;
}

.bread-item.disable-item {
    pointer-events:none;
}

.bread-wrap .bread-item,
.bread-wrap .bread-line {
    display: inline-block;
}

.bread-wrap .bread-line {
    position: relative;
    top: -10px;
    width: 92px;
    border: solid 2px #e4e4e4;
    border-radius: 100px;
    margin: 0 -3px;
}

.bread-wrap .bread-line.items5 {
    width: 92px;
}

.bread-wrap .bread-line.items6 {
    width: 64px;
}

.bread-wrap .bread-line.items7 {
    width: 48px;
}

.bread-wrap .bread-line.done {
    border: solid 2px #0066B0;
}

.bread-wrap .bread-item {
    position: relative;
    width: 25px;
    height: 25px;
    border: solid 2px #e4e4e4;
    border-radius: 100px;
    cursor: pointer;
}

.bread-wrap .bread-item.active,
.bread-wrap .bread-item.done {
    background-color: #0066B0;
    border: solid 2px #0066B0;
}

.bread-wrap .bread-item .inner {
    position: relative;
    top: 5px;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin: 0 auto;
}

.bread-wrap .bread-item.done .inner {
    display: none;
}

.bread-wrap .bread-item .cloud {
    display: none;
    position: absolute;
    top: -38px;
    font-family: "Futura Bold",sans-serif;
    font-size: 10px;
    color: #0066B0;
    text-align: center;
    white-space: nowrap;
    border: solid 2px #e4e4e4;
    border-radius: 8px;
    padding: 8px 10px 5px;
}

.bread-wrap .bread-item.active .cloud {
    display: block;
}

.bread-wrap .bread-item.bi1 .cloud,
.bread-wrap .bread-item.bi2 .cloud,
.bread-wrap .bread-item.bi3 .cloud,
.bread-wrap .bread-item.bi4 .cloud,
.bread-wrap .bread-item.bi5 .cloud,
.bread-wrap .bread-item.bi6 .cloud,
.bread-wrap .bread-item.bi7 .cloud {
    transform:translateX(-40%);
}

/******************************
    CAMPAIGN - TYPE
*******************************/

.camp.incentives .inc-wrap .inc-item .inc-box .img-table .img-td.feature-list {
    padding: 16px;
    vertical-align: top;
}

.camp .type .feature-list .item {
    font-family: 'Proxima Nova Semi Bold';
    text-align: start;
    margin-bottom: 2px;
}

/******************************
    CAMPAIGN - DETAILS
*******************************/
main .camp, .modal-body .camp.customize-preview{
    width: 640px;
    margin: 25px auto 0 !important;
}

.camp .custom-play-url p {
    color: #155724;
}
.camp .custom-play-url .divider{
    margin: 5px 0 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.camp .custom-play-url input {
    margin-bottom: 10px;
    width: 60%;
    padding: 10px;
}
.camp .btn-wrap.bottom {
    margin: 35px 0 0;
}

.camp .btn-wrap.bottom .btn {
    font-size: 12px;
    min-width: 150px;
}

.camp .box {
    background-color: #f7f7f7;
    border-radius: 10px;
    margin: 15px 0;
    padding: 12px 25px;
}

.camp .box h3 {
    font-family: "Futura Bold";
    color: #0066B0;
    margin: 0 0 20px;
}

.camp .box .form {
    margin: 15px 0;
}

.camp .box label {
    color: #005DBC;
    text-align: right;
    margin: 13px 0 0 0;    
}

.camp .box .upload-wrap {
    width: 20%;
    margin: 13px 0 0;
}

.camp.theme .box .upload-wrap {
    width: auto;
    margin: 20px 13px;
}

.camp .box .upload-wrap .label {
    white-space: nowrap;
    color: #005DBC;
}

.camp .box .upload-wrap .upload-box {
    position: relative;
    background: #fff url(../../img/icon-plus.png) center center no-repeat;
    background-size: 40px 40px;
    width: 100px;
    height: 90px;
    border: solid 2px #e6e6e6;
    border-radius: 10px;
    margin: 10px 0 5px;
    cursor: pointer;
}
.camp .box .upload-wrap .upload-box.disabled {
    pointer-events: none;
}

.camp .box .upload-wrap .upload-box .img-loader {
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
}
.camp .box .upload-wrap .upload-box .delete {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.camp .box .upload-wrap .upload-box.with-img {
    background: #fff;
}
.camp .box .upload-wrap .upload-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    max-height: 100%;
}

.camp .box .upload-wrap div,
.camp .box .upload-wrap span {
    font-size: 10px;
    color: #767676;
}
.camp .box .upload-wrap button {
    min-width: 100px;
    margin-bottom: 10px;
    padding: 5px;
}

.camp .box.details-wrap .hug {
    width: 75%;
}

.camp .box .form-group {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.camp .box .form-group label {
    float: left;
    width: 22%;
}

.camp .box .form-group .control-wrap {
    position: relative;
    left: 10px;
    float: left;
    width: 75%;
}

.camp .box .form-group .form-control {
    width: 100%;
    border: solid 2px #E6E6E6;
}

.camp .box .form-group .form-control.required {
    border: solid 2px #EE73A7;
}

.camp .box .form-group .form-control.wnum {
    width: 122px;
}

.camp .box .form-group .form-control.wauto {
    width: auto;
    min-width: 165px;
}

.camp .box .form-group .form-text {
    content: "";
    clear: both;
    color: #EE73A7 !important;
    margin: 5px 0 0 14px;
}

.camp .box .form-group.camp-date .icon-calendar img {
    width: 100%;
}

.camp .box .form-group.camp-date .icon-calendar {
    position: absolute;
    top: 7px;       
    left: 90px;    
    width: 24px;
    cursor: pointer;
}

.camp .box .form-group.custom-url .form-control {
    display: inline-block;
    width: 112px;
}

.camp .box .form-group.custom-url span { 
    color: #767676;
}

.flow-panel {
    display: flex;
    flex-flow: row nowrap;
}

.flow-arrows {
    display: flex;
    align-items: center;
    padding: 8px;
}

.flow-arrows img {
    padding: 4px;
    width: 32px;
    height: 40px;
    cursor: pointer;
    filter: grayscale(1);
}

.flow-arrows img:hover {
    filter: grayscale(0);
}

.flow-arrows img.disabled {
    opacity: 40%;
    filter: grayscale(1);
    cursor: default;
}

.flow-arrows .rotate-x-180 {
    transform: rotate(180deg);
}

.flow-panel .flow-item {
    border-radius: 15px;
    overflow: hidden;
    flex: 1 1 0;
    height: 100%;
}

.flow-panel .flow-item .img-wrap {
    position: relative;
    width: 200px;
    height: 150px;
}

.flow-panel .flow-item .img-wrap:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80%;
    border-bottom: 2px solid #EEEEEE;
}

.flow-panel .flow-item .img-wrap .enable img,
.flow-panel .flow-item .img-wrap .disable img {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.flow-panel .flow-item .img-wrap img.thumbnail {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 16px 16px 0 16px;
    background-color: #FFFFFF;
}

.flow-panel .flow-item .text-wrap {
    background-color: #FFFFFF;
    padding: 20px 10px;
}

.flow-panel .flow-item .text-wrap .item-title {
    font-family: "Futura Bold", sans-serif;
    font-size: 12px;
    color: #0066B0;
    text-align: center;
    margin: 0 0 8px;
}

.flow-panel .flow-item .text-wrap .item-title span {
    padding-bottom: 5px;
}

.flow-panel .flow-item .text-wrap .text-item {
    width: 100%;
    min-height: 36px;
    margin: 0 0 3px;
}

.flow-panel .flow-item .text-wrap .text {
    font-family: "Proxima Nova Semi Bold";
    font-size: 11px;
    color: #0066B0;
    text-align: center;
    margin: 0 2.5%;
}

/******************************
    CAMPAIGN - EMAIL NOTIFICATIONS
*******************************/
.camp .box.enotif-wrap {
    display: none;
}

.camp .box .title-wrap h3 {
    font-family: "Proxima Nova Bold";
    font-size: 14px;
    color: #0066B0;
    white-space: nowrap;
}

.camp .box .title-wrap .toggle {
    float: right;
    cursor: pointer;
}

.camp .box .title-wrap .toggle .icon-plus, 
.camp .box .title-wrap .toggle .icon-minus {
    position: relative;
    top: -5px;
    width: 24px;
    height: 24px;
}

.camp .box .title-wrap .toggle img {
    width: 100%;
    height: 100%;
}

.camp .box.enotif-wrap .form {
    margin: 35px 0 15px;
}

.camp .box.enotif-wrap .enotif-col {
    width: 49%;
}

.camp .box.enotif-wrap .enotif-checkbox {
    margin: 0 0 20px 67px;
}

.camp .box.enotif-wrap .enotif-checkbox .form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0;
}

.camp .box.enotif-wrap .enotif-checkbox label.form-check-label {
    float: none;
    width: auto;
    text-align: left;
    margin: 0 0 0 5px;
}

.camp .box.enotif-wrap .form-group label {
    width: 30%;
}

.camp .box.enotif-wrap .form-group .control-wrap {
    width: 65%;
    white-space: nowrap;
}

.camp .box.enotif-wrap .form-group .control-wrap textarea {
    height: 135px;
}

.camp .box.enotif-wrap .form-group.huniq-01 .control-wrap textarea {
    height: 183px;
}

.camp .box.enotif-wrap .email-alert {
    margin-left: 33%;
    margin-right: 5px;
}
/******************************
    CAMPAIGN - USER SUBMISSION FORM
*******************************/
.camp .box.usubf-wrap .form-wrap {
    margin: 0 0 0 10px;
}

.camp .box.usubf-wrap .form {
    margin: 35px 0 15px;
}

.camp .box.usubf-wrap .usubf-col.L {
    width: 50%;
}

.camp .box.usubf-wrap .usubf-col.R {
    width: 50%;
}

.camp .box.usubf-wrap .form-group {
    margin-bottom: 15px;
}

.camp .box.usubf-wrap .form-group .control-wrap {
    white-space: nowrap;
}

.camp .box.usubf-wrap .form-group label {
    float: none;
    width: auto;
    text-align: left;
    margin: 0 0 0 5px;
}

.camp .box.usubf-wrap .form-group .form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0;
}

.camp .box.usubf-wrap .form-group.opt-in span {
    color: #8d8d8d;
    margin: 0 0 0 11px;
}
.camp .box.usubf-wrap .usubf-col.R .form-group {
    width: 50%;
    clear: none;
}

.camp .box.usubf-wrap .usubf-col.L h4,
.camp .box.usubf-wrap .usubf-col.R h4 {
    display: block;
    font-size: 14px;
    color: #0066B0;
    /* margin: 15px 0 3px 10px; */
    margin: 0 0 3px 10px;
}

.camp .box.usubf-wrap .usubf-col.R .gnote {
    background-color: #eee;
    color: #EE73A7;
    border-radius: 6px;
    margin: 0 0 10px 5px;
    padding: 8px 10px 5px;
}

.camp .box.usubf-wrap .usubf-col.R .additional-fields .set {
    width: 50%;
}

.camp .box.usubf-wrap .usubf-col.R .additional-fields .set .form-group {
    margin: 0 0 8px;
}

.camp .box.usubf-wrap .usubf-col.R .additional-fields .set .form-group.sub-opt {
    margin: 0 0 8px 22px;
}

.camp .box.usubf-wrap .usubf-col.R .leaderboard-specific {
    background-color: #eee;
    border-radius: 6px;
    margin: 5px 0 0 0;
    padding: 8px 0;
}

.camp .box.usubf-wrap .usubf-col.R .leaderboard-specific .gnote {
    margin: 0 0 0 5px;
}

.camp .box.usubf-wrap .usubf-col.R .leaderboard-specific .additional-fields .set.unique {
    width: 100%;
    border-top: solid 2px #fff;
    padding: 10px 0 0 0;
}

.camp .box.usubf-wrap .line {
    margin: 20px 0 35px;
}

.camp .box.usubf-wrap .usubfbg-col.L {
    width: 30%;
}

.camp .box.usubf-wrap .usubfbg-col.R {
    position: relative;
    width: 65%;
}

.camp .box.usubf-wrap .usubfbg-col .title-wrap {
    margin: 0 0 25px;
    white-space: nowrap;
}

.camp .box.usubf-wrap .usubfbg-col p {
    color: #0066B0;
    margin: 0 0 15px;
}

.camp .box.usubf-wrap .usubfbg-col.L .btn-wrap {
    margin: 35px 0 0;
}

.camp .box.usubf-wrap .usubfbg-col.L .btn-wrap .btn {
    display: block;
    width: 100%;
    margin: 0 0 5px;
}

.camp .box.usubf-wrap .usubfbg-col.R .btn-quaternary {
    position: absolute;
    top: -5px;
    right: 0;
    min-width: auto;
    padding: 3px 12px 1px;
}

.camp .box.usubf-wrap .usubfbg-col.R .btn-quaternary.rotate-btn {
    font-family: "Proxima Nova Bold";
}

.camp .box.usubf-wrap .usubfbg-col.R .title-wrap {
    text-align: center;
    margin: 0 0 20px;
}

.camp .box.usubf-wrap .usubfbg-col.R .preview-wrap {
    position: relative;
    background-color: #fff;
    text-align: center;
    border: solid 2px #E6E6E6;
    border-radius: 10px;
    height: 225px;
}
.camp .box.usubf-wrap .usubfbg-col.R.portrait .preview-wrap {
    width: 225px;
    height: 377px;
    margin: auto;
}
.camp .box.usubf-wrap .usubfbg-col.R .preview-wrap .img-loader {
    width: 100%;
    background: #fff;
    height: 100%;
    border-radius: 8px;
    align-items: center;
}
.camp .box.usubf-wrap .usubfbg-col.R .preview-wrap .img-content {
    padding: 25px 0 0;
}
.camp .box.usubf-wrap .usubfbg-col.R .preview-wrap .preview-logo {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 36px;
    height: 36px;
    background: url("../../img/gamify-logo-preview.png");
    background-size: cover;
}

.camp .box.usubf-wrap .usubfbg-col.R .preview-wrap .preview-logo.with-img {
    background: transparent;
}

.camp .box.usubf-wrap .usubfbg-col.R .preview-wrap .preview-logo img {
    width: 100%;
    max-height: 36px;
}

.camp .box.usubf-wrap .usubfbg-col.R .preview-wrap .preview-text1, 
.camp .box.usubf-wrap .usubfbg-col.R .preview-wrap .preview-text2 {
    font-size: 14px;
    color: #0066B0;
    margin: 0 0 4px;
}

.camp .box.usubf-wrap .usubfbg-col.R .preview-wrap .preview-field-wrap {
    margin: 18px 0;
}

.camp .box.usubf-wrap .usubfbg-col.R .preview-wrap .preview-field {
    background-color: #F7F7F7;
    width: 50%;
    border-radius: 10px;
    margin: 0 auto 10px;
    padding: 15px 0;
}

.camp .box.usubf-wrap .usubfbg-col.R .preview-wrap .btn {
    min-width: 110px;
    margin: 0 2px;
    padding: 6px 0 4px;
    pointer-events: none;
}
.camp .box.usubf-wrap .usubfbg-col.R.portrait .preview-wrap .btn {
    min-width: 80px;
}
.camp .box.usubf-wrap .add-fields-label {
    display: block;
    font-size: 12px;
    color: #0066B0;
    margin-bottom: 5px;
}
.camp .box.usubf-wrap .usubf-col.R .form-group.custom-fields {
    width: 100%;
}

.box.usubf-wrap .custom-fields .custom-field {
    display: flex;
    flex-direction: column;
}

.box.usubf-wrap .custom-fields .custom-field .control {
    display: flex;
    align-items: center;
}

.box.usubf-wrap .custom-fields .control .icon {
    cursor: pointer;
    margin-left: 8px;
    width: 24px;
    height: 24px;
}

.gnote .icon {
    cursor: pointer;
    margin-left: 8px;
    width: 24px;
    height: 24px;
}

/******************************
    CAMPAIGN - QUIZ
*******************************/
.camp .box.quiz-wrap .form {
    margin: 15px 0 10px;
}

.camp .box.quiz-wrap .form-group label {
    width: 25%;
}

.camp .box.quiz-wrap .form-group .control-wrap {
    width: 35%;
    white-space: nowrap;
}

.camp .box.quiz-wrap .form .quiz-enabler {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0 10px;
    padding: 10px 25px 10px;
}

.camp .box.quiz-wrap .quiz-enabler .form-group .control-wrap {
    position: relative;
    top: 11px;
}

.camp .box.quiz-wrap .quiz-enabler .form-group label {
    position: relative;
    right: 10px;
}

.camp .box.quiz-wrap .quiz-enabler .form-group .control-wrap input[type="radio"] {
    display: inline-block;
    width: auto;
    height: auto;
}

.camp .box.quiz-wrap .quiz-enabler .form-group .control-wrap label {
    float: none;
    right: 0;
    width: 60px;
    text-align: left;
    margin: 0 0 0 5px;
}

.camp .box.quiz-wrap .form .new-quiz-title {
    margin: 35px 0;
}

.camp .box.quiz-wrap .form .new-quiz-title .passing .form-control {
    width: 50px;
}

.camp .box.quiz-wrap .form .new-quiz-title .display-questions .form-control {
    width: 135px;
}

.camp .box.quiz-wrap .form .new-quiz-title .no-of-questions .form-control {
    width: 50px;
}

.camp .box.quiz-wrap .form .new-quiz-item {
    position: relative;
    border-top: solid 2px #e6e6e6;
    margin: 0 0 15px;
    padding: 25px 0 15px;
}

.camp .box.quiz-wrap .form .new-quiz-item .question .form-control {
    width: 350px;
}

.camp .box.quiz-wrap .form .new-quiz-item .answer-type .form-control {
    width: 125px;
}

.camp .box.quiz-wrap .form .new-quiz-item .put-scores {
    display: inline-block;
    background-color: #eee;
    font-size: 12px;
    color: #EE73A7;
    border-radius: 6px;
    margin: 10px 0 10px 158px;
    padding: 8px 15px 6px 10px;
}

.camp .box.quiz-wrap .form .new-quiz-item .put-scores .star.pick {
    position: relative;
    top: 1px;
    display: inline-block;
    background: url(../../img/icon-star-shaded.png) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    margin: 0 1px 0 0;
}

.camp .box.quiz-wrap .form .new-quiz-item .score-wrap {
    margin: 0 0 0 158px;
}

.camp .box.quiz-wrap .form .new-quiz-item .score-wrap .form-control {
    float: left;
    width: 200px;
}

.camp .box.quiz-wrap .form .new-quiz-item .score-wrap .axn-wrap {
    float: left;
    margin: 10px 0 0 8px;
}

.camp .box.quiz-wrap .form .new-quiz-item .score-wrap .axn-wrap .star {
    display: inline-block;
    background: url(../../img/icon-star-empty.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.camp .box.quiz-wrap .form .new-quiz-item .score-wrap .axn-wrap .star.pick {
    background: url(../../img/icon-star-shaded.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.camp .box.quiz-wrap .form .new-quiz-item .score-wrap .axn-wrap .trash {
    display: inline-block;
    position: relative;
    top: 1px;
    right: 2px;
    background: url(../../img/icon-trash.png) no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.camp .box.quiz-wrap .form .new-quiz-item .score-wrap .axn-wrap .trash:hover {
    background: url(../../img/icon-trash-darker.png) no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
}

.camp .box.quiz-wrap .form .new-quiz-item .score-wrap .axn-wrap .star.spot {
    display: inline-block;
    position: relative;
    left: -15px;
    background: #ff7044;
    width: auto;
    height: auto;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 4px 8px;
}

.camp .box.quiz-wrap .form .new-quiz-item .score-wrap .axn-wrap .trash.spot {
    display: inline-block;
    background: #5ac8bd;
    width: 36px;
    height: 36px;
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
}


.camp .box.quiz-wrap .form .new-quiz-item .delete {
    position: absolute;
    top: 12px;
    right: 0;
    background: url(../../img/icon-delete-x.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.camp .box.quiz-wrap .form .new-quiz-item .delete:hover {
    position: absolute;
    top: 12px;
    right: 0;
    background: url(../../img/icon-delete-x-darker.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.camp .box.quiz-wrap .form .new-quiz-item .move {
    position: absolute;
    top: 12px;
    right: 21px;
    background: url(../../img/icon-move.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: grab;
}

.camp .box.quiz-wrap .form .new-quiz-item .move:hover {
    position: absolute;
    top: 12px;
    right: 21px;
    background: url(../../img/icon-move-darker.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: grab;
}

.camp .box.quiz-wrap .form .btn-wrapper {
    border-top: solid 2px #e6e6e6;
    text-align: right;
    padding: 15px 0 0;
}

/******************************
    CAMPAIGN - LEADERBOARD
*******************************/
.camp .box.leaderboard-wrap .form-wrap {
    margin: 0 0 0 10px;
}

.camp .box.leaderboard-wrap .form {
    margin: 35px 0 15px;
}

.camp .box.leaderboard-wrap .form .title-wrap {
    margin: 0 0 25px;
}

.camp .box.leaderboard-wrap .leaderboard-col.L {
    width: 30%;
}

.camp .box.leaderboard-wrap .leaderboard-col.R {
    width: 65%;
}

.camp .box.leaderboard-wrap .form-group {
    margin-bottom: 15px;
}

.camp .box.leaderboard-wrap .form-group .control-wrap {
    white-space: nowrap;
}

.camp .box.leaderboard-wrap .form-group label {
    float: none;
    width: auto;
    text-align: left;
    margin: 0;
}

.camp .box.leaderboard-wrap .form-group .form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0;
}

.camp .box.leaderboard-wrap .form-group.leaderboard-alternative-text span {
    color: #8d8d8d;
    margin: 0 0 0 11px;
}

.camp .box.leaderboard-wrap .form-group.show-leaderboard .control-wrap,
.camp .box.leaderboard-wrap .form-group.brand-logo .control-wrap,
.camp .box.leaderboard-wrap .form-group.form-bg .control-wrap {
    left: 5px;
}

.camp .box.leaderboard-wrap .form-group.top-scores {
    margin-top: 30px;
    margin-bottom: 8px;
}

.camp .box.leaderboard-wrap .form-group.top-scores .label {
    float: left;
    width: 33%;
    color: #0066B0;
    margin: 0 0 0 5px;
}

.camp .box.leaderboard-wrap .form-group.top-scores .control-wrap {
    position: relative;
    width: 40%;
    text-align: center;
}

.camp .box.leaderboard-wrap .form-group.top-scores .control-wrap .radio-line-path {
    background-color: #97C0E9;    
    height: 3px;
}

.camp .box.leaderboard-wrap .form-group.top-scores .control-wrap .radio-line-start {
    position: absolute;
    left: 0;
    top: -3px;
    background-color: #97C0E9;  
    width: 3px;
    height: 10px;
    border-radius: 20px;
}

.camp .box.leaderboard-wrap .form-group.top-scores .control-wrap .radio-line-end {
    position: absolute;
    right: 0;
    top: -3px;
    background-color: #97C0E9;  
    width: 3px;
    height: 10px;
    border-radius: 20px;
}

.camp .box.leaderboard-wrap .form-group.top-scores .control-wrap .radio-item {
    position: relative;
    top: -9px;
    display: inline-block;
    margin: 0 15px;
}

.camp .box.leaderboard-wrap .form-group.top-scores .control-wrap .form-check-label {
    display: block;
    font-size: 10px;
    text-align: center;
    margin: 5px 0 0 0;
}

.camp .box.leaderboard-wrap .form-group.top-scores .control-wrap .form-check-label {
    display: block;
    font-size: 10px;
    text-align: center;
    margin: 5px 0 0 0;
}

.camp .box.leaderboard-wrap .form-group.leaderboard-link .control-wrap {
    left: 5px;
}

.camp .box.leaderboard-wrap .form-group.leaderboard-link .control-wrap span {
    display: inline-block;
    color: #8d8d8d;
}

.camp .box.leaderboard-wrap .form-group.leaderboard-link .control-wrap .form-control {
    display: inline-block;
    width: 48%;
    margin: 0 0 0 5px;
}

.camp .box.leaderboard-wrap .leaderboard-col.L .btn-wrap {
    margin: 35px 0 0;
}

.camp .box.leaderboard-wrap .leaderboard-col.L .btn-wrap .btn {
    display: block;
    width: 100%;
    margin: 0 0 5px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R .btn-wrap {
    text-align: right;
}

.camp .box.leaderboard-wrap .leaderboard-col.R .btn-wrap .btn {
    min-width: auto;
    padding: 3px 12px 1px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R .btn-wrap .btn.rotate-btn {
    font-family: "Proxima Nova Bold";
}


.camp .box.leaderboard-wrap .line {
    margin: 35px 0;
}

.camp .box.leaderboard-wrap .end-screen-type .title-wrap, 
.camp .box.leaderboard-wrap .end-screen-type .form-group {
    float: left;
    clear: none;
}

.camp .box.leaderboard-wrap .end-screen-type .title-wrap {
    width: 20%;
}

.camp .box.leaderboard-wrap .end-screen-type .form-group {
    width: 30%;
}

.camp .box.leaderboard-wrap .leaderboard-col.L.endscreen, 
.camp .box.leaderboard-wrap .leaderboard-col.R.endscreen {
    width: 49%;
    margin: 15px 0 0 0;
}

.camp .box.leaderboard-wrap .leaderboard-col.endscreen .form-group {
    margin-bottom: 25px;
}

.camp .box.leaderboard-wrap .leaderboard-col.endscreen .form-group label {
    float: left;
    width: 42%;
}

.camp .box.leaderboard-wrap .leaderboard-col.endscreen .form-group .control-wrap {
    width: 55%;
    left: 0;
    margin-top: -13px;
}

.camp .box.leaderboard-wrap .leaderboard-col.endscreen .form-group .control-wrap span {
    color: #8D8D8D;
    margin: 0 0 0 8px;
}

.camp .box.leaderboard-wrap .leaderboard-col.L.shareimg p {
    color: #0066B0;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.shareimg .preview-wrap {
    height: 185px;
    margin: 35px 0 0;
    position: relative;
    background-color: #fff;
    border: solid 2px #E6E6E6;
    border-radius: 10px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.shareimg .preview-wrap.with-img{
    height: auto;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.shareimg .preview-wrap .img-loader {
    width: 100%;
    height: 185px;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.shareimg .preview-wrap img {
    border-radius: 10px;
    max-height: 350px;
}

.camp .box.leaderboard-wrap .leaderboard-col.L.socialchannel p {
    color: #0066B0;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.socialchannel {
    margin: 27px 0 0;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.socialchannel .form-group label {
    width: 23%;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.socialchannel .form-group .control-wrap {
    left: 0;
    width: 77%;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.socialchannel .form-group .form-control {
    display: inline-block;
    margin: 0 0 0 10px;
}

.camp .box.leaderboard-wrap .exit-screen-set .form-group {
    float: left;
    width: auto;
    margin: 0 18px 0 0;
    clear: none;
}

.camp .box.leaderboard-wrap .exit-screen-set .form-group .control-wrap {
    left: 0;
}

.camp .box.leaderboard-wrap .leaderboard-col.L.gameoverscrn .form-group {
    margin-bottom: 0;
}

.camp .box.leaderboard-wrap .leaderboard-col.L.gameoverscrn .tools-set {
    background-color: #fff;
    border-radius: 10px;
    border: solid 2px #F0F0F0;
    padding: 15px 15px 10px 15px;
}

.camp .box.leaderboard-wrap .leaderboard-col.L.gameoverscrn .control-wrap {
    position: relative;
    left: 0;
    float: none;
    width: auto;
}

.camp .box.leaderboard-wrap .leaderboard-col.L.gameoverscrn .control-wrap .form-control {
    height: 28px;
    border-radius: 5px;
    border: solid 1px #E6E6E6;
}

.camp .box.leaderboard-wrap .leaderboard-col.L.gameoverscrn .control-wrap .palette i {
    position: absolute;
    top: 4px;
    right: 5px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: solid 1px #E6E6E6;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .btn-quaternary {
    font-family: "Proxima Nova Bold";
    min-width: auto;
    padding: 3px 12px 1px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap{
    position: relative;
    height: 187px;
    text-align: left;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    border: 0;
    border-radius: 25px;
    margin: 10px 0 0;
    overflow: hidden;
    font-size: 11px;
    background-color: #0066B9;
    padding: 0 10px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload.portrait .preview-wrap,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn.portrait .preview-wrap{
    width: 187px;
    height: 376px;
    margin: 10px auto 0;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .img-loader{
    width: 100%;
    height: 100%;
    background: #fff;
    align-items: center;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .mask {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .phone,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .phone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .phone img,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .phone img {
    width: 100%;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .phone-content,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .phone-content {
    position: absolute;
    top: 11px;
    right: 12px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload.portrait .preview-wrap .phone-content,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn.portrait .preview-wrap .phone-content {
    position: relative;
    top: 11px;
    right:0px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .preview-img,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .preview-img {
    width: 68%;
    height: 165px;
    position: relative;
    z-index: 1;
}


.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload.portrait .preview-wrap .preview-img,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn.portrait .preview-wrap .preview-img {
    width: 100%;
    height: 180px;
    position: relative;
    z-index: 1;
}


.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-logo,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-logo {
    position: relative;
    width: 36px;
    height: 36px;
    margin: 5px 116px;
    background: url("../../img/gamify-logo-preview.png");
    background-size: cover;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload.portrait .preview-logo,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn.portrait .preview-logo {
    margin: 20px auto 0;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-logo.with-img,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-logo.with-img {
    background: transparent;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-logo img,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-logo img {
    width: 100%;
    max-height: 36px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-leaderboard-alternate-text,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-leaderboard-alternate-text {
    width: 75%;
    text-align: center;
    color: #fff;
    margin: 5px 40px 0;
    padding: 10px 15px 8px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload.portrait .preview-leaderboard-alternate-text,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn.portrait .preview-leaderboard-alternate-text {
    margin: 5px auto 0;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-leaderboard,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-leaderboard {
    width: 75%;
    border: solid 1px #fff;
    border-radius: 10px;
    margin: 5px 40px 0;
    padding: 10px 15px 8px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload.portrait .preview-leaderboard,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn.portrait .preview-leaderboard {
    margin: 5px auto 0;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-leaderboard.no-logo,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-leaderboard.no-logo {
    margin-top: 30px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-leaderboard div,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-leaderboard div {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-leaderboard span,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-leaderboard span {
    width: 10%;
    color: #fff;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload.portrait .preview-leaderboard span,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn.portrait .preview-leaderboard span {
    width: 15%;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-leaderboard img,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-leaderboard img {
    width: 90%;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload.portrait .preview-leaderboard img,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn.portrait .preview-leaderboard img {
    width: 85%;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .preview-side,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .preview-side {
    background-color: #fff;
    width: 32%;
    height: 165px;
    padding: 12px 12px 0;
    text-align: center;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 17px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload.portrait .preview-wrap .preview-side,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn.portrait .preview-wrap .preview-side {
    width: 100%;
    height: 175px;
    border-radius: 0px;
}
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .preview-side .text,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .preview-side .text {
    line-height: 1;
    margin: 0 0 5px;
    color: #0066B9;
}
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .preview-side .btn-wrap .btn,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .preview-side .edit-text {
    position: relative;
    z-index: 2;
}


.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .share-wrap .social-icon,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .preview-side .share-wrap .social-icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 2px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .share-wrap img,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .preview-side .share-wrap img {
    width: 100%;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .btn-wrap,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .preview-side .btn-wrap {
    text-align: left;
    margin: 8px 0 0;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .btn-wrap .btn,
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .preview-side .btn-wrap .btn {
    width: 100%;
    min-width: 0;
    margin: 0 0 3px;
    padding: 3px 5px 1px;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .play-btn {
    color: #fff;
    background-color: #FD67A7;
    pointer-events:none;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn-bg-upload .preview-wrap .back-btn {
    color: #fff;
    background-color: #96C0EB;
    pointer-events:none;
}

.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .preview-side textarea{
    border: 1px solid transparent;
    background: transparent;
    text-align: center;
    outline: none;
    box-shadow: none;
    margin: 0 auto;
    width: 100%;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
    resize: none;
}
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .preview-side textarea.multi-line{
    height: 28px;
}
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn.portrait .preview-wrap .preview-side textarea.multi-line{
    height: 15px;
}
.camp .box.leaderboard-wrap .leaderboard-col.R.gameoverscrn .preview-wrap .preview-side textarea.custom-button{
    color: #fff;
}


.camp .box.leaderboard-wrap .custom-end-screen-link label{
    float: left;
}
.camp .box.leaderboard-wrap .custom-end-screen-link .control-wrap{
    width: 55%;
    position: relative;
    top: -10px;
}

.camp .box.leaderboard-wrap .leaderboard-alert {
    display: none;
    margin-left: 23%;
    margin-right: 4px;
}
/******************************
    CAMPAIGN - PREVIEW
*******************************/
.camp.preview .phone-wrap {
    position: relative;
    background-color: #000;
    text-align: center;
    margin: 65px 0 0;
    height: 316px;
}

.camp.preview .phone-wrap .phone {
    background: url(../../img/phone.png) no-repeat;
    background-size: cover;
    height: 100%;
}

.camp.preview .phone-wrap .phone iframe.game-preview {
    width: 75%;
    height: 87.5%;
    margin-top: 20px;
}

.camp.preview .phone-wrap.portrait {
    position: relative;
    background-color: #000;
    text-align: center;
    margin: 65px auto;
    height: 640px;
    width: 317px;
}

.camp.preview .phone-wrap.portrait .phone {
    background: url(../../img/phone-portrait-white.png) no-repeat;
    background-size: cover;
    height: 100%;
}

.camp.preview .phone-wrap.portrait .phone iframe.game-preview {
    height: 500px;
    width: 87%;
    margin-top: 70px;
}

.camp.preview .btn-wrap {
    width: 100%;
}

.camp.preview .no-game {
    position: relative;
    bottom: 20px;
}
/******************************
    CAMPAIGN - CUSTOMIZE GAME
*******************************/
.camp.customize .phone-wrap {
    position: relative;
    background-color: #000;
    text-align: center;    
    margin: 65px 0 0;
}

.camp.customize .phone-wrap.portrait {
    margin: 65px auto 0 auto;
}

/* MAIN SCREEN */
.camp.customize .phone-wrapper.portrait {
    position: relative;
    background-color: #000;
    text-align: center;
    margin: 25px auto 65px auto;
    height: 640px;
    width: 320px;
}

/* CUSTOMIZE GAME PREVIEW*/
.camp.customize-preview .phone-wrap {
    position: relative;
    background-color: #000;
    text-align: center;
    margin: 25px 0 65px;
    height: 316px;
}

.camp.customize-preview .phone-wrap .phone {
    background: url(../../img/phone.png) no-repeat;
    background-size: cover;
    height: 100%;
}

.camp.customize-preview .phone-wrap iframe.game-preview {
    width: 75%;
    height: 87.6%;
    /*margin-top: 21px;*/
    margin: 20px 0 0;
}

.camp.customize-preview .phone-wrap.portrait {
    position: relative;
    background-color: #000;
    text-align: center;
    margin: 25px auto;
    height: 640px;
    width: 317px;
}

.camp.customize-preview .phone-wrap.portrait .phone {
    background: url(../../img/phone-portrait-white.png) no-repeat;
    background-size: cover;
    height: 100%;
}

.camp.customize-preview .phone-wrap.portrait .phone iframe.game-preview {
    height: 500px;
    width: 87%;
    margin-top: 70px;
}

.camp.customize .btn-wrap {
    width: 100%;
}

.camp.customize .instruct-wrap {
    width: 90%;
    margin: 50px auto 0;
}

.camp.customize .instruct-wrap .instruct-item {
    float: left;
    width: 30%;
    margin: 0 3% 0 0;
}

.camp.customize .instruct-wrap .instruct-item .no {
    float: left;
    background-color: #60D39F;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    margin: 0 10px 0 0;
    padding: 10px 0;
}

.camp.customize .instruct-wrap .instruct-item .text {
    display: table;
    color: #0066B0;
}

.camp.customize .btn-wrap .icon-play-circle {
    margin-left: 10px;
}

.camp-side.customize .sub.select-screen {
    color: #0066B0;
    padding-top: 5px;
    padding-bottom: 3px;
}

.camp-side.customize .sub.select-screen .form-control {
    margin: 0;
}

.camp-side.customize .btn-wrap {
    padding: 0 20px;
}

.camp-side.customize .btn-wrap .btn {
    width: 100%;
    margin: 0 0 10px;
}

.camp-side.customize .replace-element {
    overflow-y: scroll;
    height: 225px;
}

.camp-side.customize .replace-element .element-item {
    margin: 0 0 10px;
    cursor: pointer;
}

.camp-side.customize .replace-element .element-item .img-table {
    display: table;
    width: 50px;
    height: 50px;
    border: solid 1px #e4e4e4;
}

.camp-side.customize .replace-element .element-item .img-table .img-td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.camp-side.customize .replace-element .element-item .img-table .img-td img {
    width: auto;
    max-width: 40px;
    height: auto;
    max-height: 40px;
}

.camp-side.customize .replace-element .element-item .text-wrap {
    width: 68%;
    margin: 5px 0 0 10px;
}

.camp-side.customize .replace-element .element-item .text-wrap p {
    font-size: 10px;
    line-height: 1.2;
    color: #0066B0;
}

.campaign-approve-alert {
    margin-top: 10px;
}

/******************************
    CAMPAIGN - INCENTIVES
*******************************/
.camp.incentives .title-wrap {
    margin: 65px 0 25px;
}

.camp.incentives .title-wrap .btn {
    margin: -12px 0 0;
}

.camp.incentives h3, .camp.incentives .enable-reward label {
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    color: #0066B0;
}

.camp.incentives .enable-reward label {
    position: relative;
    top: -5px;
}

.camp.incentives .inc-wrap {
    margin: 0 auto;
    text-align: center;
}

.camp.incentives .inc-wrap .inc-item {
    width: 26%;
    margin: 0 8%;
}

.camp.incentives .inc-wrap .inc-item .inc-box {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
}

.camp.incentives .inc-wrap .inc-item .inc-box .title {
    font-family: "Proxima Nova Bold", sans-serif;
    background-color: #0066B0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 0 8px;
}

.camp.incentives .inc-wrap .inc-item .inc-box .img-table {
    display: table;
    width: 100%;
}

.camp.incentives .inc-wrap .inc-item .inc-box .img-table .img-td {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    text-align: center;
    padding: 0 20px;
}

.camp.incentives .inc-wrap .inc-item .inc-box .btn-wrap {
    width: 85%;
    margin: 0 auto 12px;
}

.camp.incentives .inc-wrap .inc-item .inc-box .btn-wrap .btn {
    width: 100%;
    padding: 6px 20px 4px;
}

.camp.incentives .inc-wrap .inc-item p {
    font-family: "Proxima Nova Bold", sans-serif;
    width: 85%;
    color: #0066B0;
    text-align: center;
    margin: 0 auto;
}

.camp.incentives .text {
    font-family: "Proxima Nova Bold", sans-serif;
    background-color: #fff;
    color: #0066B0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    margin: 35px 0 0;
    padding: 25px 25px 20px 25px;
}

/******************************
    INCENTIVES - VOUCHER
*******************************/
.camp.incentives.voucher .box {
    padding: 35px 25px 35px;
}

.camp.incentives.voucher .box .L {
    width: 47%;
    margin: 0;
}

.camp.incentives.voucher .box .L.unique {
    margin: 0 0 0 0;
}

.camp.incentives.voucher .box .form-group label {
    width: 38%;
}

.camp.incentives.voucher .box .form-group label.two-liner {
    margin: 8px 0 0 0;
}

.camp.incentives.voucher .box .form-group .control-wrap {
    position: relative;
    width: 62%;
}
.camp.incentives.voucher .box .form-group .control-wrap.upload-wrap {
    margin: 0;
}

.camp.incentives.voucher .box .form-group .control-wrap.upload-wrap .upload-box {
    position: relative;
    margin: 0 0 10px;
}

.camp.incentives.voucher .box .form-group .control-wrap .note {

    color: #ccc;
}

.camp.incentives.voucher .box .form-group .control-wrap input[type="file"] {
    font-size: 10px;
}

.camp.incentives.voucher .box .form-group .control-wrap select {
    width: 71%;
}

.camp.incentives.voucher .box .form-group .control-wrap.no-of-rewards input{
    display: inline-block;
}

.camp.incentives.voucher .box .form-group .control-wrap.no-of-rewards input,
.camp.incentives.voucher .box .form-group .control-wrap.score-to-beat input {
    width: 35%;
}

.camp.incentives.voucher .box .btn-wrap {
    position: relative;
    left: 310px;
    margin: 25px 0 0;
    float: right;
}

.camp.incentives.voucher .box .btn-wrap .btn {
    padding: 6px 20px 4px;
}

.camp.incentives.voucher #rewardForm #oddsControlGroup {
    display: none;
}

.camp.incentives.voucher #rewardForm[data-type="CAMPAIGN_REWARD_DISTRIBUTION_RANDOM"] #oddsControlGroup {
    display: block;
}

aside .box.incentives .item {
    position: relative;
    min-height: 90px;
    border-radius: 10px;
    border: solid 2px #e6e6e6;
    margin: 15px auto;
    padding: 10px;
}

aside .box.incentives .item.selected {
    border: solid 2px #EE73A7;
}

aside .box.incentives .item.cdc {
    width: 90%;
}

aside .box.incentives .item .empty {
    font-size: 14px;
    color: #ccc;
    text-align: center;
    margin: 27px 0 0 0;
}

aside .box.incentives .item .delete {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

aside .box.incentives .item .title {
    margin: 5px 0 5px 5px;
}

aside .box.incentives .item .title a {
    font-size: 14px;
    color: #0066B0;
}

aside .box.incentives .item .details-wrap {
    width: 80%;
    margin: 2px 0 0 0;
}

aside .box.incentives .item .details-wrap .sub {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

aside .box.incentives .item .details-wrap .sub .L {
    width: 53%;
    color: #0066B0;
    text-align: right;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 5px;
}

aside .box.incentives .item .details-wrap .sub .R {
    width: 36%;
    color: #0066B0;
    text-align: left;
}

aside .box.incentives .item .details-wrap .sub .R a,
aside .box.incentives .item .details-wrap .sub .R a:link,
aside .box.incentives .item .details-wrap .sub .R a:hover,
aside .box.incentives .item .details-wrap .sub .R a:active,
aside .box.incentives .item .details-wrap .sub .R a:visited {
    color: #EE73A7;
}

aside .box.incentives .item .img-wrap {
    width: 40px;
    height: 40px;
    margin: 0;
}
aside .box.incentives .item .img-wrap img {
    margin-top: 5px;
    margin-left: 10px;
}

#rewardForm .message-container .alert-success {
    display: none;
}

/******************************
    CAMPAIGN - THEME
*******************************/
.camp.theme .box-wrap {
    margin: 35px 0 0;
}

.camp.theme .box-wrap .box {
    padding: 25px;
}

.camp.theme .box-wrap .box h3 {
    font-family: "Futura Bold";
    color: #0066B0;
    margin: 0 0 20px;
}

.camp.theme .box-wrap .box .form-group {
    clear: none;
    margin-bottom: 0;
}

.camp.theme .box-wrap .box .form-group.base,
.camp.theme .box-wrap .box .form-group.font {
    margin-left: 18px;
}

.camp.theme .box-wrap .box .form-group label {
    width: 35%;
}

.camp.theme .box-wrap .box .form-group .control-wrap {
    left: 20px;
    width: 55%;
}

.camp.theme .box-wrap .box .form-group .control-wrap div {
    border-radius: 10px 0 0 10px !important;
    border-right-width: 0 !important;
}

.camp.theme .box-wrap .box .form-group .control-wrap input {
    width: 127px;
    height: 38px;
    font-size: 12px;
    border-color: #E6E6E6;
    border-style: solid;
    border-radius: 0 10px 10px 0;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    margin: 0 0 5px 0;
    padding: 4px;
}

.camp.theme .dash-grid.colours {
    display: grid;
    grid-template-columns: 260px 330px;
    grid-gap: 20px;
}

.camp.theme .dash-grid.uploads {
    display: grid;
    grid-template-columns: 183px 183px 183px;
    grid-gap: 20px;
}

.camp.theme .box.congrats .form-wrap {
    margin: 0 0 0 10px;
}

.camp.theme .box.congrats .form {
    margin: 35px 0 15px;
}

.camp.theme .box.congrats .L {
    width: 50%;
}

.camp.theme .box.congrats .R {
    width: 50%;
}

.camp.theme .box.congrats .form-group {
    margin-bottom: 15px;
}

.camp.theme .box.congrats .form-group .control-wrap {
    white-space: nowrap;
}

.camp.theme .box.congrats .form-group .control-wrap label {
    float: none;
    width: auto;
    text-align: left;
    margin: 0 0 0 5px;
}

.camp.theme .box.congrats .form-group .control-wrap .form-check-input {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
}

/******************************
    CAMPAIGN - PUBLISH
*******************************/
.camp.publish .box-wrap {
    margin: 35px 0 0;
}

.camp.publish .box-wrap .box {
    padding: 25px;
}

.camp.publish .box-wrap .box h3 {
    font-family: "Futura Bold";
   /* font-size: 14px;*/
    color: #0066B0;
    margin: 0 0 20px;
}

.camp.publish .box-wrap .box .form-group {
    clear: none;
    width: 30%;
    margin-right: 8%;
    margin-bottom: 0;
}

.camp.publish .box-wrap .box .form-group label {
    width: 35%;
}

.camp.publish .box-wrap .box .form-group .control-wrap {
    left: 20px;
    width: 55%;
}

.camp.publish .box-wrap .box .item {
    background-color: #fff;
    width: 250px;
    min-height: 90px;
    border-radius: 10px;
    border: solid 2px #e6e6e6;
    margin: 0 10px 12px 0;
    padding: 10px;
}

.camp.publish .box-wrap .box .item .empty {
    font-size: 14px;
    color: #ccc;
    text-align: center;
    margin: 27px 0 0 0;
}

.camp.publish .box-wrap .box .item .title {
    font-size: 14px;
    color: #0066B0;
    margin: 5px 0 5px 5px;
}

.camp.publish .box-wrap .box .item .details-wrap {
    width: 75%;
    margin: 2px 0 0 0;
}

.camp.publish .box-wrap .box .item .details-wrap .sub {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.camp.publish .box-wrap .box .item .details-wrap .sub .L {
    width: 50%;
    color: #0066B0;
    text-align: right;
    margin-right: 8%;
    margin-left: 8%;
    margin-bottom: 5px;
}

.camp.publish .box-wrap .box .item .details-wrap .sub .R {
    width: 34%;
    color: #0066B0;
    text-align: left;
}

.camp.publish .box-wrap .box .item .details-wrap .sub .R a,
.camp.publish .box-wrap .box .item .details-wrap .sub .R a:link,
.camp.publish .box-wrap .box .item .details-wrap .sub .R a:hover,
.camp.publish .box-wrap .box .item .details-wrap .sub .R a:active,
.camp.publish .box-wrap .box .item .details-wrap .sub .R a:visited {
    color: #EE73A7;
}

.camp.publish .box-wrap .box .item .img-wrap {
    width: 40px;
    height: 40px;
    margin: 0;
}
.camp.publish .box-wrap .box .item .img-wrap img {
    margin-top: 5px;
    margin-left: 10px;
}

.camp.publish .btn-wrap.bottom .form-group {
    margin-top: 14px;
    margin-right: 20px;
}

.camp.publish .btn-wrap.bottom .form-group .form-check-input {
    position: relative;
    top: -1px;
    right: 3px;
}

.camp.publish .btn-wrap.bottom .form-group .form-check-label {
    font-size: 14px;
}

.camp-side.publish .side-phone-wrap {
    position: relative;
    width: 69.25%;
    height: auto;
    margin: 50px auto 25px;
    overflow: hidden;
    padding-bottom: 10px;
}

.camp-side.publish .side-phone-wrap .side-phone {
    position: absolute;
    margin-bottom: 35px;
    /*background: url(../../img/phone-portrait.png) no-repeat;
    background-size: cover;
    height: 100%;*/
}

.camp-side.publish .side-phone-wrap img.side-game-preview {
    width: 685px;
    height: 400px;
    margin: 10px 0 0 -115%;
}

.camp-side.publish .btn-wrap {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.camp-side.publish .btn-wrap .btn {
    width: 100%;
}

/* PUBLISHED MODAL */

.published-title {
    font-size: 20px;
    font-weight: bold;
}

.publish-icon {
    margin: 0 10px 0 0;
}

.published-text {
    font-size: 15px;
    margin-bottom: 10px;
}

.upon-publish-validation-messages div {
    font-size: 12px !important;
    margin-bottom: 0px !important;
    line-height: 20px !important;
    color: #B94A48;
}

.row-content {
    margin-bottom: 20px;
}

/******************************
    COMPANY
*******************************/
main .company {
    width: 660px;
}

.company .grfx-company {
    width: 100%;
    margin: -10px 0 35px 0;
}

.company .top {
    margin-right: 18px;
}

.company .display-count {
    margin: 0 0 10px;
    padding: 0 10px;
    font-family: "Futura", sans-serif;
    color: #0066B0;
}

.company .table-wrap {
    border-radius: 15px;
    border: 1px solid #0066B0;
    margin: 0 0 25px;
    overflow: hidden;
}

.company .table .cell-1,
.company .table .cell-2 {
    width: 40%;
}

.company .table .cell-3 {
    width: 20%;
}

/******************************
    BRAND
*******************************/
main .brand {
    width: 660px;
}

.brand .grfx-brand {
    width: 100%;
    margin: -10px 0 35px 0;
}

.brand .top {
    margin-right: 18px;
}

.brand .display-count {
    margin: 0 0 10px;
    padding: 0 10px;
    font-family: "Futura", sans-serif;
    color: #0066B0;
}

.brand h3 {
    font-family: "Futura Bold", sans-serif;
    font-size: 14px;
    color: #0066B0;
    margin: 10px 0 25px 15px;
}

.brand .table-wrap {
    border-radius: 15px;
    border: 1px solid #0066B0;
    margin: 0 0 25px;
    overflow: hidden;
}

.brand .table .cell-1,
.brand .table .cell-2 {
    width: 40%;
}

.brand .table .cell-3 {
    width: 20%;
}

aside .btn.brand-users, aside .btn.create-brand {
    display: block;
    width: 85%;
    margin: -25px auto 35px;
}


/******************************
    QA
*******************************/
main .qa {
    width: 660px;
}

.qa .grfx-qa {
    width: 100%;
    margin: -41px 0 35px 0;
}

.qa .qa-wrap .title-wrap {
    width: 640px;
    margin: 0 0 25px;
}

.qa .qa-wrap .title-wrap h3 {
    font-family: "Europa Bold";
    font-size: 14px;
    color: #0066B0;
    margin: 10px 0 0;
}

.qa .qa-wrap .qa-item {
    background-color: #f7f7f7;
    border-radius: 10px;
    margin: 0 0 10px;
    padding: 10px 0;
}

.qa .qa-wrap .qa-item.unique {
    background-color: rgba(0,0,0,0);
    margin: 0 0 15px;
    padding: 0;
}

.qa .qa-wrap .qa-item .gcol-1 {
    width: 10%;
}

.qa .qa-wrap .qa-item .gcol-1 .img-wrap {
    width: 32px;
    height: 32px;
    border-radius: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.qa .qa-wrap .qa-item .gcol-1 .img-wrap img {
    width: 100%;
    height: 100%;
}

.qa .qa-wrap .qa-item .gcol-2 {
    position: relative;
    top: 9px;
    width: 27%;
}

.qa .qa-wrap .qa-item .gcol-2 span {
    font-family: "Europa Bold";
    font-size: 14px;
    width: 97%;
}

.qa .qa-wrap .qa-item .gcol-2 span:hover {
    color: #0e90d2;
    cursor: pointer;
}

.qa .qa-wrap .qa-item .gcol-3 {
    position: relative;
    top: 9px;
    width: 25%;
}

.qa .qa-wrap .qa-item .gcol-4 {
    position: relative;
    top: 9px;
    width: 15%;
}

.qa .qa-wrap .qa-item .gcol-5 {
    text-align: center;
}

/******************************
    FORGOT YOUR PASSWORD
*******************************/
#forgotPassword .modal-dialog {
    min-width: 500px;
}

#forgotPassword .modal-dialog .modal-content {
    border-radius: 20px;
}

#forgotPassword .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 50px 10px;
}

#forgotPassword .modal-body .img-wrap {
    width: 200px;
    margin: 0 auto 20px;
}

#forgotPassword .modal-body .img-wrap img {
    width: 100%;
}

#forgotPassword .modal-body h1 {
    font-family: "Europa Bold";
    font-size: 28px;
    color: #EE73A7;
    margin: 0 0 20px;
}

#forgotPassword .modal-body p {
    color: #0066B0;
    margin: 0 0 10px;
}

#forgotPassword .modal-body form .control-wrap {
    width: 55%;
    margin: 0 auto;
}

#forgotPassword .modal-body form .control-wrap input {
    background-color: #f7f7f7;
    font-size: 14px;
}

#forgotPassword .modal-body .btn {
    width: 35%;
    font-family: "Europa Bold";
    font-size: 14px;
    margin: 25px 0 0;
}

#forgotPassword .modal-body a {
    display: block;
    margin: 10px 0 0;
}

/******************************
    FORGOT YOUR PASSWORD - CONFIRMATION
*******************************/
#forgotPasswordConf .modal-dialog {
    max-width: 500px;
}

#forgotPasswordConf .modal-dialog .modal-content {
    border-radius: 20px;
}

#forgotPasswordConf .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 50px 10px;
}

#forgotPasswordConf .modal-body .img-wrap {
    width: 200px;
    margin: 0 auto 20px;
}

#forgotPasswordConf .modal-body .img-wrap img {
    width: 100%;
}

#forgotPasswordConf .modal-body h1 {
    font-family: "Europa Bold";
    font-size: 28px;
    color: #EE73A7;
    margin: 0 0 20px;
}

#forgotPasswordConf .modal-body p {
    color: #0066B0;
    margin: 0 0 10px;
}

#forgotPasswordConf .modal-body p.unique {
    font-family: "Europa Bold";
    font-size: 14px;
    margin: 0 0 30px;
}

#forgotPasswordConf .modal-body a {
    display: block;
    margin: 10px 0 0;
}

/******************************
    PASSWORD RESET
*******************************/
#passwordReset .modal-dialog {
    max-width: 500px;
}

#passwordReset .modal-dialog .modal-content {
    border-radius: 20px;
}

#passwordReset .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 50px 10px;
}

#passwordReset .modal-body .img-wrap {
    width: 200px;
    margin: 0 auto 20px;
}

#passwordReset .modal-body .img-wrap img {
    width: 100%;
}

#passwordReset .modal-body h1 {
    font-family: "Europa Bold";
    font-size: 28px;
    color: #EE73A7;
    margin: 0 0 20px;
}

#passwordReset .modal-body p {
    color: #0066B0;
    margin: 0 0 10px;
}

#passwordReset .modal-body form .control-wrap {
    width: 55%;
    margin: 0 auto;
}

#passwordReset .modal-body form .control-wrap input {
    background-color: #f7f7f7;
    font-size: 14px;
}

#passwordReset .modal-body form .control-wrap input[disabled] {
    background-color: #60D39F;
    color: #fff;
}

#passwordReset .modal-body .btn {
    width: 35%;
    font-family: "Europa Bold";
    font-size: 14px;
    margin: 25px 0 0;
}

#passwordReset .modal-body a {
    display: block;
    margin: 10px 0 0;
}

/******************************
    PASSWORD RESET - CONFIRMATION
*******************************/
#passwordResetConf .modal-dialog {
    max-width: 500px;
}

#passwordResetConf .modal-dialog .modal-content {
    border-radius: 20px;
}

#passwordResetConf .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 50px 10px;
}

#passwordResetConf .modal-body .img-wrap {
    width: 200px;
    margin: 0 auto 20px;
}

#passwordResetConf .modal-body .img-wrap img {
    width: 100%;
}

#passwordResetConf .modal-body h1 {
    font-family: "Europa Bold";
    font-size: 28px;
    color: #EE73A7;
    margin: 0 0 20px;
}

#passwordResetConf .modal-body p {
    color: #0066B0;
    margin: 0;
}

#passwordResetConf .modal-body p.unique {
    font-family: "Europa Bold";
    font-size: 14px;
    margin: 0;
}

#passwordResetConf .modal-body a {
    display: block;
    margin: 25px 0 0;
}

/******************************
    PUBLISH GAME
*******************************/
#published-campaign-modal .modal-dialog {
    max-width: 500px;
    position: relative;
}

#published-campaign-modal .modal-dialog .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#published-campaign-modal .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 50px 50px;
}

#published-campaign-modal .modal-body .title {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0060B9;
    width: 100%;
    text-align: center;
    padding: 15px 0 12px;
}

#published-campaign-modal .modal-body .title h1 {
    font-family: "Futura Bold",sans-serif;
    font-size: 28px;
    color: #fff;
}

#published-campaign-modal .modal-body .dots {
    position: absolute;
    top: 0;
    left: 7.5%;
    background: url(../../img/bg-dots.png) center 15px no-repeat;
    background-size: contain;
    width: 85%;
    height: 100%;
}

#published-campaign-modal .modal-body .text-wrap {
    margin: 50px 0 35px;
}

#published-campaign-modal .modal-body .text-wrap p {
    color: #0066B0;
    margin: 0 0 3px;
}

#published-campaign-modal .modal-body .text-wrap p.bold {
    font-family: "Futura Bold",sans-serif;
}

#published-campaign-modal .modal-body .text-wrap p.italic {
    font-style: italic;
}

#published-campaign-modal .modal-body .btn {
    font-family: "Europa Bold";
    font-size: 14px;
    margin: 15px 0 0;
}

#published-campaign-modal .modal-body .L,
#published-campaign-modal .modal-body .R {
    width: 50%;
}
#published-campaign-modal .modal-body .L .text,
#published-campaign-modal .modal-body .R .text{
    font-family: "Futura";
}

#published-campaign-modal .modal-body .L button,
#published-campaign-modal .modal-body .R button{
    font-size: 12px;
    font-family: "Futura Bold";
}

#published-campaign-modal .modal-body .text {
    color: #0066B0;
}
/******************************
    COMPANY PROFILE
*******************************/
#editCompany .modal-dialog {
    max-width: 500px;
}

#editCompany .modal-dialog .modal-content {
    border-radius: 20px;
}

#editCompany .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 50px 35px;
}

#editCompany .modal-body h1 {
    font-family: "Futura Bold", sans-serif;
    font-size: 26px;
    color: #0066B0;
    margin: 0 0 25px;
}

#editCompany .modal-body form .L {
    width: 47%;
    margin: 0 3% 0 0;
}

#editCompany .modal-body form .form-group {
    margin: 0 0 10px 0;
}

#editCompany .modal-body form input,
#editCompany .modal-body form textarea {
    background-color: #f7f7f7;
    font-size: 14px;
}

#editCompany .modal-body form textarea {
    min-height: 125px;
}

#editCompany .modal-body form input[type="text"] {
    width: 100%;
}

#editCompany .modal-body form .form-group.btn-wrap {
    margin: 48px 0 0 0;
}

#editCompany .modal-body form .btn {
    font-size: 14px;
    width: 100%;
    margin: 0 0 5px 0;
}

/******************************
    COMPANY DETAILS
*******************************/
.campaigns.company-details .company-stats {
    width: 100%;
    border-bottom: solid 2px #D5DEF5;
    padding: 0 0 50px;
    margin: 20px 0 50px;
    text-align: center;
}

.campaigns.company-details .company-stats .L,
.campaigns.company-details .company-stats .R {
    float: none;
    display: inline-block;
    width: 30%;

}

.campaigns.company-details .company-stats h3 {
    font-family: "Futura Bold", sans-serif;
    font-size: 14px;
    color: #0066B0;
}

.campaigns.company-details .company-stats .stats-wrap {
    width: 150px;
    font-family: "Futura Bold", sans-serif;
    font-size: 20px;
    color: #EE73A7;
    border-radius: 100px;
    border: solid 2px #EE73A7;
    margin: 12px auto 0;
    padding: 10px 0 8px;
}

.campaigns.company-details .top-camp-wrap .title-wrap {
    width: 660px;
}

.campaigns .top-camp-wrap .top-camp-item {
    margin: 0 10px;
}

.campaigns.company-details .live-camp-wrap .live-camp-item {
    width: 660px;
}

.campaigns.company-details .live-camp-wrap .title-wrap {
    width: 660px;
}

.campaigns.company-details .live-camp-wrap,
.campaigns.company-details .pending-camp-wrap {
    margin: 0 0 50px;
}

.campaigns.company-details .pending-camp-wrap .title-wrap {
    width: 660px;
    margin: 0 0 25px;
}

.campaigns.company-details .pending-camp-wrap .title-wrap h3 {
    font-family:"Futura Bold", sans-serif;
    font-size: 14px;
    color: #0066B0;
    margin: 12px 0 0;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item {
    background-color: #f7f7f7;
    width: 660px;
    border-radius: 10px;
    margin: 0 0 10px;
    padding: 10px 0;
    cursor: pointer;
}


.campaigns.company-details .pending-camp-wrap .pending-camp-item.unique {
    background-color: rgba(0,0,0,0);
    margin: 0 0 15px;
    padding: 0;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item.unique .gcol-3,
.campaigns.company-details .pending-camp-wrap .pending-camp-item.unique .gcol-4,
.campaigns.company-details .pending-camp-wrap .pending-camp-item.unique .gcol-5 {
    font-family: "Proxima Nova Bold";
    top: 11px;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-1 {
    width: 10%;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-1 .img-wrap {
    width: 32px;
    height: 32px;
    border-radius: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-1 .img-wrap img {
    width: 100%;
    height: 100%;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-2 {
    position: relative;
    top: 9px;
    width: 36%;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-2 span {
    font-family: "Europa Bold";
    font-size: 14px;
    width: 95%;
}
.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-3 {
    position: relative;
    top: 11px;
    width: 12%;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-4 {
    position: relative;
    top: 11px;
    width: 18%;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-5 {
    position: relative;
    top: 11px;
    width: 14%;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-4 {
    top: 4px;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-4 .btn-quaternary {
    min-width: auto;
    padding: 3px 12px 1px;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .CAMPAIGN_STATUS_FOR_APPROVAL {
    color: #40C720;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .CAMPAIGN_STATUS_IN_PROGRESS {
    color: #FF970A;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .CAMPAIGN_STATUS_REJECTED {
    color: #EE73A7;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-6 {
    position: relative;
    top: 4px;
    width: 10%;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-6 .img-wrap {
    position: relative;
    top: 7px;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    cursor: pointer;
}

.campaigns.company-details .pending-camp-wrap .pending-camp-item .gcol-6 .img-wrap img {
    width: 100%;
}

aside .btn.company-users {
    display: block;
    width: 85%;
    margin: -25px auto 35px;
}

aside .box.camp-info.company-details .sub .btn {
    width: 100%;
    margin: 15px 0 0;
}

aside .box.camp-info.company-details.blocked {
    display: block;
}

aside .box.camp-info.company-details.blocked .cdc {
    display: block;
    padding: 5px 0;
}

.campaigns.company-details .grfx-campaigns {
    width: 100%;
    margin: -5px 0 35px 0;
}

.campaigns.company-details .show-more {
    text-align: center;
    margin: 25px 0 0;
    cursor: pointer;
}

.campaigns.company-details .show-more .img-wrap {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.campaigns.company-details .show-more span {
    font-size: 14px;
    color: #EE73A7;
}


/******************************
    COMPANY USERS
*******************************/
main .company-users {
    width: 660px;
}

.company-users .grfx-users {
    width: 100%;
    margin: -5px 0 35px 0;
}

.company-users .co-user-wrap .co-user-item {
    background-color: #f7f7f7;
    width: 660px;
    border-radius: 10px;
    margin: 0 0 10px;
    padding: 10px 0;
    cursor: pointer;
}

.company-users .co-user-wrap .co-user-item.unique {
    background-color: rgba(0,0,0,0);
    margin: 0 0 15px;
    padding: 0;
}

.company-users .co-user-wrap .show-more {
    text-align: center;
    margin: 25px 0 0;
    cursor: pointer;
}

.company-users .co-user-wrap .show-more .img-wrap {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.company-users .co-user-wrap .show-more span {
    font-size: 14px;
    color: #EE73A7;
}

.company-users .co-user-wrap .co-user-item .gcol-1 {
    width: 10%;
}

.company-users .co-user-wrap .co-user-item .gcol-1 .img-wrap {
    width: 32px;
    height: 32px;
    border-radius: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.company-users .co-user-wrap .co-user-item .gcol-1 .user-initial {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
    color: #e83e8c;
    font-size: 30px;
}

.company-users .co-user-wrap .co-user-item .gcol-2 {
    position: relative;
    top: 9px;
    width: 38%;
}

.company-users .co-user-wrap .co-user-item.unique .gcol-2.L,
.company-users .co-user-wrap .co-user-item.unique .gcol-3.L,
.company-users .co-user-wrap .co-user-item.unique .gcol-4.L{
    font-family: "Proxima Nova";
}

.company-users .co-user-wrap .co-user-item .gcol-2 span {
    width: 95%;
    font-family: "Proxima Nova Bold";
}

.company-users .co-user-wrap .co-user-item .gcol-3,
.company-users .co-user-wrap .co-user-item .gcol-4 {
    position: relative;
    top: 11px;
    font-family: "Proxima Nova";
}

.company-users .co-user-wrap .co-user-item .gcol-3 {
    width: 35%;
}

.company-users .co-user-wrap .co-user-item .gcol-4 {
    width: 17%;
}

aside .btn.company-campaigns {
    display: block;
    width: 85%;
    margin: -25px auto 35px;
}

/******************************
    PROFILE
*******************************/
main .profile {
    width: 660px;
}

.profile .grfx-profile {
    width: 100%;
    margin: -10px 0 35px 0;
}

.profile .box {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 35px 35px 10px 0;
}

.profile .box .upload-wrap {
    width: 30%;
}

.profile .box .upload-wrap .img-wrap {
    background-color: #0066B0;
    width: 110px;
    height: 110px;
    text-align: center;
    border-radius: 500px;
    border: solid 1px #0066B0;
    margin: 0 auto 25px;
    overflow: hidden;
}

.profile .box .upload-wrap .img-wrap span {
    font-size: 48px;
    line-height: 114px;
    color: #fff;
}

.profile .box .upload-wrap .profile-img-error {
    text-align: center;
    margin: 5px 0;
}

.profile .box .upload-wrap .profile-img-loader {
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.profile .box .upload-wrap .img-wrap img {
    width: 100%;
}

.profile .box .upload-wrap .btn-wrap {
    text-align: center;
}

.profile .box .upload-wrap .btn-wrap .btn {
    margin-bottom: 5px;
}

.profile .box .details-wrap {
    width: 70%;
}

.profile .box .details-wrap .title-wrap {
    font-family: "Proxima Nova Bold";
    font-size: 14px;
    color: #0066B0;
    padding: 0 10px;
}

.profile .box .details-wrap hr {
    border-top: 1px dotted #99C0E5;
}

.profile .box .details-wrap .sub {
    margin: 0 0 35px;
    padding: 0 5px;
}

.profile .box .details-wrap .sub .L {
    width: 48%;
    margin: 0 1% 0 0;
}

.profile .box .details-wrap .sub .L .btn-wrap .btn {
    min-width: 100px;
    margin: 0 0 5px;
}

.profile .box .details-wrap .sub .L .btn-wrap.block-type {
    margin: 42px 0 0;
}

.profile .box .details-wrap .sub .L .btn-wrap.block-type .btn {
    display: block;
}

.profile.view .box.color {
    position: relative;
    background-color: #EAF3FA;
    border-radius: 10px 10px 0 0;
}

.profile.view .box.color .bg-dots {
    position: absolute;
    top: 0;
    left: 7.5%;
    background: url(../img/bg-dots2.png) center 15px no-repeat;
    background-size: contain;
    width: 85%;
    height: 110%;
}

.profile.view .box .upload-wrap .img-wrap {
    margin: 0 auto -35px;
}

.profile.view .box.color h1 {
    font-family: "Futura Bold", sans-serif;
    font-size: 22px;
    color: #0066B0;
    margin: 30px 0 0;
}

.profile.view .box.unique {
    border-radius: 0 0 10px 10px;
    padding: 25px 35px 5px 0;
}

.profile.view .box.unique .upload-wrap {
    margin: 20px 0 0;
}

.profile.view .box .details-wrap .sub .L {
    width: 35%;
}

.profile.view .box.unique .details-wrap .sub .L .form-group {
    margin-bottom: 20px;
}

.profile.view .box.unique .details-wrap .sub .L label {
    font-family: "Proxima Nova Bold";
    color: #0066B0;
}

.profile.view .box.unique .details-wrap .sub .L .control-wrap span {
    color: #0066B0;
}

/******************************
    INTEGRATION
*******************************/
main .integration {
    width: 640px;
}

.integration .box {
    background-color: #f7f7f7;
    border-radius: 10px;
    margin: 0 0 25px;
    padding: 25px 25px 30px 25px;
}

.integration .box h3 {
    font-family: "Europa Bold";
    font-size: 14px;
    color: #0066B0;
    margin: 0 0 20px;
}

.integration .box .item {
    background-color: #fff;
    width: 250px;
    min-height: 90px;
    border-radius: 10px;
    border: solid 2px #e6e6e6;
    margin: 0 10px 12px 0;
    padding: 10px;
}

.integration .box .item .empty {
    font-size: 14px;
    color: #ccc;
    text-align: center;
    margin: 27px 0 0 0;
}

.integration .box .form-group {
    width: 65%;
}

.integration .box .form-group label {
    float: left;
    width: 38%;
    color: #005DBC;
    text-align: right;
    margin: 13px 0 0 0;
}

.integration .box .form-group .control-wrap {
    float: left;
    position: relative;
    left: 15px;
    width: 62%;
}

.integration .box .form-group .control-wrap.integration-checkbox{
    margin-top: 10px;
}

.integration .box .form-group .control-wrap a {
    position: absolute;
   /* right: -150px;*/
    top: 13px;
    color: #EE73A7;
    text-decoration: none;
}

.integration .box .form-group .control-wrap #change-api-key-btn {
    right: -100px;
}

.integration .box .form-group .control-wrap #add-field-id {
    right: -150px;
}

.integration .box .form-group .control-wrap .form-control {
    width: 100%;
    border: solid 2px #E6E6E6;
}

#api-key-modal .modal-dialog {
    max-width: 350px;
}

#api-key-modal .modal-dialog .modal-content {
    border-radius: 20px;
}

#api-key-modal .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 50px 35px;
}

#api-key-modal .modal-body h1 {
    font-family: "Europa Bold";
    font-size: 28px;
    color: #0066B0;
    margin: 0 0 25px;
}

#api-key-modal .modal-body form .form-group {
    margin: 0 0 10px 0;
}

#api-key-modal .modal-body form input {
    background-color: #f7f7f7;
    font-size: 14px;
}

#api-key-modal .modal-body form input[type="text"] {
    width: 100%;
}

#api-key-modal .modal-body form .form-group.btn-wrap {
    margin: 30px 0 0 0;
}

#api-key-modal .modal-body form .btn {
    font-family: "Futura Bold";
    font-size: 14px;
    width: 38%;
    min-width: 0;
    margin: 0 0 5px 0;
}

#audience-field-modal .modal-dialog {
    max-width: 350px;
}

#audience-field-modal .modal-dialog .modal-content {
    border-radius: 20px;
}

#audience-field-modal .modal-dialog .modal-content .modal-body {
    padding: 50px 35px;
}

#audience-field-modal .modal-body h1 {
    font-family: "Proxima Nova Bold";
    font-size: 28px;
    color: #0066B0;
    margin: 0 0 25px;
    text-align: center;
}

#audience-field-modal .modal-body form .form-group {
    margin: 0 0 10px 0;
}

#audience-field-modal .modal-body form input {
    background-color: #f7f7f7;
    font-size: 14px;
}

#audience-field-modal .modal-body form label {
    color: #0066B0;
}

#audience-field-modal .modal-body form input[type="text"] {
    width: 100%;
}

#audience-field-modal .modal-body form .form-group.btn-wrap {
    margin: 30px 0 0 0;
    text-align: center;
}

#audience-field-modal .modal-body form .btn {
    font-family: "Futura Bold";
    font-size: 14px;
    width: 38%;
    min-width: 0;
    margin: 0 0 5px 0;
}
/******************************
    SUBSCRIPTION PACKAGES
*******************************/
#subscriptionPackages .modal-dialog {
    max-width: 720px;
}

#subscriptionPackages .modal-dialog .modal-content {
    border-radius: 20px;
}

#subscriptionPackages .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 35px 25px;
}

#subscriptionPackages .modal-body h1 {
    font-family: "Europa Bold";
    font-size: 32px;
    color: #EE73A7;
    margin: 0 0 10px;
}

#subscriptionPackages .modal-body .btn {
    min-width: 100px;
    font-family: "Europa Bold";
    font-size: 12px;
    margin: 0 0 5px;
    padding: 6px 0 4px;
}

#subscriptionPackages .table-wrap {
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #97C0E9;
    margin: 0;
    padding: 10px;
}

#subscriptionPackages .table-wrap .gscroll {
    overflow-y: scroll;
    height: 400px;
}

#subscriptionPackages .table-wrap th {
    font-size: 18px !important;
    padding: 0.75rem 0.75rem 0.5rem 0.75rem;
}

#subscriptionPackages .table-wrap h4 {
    font-size: 14px;
    color: #EE73A7;
    margin: 0 0 3px;
}

#subscriptionPackages .table-wrap p {
    color: #252525;
}

#subscriptionPackages .table .cell-1 {
    width: 40%;
    vertical-align: middle;
}

#subscriptionPackages .table .cell-2,
#subscriptionPackages .table .cell-3,
#subscriptionPackages .table .cell-4 {
    width: 20%;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

#subscriptionPackages .table td.cell-1 {
    text-align: left;
}

#subscriptionPackages .table .icon-check {
    display: inline-block;
    width: 20px;
    height: 20px;
}

#subscriptionPackages .table .icon-check img {
    width: 100%;
    height: 100%;
}

/******************************
    EXPAND WIDTH
*******************************/
/*@media (min-width: 1441px) {*/
/*    .gamify main, .gamify > nav:first-of-type, .gamify > aside:first-of-type {*/
/*        height: 133%;*/
/*    }*/
/*    !* Nav *!*/
/*    .gamify > nav:first-of-type > .img-wrap {*/
/*        transform: scale(1.2);*/
/*        transform-origin: top;*/
/*    }*/
/*    .gamify > nav:first-of-type > .nav-item > a,*/
/*    .gamify > nav:first-of-type > .nav-item.logout > a {*/
/*        font-size: 18px;*/
/*        padding: 20px 0 20px 65px;*/
/*    }*/
/*    .gamify > nav:first-of-type > .nav-item.active .marker {*/
/*        height: 50px*/
/*    }*/

/*    !* Aside *!*/
/*    .gamify > aside:first-of-type > section {*/
/*        transform: scale(1.2);*/
/*        transform-origin: top;*/
/*        width: 85%;*/
/*        position: relative;*/
/*        left: 35px;*/
/*    }*/

/*    section.login-form, section.confirm-reg {*/
/*        transform: scale(1.2);*/
/*        transform-origin: top;*/
/*    }*/

/*    .gamify:before {*/
/*        content: "";*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 200px;*/
/*        background-color: #1e7cd4;*/
/*        width: 50%;*/
/*        height: 165px;*/
/*        z-index: -1;*/
/*    }*/

/*    .gamify main:before {*/
/*        visibility: hidden;*/
/*    }*/

/*    .gamify > nav:first-of-type{*/
/*        z-index: 1;*/
/*        width: calc(100% + 50px);*/
/*    }*/

/*    .gamify > aside:first-of-type {*/
/*        width: calc(100% + 100px);*/
/*        position: relative;*/
/*        right: 100px;*/
/*    }*/

/*    .gamify > main:first-of-type {*/
/*        width: calc(100% - 150px);*/
/*        position: relative;*/
/*        left: 50px;*/
/*    }*/
/*    .gamify > main > section {*/
/*        transform: scale(1.2);*/
/*        transform-origin: top;*/
/*    }*/

/*    !* Game Preview *!*/
/*    .camp.preview .phone-wrap .phone,*/
/*    .game .phone-wrap .phone,*/
/*    .games.preview .phone-wrap .phone {*/
/*        transform: scale(1.01);*/
/*    }*/
/*    .camp-side.publish .side-phone-wrap img.side-game-preview {*/
/*        height: 450px;*/
/*    }*/

/*} !* END OF @media *!*/


/*** MODAL **/
.modal-open .modal  {
    overflow-y: hidden;
}

@media (min-width: 576px){
    .modal-dialog-centered{
        max-height: calc(100% - 3.5em);
    }
}


/******************************
    NEW STUFF
*******************************/


main > section.container {
    max-width: 792px;
    min-width: auto;
    width: 792px;
    transform: scale(1);
}

main > section.container.title {
    overflow: hidden;
}

main > section.container.title .row {
    margin-top: 15px;
    margin-bottom: 45px;
}

main > section.container.title .row .col {
    background-color: #EAF3FA;
    border-radius: 15px;
    height: 185px;
    padding-top: 35px;
}

main > section.container.title img.graphic {
    position: absolute;
    bottom: 0;
    right: 35px;
    width: auto;
    max-width: 100%;
    z-index: 1;
}

main > section.container.title h1,
main > section.container.title h2 {
    color: #0062B6;
    padding-left: 50px;
    margin-bottom: 0.3em;
    position: relative;
    z-index: 2;
}

main > section.container.title h1 {
    font-size: 25px;
    font-family: "Futura Bold", sans-serif;
}

main > section.container.title h2 {
    font-size: 15px;
    font-family: "Futura", sans-serif;
}

main > section.container.title h1 {
    font-size: 25px;
}

section.container.edge {
    padding: 0;
}

section.container #results-panel {
    font-size: 13px;
}

section.container #results-panel th,
section.container #results-panel td,
section.container #results-panel a {
    font-size: 13px;
}

section.container #results-panel a {
    font-size: 13px;
}

section.container #results-panel a.btn {
    font-size: 12px;
}

section.container .display-count {
    margin: 0 0 10px;
    padding: 0 10px;
    font-family: "Futura", sans-serif;
    color: #0066B0;
}

section.container .table-wrap {
    border-radius: 15px;
    border: 1px solid #0066B0;
    margin: 0 0 25px;
    overflow: hidden;
}

section.container.form {
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 40px;
}

section.container.form h4 {
    color: #0062B6;
    font-family: 'Proxima Nova Bold';
    font-size: 15px;
    padding: 1em 21px;
    border-bottom: 2px dotted #99C0E5;
    margin-bottom: 1.2em;
}

section.container.form .help-inline.error {
    color: #EE73A7;
    font-size: 80%;
    padding: 4%;
}

section.container.form .actions {
    text-align: right;
    margin-top: 40px;
}

img.avatar {
    width: 108px;
    height: 108px;
}

section.container .itemlist {
    font-size: 14px;
}

section.container .itemlist .header {
    margin: 0 0 10px 0;
}

section.container .itemlist .item {
    padding: 10px 0;
    margin: 0 0 10px 0;
    background-color: #f7f7f7;
    border-radius: 10px;
    font-family: 'Proxima Nova Bold';
}

section.container .itemlist .item .fas.icon {
    font-size: 30px;
    color: #e83e8c;
}

section.container .gcard {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 5px 5px 15px 1px rgba(214,214,214,0.5);
    height: 100%;
    position: relative;
}

section.container .gcard h3 {
    background-color: #d6d6d6;
    padding: 18px 20px;
    font-size: 18px;
    font-family: "Futura Bold", sans-serif;
    color: #fff;
    position: relative;
}

section.container .gcard h3 sub {
    position: absolute;
    right: 20px;
    bottom: 50%;
    font-size: 10px;
    font-family: 'Proxima Nova';
}

section.container .gcard.primary h3 {
    background-color: #5FD39F;
}

section.container .gcard.secondary h3 {
    background-color: #F271A7;
}

section.container .gcard.tertiary h3 {
    background-color: #0E62B6;
}

section.container .gcard .gcard-content {
    padding: 18px 20px;
    padding-bottom: 5em;
    font-family: 'Proxima Nova Semi Bold';
    font-size: 13px;
}

section.container .gcard .gcard-content h4 {
    font-family: "Futura Bold", sans-serif;
    font-size: 18px;
    color: #0E62B6;
    position: relative;
}

.text-decoration-line-through{
    color: red;
    text-decoration: line-through;
}

.text-green {
    color: rgb(60, 199, 138) !important;
}

section.container .gcard .gcard-content h6 {
    margin-top: 8px;
    font-family: 'Proxima Nova';
    font-size: 11px;
    color: #0E62B6;
    font-style: italic;
}

section.container .gcard .gcard-content hr {
    height: 0;
    margin: 1.2em -8px;
    border-top: 2px dotted #B8D3EC;
}

section.container .gcard .gcard-content ul {
    margin: 2em 0;
}

section.container .gcard .gcard-content ul li {
    font-family: 'Proxima Nova Semi Bold';
    font-size: 13px;
    list-style-type: none;
    margin-bottom: 1.2em;
}

section.container .gcard .gcard-content ul li strong {
    font-family: 'Proxima Nova Bold';
}

section.container .gcard .gcard-content > button, section.container .gcard .gcard-content > form {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 15px;
    left: 10px;
}

aside .infobox {
    font-family: 'Proxima Nova';
}

aside .infobox h3 {
    font-size: 15px;
    font-family: "Futura Bold", sans-serif;
    color: #0E62B6;
    margin: 0.5em 0;
}

aside .infobox .divider {
    width: 0;
    border-right: 2px dotted #B8D3EC;
}

aside .infobox hr {
    height: 0;
    margin: 1.5em 0;
    border-top: 2px dotted #B8D3EC;
}

aside div.stat {
    padding: 1em;
    font-size: 2rem;
    font-family: 'Futura Bold';
    text-align: center;
    color: #0066B0;
}

/* switch control */

.option-switch {
    box-shadow: 5px 5px 15px 1px rgba(214,214,214,0.5);
    padding: 10px;
    border-radius: 34px;
    margin-bottom: 20px;
}

.option-switch label {
  font-family: "Futura Bold", sans-serif;
  color: #0E62B6;
  line-height: 24px;
  margin: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.option-switch .switch {
    margin: 0 10px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 24px;
}

.switch.always-on .slider {
  background-color: #0E62B6;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #0E62B6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0E62B6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}


/******************************
    NEW ERROR
*******************************/

section.error-box {

    position: relative;
    top: 15%;
    background-color: #fff;
    padding: 35px;
    width: 50%;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 0 0 50px rgb(0 0 0 / 25%);
    min-height: 450px;

}

section.error-box h1 {
    font-size: 2.5rem;
    font-family: "Futura Bold", sans-serif;
    color: #0066B0;
}

section.error-box h1, section.error-box h3, section.error-box p {
    margin: 1em 0;
}

section.error-box h1 {
    font-size: 2.5rem;
    font-family: "Futura Bold", sans-serif;
    color: #0066B0;
}

section.error-box h3 {
    font-size: 1.7rem;
    font-family: 'Proxima Nova Bold';
}

section.error-box p, section.error-box a {
    font-size: 1.3rem;
}
