@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
}

.navbar {
    background-color: #44ABB1 !important;
}

.navbar-nav {
    display: contents;
}

.navbar-collapse {
    max-width: 1220px;
}

/* TITLES */
/*----------------------------------*/
.evita-title-1 {
    font-family: Poppins-Bold;
    font-size: 35pt;
}

.evita-title-2 {
    font-family: Poppins-Bold;
    font-size: 25pt;
}

.evita-title-3 {
    font-family: Poppins-SemiBold;
    font-size: 22pt;
}

.evita-label {
    font-family: Poppins-SemiBold;
    font-size: 14pt;
}


.evita-title-text-1 {
    font-family: Poppins-Regular;
    font-size: 14pt;
}


.evita-title-text-2 {
    font-family: Poppins-Regular;
    font-size: 11pt;
}

.evita-title-text-3 {
    font-family: Poppins-Regular;
    font-size: 12pt;
}

/*----------------------------------*/


/* COLORS */
/*----------------------------------*/

.color-white {
    color: #F0EFFE;
}

.color-pale-navy {
    color: #C5C5D8;
}

.color-pale-navy2 {
    color: #D6D6E8;
}

.color-pale-navy3 {
    color: #E3E3F9;
}

.color-pale-navy4 {
    color: #F0EFFE;
}

.color-deep-cyan {
    color: #034F4F;
}

.color-soft-cyan {
    color: #44ABB1;
}

.color-black {
    color: #232323;
}

body {
    background-color: #f4f4fc;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.loader {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1050;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=30);
    background: #A1A1A1;
    opacity: 0.6;
    display: none;
}

    .loader .spinner-border {
        position: fixed;
        top: 50%;
        left: 50%;
    }

p {
    font-size: 13px;
}


.evita-card-header {
    border: none;
    background: none;
    font-weight: bold;
    color: #81338C;
}

.nav-item{
    padding-right: 10px;
}

.required:after {
    content: "*";
    color: red;
}

.dropdown-item.active{
    background-color: #f8f9fa;
}
/*Jquery validation error message*/
.error {
    color: red;
}

.form-control {
    border-radius: 10px;
    border: 1px solid #034F4F;
}

input, textarea {
    background-color: inherit !important;
}

.input-group-text {
    color: #034F4F;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #034F4F;
}

.table-stripped{
    border: 1px solid #E8E8EF;
}

/*Evita buttons*/
.evita-button-green {
    font-family: Poppins-Regular;
    font-size: 13pt;
    min-width: 219px;
    background-color: white;
    color: #034F4F;
    border-radius: 15px;
    border-color: #034F4F;
    padding: 7px 20px 7px 20px;
}

    .evita-button-green:hover {
        background-color: #034F4F;
        color: #F0EFFE;
    }

    .evita-button-green:active {
        background-color: #034F4F;
        color: #F0EFFE;
    }


.evita-button-lightgreen {
    font-family: Poppins-Regular;
    font-size: 13pt;
    font-weight: normal;
    min-width: 219px;
    background-color: #44ABB1;
    color: white;
    border-radius: 15px;
    border-color: #44ABB1;
    padding: 7px 20px 7px 20px;
}

    .evita-button-lightgreen:active {
        border: 1px solid #44ABB1 !important;
        color: #44ABB1;
    }

    .evita-button-lightgreen:hover {
        border: 1px solid #44ABB1 !important;
        color: #44ABB1;
    }


.user-type-card {
    border: 1px solid #000;
    height: 27rem;
    background: #eee;
}

    .user-type-card .card-header {
        padding: 35px;
    }


.tox {
    border: none !important;
}

.evita-bk-thumbnail {
    display: flex;
    width: 300px;
    height: 200px;
}

.evita-navbar-sticky {
    top: 0px;
    position: sticky;
    z-index: 100;
}

.pagination-container{
    cursor: pointer;
}

.tox .tox-edit-area__iframe {
    background-color: transparent !important;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #034F4F !important;
}

.tox .tox-toolbar__primary {
    background: none !important;
}



.pagination-container a {
    font-family: Poppins-Regular;
    font-size: 14pt;
    background-color: #F2F2F2;
    color: #034F4F;
    border: 1px solid #034F4F;
}

    .pagination-container .page-item.disabled a{
        background-color: #F2F2F2;
        color: black;
    }

    .pagination-container a:hover{
        font-family: Poppins-Regular;
        font-size: 14pt;
        background-color: #44ABB1;
        color: #034F4F;
        border: 1px solid #034F4F;
    }

    .pagination-container .active > .page-link, .page-link.active {
        font-family: Poppins-Regular;
        font-size: 14pt;
        background-color: #44ABB1;
        color: #034F4F;
        border: 1px solid #034F4F;
    }


.form-check-input{
    cursor: pointer;
}


.evita-switch .form-check-input:checked {
    background-color: #ADC40C !important;
    border: none !important;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(3,79,79,1.0)'/></svg>") !important;
}

.evita-switch .form-check-input {
    border: none !important;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,1.0)'/></svg>") !important;
}

.evita-switch-button {
    cursor: pointer;
    border: none;
    margin-top: 7px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 2px 1px;
    margin-right: 20px;
}
