@font-face {
    font-family: 'MyFont';
    src: url('https://dev.designxuk.com/assets/font/Assistant.ttf') format('truetype');
}
body{
    background-color:#FAFCFE;
}
/* body,h1,h2,h3,p,input,a,i{
    font-family: 'MyFont'; */
/* } */
.dropdown-menu-left {
  left: -70% !important;
  right: auto;
}
.profile-color {
  color: #4d76f6 !important;
}
.icon-circle {
  border: 1px solid black;
  padding: 3px 8px;
  border-radius: 50%;
}
.vertical-divider {
  width: 3px;
  display: block;
  height: auto;
  background-color: #f1f2f6;
}
.flex-column .nav-link {
  font-weight: 300;
  color: #7c7c7c;
}
.grey-color {
  color: #444444 !important;
}
.flex-column .active {
  color: #0d6efd;
  position: relative;
}
.flex-column .active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: -17%;
  width: 5px;
  height: 100%;
  background-color: #0d6efd;
}
.fw-4 {
  font-weight: 400 !important;
}
.label-form {
  font-weight: 300;
  color: #b0b1b3;
}
.input-control {
  background-color: #f1f2f6 !important;
  border-radius: 50px !important;
  border: none !important;
  padding: 0.375rem 0.75rem 0.375rem 1.75rem !important;
  /* color: #b9babc !important; */
}
::placeholder {
  color: #b9babc !important;
  /* padding: 0px 0px 0px 10px; */
}
.form-select {
  color: #b9babc !important;
}
.form-control:focus,
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}
.accordion-item {
  border: 0px solid rgba(0, 0, 0, 0.125);
}
.accordion-button::after {
  position: absolute;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.template-canvas {
  width: 100%;
  height: 407px;
  background-color: #444444;
  border-radius: 15px;
  padding: 10px;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.logo {
  width: 150px;
  height: auto;
}
::selection {
  color: #fff;
  background: #664aff;
}
.search-input .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}
.search-input.active .autocom-box {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
  background-color: #f1f2f6;
  margin: 0px 15px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.autocom-box li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}
.search-input.active .autocom-box li {
  display: block;
}
.autocom-box li:hover {
  background: #efefef;
}
.custom-card {
  border: 1px solid #b0b1b2;
  border-radius: 12px;
}
.special-text {
  font-weight: 300;
  color: #7c7c7c;
}
.fs-32 {
  font-size: 32px;
}
.px-custom {
  padding-right: 0 !important;
  padding-left: 8px !important;
}
.color-background-grey {
  color: #b7b7ba;
}
.search-input-div {
  display: flex;
  align-items: center;
  background-color: #f1f2f6;
  padding: 0px 10px;
  border-radius: 50px;
}
.select-custom-width {
  width: 250px;
}
.temp-btn-div {
  width: 100%;
  background-color: white;
  height: 150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  margin: 10px 0px;
}
.temp-btn-styling {
  /* transform: rotate(-30deg); */
  color: white !important;
  font-size: 24px !important;
  font-style: italic !important;
  font-family:arial !important;
 

}
.fs-20 {
  font-size: 20px;
}
.div-1 {
  position: relative;
  overflow: hidden;
}
.input-field {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}
.upload-btn-width {
  width: 175px;
}
.text-info-top {
  color: #8a8b8c;
  font-weight: 300;
}
.fw-3 {
  font-weight: 300;
}
.fs-13 {
  font-size: 13px;
}
.ico-dym {
  width: 23px;
  height: 23px;
}
.upload-btn-width-temp {
  width: 190px;
}
.url-link-wrapper {
  border-radius: 35px;
  background-color: #f1f2f6;
  color: #c0c1c4;
  font-size: 14px;
  width: 92%;
  padding: 6px 12px;
}
.url-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
.first-img {
  width: 80%;
  position: absolute;
  top: 0;
}
.second-img {
  width: 80%;
  position: absolute;
  top: 7%;
  left: 7%;
}
.third-img {
  width: 80%;
  position: absolute;
  top: 14%;
  left: 14%;
}
.green-light {
  background-color: #aaff00;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  display: block;
  position: absolute;
  bottom: 1.05%;
  right: 2%;
}
.red-light {
  background-color: red;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  display: block;
  position: absolute;
  bottom: 1.05%;
  right: 2%;
}
.iframe-screen {
  width: 400%;
  height: 400%;
  transform: scale(0.25);
  transform-origin: 0 0;
}
.iframe-frame {
  border: 4px solid black;
  border-bottom: 10px solid black;
  border-radius: 4px;
  height: 200px;
  overflow: hidden;
}

/* signup */
.form-control{
  border:1px solid white;
}
 .form-container{
   background-color: #edf3fd;
   padding:1rem ;
   /* margin:0 2rem; */
 }
 .register-btn{
   padding:0.4rem 1rem;
   border-radius:20px;
   background:linear-gradient(to right, #0636e4f6, #3c8af7cd);
    
    color: white;
  
}
.btn{
  font-family: Arial, Helvetica, sans-serif;
}
 .register-btn:hover{
   color:white;
 }
 .add-user-text{
   font-weight: bold;
   font-family: Arial;
  
 }
 ::placeholder{
   font-family: Arial;
}
 .btn-outline-primary{
    padding: 0.3rem 0.6rem;
    
   }
   .btn-outline-primary:hover{
    color: white !important;
    }

.edit-btn, .delete-btn{
    color: white;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 3rem;
}
    
/* signup end */
.edit-btn{
  margin-bottom: 2rem;
}
.list li i{
  padding-right:6px;
  font-size:14px;
}

.modal{
	background-color: #00000076;
}

.modal-open .trou-main-area{
  z-index: 99999 !important;
}
 
@media (max-width: 768px) {
  .template-canvas {
    width: 100%;
    height: 246px;
    background-color: #444444;
    border-radius: 25px;
    padding: 15px;
  }
  .flex-center {
    align-items: center;
  }
}
@media (max-width: 480px) {
  .template-canvas {
    width: 100%;
    height: 211px;
    background-color: #444444;
    border-radius: 25px;
    padding: 15px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .inner-mobileapp {
    display: block;
  }
}.icon-user{
  font-size: 30px;
  font-weight: normal;
  color: black;
  margin-bottom: 0;
}
