@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
@font-face{font-family:'DM Sans';src:url(../fonts/DMSans-Normal.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

.domain-err{
	display:none;
}
.domain-err::after
{
    content: '?';
    font-size: 80%;
    vertical-align: super;
    color: #be2800;
}

	#domain-form {
	    max-width: none;
	}
	#toggle-switch {
	    width: 360px;
	    margin: 20px auto;
	    position: relative;
	    border-radius: 30px;
	    background: #fff;
	}
	#toggle-switch .toggle-btn{
	    left: 2%;
	    top: 10%;
	    position: absolute;
	    width: 48%;
	    height: 80%;
	    background: #ff7a00;
	    border-radius: 30px;
	    transition: .5s;
	}
	#toggle-switch .left-btn {
	    margin-left: -20px;
	    cursor: pointer;
	    background: transparent;
	    border: 0;
	    outline: none;
	    position: relative;
	    text-align: center;
	    color: #222222;
	    font-weight: 400;
	    transition: .5s;
	}
	#toggle-switch .right-btn{
	    cursor: pointer;
	    background: transparent;
	    border: 0;
	    outline: none;
	    position: relative;
	    text-align: center;
	    color: #222222;
	    font-weight: 400;
	    transition: .5s;
	}


	#wdc-style .domain-container {
	    width: inherit;
	    /*background: #ff8f00;*/
	    font-family: 'DM Sans';
	    font-weight: 200;
	    position: absolute;
	    z-index:10;
	}

	#wdc-style .domain-desc {
	    font-weight: 300;
	}
	#wdc-style .domains-form .fields-wrap {
	    display:flex;
	}

	#wdc-style {
	    position: relative;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    z-index: 1;
	    margin: 0;
	    background-image: none;
	    /*max-width: 1190px!important;*/
	    text-align: center!important;
	    color: white;
	}
#wdc-style .text-field {
    box-shadow: none;
    outline: none;
    height: 53px;
    font-size: 1.8rem;
    padding-left: 15px;
    padding-right: 5px;
    border: none;
    border-radius: 21px 0 0 21px;
    vertical-align: middle;
    width: calc(100% - 105px);
    max-width: none;
    color: #222222;
    background: white;
}


#wdc-style .domain-search-holder-tld {
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
    min-width: 135px;
}

#wdc-style #tld {
    border: 1px none #000;
    background-color: white;
    color: #222222;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.25px;
    padding-right: 20px;
}


#wdc-style .domain-search-holder-tld-wrapper {
    position: relative;
}
#wdc-style .domain-search-holder-select-active {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#wdc-style .domain-search-holder-select-active li {
    padding: 9px 30px 9px 15px;
    height: 53px;
    font-size: 1.3rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    font-weight: 700;
}
#wdc-style .domain-search-holder-select-active:after {
    content: '\f107';
    position: absolute;
    top: 15px;
    right: 17px;
    display: block;
    width: 11px;
    height: 9px;
    line-height: 9px;
    font-family: "Font Awesome 5 Pro";
    font-family: var(--fontFamilyIcons);
    color: #0060AF;
    color: var(--baseBrandColor);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
}

	#wdc-style .domains-form .btn-wrap {
	    display: flex;
	    align-items: center;
	}

	#wdc-style .domain-search-btn {
	    display: inline-block;
	    background: #ff7a00;
	    border: #e9e9e9;
	    padding: 6px 12px;
	    margin: auto auto;
	    text-align: center;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    -ms-touch-action: manipulation;
	    touch-action: manipulation;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	    outline: none!important;
	    text-transform: uppercase;
	}

	#wdc-style .domains-price {
	    display: flex;
	    justify-content: center;
	    padding: 10px;
	}
	#wdc-style .domains-price-holder {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    padding: 4px 4px;
	    background: rgba(255,255,255,0.1);
	    border: 2px solid orange;
	    border-radius: 30px;
	    margin: 5px;
	}
	#wdc-style .domains-price .domain {
	    display: block;
	    line-height: 0.5;
	    padding: 5px;
	    font-weight: 700;
	}
	#wdc-style .domains-price .price {
	    display: block;
	    line-height: 0.5;
	    padding: 5px;
	}

#domain-form .search-container{
    position: relative;
    display: flex;
    align-items: center;
}
#domain-form .search-clear{
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
}
#domain-form .domain-err{
    font-family: 'DM Sans';
    font-size: 20px;
    font-weight: 300;
    color: #a50000;
    animation: err-blinker 1s linear 5;
    cursor: help;
}
#domain-form .domain-gap{
	padding-top: 33px;
}


