/*s DEFAULT STYLES */
body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
​
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-weight: bold;
}
​
.no-p {
  padding: 0 !important;
}   
​
.p-r-0 {
  padding-right: 0;
}

/* KDO new pie chart */

.radial { display:inline-block; position:relative; }
.radial svg { background:none; border: 0px; overflow:visible; }
.radial .track { fill:none; stroke:#eee; stroke-width:8; }
.radial .bar { fill:none; stroke: #14aa0e; stroke-width:8;
  stroke-linecap:round; transform:rotate(-90deg); transform-origin:50% 50%; }
.radial .label { position:absolute; inset:0; display:grid; place-items:center; border: 0px; font-size: 6pt; color: #0e2e42; padding-bottom: 6px;}

#projects td {
  padding: 5px !important;
}


/* table cell padding as you had */
#projects td { padding: 10px !important; }

/* radial sizing + baseline fixes */
.radial{
  --size: 26px;           /* adjust to taste */
  display: inline-block;
  width: var(--size);
  height: var(--size);
  line-height: 0;         /* removes extra vertical space */
  vertical-align: middle; /* keeps it centered vs. text */
  position: relative;
}

.radial svg{
  display: block;         /* no line-height box from svg */
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  overflow: visible;
}

.radial .track{ fill:none; stroke:#e5e7eb; stroke-width:8; }
.radial .bar{
  fill:none; stroke:#14aa0e; stroke-width:8;
  stroke-linecap:round; transform: rotate(-90deg); transform-origin:50% 50%;
}
/*.radial{*/
/*  position:relative; width:calc(var(--size,120) * 1px); aspect-ratio:1;*/
/*  !*display:inline-grid; place-items:center; font:600 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;*!*/
/*  display: inline-block;*/
/*  border: 0px;*/
/*}*/
/*!*.radial svg { display:block; }*!*/
/*.radial svg {*/
/*  background: none;*/
/*  border: none;*/
/*  overflow: visible; !* ensures strokes aren't clipped *!*/
/*}*/
/*.radial .track{*/
/*  fill:none; stroke:var(--track,#eee); stroke-width:12; opacity:.8;*/
/*}*/

/*.radial .bar{*/
/*  fill:none; stroke:var(--bar,#4f46e5); stroke-width:12;*/
/*  stroke-linecap:round; transform:rotate(-90deg); transform-origin:50% 50%;*/
/*  stroke-dasharray: 264; !* ~ 2πr where r=42 => 263.89 *!*/
/*  stroke-dashoffset: 264;*/
/*  transition: stroke-dashoffset .6s ease;*/
/*}*/
/*.radial .label{ position:absolute; inset:0; display:grid; place-items:center; }*/

.newpie{
   --thickness: 0px;
   width: var(--size,50px); aspect-ratio:1; border-radius:50%;
   display:inline-grid; place-items:center; font:600 14px/1.2 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
   background:
           conic-gradient(var(--fg, #2d802d) calc(var(--value,0) * 1%), var(--bg,#e5e7eb) 0);
   /* create the donut hole */
   -webkit-mask:
           radial-gradient(circle at 50% 50%, transparent calc(50% - var(--thickness)), black calc(50% - var(--thickness)));
   mask:
           radial-gradient(circle at 50% 50%, transparent calc(50% - var(--thickness)), black calc(50% - var(--thickness)));
 }

.pie > span { pointer-events:none; }

/* KDO fixing client menu background color */
.sidebar{
  background: #b4c5ec !important;
}
.sidebar-bg{
  background: #f1f2f4 !important;
}
.nav-sidebar {
  margin-top: 0;
  padding-left: 15px;
  padding-bottom: 20px;
}
.btn-primary{
  background: #6185bc !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}
​
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}
​
.col-sm-12 .pl-0, .col-sm-6 .pl-0 {
  padding-left: 0px !important;
}

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

.d-flex {
  display: flex !important;
  align-items: center !important;
  background: #fff;
  margin-bottom: 10px;
}

.w-100 {
  width: 100% !important;
}

.flex-b-50 {
  flex-basis: 50% !important;
}
​
​.container {
  padding-left: 15px;
}
/* CUSTOM CSS */
.recur_elements {
  font-weight: 600;
  color: #383a3c;
  font-size: 11px;
  font-family: Open Sans;
  text-transform: uppercase;
  letter-spacing: .3px;
}
​
.project-media-table {
  border: 1px solid #dddddd;
  width: 100%;
}
​
.project-media-table td,
.project-media-table th {
  text-align: left;
  padding: 8px;
}
​
.project-media-table th.center-text-align,
.project-media-table td.center-text-align {
  text-align: center;
}
​
.project-media-table tr:nth-child(even) {
  background-color: #dddddd;
}
​
.head-line-height {
  line-height: 2.3;
}
​
.img-list {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border: 2px solid #fff;
}
​
.checkbox-custom-wrap label {
  position: relative;
  width: 100%;
}
​
.checkbox-custom-wrap #prog_cal_input {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}    
​
.checkbox-custom-wrap label .lbl {
  width: 100%;
  display: block;
  position: absolute;
  padding-left: 20px;
  left: 0;
}
​
/*Form CSS*/
form .form_description h2 {
  font-weight: 400;
}

label.description, span.description {
  font-weight: 700;
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}

span.required {
  color: red;
  font-size: 10px;
  font-weight: 600;
}

label {
  text-transform: none !important;
}

label.choice {
  font-size: 12px;
}

.radio {
  margin-top: 0px;
}
​
.text + .tooltip > .tooltip-inner {
  padding: 15px;
}
​
.radio-group .radio:last-child {
  margin-bottom: 0;
}

.checkbox_group .checkbox:first-child {
  margin-top: 0px;
}

.checkbox_group .checkbox:last-child {
  margin-bottom: 0px;
}

h5.section_title {
  margin-bottom: 0px;
  margin-top: 20px;
  padding-top: 0px;
}
​
​
a.gb-tab {
  margin-left: 0px !important;
  color: #000 !important;
}
​
.addnewclientsuccess , .addnewclientfailure {
  float: left;
  margin-top: 5px;
}

.product-form-select {
  display: flex;
}

.gb-drop-down {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  width: 100%;
  height: 30px;
  padding: 6px 10px;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.order-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

a#submit_order {
  margin-left: 20px;
  margin-right: 40px;
  font-size: 15px !important;
}
​
#remove-upload {
  float: right;
  cursor: pointer;
}
​
.file-upload {
  margin-bottom: 20px;
}
​
#client_type_choice .radio {
  display: inline;
}
​
​
/* FORMS STYLES - SHAKTISH */
​
.form_description h2 {
  font-size: 21px;
}
​
.form_description {
  border-bottom: 1px dotted #ccc;
  clear: both;
  display: inline-block;
  margin: 0 0 1em;
}
​
#main_body label.description,
#main_body span.description,
label {
  color: #444;
  font-size: 14px;
}
​
.form-control:focus {
  border-color: #ccc;
  box-shadow: none;
}
​
.default-input,
.form-control {
  height: 33px;
  border-radius: 5px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  background-color: #FBFBFB;
}
​
.seo-categoy-forms .col-sm-6 .form-group.filled {
  width: 50%;
}
​
.seo-categoy-forms .width-auto-input.default-input,
.seo-categoy-forms .width-auto-input.form-control {
  width: auto;
}
​
.seo-categoy-forms .input-fullwidth.default-input,
.seo-categoy-forms .input-fullwidth.form-control {
  width: 100%;
}
​
​
​
.default-textarea {
  border-radius: 5px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  resize: none;
  background-color: #FBFBFB;
}
​
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #FBFBFB;
}
​
.default-textarea:focus {
  outline: none;
  border-color: #ccc;
}
​
.default-file-input {
  padding: 4px 8px !important;
}
​
.checkbox input[type=checkbox] {
  margin: 2px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  position: absolute;
  left: 0;
}
​
.tm.description {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 5px;
}
​
.heading-lead {
  color: red;
  font-size: 15px;
}
​
.form-group.filled {
  min-height: 30px;
  padding-bottom: 0;
  background: #fbfbfb;
  margin-bottom: 0;
}
​
.form-group.filled .chosen-single {
  margin-top: 3px;
}
​
.seo-categoy-forms .btn {
  margin-right: 10px;
}
​
.seo-categoy-forms #progressbar {
  margin-bottom: 10px;
  padding-left: 0;
}
​
.seo-categoy-forms fieldset {
  margin-left: 0;
  margin-right: 0;
}
​
#existing_client_chain a.chosen-single {
  line-height: 24px;
}

