/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: custom
Compile-Dependencies: 
*/

/*Button custome color*/

/* button:default {
  background-color: #E8E8E8;
}

button:hover{
  background-color: #383634;
  color: #fff;
}

button:active {
  background-color: #B99E80;
}

.button:disabled {
  background-color: #8C8C8C;
} */

/* Input type custome css */

.input-color-default {
  border: 1px solid #383634;
  background-color: #f2f0ea;
  border-radius: 5px;
}

.input-color-hover:hover {
  border: 1px solid #8C8C8C;
  background-color: fff;
  border-radius: 5px;
}

.input-color-active:active {
  border: 1px solid #383634;
  background-color: #fff;
  border-radius: 5px;
}

.input-color-success:success {
  border: 1px solid #8BB980;
  background-color: #fff;
  border-radius: 5px;
}

.input-color-error:error {
  border: 1px solid #B98080;
  background-color: #fff;
  border-radius: 5px;
}

/* Custom width */

.inner-screen {
  width: 92.9%;
}

/* Custom hight */
.header-icons-hight {
  height: 70px;
}

/* font color */

.white {
  color: #fff;
}

/*.subscribe-form button {
    width: 250px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: gray;
    background-color: #383634;
    border: 2px solid gray;
}

    .subscribe-form button:hover {
        color: #F2F0EA;
    }*/

@media (max-width: 1920px) {
    .container {
        width: 100% !important;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100% !important;
    }
}

.header-icons-hight {
    height: 78px;
}
.paragraph-heading {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
}

.display-block{
    display:block !important;
}
.display-none {
    display: none !important;
}

.active-tab {
    background-color: #383634;
    color: #f2f0ea;
}