@keyframes err-blinker {
  50% {
    opacity: 0;
  }
}


#domain-form .results-container {
    font-family: 'DM Sans';
    font-size: 20px;
    font-weight: 300;
    background-color: #f0f0f0;
}


#domain-form .col-nt-10 {    
    display: flex;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    margin: auto auto;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}


#domain-form .col-xs-10 {
    width: 100%;
    padding: 24px 16px;
    box-sizing: border-box;
    box-shadow: rgb(2 22 51 / 20%) 0px 1px 4px 0px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%), rgba(255, 122, 0, 0.5);
}

#domain-form .available-container {
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-bottom: -24px;
}
#domain-form .available-row {
    box-sizing: border-box;
    padding-right: 16px;
    padding-bottom: 12px;
    flex: 1 1 0.1%;
}
#domain-form .available-col {
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
#domain-form .empty-row {
    box-sizing: border-box;
    width: 100%;
}
#domain-form .strong {
	font-weight: 400;
}
#domain-form .available-color {
	color: green;
}
#domain-form .not-available-color {
	color: red;
}
#domain-form .col-icon{
    box-sizing: border-box;
    position: relative;
    margin-right: 8px;
}
#domain-form .col-desc{
    box-sizing: border-box;
    flex: 1 1 0.1%;
    word-break: break-all;
}
#domain-form .col-right{
    box-sizing: border-box;
    padding-right: 16px;
    padding-bottom: 24px;
}
#domain-form .domain{
    font-weight: 300;
}
#domain-form .price{
    font-size: 18px;
    line-height: 24px;
    position: relative;
    font-weight: 300;
}

#domain-form .add-to-cart-btn{
display: inline-block;
    background: #ff7a00;
    color: white;
    padding: 12px 12px;
    margin: auto auto;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none!important;
    text-transform: uppercase;
}



@media (min-width: 768px){


#wdc-style .domain-search-holder-select-hidden {
    right: 0;
}
}
#wdc-style .domain-search-holder-select-hidden {
    display: none;
    position: absolute;
    width: 330px;
    top: 55px;
    right: 10px;
    margin: 0;
    padding: 10px 10px;
    z-index: 100;
    list-style: none;
    background-color: #fff;
    box-shadow: 8px 8px 24px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
}


@media (min-width: 576px) {
	#wdc-style .domain-container {
	    /*border-radius: 80px;*/
	    width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
	    padding-top: 12px;
	    padding-bottom: 25px;
/*
	    opacity: 0.9;
	    background: linear-gradient( 138deg, rgba(180,180,180,0.2) 0, rgba(255,255,255,0.2) 51%, rgba(255,255,255,0.4) 51%, rgba(255,255,255,0.8) 100%), radial-gradient( ellipse closest-side, rgba(255,183,107,1) 0, rgba(255,167,61,1) 38%, rgba(255,124,0,1) 65%, rgba(255,127,4,1) 100%);
*/
	}
	#wdc-style .domain-subject {
		color: #222222;
		text-align: center!important;
		font-size: 2.8rem;
		line-height: 3.5rem;
		letter-spacing: 0;
		margin-bottom: 0.5rem;
	}
	#wdc-style .domain-search-holder{
	    display: flex;
	}
	#wdc-style .domains-form {
		position: relative;
	}
	#wdc-style .domains-form .icon {
		display: inline-block;
	}
	#wdc-style .pure-form {
		display: inline-block;
		margin-left: 20px;
		vertical-align: middle;
	}
	#wdc-style .justify-content-center {
	    -ms-flex-pack: center!important;
	    justify-content: center!important;
	}
	#wdc-style .domains-form .fields-wrap {
	    margin-bottom: 0;
	}
	#wdc-style .domains-form .btn-wrap {
	    width: 140px;
	    background: white;
	    border-radius: 0px 21px 21px 0px;
	}


}

@media (max-width: 768px) {
   #wdc-style .domains-form .icon {
	display: none;
   }
}



@media (max-width: 576px) {
#wdc-style .domains-form .fields-wrap {
    padding: 0 20px;
}

#wdc-style .domain-search-holder {
    padding: 0;
}

#wdc-style .domains-form .btn-wrap {
    width: 100%;
}
	#wdc-style .domain-subject {
		color: #222222;
		text-align: center!important;
		font-size: 1.6rem;
		line-height: 2.5rem;
		letter-spacing: 0;
		font-weight: 700;
		margin-bottom: 0.5rem;
	}

	#wdc-style .domain-desc{
		padding: 10px;
	}


	#wdc-style .domains-form {
		position: relative;
	}