#product_details a.chosen-single {
  line-height: 24px;
}
​
#product_details div#product_name_chosen {
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  background: #f0f0f0!important;
}
​
table.order-details, .order-details th, 
.order-details td {
  border: 1px solid black;
  padding: 5px;
}

table.order-details {
  margin-top: 20px;
}
​
table.table-content-wrap {
  table-layout: fixed;
  width: 100%;
}

table.table-content-wrap td {
  word-break: break-word;
}
​
#data_table .chosen-container {
  max-width: 300px;
}
​
.campaign-container , .textbox-container {
  padding-top: 10px;
}

.config-sub-heading .description {
  margin-top: 0px;
}
​
.conversion-zone-content-contaier {
  padding-top: 10px;
}

.conversionZone {
  padding-top: 10px;
}

.config-content-container {
  padding-top: 10px;
}

.custom-label {
  width: 100%;
  display: block;
  margin-bottom: 2px;
  color: #a4a5a9;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12.5px;
  font-family: Open Sans;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.form-file-content-contaier,.form-phone-content-contaier {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.impression-checkbox-contaier {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.budget-content-container .form-control {
  margin-bottom: 10px;
}

span.glyphicon.glyphicon-question-sign {
  font-size: 17px !important;
  color: #444;
}

.tooltip-inner {
  max-width: 350px !important;
  width: 350px !important;
}

.tooltipss .custom-label {
  flex-basis: 50%;
}

.allocate-impression {
  flex-basis: 50%;
  display: flex;
  align-items: center;
}

.tactic-head {
  display: flex;
}

label.descriptions.table-head1,input.descriptions.table-head1 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-family: Open Sans,Helvetica,Arial;
  flex-basis: 33.33%;
}

.tactic-select,.cat_contetual_Creative,.audience-re-targeting_Creative,
.search-re-targeting_Creative,.site-re-targeting_Creative,.pre-roll-video_Creative,.OTT_Creative
,.OTT_private_Creative {
  display: flex;
}

input[type=checkbox].descriptions.table-head1 {
  height: auto;
}

.tactic-heading {
  padding-left: 10px;
}

.tactic-impression {
  padding-left: 20px;
}

.impression-content-container {
  min-height: auto;
  padding-top: 15px;
  padding-bottom: 10px !important;
  margin-bottom: 0px;
}

label.descriptions.table-sub-head {
  display: block;
  margin-bottom: 2px;
  color: #a4a5a9;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-family: Open Sans;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.article-body.impression-add-content {
  background: #ffff;
  padding: 10px 0 5px 10px;
}

.article-body.impression-add-content.geoFencing.col-sm-12,.category-contetual,
.audience-re-targeting,.search-re-targeting,
.site-re-targeting {
  padding-bottom: 10px;
}

.pre_roll_video,.OTT,.OTT_private {
  padding-bottom: 10px !important;
  height: auto;
}

.tatcic-checkbox-container {
  padding-bottom: 10px;
  border-bottom: 1px solid #c9cfda;
  display: flex;
  align-items: center;
}

.tactic-text-area {
  padding-top: 4px;
}

.tatic-upload {
  padding-top: 10px;
}

.traget-text-container {
  display: flex;
  flex-direction: row;
  padding-top: 10px;
}

.tactic-target-container {
  flex-basis: 50%;
}

.tatic-upload-container {
  flex-basis: 50%;
}

.traget-text-container i.fa.icon.dripicons-document-new {
  padding-right: 10px;
}

.traget-text-container {
  align-items: center;
}

.sss {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.general-text-box {
  background: #ffff;
}

.cofig-sub-text {
  font-size: 12px;
  color: #333;
}

.config-sub-heading {
  border-bottom: 1px solid #ececec;
}

.conversion-zone-container,.form-file-container,.form-phone-container,.form-other-container {
  border: 1px solid #c9cfda;
  padding: 10px;
  margin-top: 10px;
  border-radius: 2px;
}

.campaign-config-container {
  min-height: 134px;
  padding: 10px;
}

.impression-container {
  background: #fff;
  padding: 0 15px;
  min-height: 140px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.impression-radio {
  padding-top: 0px;
}

.mg-top-15 {
  margin-top: 15px;
}

.seo-categoy-forms {
  padding: 0px;
}

.impression-date {
  flex-basis: 100%;
}

.gbAllocation_textarea, .w-100 {
  width: 100%;
}

.impression_balance {
  text-align: right;
}

.receipt-txt-container {
  padding: 10px 0 0 21px;
}

.impression-content-containers {
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 3px !important;
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0 !important;
}

.border-box {
  border: 1px solid #c9cfda;
  margin-top: 10px;
}


/* The container */
.custom-checkbox .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
  
  /* Hide the browser's default radio button */
  .custom-checkbox .container input {
    position: absolute;
    opacity: 0 !important;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .custom-checkbox .container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .custom-checkbox .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .custom-checkbox .container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .custom-checkbox .container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
   .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .custom-checkbox .container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white
}   
  .custom-checkbox .container {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    margin-top:12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 77%;
}
.custom-checkbox {
    flex-basis: 50%;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

.btn:hover {
  background-color:#000;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/*cpm calculator accordion in campaign configuration model*/
.accordion-container {
  margin: 0 0 10px;
}

.accordion-toggle {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  background: #abacb0;
  color: #fff;
  text-decoration: none;
}

.accordion-content {
  display: none;
  padding: 20px;
  overflow: auto;
}

/* new order form css begins */
.gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: left;

}
@media only screen and (max-width: 768px) {
    .gallery{justify-content: center;
        }
      }
.card {
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 120px;
    height: 103px;
    border-radius: 7px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.14);
    border: solid 2px #BDC3C7;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-top: 18px;
    margin-right: 6px;
    margin-left: 24px;
    cursor: pointer;
    margin-bottom: 18px;
}

.card-active{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 120px;
  height: 103px;
  border-radius: 7px;
  box-shadow: 2px 2px 6px 0 rgba(40, 91, 30, 0.23);
  border: solid 2px #34bc11;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-top: 18px;
  margin-right: 6px;
  margin-left: 24px;
  cursor: pointer;
  margin-bottom: 18px;
}



.card-header {
  color: #D32F2F;
  text-align:center;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid #EF9A9A;
  background-color: #FFEBEE;
  padding: 5px 10px;
}

.card-main {
  display: flex;              /* Children use Flexbox */
  flex-direction: column;     /* Rotate Axis to Vertical */
  justify-content: center;    /* Group Children in Center */
  align-items: center;        /* Group Children in Center (on cross axis) */
}

.material-icons {
  font-size: 36px;
  color: #D32F2F;
  margin-bottom: 5px;
}

.main-description {
  color: #D32F2F;
  font-size: 12px;
  text-align: center;
}
.order-creation-container {
    padding: 10px 30px;
    height: 100%;
    width: 100%;
}
.head-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom : 22px;
}

.client-details {
    flex-basis: 50%;
}

.order-head-text {
    width: 392px;
    height: 44px;
    font-family: Google Sans;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.13px;
    text-align: right;
    color: #475959;
    justify-content: flex-end;

}
.header-label{
    width: 90px;
    height: 18px;
    font-family: Google Sans;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #272b25;
}
.client-name {
    width: 448px;
    height: 30px;
    font-family: Google Sans;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.75px;
    color: #272b25;
}

.order-name {
    width: 184px;
    height: 29px;
    font-family: Google Sans;
    font-size: 23px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.72px;
    color: #297615;
}

.line-break {
    border: solid 1px #979797;  
}

.goal-container {
    margin:21px;
}
.goal-container-product {
    padding-top: 40px;
    
}
.goal-header {
    width: 321px;
    height: 38px;
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height:normal;
    letter-spacing: 0.63px;
    color: #297615;
    
}
.product-container{
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 7px;
    border: solid 2px #BDC3C7;
    padding: 20px;
}
.question-2{
   background-color: #efefef;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 1px;
    border: 1px solid #efefef; 
}
.content-wrapper{
    border: solid 2px #BDC3C7;
    border-radius: 7px;
    padding: 21px;
    margin-top: 21px;
}
.product-header {
    width: 100%;
    font-family: Google Sans;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: left;
    letter-spacing: 0.63px;
    color: #34bc11;
    text-transform: uppercase !important;
}
.budget-header {
    width: 367px;
    height: 38px;
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: right;
    letter-spacing: 0.63px;
    color: #34bc11;
}
.goal-campaign-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.campaign-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 120px;
    height: 103px;
    border-radius: 7px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.14);
    border: solid 1px #979797;
    background-color: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
}

.campaign-card-active {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 120px;
    height: 103px;
    border-radius: 7px;
    box-shadow: 2px 2px 6px 0 rgba(40, 91, 30, 0.23);
    border: solid 2px #34bc11;
    background-color: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
}

.campaign-card-product {
    margin-top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.goal-card-name {
  width: 113px;
  height: 36px;
  font-family: Google Sans;
  font-size: 13px;
  text-align: center;
  color: #414b4b;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 500;
}
.goal-card-name-active{
    width: 113px;
    height: 36px;
    font-family: Google Sans;
    font-size: 13px;
    text-align: center;
    color: #29bf12;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 500;
}
.goal-container-product .container {
    display: block;
    width: 100%;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
}

.goal-container-product .card {
  width: 130px;
  height: 105px;
  border-radius: 7px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.14);
  border: solid 2px #BDC3C7;
  background-color: #ffffff;
   float: left;
   margin:18px 20px;
   padding: 10px 3px;
   cursor: pointer;
   margin-right: 6px;
   margin-left: 33px;
  /*setting width for each and every card element as well as -10px for removing the margin width for 5 elements*/
  
}
.goal-container-product .card-active {
    width: 130px;
    height: 105px;
     border-radius: 7px;
     box-shadow: 2px 2px 6px 0 rgba(40, 91, 30, 0.23);
    border: solid 2px #34bc11;
     background-color: #ffffff;
     box-sizing: border-box;
    float: left;
    margin:18px 20px;
    padding: 10px 3px;
    cursor: pointer;
    margin-right: 6px;
    margin-left: 33px;
   /*setting width for each and every card element as well as -10px for removing the margin width for 5 elements*/
   
 }

.goal-container-product .card h2{
 text-align: center;
}
.gb-header {
    width: 100%;
    height: 38px;
    font-family: Google Sans;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    color: #253b1f;
    text-transform: uppercase;
    
}
/*icons used in new order form*/
.icon-sales {
    font-size: 35px;
    color:#2d3a3a;
    padding-bottom: 12px;
}

.icon-leads {
    font-size: 40px;
    color:#2d3a3a;
    padding-bottom: 12px
}

.icon-website-traffic {
    font-size: 42px;
    color:#2d3a3a;
    padding-bottom: 12px
}

.icon-product_brand {
    font-size: 42px;
    color:#2d3a3a;
    padding-bottom: 12px;
}

.icon-awareness {
    font-size: 42px;
    color:#2d3a3a;
    padding-bottom: 12px;
}

.icon-without-goal {
    font-size: 35px;
    color:#2d3a3a;
    padding-bottom: 12px

}
.icon-display {
    font-size: 35px;
    color:#2d3a3a;
    padding-bottom: 12px

}
.icon-sem {
    font-size: 35px;
    color:#2d3a3a;
    padding-bottom: 12px

}
.icon-seo {
    font-size: 35px;
    color:#2d3a3a;
    padding-bottom: 12px

}
.icon-social-media {
    font-size: 35px;
    color:#2d3a3a;
    padding-bottom: 12px

}
.icon-email {
    font-size: 35px;
    color:#2d3a3a;
    padding-bottom: 12px

}
.icon-website{
    font-size: 35px;
    color:#2d3a3a;
    padding-bottom: 12px

}
.icon-video-marketing {
    font-size: 35px;
    color:#2d3a3a;
    padding-bottom: 12px
}
.icon-without-goal {
    font-size: 35px;
    color:#2d3a3a;
    padding-bottom: 12px;

}
.icon-GB-CIRCLE4-mark-black{
    font-size: 35px;
    color:#2d3a3a;
    padding-bottom: 12px;
}
.icon-arrow-down{
  font-size: 17px;
  color: #fff;
  margin-left: 5px;
  margin-top: 1px;
}
.icon-arrow-up{
    font-size: 17px;
    color:#fff;
    margin-left: 16px;
    margin-top:160px;
}
.icon-Calendar-Icon{
    font-size: 14px;
    
}
.icon-Calendar-Icon:before{
    margin-right: 8px;
}

.icon-upload:before {
  color: #34bc11;
  font-size: 56px;
  position: absolute;
  top:18%;
  left: 34%;
  right: 40%;
}
.icon-plus {
  font-size: 20px;
  color: #fff;
  margin-left: 5px;
  margin-top: -1px;
}
.icon-delete{
  font-size: 23px;
  color: #fff;
  margin-left: 5px;
  margin-top: -3px;
}
.icon-placeholder{
    font-size:35px;
}
.icon-user{
     font-size:40px;  
}
.icon-without-goal-small1{
    font-size:25px;  
}
.icon-validation-tick{
  margin-right: 21px;
}
.icon-change{
    color: #29bf12;
  }
.icon-info-mark{
  font-size: 14px;
  margin-top: 85px;
  
}

.note-wrapper{
    margin-top:16px;
}
.question-label{
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    color: #34bc11;
}

.note-label{
  font-family: Google Sans;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  color: #4d7043;
}

.btn-save{
    height: 58px;
    width: 151px;
    align-items: flex-start;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    margin-top: 21px;
    color: #fff;
    border-radius: 6px;
    margin-right: 28px;
  }
  .btn-save .btn-text{
    font-size: 14px;
    font-weight: 100;
    color: #fff;
  }
.btn-next{
    height: 58px;
    width: 151px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    margin-top: 21px;
    color: #fff;
    border-radius: 6px;
    background-color: #34bc11;
  }
   .btn-next .btn-text{
    font-size: 14px;
    font-weight: 100;
    color: #fff;
  }

  .btn-order{
    height: 58px;
    width: auto;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    margin-top: 21px;
    color: #fff;
    border-radius: 6px;
    background-color: #34bc11;
  }
  .btn-order .btn-text{
      font-size: 14px;
    font-weight: 100;
  }
  .end-date{
    display: flex;
    justify-content:space-between;
    width: 100%;
    height: 100%;
    margin-top: 30px;
  }
.gb-form{
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
    .gb-form-flex{
    display: flex;
    justify-content:space-between;
    width: 90%;
    height: 100%;
    margin-top: 15px;
    }
.gb-form input[type="text"]{
    height: 38px;
    width: 50%;
    border-radius: 5px;
    border: 2px solid #BDC3C7;
    padding: 12px;
}
.gb-form input[type="number"]{
    height: 38px;
    width: 50%;
    border-radius: 5px;
    padding: 12px;
    border: 2px solid #BDC3C7;
}
.budget-input input[type="text"]{
   height: 38px;
    width: 187px;
    border-radius: 5px;
    border: 2px solid #BDC3C7;
    padding: 12px;
}
.gb-form input[type="date"]{
    height: 38px;
    border-radius: 5px;
    border: 2px solid #BDC3C7;
    color: #979797;
    padding: 10px;
}


.gb-form input[type="date"]::after{
   padding-left: 230px;
}
.gb-form textarea{
    height: 151px;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #BDC3C7;
}
 .gb-label{
    font-size: 14px;
    color:#414b4b;
    text-transform: uppercase;
}
.gb-form input::placeholder{
    color: #979797;
   text-align: left;
   font-stretch: normal;
    font-style: normal;
   text-transform: uppercase;
    font-family: Google Sans;
   font-weight: 500;
}
.gb-form textarea::placeholder{
    color: #979797;
   text-align: left;
   font-stretch: normal;
    font-style: normal;
   text-transform: uppercase;
  font-weight: 500;
    font-family: Google Sans;
}
.gb-form .picker-hide::-webkit-inner-spin-button,
.gb-form .picker-hide::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.assign-order-creative-form{
  width: 100%;
  height: 100%;
    margin-top: 15px;   
}
.assign-order-creative-form input[type="text"]{
    height: 38px;
    width: 309px;
    border-radius: 5px;
    border: 2px solid #BDC3C7;
    padding: 12px;
}
.input-icons input[type="text"]{
    border: solid 2px #BDC3C7;
    padding-left: 0px;
    width: 70%;
}

.assign-order-creative-form textarea{
    height: 76px;
    width: 309px;
    border-radius: 5px;
    border: solid 2px #BDC3C7;
    padding: 12px;
}
.assign-order-creative-form input::placeholder{
    color: #979797;
   text-align: left;
   font-stretch: normal;
    font-style: normal;
   text-transform: uppercase;
    font-family: Google Sans;
   font-weight: 500;
}
.assign-order-creative-form textarea::placeholder{
    color: #979797;
    text-align: left;
   font-stretch: normal;
    font-style: normal;
   text-transform: uppercase;
    font-family: Google Sans;
   font-weight: 500;
}
.seo_notes::placeholder{
  color: #979797;
  text-align: left;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  font-family: Google Sans;
  font-weight: 500;
}
.audience-retargeting-form{
  width: 100%;
  height: 100%;
    margin-top: 15px;   
}
.audience-retargeting-form input[type="text"]{
    height: 38px;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 2px solid #BDC3C7;
}
.audience-retargeting-form .input-47 input[type="text"]{
    height: 47px;
     width: 100%;
    border-radius: 5px;
    padding: 12px;
    border: 2px solid #BDC3C7;
}

.audience-retargeting-form textarea{
    height: 76px;
     width: 100%;
    border-radius: 5px;
    padding: 12px;
    border: 2px solid #BDC3C7;
}
.audience-retargeting-form input::placeholder{
    color: #979797;
   text-align: left;
   font-stretch: normal;
    font-style: normal;
   text-transform: uppercase;
    font-family: Google Sans;
   font-weight: 500;
}
.audience-retargeting-form textarea::placeholder{
    color: #979797;
   text-align: left;
   font-stretch: normal;
    font-style: normal;
   text-transform: uppercase;
    font-family: Google Sans;
   font-weight: 500;
}

.assign-order{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border:1px solid #bbc1b9;
    padding: 10px;
    margin-top: 51px;
    border-radius: 7px;
    width: auto;
    height: 90px;
}
.btn-assign{
    background-color: #4d7043;
    border-radius: 6px;
    height:56.7px; 
    width:151px;
     font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    color: #fff;
}
.btn-assign .btn-text{
    font-weight: 100;
    font-size: 14px;
    font-family: Google Sans;
}
.assign-order-label{
font-family: Google Sans;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.69px;
  color: #34bc11;
  text-transform: uppercase;
}
.assign-order-tab{
  padding: 4px;
  border-radius: 7px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0px;
}
.ad-type{
 font-family: Google Sans;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.69px;
  color: #687764;
  text-transform: uppercase;
}
.display-container{
    border-radius: 7px;
    border:1px solid #979797;
    padding: 21px;
    height: 100%;
    width: 100%;
}
.display-label{
    font-size: 18px;
    font-weight: bold;
    color: #414b4b;
}

.main-display-form input[type="text"]{
height: 38px;
width: 90%;
border-radius: 5px;
padding: 12px;
border: 2px solid #BDC3C7;
}
.main-display-form input[type="number"]{
height: 38px;
width:191px;
border-radius: 5px;
padding: 12px;
padding-left: 15px;
border: 2px solid #BDC3C7;
}
.main-display-form-sem input[type="number"]{
height: 43px;
width:135px;
border-radius: 5px;
padding: 12px;
padding-left: 20px;
border: 2px solid #BDC3C7;
margin-right: 5px;

}
.icon-dollar
    {
    color: #757474;
    position: absolute;
    left: 90px;
    margin-left: 5px; 
    font-size: 17px;
    font-weight: 700 !important;
    top: 12px;
    }
.icon-dollar-allocation
 {
  left:122px;
  top: 30px;
  color: #757474;
  position: absolute !important;
  margin-left: 11px; 
  font-size: 17px;
  font-weight: 700 !important;
 }
 .icon-dollar-social {
    color: #757474;
    position: absolute !important;
    left: 112px;
    margin-left: 5px;
    font-size: 17px;
    font-weight: 700 !important;
    top: 10px;
}
.icon-dollar-alloc {
    color: #757474;
    position: absolute !important;
    left: 20px;
    margin-left: 5px;
    font-size: 17px;
    font-weight: 700 !important;
    top: 45%;
}
.icon-dollar-video {
    color: #757474;
    /* position: absolute !important; */
    left: 43.8% !important;
    margin-left: 5px;
    font-size: 17px;
    margin-top: 11px;
    font-weight: 700 !important;
    /* top: 12px; */
}
.icon-dollar-budget
{
    position: absolute !important;
    color: #757474;
    margin-left: 5px;
    font-size: 17px;
    margin-top: 9px;
    font-weight: 700 !important;
}
.icon-dollar-youtube
{
    position: absolute !important;
    color: #757474;
    margin-left: 5px;
    font-size: 17px;
    margin-top: 11px;
    font-weight: 700 !important;
}
input[type="date"]{
    height: 38px;
    border-radius: 5px;
    border: 2px solid #BDC3C7;
    color: #979797;
    padding: 10px;
}

.main-display-form  .picker-hide::-webkit-inner-spin-button,
.main-display-form .picker-hide::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.main-display-form-sem  .picker-hide::-webkit-inner-spin-button,
.main-display-form .picker-hide::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.main-display-form input::placeholder{
    color: #979797;
   text-align: left;
   font-stretch: normal;
    font-style: normal;
   text-transform: uppercase;
    font-family: Google Sans;
   font-weight: 500;

}
.btn-calculate-impressions{
    height: 42px;
    width: auto;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    color: #fff;
    border-radius: 6px;
    background-color: #297615;
  }
  .btn-calculate-impressions .btn-text{
      font-size: 14px;
    font-weight: 100;
    color: #fff;
  }
.gb-form-wrapper-display{
    margin-top: 31px;
}
.gb-form-display input[type="text"]{
    height: 38px;
    width: 160px;
    border-radius: 5px;
    padding: 12px;
    border: solid 2px #BDC3C7;
}
.assign-order-creative{
    border: solid 2px #BDC3C7;
    padding: 13px;
    border-radius: 7px;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px;
}
.btn-order-creative{
    height: 50px;
    width: 100%;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    margin-top: 21px;
    border-radius: 7px;
    background-color: #ffffff;
    font-size: 12px !important;
     font-weight: 100;
      color: #414b4b;
    border:solid 2px #BDC3C7;
    padding:11px;
    padding-left: 0px;
    white-space: inherit;
}
.btn-order-creative:hover, .btn-order-creative.active, .btn.active{
    background-color: #34bc11 !important;
    border:1px solid  #34bc11 !important;
    color: #fff;        
}

/* toggle switch checkbox */
 .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 23px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #29bf12;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.file-upload{
    height: 376px;
    width:  100%;
    border:solid 2px #BDC3C7;
    border-radius: 18px;
    margin-top: 21px;
   
}
.browse-file{
    height: 375px;
}
.check-validations{
    height: 372px;
    background-color: #f2f4f1;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
.scroll-bar-check-validations{
height: 279px;
overflow-y: scroll;
margin-top: 7px;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #f2f4f1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #d8d8d8; 
}
.uploaded-file-type{
  height: 13px;
  font-family: Google Sans;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.31px;
  text-align: center;
  color: #257707;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 8px !important;
}
.file-type-name{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drag-file{
  width: 189px;
  font-family: Google Sans;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.63px;
  color: #4d7043;
  position: relative;
  top: 40%;
  left: 10%;
}
.file-browse{
   width: 189px;
  font-family: Google Sans;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.63px;
  color: #4d7043;
  text-align: center;
  position: absolute;
  top:47%;
  left: 10%;
   
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  top:56%;
  left: 8%;
}

.btn-upload {
height: 43px;
width: 189px;
  border: 2px solid #34bc11;
  color: #fff;
  background-color: #34bc11;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px !important;
  font-weight: bold;
}

.upload-btn input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;

}
.gb-radio-form{
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 90%;
    height: 100%;
    margin-top: 15px;
    }
.gb-radio-form input[type="text"]{
    height: 38px;
    width: 349px;
    padding: 12px;
    border-radius: 5px;
    border:solid 2px #BDC3C7;
}
.gb-radio-form input[type="date"]{
    height: 38px;
    border-radius: 5px;
    border:solid 2px #BDC3C7;
    color: #979797;
    padding: 10px;
}
.gb-radio-form input::placeholder{
    color: #979797;
    text-align: left;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    font-family: Google Sans;
    font-weight: 500;

}
.input-icons input::placeholder {
    padding-left: 20px;
}
.gb-radio-form .picker-hide::-webkit-inner-spin-button,
.gb-radio-form .picker-hide::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    font-weight: 500;
}

.btn-creative{
    height: 43px;
    width: 100%;
    border-radius: 6px;
    background-color: #297615;
    margin-top: 25px;
}
.sem{
    margin-top: 0px;
}
.btn-attention{
    background-color: #4d7043;
    border-radius: 6px;
    height:56.7px; 
    width:156px;
     font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    color: #fff;   
}
.btn-choose-tactics{
    height: 50px;
    width: 105%;
    text-align: left;
    background-color:#fff;
    border: solid 2px #BDC3C7;
    color:#414b4b;
    margin: 10px;
    border-radius: 7px;

}
.btn-choose-tactics:hover{
    height: 50px;
    width: 105%;
    background-color:#34bc11;
    border:1px solid #34bc11;
    color:#fff;
}
.btn-choose-tactics .btn-text{
    margin-left: 10px;
    font-size: 14px;
}

.audience-header {
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.63px;
    color: #34bc11;
    padding-top: 20px;
}
.sem-label{
  width: 394px;
  height: 36px;
  font-family: Google Sans;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.88px;
  color: #253b1f;
}
.sem-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sem-form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sem-form input[type="text"]{
    height: 38px;
    width: 100%;
    min-width: 349px;
    max-width: 349px;
    border-radius: 5px;
    padding: 12px;
    border:1px solid #979797;
}
.sem-form input[type="number"]{
    height: 38px;
    width: 266px;
    border-radius: 5px;
    padding: 12px;
    border:1px solid #979797;
}
.sem-form textarea{
    height: 151px;
    width: 349px;
    border-radius: 5px;
    padding: 12px;
    border:1px solid #979797;
}
.sem-form input::placeholder{
    color: #979797;
   text-align: left;
   font-stretch: normal;
    font-style: normal;
   text-transform: uppercase;
    font-family: Google Sans;
   font-weight: 500;
}
.sem-form textarea::placeholder{
    color: #979797;
   text-align: left;
   font-stretch: normal;
    font-style: normal;
   text-transform: uppercase;
    font-family: Google Sans;
   font-weight: 500;
}
.social-form input::placeholder
{
   color: #979797;
   text-align: left;
   font-stretch: normal;
    font-style: normal;
   text-transform: uppercase;
    font-family: Google Sans;
    font-weight: 500;
}
.social-form textarea::placeholder
{
   color: #979797;
   text-align: left;
   font-stretch: normal;
    font-style: normal;
   text-transform: uppercase;
    font-family: Google Sans;
    font-weight: 500;
 
}
.flex-box-container-sem{
    display: flex;
    justify-content:space-between;
    align-items: center; 
    margin-top:35px;
}
.sem-flex-label{
    width: 100%;
    min-width: 176px;
    max-width: 800px;
  height: 100%;
  min-height: 31px;
  max-height: 80px;
  font-family: Google Sans;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing:0.56px;
  color: #297615;
}

.flex-content{
  width: 100%;
  min-width: 21px;
  font-family: Google Sans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  color: #414b4b;
  overflow-wrap: break-word;
}
.sem-form-textarea{
    padding: 0px;
}
.campaign-label{
  width: 100%;
  max-width: 816px;
  height: 29px;
  font-family: Google Sans;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  color: #297615;
}
.campaign-label-sem{
  width: 100%;
  max-width: 816px;
  height: 29px;
  font-family: Google Sans;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  color: #297615;
  overflow-wrap: break-word;
}
.question-container{
     background-color: #efefef;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 1px;
    padding:14px;
}
p.small-note{
  font-family: Google Sans;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  line-height: 15px;
}
.display-header{
    width: 345px;
    height: 38px;
    font-family: Google Sans;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: right;
    letter-spacing: 0.63px;
    color: #34bc11;   
}
.display-box{
    width: 90%;
    border-radius: 7px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.11);
    border: solid 1px #bbc1b9;
    background-color: #ffffff;
    padding: 21px;
    margin-top: 21px;
}
  
