<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&amp;display=swap');

html {
    font-size: 62.5%;
    min-width: 1400px;
  }
html, body{
height: 100%;
scrollbar-width: thin;
}
@font-face {
    font-family: ProximaNova;
    src: url(https://cdn.unlimited3d.com/assets/fonts/ProximaNovaRegular.ttf);
  }
body {
    min-width: 1400px;
    min-height: 600px;
}
*{
    /* font-family: Montserrat; */
    font-family: 'Inter', sans-serif;
}

#root {
    overflow: hidden;
}
@media (max-width: 980px) {
    .noWidthLimit {
        min-width: auto;
    }
}

.react-calendar {
    max-width: inherit !important;
}
.react-calendar button {
    font-size: 16px;
}
/* On mouse-over, add a grey background color */
.planLength:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .planLength input:checked ~ .checkmark {
    background-color: #fff;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .planLength input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .planLength .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4a90e2;
  }
/* pozicioniranje paginacije*/
.react-bootstrap-table-pagination-list{
    position: absolute;
    bottom: 71px;
    left: 100px;
}
/*  */
/* checkbox fancy */
input[type=checkbox] + .cbPurposeLabel {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
  }
  
  /* input[type=checkbox] {
    display: none;
  } */
  
  input[type=checkbox] + .cbPurposeLabel:before {
      content: "\2714";
      border: 0.1em solid #000;
      border-radius: 0.2em;
    display: inline-block;
    vertical-align: bottom;
    color: transparent;
    position: relative;
    height: 22px;
    width: 21px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 1px;
    margin-right: 9px;
}
input[type=checkbox] + .cbPurposeLabel2:before {
    height: 19px;
    width: 18px;
}

  input[type=checkbox] + .cbPurposeLabel:active:before {
    transform: scale(0);
  }
  
  input[type=checkbox]:checked + .cbPurposeLabel:before {
    background-color: #3281fa;
    border-color: #3281fa;
    color: #fff;
  }
  
  input[type=checkbox]:disabled + .cbPurposeLabel:before {
    transform: scale(1);
    border-color: #aaa;
  }
  
  input[type=checkbox]:checked:disabled + .cbPurposeLabel:before {
    transform: scale(1);
    background-color: rgb(195, 241, 195);
    border-color: #bfb;
  }
.cbPurposeLabel {
    
}
/*  */


/* terms and conditions checkbox */
input[type=checkbox] + .cbTermsConditionsLabel {
    display: inline-block;
    width: 3.5rem;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}
  
input[type=checkbox] + .cbTermsConditionsLabel:before {
  content: "\2714";
  display: inline-block;
  vertical-align: bottom;
  color: transparent;
  position: relative;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 1px;
  margin-right: 9px;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  border: solid 1px #e7e7e7;
  background-color: #ffffff;
}

input[type=checkbox] + .cbTermsConditionsLabel:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + .cbTermsConditionsLabel:before {
  background-color: #ffffff;
  border-color: #4e92df;
  color: #4e92df;
}

input[type=checkbox]:disabled + .cbTermsConditionsLabel:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + .cbTermsConditionsLabel:before {
  transform: scale(1);
  background-color: rgb(195, 241, 195);
  border-color: #bfb;
}

  /*  */



.search-label {
    width: 100%;
}
.table td a, .table td div, .table td p {
    text-overflow: ellipsis;
    overflow: hidden;
}
.table td {
    text-overflow: ellipsis;
    overflow: hidden;
}
.google-sign-in-button &gt; div{
    width: 100% !important;
    height: 100% !important;

}
.google-sign-in-button{
    width: 100% !important;
    height: 100% !important;
    padding: 0;
}
.react-joyride__tooltip button{ 
  display: none;
}

.react-joyride__tooltip { 
  padding: 0!important;
}

.react-joyride__tooltip &gt; div + div { 
  display:none!important;
}
.centerDiv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
.disabledForNow {
    cursor: no-drop !important;
}
.contentWrapper {
    padding: 2.5rem;
    height:100%;
}
.contentWhite {
    padding: 4rem;
    /* padding: 2rem; */

    padding-bottom: 70px;
    background-color: #fff;  
    border-radius: 6px;
    box-shadow: 0 7px 70px 0 rgba(90, 97, 105, 0.1), 0 10px 10px 0 rgba(90, 97, 105, 0.06), 0 4px 8px 0 rgba(90, 97, 105, 0.12), 0 2px 0 0 rgba(90, 97, 105, 0.11);
}
.createBorder {
    margin-top: 3rem;
    border-bottom: solid 2px #e4e5e7;
}
.height100noOverflow {
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}
.scroll {
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    background: #000000;
}


