/*
a {
  text-decoration: none;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.about_us_h1 {
    letter-spacing: -0.000001em;
    font-weight: 600;
    color: rgba(41, 41, 41, 1);
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    word-wrap: break-word;
    word-break: break-word;
}
.bold {
    font-weight: bold;
}
.btn {
    border-radius: 10px;
    margin: 10px;
    padding: 5px 12px;
    cursor: pointer;
    display: inline-block;
}
.btn-secondary:hover{
    background-color: #000;
    color: #ffc832;
}
button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer
}
.card {
    border-color: #DFDFDF;
    background-color: #FFFFFC;
    border-radius: 10px;
}
.card-big {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    margin: 5px;
    padding: 20px;
}
.dot-gradient-sub {
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #fff;
}
.fa-2x {
    font-size: 2em;
}
.footer-list-font-size{
  font-size: 1.2em;
}
.font-size-25 {
    font-size: 25px;
}
.font-size-40 {
  font-size: 40px
}
.font-size-30 {
  font-size: 30px
}
.font-size-25 {
  font-size: 25px
}
.font-size-22 {
  font-size: 22px
}
.font-size-18 {
  font-size: 18px
}
.font-size-16 {
  font-size: 16px
}
.font-size-14 {
  font-size: 14px
}
.font-size-12 {
  font-size: 12px
}
hr {
  display: block;
  visibility: visible;
}
.image_container { 
  position: relative; 
}
.image_container img { 
  display: block; 
}
.message {
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  width: 100%;
  color: #fff;
  margin: -1px;
  padding: 15px;
  position: sticky;
  font-weight: 700;
  animation: animate-bg 2s linear infinite
}
.error-info {
  background-color: #f64b2f
}
@keyframes animate-bg {
  from {
    background-position: 0 0
  }
  to {
    background-position: -80px 0
  }
}
.info {
    background-color: #7eb62e;
}
.image_container .download_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    color: black;
    background-color: white;
    margin: 10px;
    padding: 8px;
    border-radius: 20%;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(0, 0, 0, 0.75);
}
.secondary-btn {
    background-color: #f5f5f1;
    color: #000;
    outline: 1px solid #bfc3c5;
}
.user-dashboard-edit {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.text_color_blue{
  color: #084FA6;
}
.text_color_red{
  color: #FB4E30;
}
.text-color-white{
  color: #FFF;
}
.text-value {
    color: #000;
    font-size: 1rem;
}



*/
.studio-banner{
	position: relative;
}
.radius-5px{
	border-radius: 5px;
}
.radius-10px{
	border-radius: 10px;
}
.radius-15px{
	border-radius: 15px;
}
.radius-30px{
	border-radius: 30px;
}
a{
  text-decoration: none;
}
button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer
}
.logo-studio{
	position: absolute;
	z-index: 1;
	bottom: 220px;
	left: 43%;
	border-radius: 10px;
}
.text-small-label{
	font-size: 15px!important;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: .9em;
  right: 6em;
  display: inline;
}
.whats-app-float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:10px;
  right:15px;
  background-color:#25d366;
  border-radius:40px;
  text-align:center;
  z-index:100;
  color:#fff !important;
}
.text-small-key {
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: -8px;
}
.dot-gradient-sub {
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fff;
}
.text-small-value{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.album-card{
	padding: 5px;
	border-radius: 5px;
}
.common-icon-button{
	border-radius: 20%;
	width: 40px !important;
	height: 40px !important;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 1em;
}
 .navbar-toggler:active,.navbar-toggler:focus {
  outline: none!important;
}
.navbar-light .navbar-toggler-icon {
    width: 30px;
    height:21px;
    background-image: none;
    position: relative;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 30px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent !important;
}
.package-card{
	position: relative;
	height: 100px;
	width: 100px;
}
.padding-20 {
  967    padding: 20px;
  968  }
.package-image{
	position: absolute;
	height: 90px;
	width: 90px;
	border:none;
	margin-top: 15px;
	margin-left: 5px;
	border-radius: 5px;
}
.label{
	display: flex;
	flex-flow: column-reverse;
	margin-bottom: 1em;
	font-size: 0.9rem;
	padding-top: 5px;
	padding-bottom: 5px;
}
.floating-form .input-text {
  border: 0;
  border-bottom: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: text;
  background-color:transparent;
}
.floating-form .input-text:focus {
  outline: 0!important;
  border-bottom: 1px solid lightgrey;
  height: 40px;
  background-color:transparent;
}
.floating-form .label {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
  font-size: 0.9rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
.floating-form label {
  transition: all .6s;
  touch-action: manipulation;
  size: 12px
}
.floating-form label {
  letter-spacing: .05em
}
.info {
    background-color: #7eb62e;
}
.message {
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  width: 100%;
  color: #fff;
  margin: -1px;
  padding: 15px;
  position: sticky;
  font-weight: 700;
  animation: animate-bg 2s linear infinite
}
@keyframes animate-bg {
  from {
    background-position: 0 0
  }
  to {
    background-position: -80px 0
  }
}
.text-page-title{
  padding: 1rem;
  letter-spacing: 0;
  line-height: 2.75rem;
  font-size: 2.3rem !important;
  font-weight: bold;
  font-family: "Georgia" "serif" !important;
  white-space: initial;
}
.card-title{
  font-weight: bold;
  padding: 10px;
  padding-bottom: 20px;
} 
.card-big{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
  	border-radius: 10px !important;
  	margin: 10px;
  	padding: 20px;
}
.card-medium{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
  border-radius: 10px !important;
  margin: 5px!important;
  padding: 5px;
  border: 1px solid gray;
}
.close-btn{
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: rgba(0, 0 , 0, 0.24) 0px 2px 3px;
}
.secondary-btn{
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: rgba(0, 0 , 0, 0.24) 0px 2px 3px;
}
.remove-btn{
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
}
.remove-btn:hover{
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
}
.text-key {
  font-size: 0.8rem;
  margin-bottom: -8px;
}
.text-value {
  font-weight: bold;
  margin-bottom: 5px;
}
.link_bg_black{
  padding: 7px;
  border-radius: 30px;
  font-weight: bold;
}
.modal-title{
	font-weight: bold;
	padding: 10px;
	padding-bottom: 10px;
}
option{
	color: #000!important;
}

/*Scrollbar color*/ 
::-webkit-scrollbar {
  width: 8px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 8px; 
}

.common-icon-button{
    border-radius: 20%;
    width: 50px!important;
    height: 50px!important;
}
.rejected-card{
    border-radius: 30px;
}
.selected-card{
    border:1px solid;
}
.undecided-card{
    border-radius: 30px;
}
.out-line-button{
    border-radius: 30px;
}
.image-popup-button{
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
@media only screen and (max-width: 765px) {
    .domain-gallery{
        padding: 0 15px!important;
    }
}
.login-btn{
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: rgba(0, 0 , 0, 0.24) 0px 2px 3px;
}

.secondary-btn:hover{
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 3px;
}
.active{
    font-weight:bold !important;
}

.info-page-circle {
  border-radius:30%;
  opacity:.06;
  position:absolute;
  z-index: -10000;
}
.info-page-circle1 {
  border-radius:30%;
  opacity:.06;
  position:absolute;
  z-index: -10000;
}
.custom-side-menu-style{
  background-color:transparent;
  border-radius:30px 0 0 30px;
}
.primary-btn{
    border-radius: 20px !important;
    font-weight: bold;
}