body{
  background-color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  color:#1a1a1a;
}

html{
  width:100%;
}

input{
  border-radius: 0;
}

.bloc{
  background-color: white;
  border-radius:8px;
  border:2px solid #f2f2f2;
  padding:15px;
  margin:10px auto 10px auto;
  width:calc(100% - 30px);
  max-width:1200px;
}

#login{
  font-size:0.8em;
  text-align:center;
  max-width:500px;
  margin:auto;
}

#login p{
  font-weight:600;
}

#login input{
  margin-top:10px;
  padding:5px;
  width:calc(100% - 12px);
}

#login input[type="text"], #login input[type="password"]{
  height:30px;
  border-radius:4px;
  border:1px solid #ebebeb;
}

#login input[type="submit"]{
  height:40px;
  width:100%;
  border:1px solid #b53166;
  background-color:#b53166;
  color:white;
  cursor:pointer;
  border-radius:4px;
}

#login input[type="submit"]:hover{
  opacity:0.9;
}

.error{
  color:#df4242;
  margin-top:15px;
  font-weight:400 !important;
}

.title-bloc{
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0px;
}

.row{
  display:flex;
  margin-bottom: 5px;
}

.title-row{
  font-weight:600;
  color:#8f8f8f;
  margin:7px 5px 7px 0;
  line-height:1;
}

.element-row{
  margin:7px 0 7px 0;
  line-height:1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#infos, #products{
  font-size:0.8em;
}

#left-infos input{
  border-radius:4px;
  color:#1a1a1a;
  font-family: 'Montserrat', sans-serif;
  width: 150px;
  height: 25px;
  margin: 0;
}

#infos input[type="submit"]{
  width:150px;
  margin-top:20px;
  height:40px;
  border:1px solid #b53166;
  background-color:#b53166;
  color:white;
  cursor:pointer;
  border-radius:4px;
}

#infos select{
  cursor:pointer;
  border-radius:4px;
  border:1px solid #ebebeb;
  color:#1a1a1a;
  font-family: 'Montserrat', sans-serif;
}

#infos input[type="submit"]:hover{
  opacity:0.9;
}

input[type="date"]{
  cursor:pointer;
}

.installed{
  color:#20ba6c;
}

.not-installed{
  color:#df4242;
}

.bloc-product{
  margin-bottom:20px;
  border-left:5px solid #e7bdce;
  padding-left:10px;
}

#all-infos{
  display:flex;
  flex-wrap:wrap;
}

#left-infos, #right-infos{
  flex:1;
}

.bloc-product:nth-child(even){
  border-left:5px solid #e7bdce;
}

.bloc-product:nth-child(odd){
  border-left:5px solid #c290a4;
}

.variants{
  display:block !important;
  margin-top:20px;
}

.column-variant{
  margin:0;
}

.row a{
  color:#1a1a1a;
}

.tab-variants{
  font-size:0.8em;
  margin-top:15px;
  max-height:390px;
  overflow-y:scroll;
}

.row-variant{
  align-items:center;
  display:flex;
  justify-content: space-between;
  text-align:left;
  padding:10px;
  border-bottom:1px solid #f2f2f2;
}

.row-variant p{
  margin:0 5px 0 5px;
  flex:1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-width:70px;
}

.title-variants{
  font-weight:600;
  color:#8f8f8f;
}

.settings-title{
  margin: 0px;
  text-transform: uppercase;
  color: darkgrey;
  font-weight: 500;
}

.settings-group{
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.ssblock{
  margin-top:10px;
  margin-bottom: 30px;
}

.row-flex{
  display: flex;
  flex-wrap: wrap;
}

.form-radio{
  width: 12px;
  cursor: pointer;
  margin: 0;
}

.settings-item{
  margin-right: 25px;
  width: 160px;
}

.color-display{
  border-radius:3px;
  border: 1px solid #dedede;
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
}

.color-input{
  opacity: 0;
  display: block;
  width: 35px;
  height:35px;
  padding: 1px;
  border: none;
  cursor: pointer;
}

.color-text{
  width: calc(100% - 50px) !important;
  margin-right: 5px;
  float: left;
}

.select2-container--default .select2-selection--single{
  height: 39px !important;
  border: 1px solid #ebebeb !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 39px !important;
  color: inherit !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  margin-top: 3px !important;
  border-color: #000 transparent transparent transparent !important;
}

.table-input::placeholder, .form-input::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e2e2e2;
  opacity: 1; /* Firefox */
}