.span-visible{
    visibility: visible;
}
.span-hidden{
  visibility: hidden;
}

.impressions-left{
    width: 100%;
    height: 82px;
    background-color: #297615;
    margin-top: -22px;
    margin-left: 21px;
    margin-right: 0px;
    border-top-right-radius: 8px;
}
.impresstion-text{
    padding-right: 25px;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.38px;
    text-align: right;
    color: #ffffff;
}
.impresstion-value{
    padding-right: 25px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.38px;
    text-align: right;
    color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    word-break: break-all;
}

/*responisve css*/
@media only screen and (max-width: 768px){
    .sem-wrapper{
        flex-wrap: wrap;
    }
    .sem-form{
        flex-wrap: wrap;
    }
    .gb-form-flex{
        flex-wrap: wrap;
    }
    .file-upload{
      height: 752px;
      width: 289px;
    }
    
}

/* SEM FORM CSS START */

  .prod_sem .label_text {
    font-size: 16px;
    font-weight: 501;
    letter-spacing: 0.56px;
    color: #297615;
    text-align: left; 
  }

  .prod_sem P {
    TEXT-ALIGN: JUSTIFY;
  }

  .prod_sem textarea {
    width: 100%;
    border-radius: 5px;
    border: solid 2px #BDC3C7;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bg_class {
    background-color: #efefef;
    margin-left: -20px;
    margin-right: -20px;
  }

  .info_text {
    background-color: #8ca186;
    border-radius: 5px;
    border: solid 2px #BDC3C7;
    padding: 21px;
    margin: auto;
  }

  .line_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center !important;
    color: #ffffff;
  }

  .prod_sem select, textarea {
    width: 100%;
    padding: 12px;
    border: solid 2px #BDC3C7;
    border-radius: 4px;
    resize: vertical;
  }

  .prod_sem input[type=text] {
    width: 65%;
    height: 40px;
    padding: 12px;
    border: solid 2px #BDC3C7;
    border-radius: 5px;
    resize: vertical;
  }

  .prod_sem .gb-label {
    padding-top: 3% !important;
  }
