
@font-face {
font-family: "font-bold";
src : url('./fonts/montserrat-bold.ttf') format('truetype');
}

@font-face {
font-family: "font-light";
src : url('./fonts/montserrat-light.ttf') format('truetype');
}

@font-face {
font-family: "font-regular";
src : url('./fonts/montserrat-regular.ttf') format('truetype');
}

@font-face {
font-family: "Paytone One";
src : url('./fonts/paytoneone-regular.ttf') format('truetype');
}

@font-face {
font-family: 'Roboto', sans-serif;
src : url('./fonts/roboto.ttf') format('truetype');
}

@font-face {
font-family: 'Raleway', sans-serif;
src : url('./fonts/Raleway-Regular.ttf') format('truetype');
}

@font-face {
font-family: 'Montserrat', sans-serif;
src : url('./fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
font-family: "theboldfont";
src : url('./fonts/theboldfont.ttf') format('truetype');
}

.btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    #d44130-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.text-tech-color{
    color: #f5dbc3;
}
.background-tech-color{
    background: #f5dbc3;
    color: #d44130;
}
.text-bold{
    font-weight: bold;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered tbody tr td:hover {
    background-color: rgba(0,0,0,.075);
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    text-align: left;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
}
.table td, .table th {
    padding: .75rem;
    vertical-align: center;
    border-top: 1px solid #dee2e6;
}
.container-plugin{
    overflow: auto;
}
.text-success{
    color: #28a745!important
}
.text-danger {
    color: #dc3545!important;
}
.mr-3{
    margin-right: 1rem;
}
.mb-3{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 3rem;
}
.neosplugin textarea{
    max-width: 50%;
}
@media (max-width: 768px) {
    textarea{
        max-width: 100%;
    }
}
.disabled{
    pointer-events: none;
    opacity: 0.5;
}
.text-danger{
    color: #dc3545!important;
}
.d-none{
    display: none;
}
.imgThemeNeosPlugin{
    max-width: 250px;
    max-height: 250px;
}
.imgPartnersNeosPlugin, .imgContactsNeosPlugin{
    max-width: 150px;
    max-height: 100px;
}
.text-center{
    text-align: center !important;
}
.linkPartSettings, .title-pluginNeosThemeSettings{
    cursor: pointer;
}
.partThemeSettings{
    display: none;
}

.arial-helvetica-plugin{
font-family: Arial,Helvetica,sans-serif;
}
.paytone-plugin{
font-family: 'Paytone One', sans-serif;
}
.Roboto-plugin{
font-family: 'Roboto', sans-serif;
}
.Raleway-plugin{
font-family: 'Raleway', sans-serif;
}
.Montserrat-plugin{
font-family: 'Montserrat', sans-serif;
}

input[type=color]{
width: 3rem;
height: 2rem
}