/*  */
/* 
 /* */ 
  .accPages * {
    box-sizing: border-box;
  }
  .accPages &gt; div {
    display: inline-block;
    list-style: outside none none;
    /* margin: 0 1.5em;
     */
     margin-right: 1.5em;
    padding: 0;
    cursor: pointer;
  }
  .accPages .accPageTitle {
    padding: 0.5em 0;
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .accPages .accPageTitle:before,
  .accPages .accPageTitle:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .accPages .accPageTitle:before {
    bottom: 0;
    display: block;
    height: 2px;
    width: 0%;
    content: "";
    background-color: #3281fa;
  }
  .accPages .accPageTitle:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
  }
  .accPages .accPageTitle:hover:before,
  .accPages .current .accPageTitle:before {
    opacity: 1;
    width: 100%;
  }
  .accPages .accPageTitle:hover:after,
  .accPages .current .accPageTitle:after {
    max-width: 100%;
  }

 /* / */
/*  */
/*****************************/
/*      CUSTOM SPACERS       */
/*****************************/
.p-top-15 {
    padding-top: 15px;
}
.p-top-50 {
    padding-top: 50px;
}
.p-left-30 {
    padding-left: 30px;
}
.p-bottom-15 {
    padding-bottom: 15px;
}
.p-left-15 {
    padding-left: 15px;
}
.p-right-15 {
    padding-right: 15px;
}
.p-top-5 {
    padding-top: 5px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-left-40 {
    margin-left: 40px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

/*****************************/
/*          BUTTONS          */
/*****************************/
.cta-blue {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0;
    border-radius: 3px;
    background-color:#4076d2;
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 15px 20px 15px 20px;
    max-height: 50px;
}
.cta-red {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0;
    border-radius: 3px;
    background-color:#ff0000;
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 15px 20px 15px 20px;
    max-height: 50px;
}
.cta-blue img {
    margin-left: 5px;
}
.cta-blue:hover {
    background-color: #167ddb;
    color: #fff;
    text-decoration: none;
}
.cta-red:hover {
    background-color: #ff3333;
    color: #fff;
    text-decoration: none;
}
.wide-cta-blue {
    padding: 15px 75px 15px 75px !important;
}

.cta-border-white {
    max-height: 50px;
    padding: 14px 48px;
    font-size: 15px;
    line-height: normal;
    border-radius: 3px;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
}
.cta-border-white:hover {
    border: 1px solid transparent;
    text-decoration: none;
    background-color: #4076d2;
}

.cta-border-gray {
    max-height: 50px;
    padding: 14px 25px;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0;
    border-radius: 3px;
    border: 1px solid #979797;
    cursor: pointer;
    color: #979797;
    background-color: transparent;
}
.cta-border-gray img {
    margin-right: 5px;
}
.cta-border-gray:hover {
    border: 1px solid transparent;
    text-decoration: none;
    color: #fff;
    background-color: #4076d2;
}

.CTA-Blue {
    /* width: 140px; */
    /*height: 50px;*/
    border-radius: 3px;
    background-color:#4076d2;
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 15px;
}
.CTA-Blue:hover {
    background-color: #167ddb;
}
.cta-border-grey {
    border-radius: 3px;
    border: 1px solid #979797;
    cursor: pointer;
    padding: 1.5rem 3.5rem;
    max-height: 5rem;
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: 0;
}
.cta-border-grey:hover {
    background-color: #4076d2;
    color: #ffffff;
    border: none;
    text-decoration: none;
}
.CTA-border-grey {
    width: 120px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #979797;
    cursor: pointer;
}
.CTA-border-grey:hover {
    background-color: #4076d2;
    color: #ffffff;
    border: none;
    text-decoration: none;
}
.inputSelect{
    width: 340px;
    height: 50px;
    opacity: 0.5;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a7acb8;
}
.inputCheckbox{
    width: 23px;
    height: 23px;
    border-radius: 2px;
    background-color: #ffffff;
}
.inputText {
    width: 619px;
    height: 53px;
    opacity: 0.5;
    border-radius: 2px;
    background-color: #ffffff; 
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #848484;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #848484;
}
.inputTextNew {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 23px 22px rgba(32, 42, 53, 0.05);
    border-radius: 2px;
    background: #111111;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    padding: 1rem;
    
}
.inputText:valid { 
    
}
.inputText:not(:placeholder-shown) {
    /* outline: solid #848484 1px;  */
    opacity: 1;
}
.inputText:invalid { 
    /* outline: solid red 1px; 
    opacity: 1; 
    color: #ec2c24; */
}
.inputText:focus { 
    /* border: 1px solid #4076d2 1px;  */
    opacity: 1; 
}
.createTitle{
    font-size: 1.6rem;
    /* font-weight: 600; */
    line-height: 1.88;
    /* color: #a7acb8; */
    color: #898e99;
    margin-bottom: 5px;
}
.disabledInput {
    opacity: 0.5 !important;
}
/*////////////////////// end Buttons //////////////////*/
.content{
    height: calc(100vh - 55px);
    width: calc(100% - 220px);
    /* min-width: 1052px; */
    margin: 0;
}

.page-content {
    padding-top: 2.5rem;
}


/* LOGIN / REGISTER */
.loginRegister{
    background-color: #f2f4f7;
    height: 100vh;
    /* width: 100vw; */
    /* overflow: hidden; */
    color: #848484;
    
    background-image: url('../images/icon_threedium.svg');
    background-repeat: no-repeat;
    background-position: right 30% bottom 19%;
    background-attachment: fixed;
    background-size: 38rem;
}

.loginOr {
    text-align: center;
    color: #848484;
    margin-top: 20px;
    margin-bottom: 20px;
}
#loginLogo{
    /* height: 72px; */
    margin-bottom: 20px;
}
.loginInput {
    width: 460px;
    height: 53px;
    opacity: 0.5;
    /* border-radius: 1px; */
    background-color: #ffffff;
    color: #848484;
    padding: 15px;
    margin-bottom: 15px;
}
.loginInput:valid { 
    
}
.loginInput:not(:placeholder-shown) {
    outline: solid #848484 1px; 
    opacity: 1;
}
.loginInput:invalid { 
    outline: solid red 1px; 
    opacity: 1; 
    color: #ec2c24;
}
.loginInput:focus { 
    outline: solid #4076d2 1px; 
    opacity: 1; 
}
.loginFormHolder{
    max-width: 460px;
}
.loginWelcome {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #848484;
  margin-bottom: 25px;
}

.loginButton {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
}
.loginForgot{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #848484;
    cursor: pointer;
    padding-left: 30px;
}
.loginNoAccount{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #848484;
}
.loginSignOn{
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    margin-left: 20px;    
}
.loginForgotHolder{
    margin-bottom: 40px;
}

/* register */

.loginInputflname {
    width: 222px;
}
.registerButton {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    width: 180px;
}
.privacyPolicy {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #848484;
    text-align: center;
    margin-bottom: 20px;
}
.privacyPolicy a {
    text-decoration: underline;
    color: #848484;
}
.registerSignIn{
    position: absolute;
    top: 30px;
    right: 15px;
}
.registerSignInButton{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    text-align: center;
    color: #848484;
    margin-left: 20px;    
    /* width: 300px; */
}
/* CREATE PROJECT */
.titleHeaderCurrent{
    font-size: 1.2rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a7acb8;
    padding-top: 10px;
}
.mainTitle{
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #44566c;
    margin-top: 5px;
    /*margin-bottom: 70px;*/
}
.createProjectTitle{
    margin-top: 20px;
}
.createProjectTextArea{
    width: 619px;
    height: 121px;
}     
.createProjectButton{
    /* margin-left: 20px; */
}
.createProjectCancel{
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    color: #3281fa;
    /* margin-left: 20px; */
    line-height: 50px
}
/* END CREATE PROJECT */
/* create campaign */
.campaignCreateRightInput{
    margin-right: 15px;
}
.buttonsCreateCampaignHolder{
    margin-top: 35px;
}
.createCampaignIcons {
    width: 45px;
    height: 45px;
    object-fit: contain;
    cursor: pointer;
}
.MaskInner {

    margin: 10px;
}
.Mask {
    width: 250px;
    height: 340px;
    border-radius: 3px;
    background-color: #979797;
  }
.MaskCont {
    position: relative;
}
.hoverMask{
    /* display: none; */
    position: absolute;
    top:10px;
    /* left:15px; */
    width: 250px;
    height: 340px;
    background-color: #848484;    
    
    transition: top 5s ease;
    visibility: hidden;
}
.MaskInner:hover .hoverMask{
    display: block;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(167, 172, 184, 0.7);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
}
.hoverMaskButton {
    width: 122px;
    height: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #167ddb;
    
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.hoverMaskButton:hover {
    cursor: pointer;
    text-decoration: none;
    color: #167ddb;
}
.templateTitle {
/*  */
}


.tempTitleLeft {
    font-size: 16px;
    font-weight: 600;
    color: #455b6f;
}
.tempTitleRight {
    font-size: 14px;
    font-weight: 600;
    color: #24b44c;
}
.templateTags {
    margin-top: 6px;
}
.templateTags div {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    color: #167ddb;
    border-radius: 2px;
    padding: 1px 4px;
    background-color: #fff;
    border: 1px solid #167ddb;
    
    border: 1px solid rgba(22, 125, 219, 0.2);
    display: inline-block;
    /* text-align: right; */
    cursor: pointer;
    margin-right: 9px;
}
.templatesGrid {
    margin-top: 40px;
}
.tempIMG{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.edit-campaign button, .edit-campaign .cta-border-gray {
    margin-left: 10px;
    margin-right: 10px;
}
@media (max-width: 1300px) {
    .edit-campaign button {
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media (max-width: 1200px) {
    .headerCurrentRight {
        padding-top: 25px;
    }
}
.view-list-grid {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    color: #455b6f;
    font-weight: 600;
}
.search-field-container input {
    height: 50px;
    border: 1px solid #848484;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    line-height: normal;
    color: #848484;
    background-image: url('../images/Icons/Basic/Zoom.png');
    background-repeat: no-repeat;
    background-position: 3% 50%;
    text-indent: 10%;
}
.choose-template-search input {
    text-indent: 20%;
    background-position: 6% 50%;
}
.sort-select {
    width: 75%;
    height: 50px;
    border: 1px solid #848484;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    line-height: normal;
    color: #848484;
}
.sort-select {
    padding-left: 5%;
}

/* LOADING SPLASH */
.loadingSplash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* background: rgba(255,255,255,0.9); */
    background: rgba(49,49,49,0.8);
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    z-index: 999999999999999999999999999999;
}
.loadingSplashHolder img {
    display: block;
    margin: 0 auto;
}
.loadingSplashLoadingBar {
    margin-top: 45px;
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    
    height: 8px;
    border-radius: 6.5px;
}
.loadingSplashLoadingBar:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 8px;
  background-color: #0376e3;
  animation: loading 2s linear infinite;
}
@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}
.loadingSplashHolder {
    
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.loadingSplashText {
    font-family: 'Inter', sans-serif;
    margin-top: 15px;
  /* font-size: 16px;
  font-weight: 600;
  color: #a7acb8; */

  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #e2e2e2;
}
/*  */
/*** REACT TABLE - CUSTOM STYLES ***/
.page-content .react-bootstrap-table {
    min-height: 44rem;
    padding: 2rem;
    padding-bottom: 70px;
    background-color: #fff;  
    border-radius: 6px;
    box-shadow: 0 7px 70px 0 rgba(90, 97, 105, 0.1), 0 10px 10px 0 rgba(90, 97, 105, 0.06), 0 4px 8px 0 rgba(90, 97, 105, 0.12), 0 2px 0 0 rgba(90, 97, 105, 0.11);
}
.page-content .react-bootstrap-table &gt; table &gt; tbody &gt; tr:hover {
    background-color: #fafbfc !important;
    color: #44566c;
}
.page-content .react-bootstrap-table tr:last-child {
    border-bottom: 1px solid #e9ebf2;
}
.button-in-table {
    position: absolute;
    /* left: 0; */
    right: 2rem;
    bottom: 6.7rem;
}
.page-content .react-bootstrap-table .table td, .page-content .react-bootstrap-table .table th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.page-content .react-bootstrap-table-pagination {
    margin-top: 50px;
}
.page-content .react-bootstrap-table-pagination #pageDropDown {
    background-color: transparent;
    color: #455b6f;
    border-color: #455b6f;
    border-radius: 0;
    position: absolute;
    top: -104px;
    left: 20px;
}
.page-content .react-bootstrap-table-pagination #pageDropDown.focus, .page-content .react-bootstrap-table-pagination #pageDropDown:focus {
    box-shadow: none;
}

.page-content .react-bootstrap-table-pagination .dropdown-menu {
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #455b6f;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #455b6f;
    border-radius: 0;
    position: absolute;
    top: -80px;
    left: 20px;
}

.page-content .react-bootstrap-table-pagination .dropdown-menu li a {
    color: #455b6f;
    text-decoration: none;
}
.page-content .react-bootstrap-table-pagination .dropdown-menu li a:hover {
    color: #167ddb;
}

.page-content .react-bootstrap-table-pagination .dropdown-menu .dropdown-item.active, .page-content .react-bootstrap-table-pagination .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}