/* SEM FORM CSS END */


/* SEO FORM CSS START */

.prod_seo input[type=text] {
  width: 100%;
  padding: 12px;
  border: solid 2px #BDC3C7;
  border-radius: 5px;
  resize: vertical;
}

.line_seo {
  border-top: solid 2px #34bc11; 
  width: 50%; 
  margin-top: 13px;
}

.seo-label {
  padding-top: 35px;
  letter-spacing: 0.69px;
  color: #34bc11;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.prod_email .gb-label {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.prod_email input[type="text"], .prod_web input[type="text"] , .prod_video_youtube input[type="text"], .product_social input[type=text] {
  height: 40px;
  width: 100%;
  border-radius: 5px;
  border: solid 2px #BDC3C7;
  padding: 12px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.prod_email textarea {
  width: 100%;
  padding: 12px;
  border: solid 2px #BDC3C7;
  border-radius: 5px;
  resize: vertical;
  margin-bottom: 15px;
}

.prod_email hr, .prod_web hr {
  border-top: solid 2px #34bc11; 
  width: 100%; 
}

.prod_email .dropdown_select {
  margin-top: 0px;
  padding: 12px;
}

.prod_email .seo-label {
  padding-top: 0px;
}

.pcontent {
  font-size: 12px;
  font-weight: bold;
  opacity: 0.9;
  margin: auto;
}

.prod_email .graphic_email {
  font-size: 19px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18%;
  padding-bottom: 3%;
  letter-spacing: 0.69px;
  color: #34bc11;
}

.prod_web .dropdown_select, .prod_video_youtube .dropdown_select {
  padding: 9px;
  width: 100%;
  letter-spacing: 0.63px;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 100;
  color: #414b4b;
  border: solid 2px #BDC3C7;
  margin-top: auto;
  height: auto;
}

.prod_web .seo-label, .prod_video_youtube .seo-label {
  padding-top: 15px;
  letter-spacing: 0.69px;
  color: #34bc11;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}

.prod_web .from_time, .prod_web .to_time {
  height: 38px;
  width: 100%;
  border-radius: 5px;
  border: solid 2px #BDC3C7;
  padding: 12px;
  margin-bottom: 10px !important;
}

.prod_web .align_row {
  margin-top: 2%;
}

.prod_video_youtube .file-upload {
  height: 188px;
}
.prod_video_youtube .browse-file {
  height: 190px;
}

.prod_video_youtube .icon-upload:before {
  top: 8%;
}

.prod_video_youtube .drag-file {
  top: 38%;
}

.prod_video_youtube .file-browse {
  top: 50%;
}

.prod_video_youtube .upload-btn-wrapper {
  top: 56%;
}

.prod_video_youtube .check-validations {
  height: 184px;
}

.prod_video_youtube .scroll-bar-check-validations {
  height: 177px;
}

.prod_video_youtube input[type="checkbox"] {
  width: 30px;
  height: 18px;
  margin-top: 0px !important;
}

.prod_video_youtube .form-check {
  display: flex;
  margin-top: 10px;
}

.prod_video_youtube .form-check .form_label {
  padding-left: 10px;
}

.prod_video_youtube .topic_box {
  height: 200px;
  border-radius: 5px;
  border: solid 2px #BDC3C7;
  padding: 12px;
  overflow: auto;
}

.question-wrapper {
  padding-bottom: 15px;
}
/* SEO FORM CSS END */

::-webkit-inner-spin-button, 
::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.product_social .btn-order-creative, .product_email .btn-order-creative, .product_gbchooses .btn-order-creative {
  padding-top: 14px;
  font-size: 14px !important;
  padding-left: 0px;
}

.social_info {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.67px;
}

.product_social .dropdown_select {
  margin-top: 0px;
  width: 80%;
  padding: 12px;
  margin-bottom: 15px;
}

.product_social .social_date input[type="text"] {
  width: 68%;
  height: 45px;
}

.product_social input[type="checkbox"] {
  width: 30px;
  height: 18px;
  margin-top: 0px !important;
}

.product_social .form-check {
  margin-bottom: 10px;
  display: flex;
}

.product_social .form-check .form_label {
  padding-left: 10px;
}

#social_non_paid .dropdown_select {
  margin-top: 0px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}

#social_non_paid .file-upload , #social_order_creative .file-upload {
  height: 272px;
}
#social_non_paid .browse-file, #social_order_creative .browse-file {
  height: 270px;
}