/*
	#wdc-style .text-field {
	    border-radius: 0px;
	}
*/

	#wdc-style .justify-content-center {
	    -ms-flex-pack: center!important;
	    justify-content: center!important;
	}
	#wdc-style .domains-form .fields-wrap {
	    margin-bottom: 0;
	}


	#domain-form .search-container{
	    position: relative;
	    display: contents;
	}
	#domain-form .search-clear{
	    display: none;
	}

	#wdc-style .domains-price .domain {
	    font-size: 0.6rem;
	}
	#wdc-style .domains-price .price {
	    font-size: 0.6rem;
	}

	#domain-form .glyphicon{
	    font-size: 32px!important;		
	}

	#domain-form .price {
	    font-size: 16px;
	}

	#domain-form .col-desc {
		flex: 1 1 60vw;
	}

	#domain-form .col-right {
		display: contents;
	}

	#domain-form .add-to-cart-btn {
		margin-right: 0px;
	}

}

@media (max-width: 576px){
	#wdc-style .pure-form {
		display: block;
		vertical-align: middle;
	}
   #wdc-style #tld {
	border-radius: 0 21px 21px 0;
   }

   #wdc-style .domain-search-holder {
        display: flex;
        justify-content: center;
   }
	#wdc-style .domain-search-holder{
	    display: flex;
	    justify-content: center;
	}

	#wdc-style .domains-form .btn-wrap {
	    height: 53px;
	    border-radius: 0px;
	}

    #wdc-style .domain-search-btn {
        border-radius: 14px;
        width: calc(100% - 40px);
        padding: 12px 32px;
    }

}

@media (min-width: 576px){
#wdc-style .text-field {
    width: calc(40vw);
}
#wdc-style .domain-search-holder {
    padding: 0px;
}
}
@media (min-width: 992px){
#wdc-style .text-field {
    width: 505px;
}
}
@media (min-width: 1200px) {
#wdc-style .text-field {
    width: 695px;
}
}



@media (min-width: 992px){
#wdc-style .domain-search-holder-tld {
    min-width: 135px;
    text-align: left;
}
}
@media (min-width: 1200px){
#wdc-style .domain-search-holder-tld {
    min-width: 135px;
}
}

@media (min-width: 576px) {
	#wdc-style .d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}
}




#wdc-style .area{  
    /*background: #ff8f00;*/
background: #ff8f00;
    width: 100%;
    height: 500px;
/*    height:50vh;*/
}

#wdc-style .circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    
}

#wdc-style .circles li{
    position: absolute;
    line-height: normal;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    border-radius: 50%; 
    line-height: normal;   
    display: flex;
    justify-content: center;
    align-items: center;   
}

#wdc-style .circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


#wdc-style .circles li:nth-child(2){
    left: 10%;
    width: 30px;
    height: 30px;
    font-size: 11px;   
    animation-delay: 2s;
    animation-duration: 12s;
}

#wdc-style .circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

#wdc-style .circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

#wdc-style .circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

#wdc-style .circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    font-size: 20px;   
    animation-delay: 3s;
}

#wdc-style .circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    font-weight: 700;   
    animation-delay: 7s;
}

#wdc-style .circles li:nth-child(8){
    left: 50%;
    width: 35px;
    height: 35px;
    font-size: 12px; 
    animation-delay: 15s;
    animation-duration: 45s;
}

#wdc-style .circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

#wdc-style .circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    font-size: 24px;   
    animation-delay: 0s;
    animation-duration: 11s;
}


@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100%{
        transform: translateY(-1000px)     rotate(720deg);
        opacity: 0;
    }
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px 0px 10px 0px;
}




.loader-container {
    display: flex;
    justify-content: center;
    padding: 60px;
}

.loader {
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#ffa516);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}


#domain-form .result div {
    border-radius: 3px 3px 3px 3px !important;
}
#domain-form .callout-success {
    background-color: #e7fadf;
    border-color: #b9ceab;
}
#domain-form .callout {
    padding: 5px 20px 5px 15px;
    border: none;
    border-left: 4px solid transparent;
}
#domain-form .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#domain-form .glyphicon {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#domain-form .glyphicon-remove{
	color: red;
}
#domain-form .glyphicon-ok{
	color: green;
}
#domain-form .glyphicon-ok:before{content:"\e013"}
#domain-form .glyphicon-remove:before{content:"\e014"}
#domain-form .glyphicon-exclamation-sign:before{content:"\e101"}