.page-content .react-bootstrap-table-pagination .page-link {
    position: relative;
    display: block;
    padding: .1rem 0rem;
    margin-left: -1px;
    font-size: 14px;
    line-height: 1.25;
    color: #455b6f;
    background-color: transparent;
    border: none;
}
.page-content .react-bootstrap-table-pagination .page-link:hover {
    color: #2081DB;
}

.page-content .react-bootstrap-table-pagination .page-link:after {
    content: "-";
    color: #455b6f;
    margin-left: .75rem;
    margin-right: .75rem;
}
.page-content .react-bootstrap-table-pagination .page-item[title="prev-page"] .page-link:after {
    content: "";
}
.page-content .react-bootstrap-table-pagination .page-item[title="next-page"] .page-link:after {
    content: "";
}
.page-content .react-bootstrap-table-pagination .page-item .page-link:last-child:after {
    content: "";
}
.page-content .react-bootstrap-table-pagination .page-item.active .page-link {
    z-index: 1;
    color: #2081DB;
    background-color: transparent;
    border: none;
}
.page-link:focus {
    box-shadow: none;
}
.campaign-title {
    cursor: pointer;
}

/* end create campaign */
/* projects */
.projectsCreateNew {
    display: inline-block;
}
/* end projects */
/* ACCOUNSETUP */
.accountSetupSelectHolder{
    margin-bottom: 10px;
}
.accountSetupLower{
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a7acb8;
}
.accountSetupWelcome{
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a7acb8; 
    margin-bottom: 40px;
}
.accountSetupSelectHolder p{
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #a7acb8;
}
.accountSetupButton{
    /* width: 140px; */
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.accountSetupInput{
    padding-left: 15px;
}
.accountSetupCommunication2{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #848484;
    margin-bottom: 20px;
}
.accountSetupCommunication1{
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a7acb8;
    font-size: 16px;
    font-weight: 600;
    margin-top: 100px;
}
.inputCheckboxLabel1{
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a7acb8;
    margin-bottom: 5px;
}
.inputCheckboxLabel2{
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #848484;
}

/*****************************/
/*           MENUS           */
/*****************************/
/*** Top Menu ***/

.display-block {
    display: block !important;
}
.display-none {
    display: none !important;
}
.top-submenu {
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.topSubMenuText {
    font-size: 14px;
    font-weight: 600;
    color: #a7acb8;
    opacity: 0.6;
    cursor: pointer;
    padding: 14px;
}
.topSubMenuTemplates{
    padding: 14px;
}
.topSubMenuTemplates:hover{
    opacity: 1;
}
.op1{
    opacity: 1;
}
/*** Side Menu ***/
#sidebar {
    /* height: 100vh; */
    /* z-index: 999; */
}
#content-wrapper {
    /* width: 100%;
    min-height: 100%;
    transition: all 0.3s; */
    /*position: absolute;
    top: 0;
    right: 0;*/
    background: #fbfbfb;
}
.side-menu-wrapper {
    /* height: 100vh; */
    /* border-right: 1px solid #a7acb8 !important; */
}
.minimize-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    width: 90%;
    margin: 0 auto;
}
.minimize-menu {
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.minimize-menu-text {
    padding-left: 12px;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #44566c;
}
.animate-menu {
    -webkit-transition:width .5s ease-in-out;
    transition:width .5s ease-in-out;
}

/*** logeddin user ***/
.loggedin-user-wrapper {
    position: relative;
    width: 90%;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 6vh auto 0 auto;
    cursor: pointer;
}
.loggedin-user-wrapper:hover {
    background-color: #eef2f4;
}

.user-account-dropdown {
    width: 100%;
    background-color: #fff;
}

.user-account-dropdown, .user-account-dropdown.close {
    display: none;
}
.user-account-dropdown.open {
    display: block;
    margin-top: 7px;
}
.user-account-dropdown ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.user-account-dropdown ul li {
    padding-left: 10px;
    font-size: 13px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 600;
    border-bottom: 1px solid rgba(167,172,184, 0.5);
}

.user-account-dropdown ul li:hover {
    background-color: #eef2f4;
}

.user-account-dropdown ul li a {
    text-decoration: none;
    color: #335073;
    display: block;
}


.loggedin-user-avatar {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    border-radius: 50%;
}

.loggedin-user-name {
    margin-bottom: 0;
    padding-left: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    color: #44566c;
}
.loggedin-user-settings {
    margin-bottom: 0;
    padding-left: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    color: #117dce;
}
.side-menu {
    /* margin-top: 4vh; */
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #44566c;
    text-transform: none;
}
.side-menu ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.side-menu a {
    height: 100%;
    text-decoration: none;
    color: #44566c;
    
    display: flex;
    align-items: center;
}
.side-menu ul li:hover {
    /*background-color: #eef2f4;
    color: #117dce;*/
}
.side-menu ul li:hover a{
    /*background-color: #eef2f4;
    color: #117dce;*/
}

.menu-item-wrapper {
    width: 90%;
    margin: 0 auto;
    padding-left: 10px;
}
.menu-item-wrapper img {
    display: block;
    /* width: 18px; */
    height: auto;
}
/* menu active item */
.side-menu ul li a.active-item {
    color: #FFFFFF;
}

.side-menu ul li span {
    line-height: 41px;
    margin-left: 19px;
}
.side-menu ul:nth-child(2) {
    /* margin-top: 7vh; */
}
/*** active ***/
#sidebar.active {
    width: 8.07295%;
}
#content-wrapper.active {
    width: 91.92695%;
}
#sidebar.active .loggedin-user {
    display: none;
}