#social_non_paid .icon-upload:before, #social_order_creative .icon-upload:before {
  top: 8%;
}

#social_non_paid .drag-file, #social_order_creative .drag-file {
  top: 38%;
  left: 5%;
}

#social_non_paid .file-browse, #social_order_creative .file-browse {
  top: 50%;
  left: 5%;
}

#social_non_paid .upload-btn-wrapper, #social_order_creative .upload-btn-wrapper {
  top: 56%;
  left: 3%;
}

#social_non_paid .check-validations, #social_order_creative .check-validations {
  height: 268px;
}

#social_non_paid .scroll-bar-check-validations, #social_order_creative .scroll-bar-check-validations {
  height: 247px;
}



.gb-tooltip + .tooltip > .tooltip-inner {
  background-color: white;
  border: 1px solid #34bc11;
  color: grey;
  letter-spacing: 0.87px;
  font-size: 12px;
  width: 100% !important;
  opacity: 1 !important;
  font-weight: bold;
  padding: 8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
 }


.gb-tooltip + .tooltip > .tooltip-arrow { 
  border-right-color: #34bc11 !important; 
 }

 .tooltip.in {
  opacity: 1;
  filter:alpha(opacity=100);
}



.star {
  color:red;
  font-size: 13px;
}



.product_email .icon-info-mark {
  margin-top: 53px;
  padding-left: 5px;
}


