* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    user-select: none;
}

*:focus {
    outline: none;
}

body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    height: auto;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.roboto-regular {
    font-family: 'Roboto Regular', sans-serif;
}

.poppins-thin {
    font-family: 'Poppins Thin', sans-serif;
}

.title {
    text-align: center;
}

.uppercase-title {
    text-transform: uppercase;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-family: 'Roboto', sans-serif;
}


/* Cookies Agreement */

.cookies-agreement {
    background-color: #F8B715;
    position: fixed;
    top: 91%;
    z-index: 2000;
    width: 100%;
    height: 9%;
}

.cookies-agreement .cookies-container {
    width: 90%;
    position: relative;
    left: 5%;
    height: 50%;
    top: 25%;
}

.cookies-agreement .cookies-container .cookies-inline-block {
    display: inline-block;
}

.cookies-agreement .cookies-container .cookies-text {
    color: #fff;
    font-size: 0.9vw;
}

.cookies-agreement .cookies-container .cookies-policy-text {
    color: #1E4F91;
    font-size: 0.9vw;
    margin-left: 1%;
}

.cookies-agreement .cookies-container .cookies-policy-text a {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: inherit;
    text-decoration: inherit;
}

.cookies-agreement .cookies-container .cookies-agree-button {
    background-color: #1E4F91;
    color: #fff;
    padding: 0.3vw 0.7vw 0.3vw 0.7vw;
    margin-left: 1vw;
    font-size: 1vw;
    border-radius: 10px;
    width: 10%;
    cursor: pointer;
    text-align: center;
}

.page-container,
.dashboard-page-container {
    overflow: hidden;
}


/* Popups Start*/

/* Error popup */
.swal2-icon.swal2-error {
    border-color: #F40000;
}

.error-msg-text,
.error-mgs-icon {
    color: #F40000;
    font-size: 2.5rem;
    margin-bottom: 10%;
}

.error-mgs-icon {
    margin-right: 2%;
    margin-top: 3%;
    font-size: 2.5rem;
}

.error-confrim-msg-button {
    border-radius: 50px !important;
}

/* Success popup */
.successful-msg-text {
    color: #1e5090;
    font-size: 2.5rem;
    margin-bottom: 5%;
}

.success-confirm-msg-button {
    border-radius: 50px !important;
}

/* Warning popup */
.warning-confirm-msg-button {
    background-color: #f9ba18 !important;
    border-radius: 50px !important;
}

.warning-cancel-msg-button {
    background-color: #fff !important;
    border: 1px solid #1e5090 !important;
    border-radius: 50px !important;
    color: #1e5090 !important;
}

.warning-msg-icon {
    color: #f9ba18;
    font-size: 2.5rem;
}

.warning-msg-text{
    color: #f9ba18;
    font-size: 2.1rem;
    margin-bottom: 5%;
    padding-left: 10px;
}
.warning-confirm-msg-button-wizard-step{
    font-size: 1rem !important;
    margin-top: 20px;
    color: #fff !important;
    background-color: #f9ba18 !important;
    border-radius: 50px !important;
    
}

.warning-cancel-msg-button-wizard-step{
    font-size: 1rem !important;
    margin-top: 20px;
    background-color: #ffffff !important;
    color: #1e5090 !important;
    border: 1px solid #1e5090 !important;
    border-radius: 50px !important;
}

.confirm-button-icon,
.cancel-button-icon {
    font-size: 1.2rem;
    position: relative;
    left: 6%;
    top: 2px;
}

/* Buttons */
.swal2-styled.swal2-confirm,
.warning-cancel-msg-button,
.warning-confirm-msg-button-wizard-step,
.warning-cancel-msg-button-wizard-step{
    font-family: 'Roboto Regular', sans-serif !important;
}

/* Content */
#swal2-content {
    font-family: 'Roboto Regular', sans-serif !important;
    color: #9d9d9d;
}

/* Popups End*/

/* Select 2 */

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-weight: bold;
}



/* date picker */

.daterangepicker .table-condensed .month,
.daterangepicker .table-condensed tr > th,
.daterangepicker .table-condensed tr > td{
    font-weight: bold !important;
}