#sidebar.active .loggedin-user-wrapper {
    justify-content: center;
}
#sidebar.active .loggedin-user-avatar {
    margin-left: 0;
}
#sidebar.active .user-account-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#sidebar.active .menu-item-wrapper {
    padding-left: 0;
}
#sidebar.active .menu-item-wrapper img {
    margin: 0 auto !important;
}
#sidebar.active .side-menu ul li {
    height: 50px;
}
#sidebar.active .side-menu ul li span {
    display: none !important;
}
#sidebar.active .minimize-wrapper {
    padding-left: 0;
}
#sidebar.active .minimize-menu-text {
    display: none;
}
#sidebar.active .minimize-menu {
    margin: 0 auto;
}

/*** sidebar active - dropdown open ***/
.side-menu-wrapper.dropdown-open .loggedin-user-wrapper {
    padding-bottom: 0;
    border-top: 1px solid rgba(167,172,184, 0.5);
    border-left: 1px solid rgba(167,172,184, 0.5);
    border-right: 1px solid rgba(167,172,184, 0.5);

    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
}
#sidebar.active .side-menu-wrapper.dropdown-open .loggedin-user-wrapper .loggedin-user {
    display: block !important;
}

/*****************************/
/*        MODAL COMMON       */
/*****************************/
.ReactModal__Overlay {
    z-index: 999 !important;
}