.product_email .form-check {
  margin-bottom: 10px;
  display: flex;
}

.product_email .form-check .form_label {
  padding-left: 10px;
}

.product_email input[type="checkbox"] {
  width: 30px;
  height: 18px;
  margin-top: 0px !important;
}


.notificaation_email input[type="text"]{
  height: 40px;
  width: 50%;
  border-radius: 5px;
  padding: 12px;
  border:solid 2px #BDC3C7;
}

.notificaation_email {
  background-color: #dedee0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -2%;
  margin-bottom: 3% !important;
}


.prod_email .chosen-container {
  width: 50% !important;
  height: 38px;
  border: solid 2px #BDC3C7;
  border-radius: 5px;
  padding: 6px;
}
.product_display .chosen-container, .prevideo_display .chosen-container, .ott_display .chosen-container {
  width: 50% !important;
  height: 38px;
  border: solid 2px #BDC3C7;
  border-radius: 5px;
  padding: 9px;
  margin-top: 25px;
}

.product_seo .chosen-container {
  width: 45% !important;
  height: 38px;
  border: solid 2px #BDC3C7;
  border-radius: 5px;
  padding: 10px;
  margin-top: 50px;
}

#gb-budget .chosen-container {
  width: 22% !important;
  height: 44px;
  border: 2px solid #BDC3C7;
  border-radius: 5px;
  padding: 12px;
  margin-top: -2.3px;
  margin-left: 15px;
}

