#tarteaucitronRoot{z-index:999;}
body.swal2-height-auto{height:100% !important;}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .content-body {margin-left: 0;}
.header .header-content{padding-left: 0;}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header {width: 10rem;}
.brand-logo img{width: 100px;padding-left: 1rem;}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .header {padding-left: 10rem;}
.modal-backdrop{z-index:1000 !important;}
.card{height:auto;}
.custom-checkbox *{cursor:pointer;}
.card-title{text-transform:inherit;}
.fc-daygrid-body, .fc-scrollgrid-sync-table, .fc-col-header{width:100% !important;}
.fc-event{cursor:pointer;}
.form-control,.form-control:hover, .form-control:focus, .form-control.active{color:#000;}
/*.card.green{border: 3px solid #e3f9e9;}
.card.red{background-color: #fff3f7;}
.card.green *,.card.red *{border-color: #fff;}*/
.card.green{border: 3px solid #2BC155;}
.card.orange{border: 3px solid #FFBC11;}
.card.red{border: 3px solid #cc3700;}

.blinking  {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    transition: none;
}
@keyframes blink {
    0%   { opacity:1; }
    40%   {opacity:0.1; }
    100% { opacity:1; }
}

.authincation {
    /*background-image: url('../img/login-bg.jpg');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.iti {
    width: 1%;
    flex: 1 1 auto;
}

div.form-group > .iti {
    width: 100%;
}

.iti > .iti__flag-container > div.iti__selected-flag {
    border-radius: 1.25rem 0 0 1.25rem;
}

.iti > input {
    border-radius: 1.25rem 0 0 1.25rem;
}

div.form-group > .iti > input {
    border-radius: 1.25rem;
}

div.survey-question-card > div.survey-question-card-text > label {
    margin-right: 1rem;
}

@media screen and (max-width: 768px) {
    div.survey-question-card > div.survey-question-card-text > label {
        margin-right: 0;
    }
}