/*****************************/
/*      FORGOT PASSWORD      */
/*****************************/
.threedium-modal-content {
    color: #fff;
} 
.threedium-modal-content h1 {
    margin-bottom: 35px;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: normal;
    font-weight: 600;
}
.threedium-modal-content p {
    margin-bottom: 25px !important;
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal;
    font-weight: 500;
}
.threedium-modal-content input {
    width: 85%;
    height: 50px;
    margin-bottom: 50px;
    text-indent: 15px;  
    border-radius: 2px;
    font-size: 1.4rem;
    line-height: normal;
    color: #3292fa;
    font-weight: 500;
    outline: none;
    border: none;
}
@media (max-width: 576px) {
    .threedium-modal-content button {
        display: block;
        margin: 0 auto 15px auto !important;
    }
}

/*****************************/
/*       VERIFY EMAIL        */
/*****************************/
.verify-email-content.threedium-modal-content p {
    width: 40%;
}
@media (max-width: 768px) {
    .threedium-modal-content p {
        width: 90% !important;
    }
}

/*****************************/
/*       WELCOME MODAL       */
/*****************************/
#welcome-modal {
    display: none;
    z-index: 5;
    padding-top: 25px;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    background-color: rgba(69,91,111, 0.97);
}
.welcome-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.welcome-modal-content h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
}
.welcome-modal-content p {
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #a7acb8;
}
.click-to-start {
    padding-right: 15px;
    font-size: 18px;
    line-height: 6px;
    font-weight: normal;
    color: #17c8f3;
}
.click-to-start-wrapper {
    margin-right: 11rem !important;
}
@media (max-width: 768px) {
    .click-to-start-wrapper {
        display: none !important;
    }
}