.chosen-container-single .chosen-single {
  height: 24px;
}

.overlay_email_container{
  position: fixed;
  top: 51%;
  left: 49%;
  width: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #4D7043;
  padding: 24px;
  background-color: #fff;
  z-index: 1;
  border-radius: 3px;
  padding: 24px 30px 24px 35px;
}

.alert_message p {
  text-transform: lowercase;
}

.alert_message p:first-letter {
  text-transform: uppercase;
}

.label {
  margin-bottom: 0px;
}

.btn-text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.44px;
}

.product_display .btn-order-creative, .prevideo_display .btn-order-creative, .ott_display .btn-order-creative {
  font-size: 14px !important;
  letter-spacing: 0.47px !important;
  font-weight: 600 !important;
  padding: 12px;
  padding-left: 0px !important;
}

.product_display .question-wrapper {
  padding-bottom: 0px;
}

.product_display .note-wrapper {
  margin-top: 10px;
  margin-top: 5px;
}


.product_gbchooses .btn-creative {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 1.11px !important;
  padding: 12px;
  padding-left: 14px;
}

.product_display .add_content_close {
  padding-left: 18px;
}

.allocate-products .chosen-container {
  width: 50% !important;
  height: 43px;
  border: 2px solid #BDC3C7;
  border-radius: 5px;
  padding: 10px;
  float: right;
  margin-top: 0px;
}

.chosen-container {
  font-size: 12px;
}

.product_sem .chosen-container {
  width: 24% !important;
}

.seo_btn {
  font-size: 14px !important;
  padding-top: 14px;
  font-weight: 600 !important;
}

.product_social .chosen-container {
  height: 38px;
  border: solid 2px #BDC3C7;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 15px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 200% !important;
  margin: -3px 0 !important;
}

.product_social input[type=number] {
  height: 38px;
  width: 70%;
  border-radius: 5px;
  border: solid 2px #BDC3C7;
  padding: 12px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.budget_setting {
  height: 38px;
  width: 70% !important;
  border-radius: 5px;
  border: solid 2px #BDC3C7;
  padding: 12px;
  margin-bottom: 15px;
}


#social_non_paid .chosen-container{
  padding: 9px;
}

#social_non_paid .file-upload, #social_order_creative .file-upload {
  margin-top: 0px;
}

.alert_message
{
    overflow-x: auto;
    height: 350px;
}
 
input::placeholder{ 
  font-weight: 500;
}
textarea::-webkit-input-placeholder {
  font-weight: 500 !important;
}
::-moz-placeholder { 
  font-weight: 500;
}
:-ms-input-placeholder { 
  font-weight: 500;
}
:-moz-placeholder { 
  font-weight: 500;
}

.file-button-wrapper, .star {
  display: inline-block;
}

.prod_sem input[name=sem_target_website] {
  width: 70%;
}

.prod_sem input[name=sem_allocation] {
  width: 62% !important;
}

/* The container */
.topic_box .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  padding-top: 5px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
 
/* Hide the browser's default checkbox */
.topic_box .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
 
/* Create a custom checkbox */
.topic_box .checkmark {
  position: absolute;
    top: 5px;
    left: 1px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #bdc3c7;
}
 
/* On mouse-over, add a grey background color */
.topic_box .container:hover input ~ .checkmark {
  background-color: #ccc;
}
 
/* When the checkbox is checked, add a blue background */
.topic_box .container input:checked ~ .checkmark {
  background-color: #6abe16;
}
 
/* Create the checkmark/indicator (hidden when not checked) */
.topic_box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
 
/* Show the checkmark when checked */
.topic_box .container input:checked ~ .checkmark:after {
  display: block;
}
 
/* Style the checkmark/indicator */
.topic_box .container .checkmark:after {
  left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox_align .container .checkmark:after
{
  left: 5px !important;
}

.file-button-wrapper {
  width: 100%;
}


.prod_web input[type=number] {
  height: 38px;
  width: 100%;
  border-radius: 5px;
  border: solid 2px #BDC3C7;
  padding: 12px;
  margin-bottom: 15px;
}

.prod_web .chosen-container {
  height: 38px;
  border: solid 2px #BDC3C7;
  border-radius: 5px;
  padding: 6px;
}

.youtube_display .chosen-container {
  height: 42px;
  border: solid 2px #BDC3C7;
  border-radius: 5px;
  padding: 10px;
}

#create .product-header {
  padding-bottom: 20px;
}
 

.main-display-form input[name=display_monthly_budget], .main-display-form input[name=display_cpm] {
  width: 80%;
}
 
.main-display-form input[name=preroll_monthly_budget], .main-display-form input[name=preroll_cpm] {
  width: 80%;
}
 
.main-display-form input[name=ott_monthly_budget], .main-display-form input[name=ott_cpm] {
  width: 80%;
}
 
 
.icon-change .path1:before {
  color: #29bf12 !important;
}
 
.icon-change .path2:before {
  color: #29bf12 !important;
}
 
.icon-change .path3:before {
  color: #29bf12 !important;
}
 
.icon-change .path4:before {
  color: #29bf12 !important;
}
 
.icon-change .path5:before {
  color: #29bf12 !important;
}
 
.icon-change .path6:before {
  color: #29bf12 !important;
}
 
.icon-change .path7:before {
  color: #29bf12 !important;
}
 
.icon-change .path8:before {
  color: #29bf12 !important;
}
 
.icon-change .path9:before {
  color: #29bf12 !important;
}
 
.icon-change .path10:before {
  color: #29bf12 !important;
}
 
.icon-change .path11:before {
  color: #29bf12 !important;
}
 
.icon-change .path12:before {
  color: #29bf12 !important;
}
 
.icon-change .path13:before {
  color: #29bf12 !important;
}
 
.icon-change .path14:before {
  color: #29bf12 !important;
}
 
.icon-change .path15:before {
  color: #29bf12 !important;
}
.icon-change .path16:before {
  color: #29bf12 !important;
}
 
.icon-site-targeting {
  font-size: 35px;
}
 
.icon-keyword-search-retargeting {
  font-size: 30px;
}
.icon-category-contextual {
  font-size: 30px;
}
.icon-AUDIENCE-COLLECTION {
  font-size: 30px;
}
 
.prod_sem input[type=number] {
    width: 62%;
    height: 40px;
    padding: 12px;
    border: solid 2px #BDC3C7;
    border-radius: 5px;
    resize: vertical;
}

.prod_email input[type="number"], .prod_web input[type="text"], .prod_video_youtube input[type="text"] {
    height: 42px;
    width: 100%;
    border-radius: 5px;
    border: solid 2px #BDC3C7;
    padding: 12px;
    margin-bottom: 20px;
}

.allocate-products {
  margin-bottom: 25px;
}

.url_utube_receipt_error {
  float: left;
  color: crimson;
  padding-left: 5px;
  margin-top: -20px;
}
.url_dest_receipt_error
{
  float: left;
  color: crimson;
  padding-left: 5px;
  margin-top: -15px;
}
.url_fb_receipt_error
{
  float: left;
  color: crimson;
  padding-left: 5px;
  margin-top: -15px;
}
.url_web_domain_receipt_error
{
  float: left;
  color: crimson;
  padding-left: 5px;
  margin-top: -15px;
}
.url_host_receipt_error
{
  float: left;
  color: crimson;
  padding-left: 5px;
  margin-top: -15px;
}
.url_pre_client_receipt_error
{
  color: crimson;
  padding-left: 5px;
  margin-top: 0px;
}
.url_pre_target_receipt_error
{
  color: crimson;
  padding-left: 5px;
  margin-top: 0px;
}
 .url_ott_client_receipt_error
{
  color: crimson;
  padding-left: 5px;
  margin-top: 0px;
}
.url_ott_target_receipt_error
{
  color: crimson;
  padding-left: 5px;
  margin-top: 0px;
}

