/* Add here all your CSS customizations */
tr,td,th{
    font-size: 14px !important;
}

.container_pdf {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
@media (min-width: 200px) {
    .d-lg-none {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .padding-view {
        padding-top: 0.5rem !important;
    }
}
@media (max-width: 550px) {
    .padding-login {
        padding-top: 1.5rem !important;
    }
}
@media (max-width: 750px) {
    .hidew {
        display: none !important;
    }
}

@media (min-width: 755px) {
    .hidew {
        display: block !important;
    }
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
}

.active{
    color: #009F51 !important;
    background: #ececec !important;
    font-weight: bold;
}

.active-child{
    color: #009F51 !important;
}

.display{
    display: block !important;
}

.swal-modal .swal-text {
    text-align: center;
}


/*.............................................................*/

@media (max-width: 767px){
    .image-user{
        width: 250px;
    }
    .signature-user{
        width: 255px;
    }
    .image-box{
        display: flex;
        justify-content: center;
    }
    .margin-mobile{
        margin-bottom: 15px;
    }

    .signature-box{
        display: flex;
        justify-content: center;
    }

}

@media (min-width: 770px) and (max-width: 990px) {
    .image-user{
        width: 120px;
    }
    .signature-user{
        width: 125px;
    }
    .image-box{
        display: flex;
        justify-content: left;
    }
    .signature-box{
        display: flex;
        justify-content: left;
    }

}
@media (max-width: 1050px)  {
    .mobile-hidden{
        display: none;
    }
    /*.margin-mobile{*/
    /*    margin-bottom: 15px;*/
    /*}*/
}
@media (min-width: 1049px)  {
    .mobile-hidden{
        display: block;
    }
}
@media (min-width: 991px)  {
    .image-user{
        width: 120px;
    }
    .signature-user{
        width: 132px;
    }
    .image-box{
        display: flex;
        justify-content: right;
    }
    .signature-box{
        display: flex;
        justify-content: left;
    }
}
.chat {
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 0;
    color: #000000;
    background-color: #e0e0e0;
}
.chat-name-left{
    padding-left: 2px;
    padding-top: 1px; color: #12653e
}

.chat-name-right{
    padding-left: 2px;
    padding-top: 1px;
    text-align: right;
    color: #12653e
}

.flex-left{
    display: flex;
    justify-content: left;
}
.flex-right{
    display: flex;
    justify-content: right;
}
.flex-right img,.flex-left img {
    height: 40px;
    width: 40px;
    margin-right: 5px;
    border-radius: 50%;
}

@media (max-width: 750px) {
    .view-logo {
        height: 50px;
    }
}

.new-message-index{
    background-color: red;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5%;
}

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

.divider {
    display: flex;
}
.divider:before, .divider:after {
    content: "";
    flex: 1;
}

.line {
    align-items: center;
    margin: 1em -1em;
}
.line:before, .line:after {
    height: 1px;
    margin: 0 1em;
}

.one-line:before, .one-line:after {
    background: black;
}

.razor:before, .razor:after {
    box-shadow: 0 0.5px 0 black;
}

.double-razor:before, .double-razor:after {
    height: 3px;
    box-shadow: 0 -0.5px 0 black, 0 0.5px 0 black;
    border-width: 0;
}

.glow:before, .glow:after {
    height: 6px;
    -webkit-filter: blur(5px);
    border-radius: 5px;
}
.glow:before {
    background: linear-gradient(to right, blue, hotpink);
}
.glow:after {
    background: linear-gradient(to left, blue, hotpink);
}

.gradient {
    align-items: stretch;
    margin: 1em 0;
    height: 2em;
    line-height: 2em;
    color: white;
    background: black;
}
.gradient:before {
    background: linear-gradient(to right, white, black);
}
.gradient:after {
    background: linear-gradient(to left, white, black);
}

.donotcross {
    overflow: hidden;
    align-items: center;
    background: #ffd500;
    color: black;
    height: 2em;
    line-height: 2em;
}
.donotcross:before, .donotcross:after {
    background: white;
    padding: 50px 0;
    height: 0;
    transform: rotate(45deg);
}


/* Container to position the blinking dot */
.notification-container {
    position: relative;
    display: inline-block;
    margin: 0 10px;
}

.notification-container-officer {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
}

/* Blinking dot style */
.blinking-dot {
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: -11px;
    right: -5px;
    animation: blink 1s infinite;
}

/* Keyframes for blinking effect */
/*@keyframes blink {*/
/*    0%, 100% {*/
/*        opacity: 1;*/
/*    }*/
/*    50% {*/
/*        opacity: 0;*/
/*    }*/
/*}*/

@media (min-width: 990px) and (max-width: 1400px) {
    .margin-login{
        margin-top: 1%;
    }
    .margin-form-bottom{
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1401px) {
    .margin-login{
        margin-top: 3%;
    }
    .margin-form-bottom{
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 989px) {
    .margin-login{
        margin-top: 3%;
    }
    .margin-form-bottom{
        margin-bottom: 1rem !important;
    }
}



/* ----------------------------------------- */
.rating-container {
    background: white;
    border-radius: 5px;
    border: #c5c5c5 1px solid;
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.1);*/
}
.star, .star-view {
    font-size: 2rem;
    color: #dee2e6;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0 5px;
}
.star:hover {
    transform: scale(1.1);
}
.star.filled , .star-view.filled{
    color: #ffc107;
}
.star.empty, .star-view.empty  {
    color: #dee2e6;
}
.rating-text {
    min-height: 30px;
}
.thank-you-card {
    background-color: #d1edff;
    border: 1px solid #bee5eb;
    border-radius: 10px;
}