/*****************************/
/*         DASHBOARD         */
/*****************************/
.upgrade-now-container-wrapper {
    /* padding-left: 15px; */
}
.upgrade-now-container {
    background-image: url('../images/Image_to3D.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* padding-bottom: 25px;
    padding-top: 25px; */
    padding-left: 25px;
    height: 20rem;
}
.upgrade-now {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #455b6f;
}
.dashboard {
    
    overflow-x: hidden;
}
.dashboard .page-content {
    /* padding-top: 45px; */
    padding-top: 1.7rem;
} 
@media (max-width: 1420px) {
    .dashboard .cta-border-gray {
        padding: 14px 15px !important;
    }
}
@media (max-width: 1200px) {
    .dashboard .campaigns-list {
        margin-top: 40px;
    }
}
.dashboard .react-bootstrap-table-pagination {
    display: none !important;
}
#billing .react-bootstrap-table-pagination {
    width: 100%;
}

/*****************************/
/*     CREATE FOLDER MODAL   */
/*****************************/
.closeFolderModalIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.addFolderButton {
    width:180px;
}

.addFolderInput {
    border: none;
    border-bottom: 1px solid #848484;
    margin-bottom: 42px;
    margin-top: 10rem;
    padding-left: 20px;
    max-width: 80%;
 }

 .folderIconCreateFolder{
     margin-top: 28px;
 }

 .backToLibrary {
    fill: #3281fa;
    color: #3281fa;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 5rem;
    cursor: pointer;
 }


 /*****************************/