.table-input:-ms-input-placeholder, .form-input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #e2e2e2;
}

.table-input::-ms-input-placeholder, .form-input::-ms-input-placeholder{ /* Microsoft Edge */
  color: #e2e2e2;
}

.form-input{
  border-radius: 4px;
  border: 1px solid #ebebeb;
  width: calc(100% - 6px);
  height: 35px;
  font-family: "Roboto";
  font-size: 0.9em;
  font-weight: 300;
}

select.form-input{
  cursor: pointer;
  font-family: "Roboto";
  font-weight: 300;
  width: 100%;
  height: 39px;
}

.form-label{
  font-size: 0.9em;
  color: #b1b1b1;
  margin: 20px 0px 5px 0px;
}

.form-submit{
  margin-top: 30px;
  width: 120px;
  border: none;
}

#success{
  color: #27b07b;
  font-size: 0.9em;
}

.red{
  color: #d64838;
}

textarea[name="custom_css"]{
  min-width: 500px !important;
  max-width: 1000px !important;
  min-height: 250px !important;
  resize: both;
  padding: 10px;
  font-size: 1.1em;
  font-family: Arial;
  height: 300px;
  width: 900px;
}

textarea[name="theme_file"]{
  min-width: 500px !important;
  max-width: 1000px !important;
  min-height: 250px !important;
  resize: both;
  padding: 10px;
  font-size: 1.1em;
  font-family: Arial;
  width: 900px;
  height: 300px;
}

.input{
  padding: 10px 0px 10px 5px;
  border: 1px solid #dedede;
  border-radius: 5px;
  width: 150px;
  margin: 5px;
  margin-left: 0px;
}

.partner-row{
  margin-bottom: 10px;
}

.notification-row{
  margin-bottom: 15px;
}

.notification-row .input{
  width: 200px;
}

.save{
  padding: 10px 20px 10px 20px;
  background-color:#b53166;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.add_more{
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  color: #5a5a5a;
  cursor: pointer;
}

.delete{
  padding: 10px 20px 10px 20px;
  background-color:#c04f4f;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
}

.integrations .delete{
  margin-bottom: 20px;
}

.integrations .input{
  width: 200px;
}

.integrations .partner-row-container{
  display: flex;
}

.integrations .drag-icon img{
  width: 18px;
  padding: 5px 10px 0 0;
  cursor: pointer;
}

.partner-row-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: min-content;
}

.partner-row-title img {
  width: 14px;
  margin: 6px;
}

.rotate-right {
  rotate: -90deg;
}

.banner-img-name {
  display: flex;
  gap: 10px;
  align-items: center;
}

.banner-img-name img{
  width: 20px;
  cursor: pointer;
}
.integrations-section {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 17px;
}
.integration-section {
  display: flex;
  flex-direction: column;
}

.integration-section input[type="text"]{
  width: 100%;
}

.integration-section input[type="number"]{
  width: 50px;
}

.integration-section input[type="number"]:placeholder-shown{
  width: 125px;
}

.integrations-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px 15px 0;
}

.integrations-buttons{
  display: flex;
  gap: 8px;
}

.partners-list{
  margin-top: 20px;
}

.integrations-footer{
  display: flex;
  justify-content: flex-end;
}

.banner-img-name input {
  border: none;
  background: unset;
}

.open_dashboard{
  text-decoration: none;
  color: white;
  display: inline-block;
  background-color: #b53166;
  padding: 5px 15px 5px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 0.8em;
}

.download_theme{
  text-decoration: none;
  color: white;
  display: inline-block;
  background-color: #a9a9a9;
  padding: 5px 15px 5px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 0.8em;
  border: none;
  cursor: pointer;
}

.partner-count{
  color: #b53166;
  font-weight: 600;
  font-size: 1.1em;
  white-space: nowrap;
}

.notification-count{
  color: #b53166;
  font-weight: 600;
  font-size: 1.2em;
}

.enable-section{
  display: flex;
  gap: 7px;
  align-items: center;
}

.enable-section span{
  font-size: 0.85em;
  font-weight: 600;
}

/* Integrations Toggle Admin */

.switch-section {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}

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

.slider-partner {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #88868B;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50px;
}

.slider-partner:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 3px;
  bottom: 1.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider-partner {
  background-color: #b53166;
}

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

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


