@import url("animate.css");
@import url("public.css");
:root{
    --color-white:#FFFFFF;
    --color-Black:#000000;
    --Tundora:#434343;
    --Tundora2:#353535;
    --ChileanFire:#F97B01;
    --SaffronMango:#F9C364;

    --align:left;
    --direction:ltr;
}
:focus {
    outline: none;
}
::placeholder {
    color: var(--Tundora);
    opacity: 1;
    transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    -webkit-transition: all 0.2S ease !important;
}
::-webkit-input-placeholder {
    color: var(--Tundora);
    opacity: 1;
    transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    -webkit-transition: all 0.2S ease !important;
    text-transform: capitalize !important;
}
:hover::placeholder,
:hover::-webkit-input-placeholder {
    opacity: 0.3;
}
::-moz-placeholder {
    color: var(--Tundora);
    opacity: 1;
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    text-transform: capitalize !important;
}
:-ms-input-placeholder {
    color: var(--Tundora);
    opacity: 1;
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    text-transform: capitalize !important;
}
:-moz-placeholder {
    color: var(--Tundora);
    opacity: 1;
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    text-transform: capitalize !important;
}
input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
}
@media (max-width: 576px){
    .container {
        max-width: 100%;
    }
}
.color-white{color: var(--color-white) !important;}
.color-Black{color: var(--color-Black) !important;}
.color-Tundora{color: var(--Tundora) !important;}
.color-Tundora2{color: var(--Tundora2) !important;}
.color-ChileanFire{color: var(--ChileanFire) !important;}
.color-SaffronMango{color: var(--SaffronMango) !important;}

.bg-white{background-color: var(--color-white) !important;}
.bg-Black{background-color: var(--color-Black) !important;}
.bg-Tundora{background-color: var(--Tundora) !important;}
.bg-Tundora2{background-color: var(--Tundora2) !important;}
.bg-ChileanFire{background-color: var(--ChileanFire) !important;}
.bg-SaffronMango{background-color: var(--SaffronMango) !important;}

.border-white{border: 1px var(--color-white) solid !important;}
.border-Black{border: 1px var(--color-Black) solid !important;}
.border-Tundora{border: 1px var(--Tundora) solid !important;}
.border-Tundora2{border: 1px var(--Tundora2) solid !important;}
.border-ChileanFire{border: 1px var(--ChileanFire) solid !important;}
.border-SaffronMango{border: 1px var(--SaffronMango) solid !important;}

body{
				font-size: 14px;
    min-height: 100vh;
    direction: var(--direction);
}
*{
				outline: none !important;
}
.progress.progress-page-load {
    position: fixed;
    top: 0px;
    height: 4px;
    z-index: 100000;
    width: 100%;
    direction: ltr !important;
    border-radius: 0px !important;
}
.progress.progress-page-load .progress-bar {
    background-color: var(--ChileanFire) !important;
    -webkit-animation: progress-bar-stripes 0.3s linear infinite;
    animation: progress-bar-stripes 0.3s linear infinite;
}
a{
    text-decoration: none !important;
    cursor: pointer;
}
.row{
				width: 100% !important;
				margin-right: 0px;
				margin-left: 0px;
}
.form-control,
.form-control:focus,
.form-control:active,
.form-control:hover,
.btn,
.btn:focus,
.btn:hover,
.btn:active{
				box-shadow: none !important;
}
.btn.ChileanFire {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    overflow: hidden;
}
.btn.ChileanFire:before{
    content: "";
    position: absolute;
    top: 130%;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #434343;
    z-index: -1;
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
}
.btn.ChileanFire:hover{
    color: var(--ChileanFire) !important;
}
.btn.ChileanFire:hover:before{
    top: 0px;
}