/*     ADD ASSET MODAL        */
/*****************************/
label.typeFile{
    /* border: 1px solid #d3394c; */
    /* background-color: #f1e5e6; */
    padding: 0;
    color: #d3394c;
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

input.typeFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label.typeFile span{
    padding-left: 12px;
    text-align: center;
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #44566c;
    padding: 11px 20px 11px 12px;
}

label.typeFile strong{
    display: block;
    padding: 1.6rem 1.6rem;
    width: 21rem;
    /* height: 4rem; */
    border-radius: 3px;
    border: 1px solid #898e99;
    background-color: #fff;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #898e99;
}

label.typeFile strong:hover {
    background-color: #167ddb;
    color: #fff;
    text-decoration: none;
}

.addAssetInput {
    border: 1px solid #848484;
    margin-bottom: 42px;
    margin-top: 14px;
    padding-left: 20px;
    max-width: 44%;
    margin-left: 2%;
    margin-right: 2%;
 }

 .addAssetLabelWrapper{

 }

 .addAssetButton {
    width:180px;
 }

 .choseTypeOfFile {
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #44566c;
 }

 /*****************************/
/*          PRICING          */
/*****************************/

.pricingDivWhite {
    background-color: #ffffff;
    color: #44566c;
    width: 100%;
    height: 100% 
}

.pricingDivBlue {
    background-color: #3281fa;
    color: #ffffff;
    width: 100%;
    height: 100% 
}
.pricingDivH1 {
    font-size: 1.6rem;
    font-weight: 600 ;
    padding-top: 3.2rem;
}

.pricingDivP {
    font-size: 1.4rem;
    font-weight: 600 
}

.pricingDivButtonBlue {
    margin-top: 4rem;
    background-color: #3281fa;
    color: #ffffff;
    font-size: 1.6rem; 
    font-weight: 600; 
    width: 100%; 
    height: 5rem;
    padding-top: 0.6rem; 
    border-radius: 5px
}

.modal{
    color: #44566c !important;
}
    
.pricingDivButtonWhite {
    margin-top: 4rem;
    background-color: #ffffff;
    color: #3281fa;
    font-size: 1.6rem; 
    font-weight: 600; 
    width: 100%; 
    height: 5rem;
    padding-top: 0.6rem;
    border-radius: 5px
}

.pricingDivButtonWhite span {
    vertical-align: -webkit-baseline-middle;
}
.pricingDivButtonBlue span {
    vertical-align: -webkit-baseline-middle;
}
/* paypal  */

.modal.fade:not(.show) {
    opacity:1
}

.modal-backdrop.in {
    opacity:.6
}

.zIndex {
    z-index: 2;
}
.projectsTableHolder td  a, .projectsTableHolder td &gt; div, .projectsTableHolder td &gt; span {
    display:block;
}
 /*****************************/
/*  REACT AUTOSUGGEST SEARCH  */
/*****************************/

  .react-autosuggest__container {
    position: relative;
    width: 25rem;
    border-bottom: 1px solid rgba(120, 144, 156, 0.3);
  }
  
  .react-autosuggest__input {
    width: 25rem;
    height: 3rem;
    padding-top: 0.5rem;
    font-weight: 300;
    font-size: 1.6rem;
    border:none;
    background-color: #fafbfc;
    color: #78909c;
  }

  .react-autosuggest__input::placeholder {
    color: #78909c;
  }
  
  .react-autosuggest__input--focused {
    outline: none;
  }
  
  .react-autosuggest__input--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .react-autosuggest__suggestions-container {
    display: none;
  }
  
  .react-autosuggest__suggestions-container--open {
    display: block;
    position: absolute;
    top: 51px;
    width: 28rem;
    border: 1px solid #aaa;
    border: none;
    background-color: #fff;
    background-color: #fafbfc;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 2;
  }

  .react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .react-autosuggest__suggestion {
    cursor: pointer;
    /* padding: 10px 20px; */
  }
  
  .react-autosuggest__suggestion--highlighted {
    background-color: #ddd;
  }
  
  .react-autosuggest__section-container {
    border-top: 1px dashed #ccc;
  }
  
  .react-autosuggest__section-container--first {
    border-top: 0;
  }
  
  .react-autosuggest__section-title {
    padding: 10px 0 0 10px;
    font-size: 12px;
    color: #777;
  }

  .inventoryWrapper {
    width: 63%;
    min-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  /********************************/
  /********** SCROLL *************/
  /*******************************/

  .scroll-bar {
    /* margin-right: 10px; */
    overflow-x: hidden;
    /* overflow-y: auto ; */
    overflow-y: auto; /* ubaceno da se ne bi videlo pomeranje kada se pojavi scroll (trenutno se ne vidi scroll uopste zbog -5px */
    /* scrollbar-width: thin; */
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scroll-bar::-webkit-scrollbar {
    /* display: none !important; */
    width: 2.25px;
  }
  .scroll-bar-important {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  
  }
  .scroll-bar::-webkit-scrollbar-track
  {
    /* background-color: #56595A; */
  }
  /* .scroll-bar::after {
    content: '';
    width: 0.25px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #1F2021;
  } */
  .scroll-bar::-webkit-scrollbar-thumb
  {
    background-color: #9A9D9E;
    border-radius: 2.5px;
  }
  .scroll-vertical {

  }
  .scroll-vertical::-webkit-scrollbar {
    /* display: none !important; */
    height: 4px;
  }
  .scroll-down-wrapper {
    width: 56px;
    height: 56px;
    visibility: hidden;
    position: fixed;
    right: 5%;
    bottom: 95px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    transition: visibility 800ms linear 300ms, opacity 300ms;
  }
  .display-scroll-down {
    opacity: 1;
    visibility: visible;
  }
  .hide-scroll-down {
    opacity: 0;
    visibility: hidden;
  }

/* LABEL INPUT MULTISELECT */

.labelInputMultipleSelect {
    min-height: 15rem;
    max-height: 15rem;
    color: #000;
    border: solid 1px #78909c;
    border-radius: 10px;
}
  


/* FONT SIZE */
/* @media screen and (max-width: 1600px){
    html{
      font-size: 59.0277%;
    }
  }
}
@media screen and (max-width: 1200px){
html{
    font-size: 52.0833%;
}
.height100noOverflow {
    overflow: auto;
}
} */

.input-error::placeholder {
    color: #ff0000;
}

.paginationNew {
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    display: inline-flex;
    list-style-type: none;
}

.activeNumber {
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    text-decoration-line: underline;
    color: #7141CE;
    list-style-type: none;
}

.pageItemNew {
    background: none;
    border: none;
    list-style-type: none;
    margin-left: 2rem;
    cursor: pointer;
}

.pageLinkNew {
    background: none;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    color: #BDC3C7;
    list-style-type: none;
}

.activeNumber a {
    color: #7141CE;
}

.notification-container {
    top: 45px !important;
}

.editor-mode .notification-container {
    right: 314px;
}
body:not(.editor-mode) .notification-container {
    top: 122px !important;
}

@keyframes progress-bar {
    0% {
        background-position: 0 50%;
    }
}
</pre></body></html>