.url_display_client_error{
  color: crimson;
  padding-left: 5px;
  margin-top: 0px;
}
.url_display_target_error{
  color: crimson;
  padding-left: 5px;
  margin-top: 0px;
}

#lblError{
    float: left;
    color: crimson;
    padding-left: 5px;
}
.email_receipt_error, .email_count_request_receipt_email
{
  float: left;
    color: crimson;
    padding-left: 5px;
    margin-top: -15px;
}
.url_receipt_error
{
  
  color: crimson;
  padding-left: 5px;
  margin-top: -15px;
}

.sem_url_receipt_error
{
  color: crimson;
  padding-left: 135px;
  margin-top: -15px;
}

.navbar-brand img {
  /* max-width: 50% !important; */
  max-height: 50px;
  padding: 5px 0;
}

#products-container .goal-card-name {
  text-transform: uppercase;
}

#products-container .goal-card-name-active {
  text-transform: uppercase;
}

.zoom {
  zoom: 1;
}

/* Extra small devices (phones, 600px and down) */
/* @media only screen and (max-width: 600px) {
  .zoom {zoom: 0.9 !important;}
} */

/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {
  .zoom {zoom: 0.9 !important;}
} */

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {
  .zoom {zoom: 0.9 !important;}
}  */

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {
  .zoom {zoom: 0.9;}
}  */

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {
  .zoom {zoom: 0.9;}
} */


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  .zoom {zoom: 1 !important;}
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  .zoom {zoom: 1 !important;}  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1023px) 
{
  .zoom 
  {
    zoom: 0.7 !important;
  }
  .budget_align
  {
    margin-left: 0px;
    margin-top: -10px;
  }
  .display_imp_align{
    width: 45% !important;
    margin-left: 300px;
    margin-top: -50px;
  }
  .btn_imp_align{
    float: right;
    position: absolute;
    margin-top: -75px;
    margin-left: 393px;
}
    .imp_textbox{
      position: absolute;
    margin-top: -12px;
    }
    .allocate_imp_text
    {
      position: absolute;
          margin-left: 65%;
          margin-top: -3% !important;
    }
    .star_position
    {
      position: absolute;
    }
    .allocate-products .chosen-container {
      margin-left: 100%;
    margin-top: -5%;
    position: absolute;
    }
    .disp_has_date
    {
      width: 50% !important;
    }
    .disp_start_date
    {
      width: 40% !important;
      position: absolute;
    margin-left: 42%;
    margin-top: -5%;
    }
    .disp_end_date
    {
      width: 40% !important;
          position: absolute;
    margin-left: 75%;
    margin-top: -5%;
    }
    .disp_toggle_btn
    {
      width: 30% !important;
    }
    .disp_toggle_upload_btn
    {
      width: 32% !important;
    }
    .disp_toggle_align
    {
          position: absolute;
    margin-top: -50px;
    left: 100%;
    }
    .assign_create_btn
    {
      position: absolute;
      left: 65%;
      top: -30px;
    }
    .animate_toggle_btn
    {
      position: absolute;
    top: 0px;
    left: 45%;
    }
    .assign_label
    {
      margin-bottom: 25px;
    }
    .geo_imp_textbox
    {
      width: 30% !important;
    position: absolute;
    left: 30%;
    }
    .geo_imp_disp
    {
      width: 30%;
    margin-left: 70%;
    margin-top: -10%;
    margin-bottom: 24px;
    }
    .main-display-form-sem > .chosen-container
    {
          margin-left: 25%;
    margin-top: 0%;
    position: absolute;
    }
    .main-display-form-sem input[type="number"] 
    {
          width: 91px;
    }
    .sem_end_date
    {
      position: absolute;
    margin-left: 54%;
    margin-top: 2%;
    width: 35% !important;
    }
    .sem_start_date
    {
      position: absolute;
    margin-left: 55%;
    margin-top: -5%;
    width: 35% !important;
    }
    .prod_sem input[name=sem_allocation] {
        width: 70% !important;
       margin-left: 20px;
    }
    .sem_form_width
    {
      width: 100% !important;
    }
    .span_tooltip_align
    {
    margin-top: 10% !important;
    float: inherit !important;
    margin-left: 1% !important;
    }
    .product_seo .chosen-container
    {
      margin-top: 1px !important; 
    }
    .product_social .social_date input[type="text"] {
    width: 25% !important;
    height: 45px;
    }
    .social_end_date
    {
      position: absolute;
    width: 100%;
    margin-top: -7.5%;
    margin-left: 35%;
    }
    .social_form_width
    {
      width: 100% !important;
    }
    #social_non_paid .file-upload, #social_order_creative .file-upload {
    height: 567px;
    }
    .flight-date-start
    {
      width: 33% !important;
    }
    .flight-date-end
    {
      width: 33% !important;
    margin-left: 32%;
    margin-top: -45px;
    }
    .gb_choose_form_width
    {
      width: 56%;
    }
    .gb_choose_form_texbox_width
    {
      width: 82%;
    }
    .gb_enddate_form
    {
      width: 45% !important;
    margin-left: 42%;
    margin-top: -6%;
   }
   .gb_startdate_form
   {
    width: 45% !important;
   }
   .pre_roll_label
   {
    width: 40% !important;
   }
   .pre_roll_imp_align {
    width: 45% !important;
    margin-left: 260px;
    margin-top: -65px;
  }
  .youtube_option_btn
  {
    position: absolute;
    margin-top: -5%;
    margin-left: 45%;
  }
  .youtube_budget_text
  {
    width: 25% !important;
  }
  .youtube_date_width
  {
    width: 40% !important;
  }
  .youtube_end_date
  {
    position: absolute;
    margin-left: 40%;
    width: 100%;
    margin-top: -42px;
  }
  .files-upload {
    height: 386px !important;
    width: 289px !important;
}
.alert_box_text
{
  width: 100% !important;
}
.upload_creative_btn
{
  width: 100% !important;
}

}


@media (min-width: 1200px) and (max-width:1295px)
{
  .main-display-form input[type="number"] 
  {
    width: 150px;
  }
  .input-icons input[type="text"] {
    border: solid 2px #BDC3C7;
    padding-left: 8px;
    width: 65%;
}
.product_display .question-wrapper {
  padding-bottom: 0px;
  margin-left: -35px;
}
.target_website
{margin-left: -80px;}
.prod_sem input[name=sem_target_website] {
  width: 60%;
}
.prod_sem input[name=sem_allocation] {
  width: 52% !important;
}
.question-label
{
  padding-left: 35px;
}
.note-label
{
  padding-left:35px;
}
.question-label-option
{
  padding-left: 0px;
}
.gb-label-impression
{
  margin-left: -20px;
}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .zoom {zoom: 0.7 !important;}  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .zoom {zoom: 0.7 !important;}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .zoom {zoom: 0.7 !important;}
}

html{
  overflow-x: hidden;
}

#gb_chooses .gb-form input[type="text"] {
  height: 38px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #BDC3C7;
  padding: 12px;
}

#final_sumit {
  height: 58px;
  width: auto;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.63px;
  margin-top: 21px;
  color: #fff;
  border-radius: 6px;
  font-weight: 600 !important;
  font-size: 15px !important;
}