@media (max-width:990px){
    .container{
        width: 100%;
        max-width: 100%;
    }
}
.bg-img-primary{
    /*background-image: url(../img/bg-img.png);*/
    background-position: top left;
    background-repeat: repeat-x;
}
.bg-img{
    z-index: 1;
}
.bg-gradient{
    /*    background: #f97b0191;
        background: -moz-linear-gradient(top, #f97b0191 0%, #ffffff12 100%);
        background: -webkit-linear-gradient(top, #f97b0191 0%,#ffffff12 100%);
        background: linear-gradient(to bottom, #f97b0191 0%,#ffffff12 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f97b0191', endColorstr='#ffffff12',GradientType=0 );*/
}
.logo{
    background-image: url('../img/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 120px;
    min-height: 120px;
    position: relative;
    z-index: 2;
    display: block;
}
.logo-bg{
    position: relative;
    z-index: 0;
    max-width: 120px;
    margin: auto;
}
.logo-bg:before{
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%);
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );


    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.t-shadow-1{
    text-shadow: 0px 1px 1px #43434370;
}
.t-shadow{
    text-shadow: 0px 3px 3px #43434370;
}
.top-header{
    background:  transparent !important;
}
.navbar-light .dropdown-menu{
    min-width:250px !important;
}
.navbar-light *{
    font-size: 14px;
}
.navbar-light .navbar-toggler {
    position: absolute;
    top: -70px;
    right: 8px;
}
.dropdown-toggle,
.navbar-light .navbar-nav .nav-link{
    color: var(--Tundora) !important;
    font-weight: bold;
    text-shadow: 0px 3px 3px #43434370;
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover{
    box-shadow: inset 0px -4px 0px #FFF;
}
.links a {
    box-shadow: 0px 4px 8px #c1b4a7;
}
.pick-type{
    cursor: pointer;
}
.pick-type.hover,
.packages {
    box-shadow: 0px 0px 4px #cecece, 0px 4px 4px #cecece;
    border: 1px #fff solid;
    transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    -webkit-transition: all 0.2s ease !important;
}
.pick-type.hover,
.packages.hover{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.pick-type.hover:before,
.packages.hover:before{
    content: "";
    background: #fffdfb;
    background: -moz-linear-gradient(top,  #fffdfb 0%, #f3a563 99%);
    background: -webkit-linear-gradient(top,  #fffdfb 0%,#f3a563 99%);
    background: linear-gradient(to bottom,  #fffdfb 0%,#f3a563 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdfb', endColorstr='#f3a563',GradientType=0 );
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    position: absolute;
    z-index: -1;
    top:130%;
    left: 0px;
    width: 100%;
    height: 100%;;
}
.pick-type.hover.active:before,
.pick-type.hover:hover:before,
.packages.hover:hover:before{
    top:0px;
}
.packages.hover:hover{
    border-color: var(--SaffronMango);
}
.get-in-touch{
    background-image: url('../img/bg2.png');
    background-position: top center;
    background-repeat: no-repeat;
}
.get-in-touch .title{
    text-shadow: 0px 6px 4px #00000040;
}
.get-in-touch input, .get-in-touch textarea {
    min-height: 42px;
}
.pricing{
    background-color: #f0f0f0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f37a01;
    background-color: #353535;
}
.custom-control-input:focus ~ .custom-control-label::before{
    box-shadow: none !important;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #35353585;
    border-color: #353535;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #f37a01;
}


.group-icon {
    position: absolute;
    z-index: 3;
    top: 8px;
    left: 8px;
    font-size: 16px;
}
.input-group input{
    z-index: 1;
}
.user_form{
    box-shadow: 0px 0px 4px #35353585;
}
.PickForm .icon {
    background-color: #FFF;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50px;
    display: inline-block;
    margin: auto;
    padding: 32px;
    border: 1px var(--ChileanFire) solid;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.PickForm .icon-1{
    background-image: url('../img/1.png');
}
.PickForm .white .icon-1{
    background-image: url('../img/1-white.png');
}
.PickForm .icon-2{
    background-image: url('../img/2.png');
}
.PickForm .white .icon-2{
    background-image: url('../img/2-white.png');
}
.PickForm .icon-3{
    background-image: url('../img/3.png');
}
.PickForm .white .icon-3{
    background-image: url('../img/3-white.png');
}
.PickForm .icon-4{
    background-image: url('../img/4.png');
}
.PickForm .white .icon-4{
    background-image: url('../img/4-white.png');
}
.PickForm .white .icon{
    background-color: var(--ChileanFire);
}
.PickFormTitles .col-3{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 2;
}
.PickFormTitles{
    position: relative;
}
.PickFormprograss{
    width: 100%;
    position: absolute;
    height: 8px;
    border-radius: 0px;
    top: 30px;
    z-index: 0;
    background-color: var(--color-white);
    border: 1px var(--ChileanFire) solid;
}
.PickFormprograss .progress-bar{
    background-color: var(--ChileanFire) !important;
}
.pick-type *{
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
}
.pick-type-instagram{
    background-image: url('../img/instagram.png');
}
.pick-type-manually{
    background-image: url('../img/manual.png');
}
.pick-type-instagram,
.pick-type-manually{
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    width: 150px;
    height: 150px;
}
.pick-type:hover .color-Black,
.pick-type:hover .color-Black{
    color: var(--color-white) !important;
    text-shadow: 0px 1px 1px #00000070;
}
.pick-step{
    transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    position: relative;
    height: 0px;
    overflow: hidden;
    opacity: 0;
}
.pick-step.active{
    min-height: 300px !important;
    height: auto !important;
    opacity: 1;
}
.success_message {
    position: fixed !important;
    top: 0px !important;
    padding: 16px !important;
    z-index: 100 !important;
    width: auto !important;
}
.success_message .alert {
    width: auto !important;
    display: inline-block !important;
    padding-top: 4px;
}
.success_message button.close {
    position: absolute !important;
    top: 0px !important;
    left: 4px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    background-color: var(--ChileanFire);
}
.list-group-item.active {
    background-color: #f6a869;
    border-color: #facdaa;
}
.list-group-item-action:hover, .list-group-item-action:focus, .list-group-item-action:active {
    background-color: var(--Tundora2);
    color: var(--ChileanFire);
}
.btn.btn-sm.bg-Tundora{
    line-height: 12px;
    padding: 4px;
}
.winner_avtars_img{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.winner_avtars_img:before{
    content: attr(data-text);
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 2%;
    width: 96%;
    height: 30px;
    padding: 4px;
    background-color: var(--ChileanFire);
    color: var(--color-white);
    text-align: center;
    opacity: 0.8;
}

.pick_names_list {
    max-height: 600px;
    overflow-y: scroll;
}
.maskupload .info{
    position: absolute;
    top: 36%;
    width: 100%;
    text-align: center;
    color: var(--Tundora2);
    text-shadow: 0px 0px 1px #fff;
}