﻿.check-input {
    accent-color: #0bb2b1;
    height: 15px; /* not needed */
    width: 15px; /* not needed */
}

.ng-cloak {
    display: none;
}



.btn_float {
    position: fixed;
    width: 10%;
    bottom: 40px;
    right: 40px;
}

input:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

select:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.badge-img {
    max-height: 15px;
    max-width: 15px;
}

.page-section {
    padding: 1px 0 20px 0 !important;
}

.pagination li a {
    color: #000 !important;
    padding: 10px 15px 10px 15px !important
}
.pagination li.active a{
 color: #fff !important;
}

.font_16 {
    font-size: 16px;
    line-height: 27px;
}

.icon_action {
    font-size: 20px;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.faq-acc-padtop-0 {
    padding-top: 0px !important;
}

.search_icon {
    font-size: 28px;
    padding-top: 4px;
}

.bg-color-l-green {
    background-color: #B8E8BA
}

[data-toggle="collapse"] i:before {
    content: "\f068";
}

[data-toggle="collapse"].collapsed i:before {
    content: "\f067";
}

/*#accordion .card-header {
    margin-bottom: 8px;
}*/

#accordion .accordion-title {
    position: relative;
    display: block;
    padding: 10px 20px !important;
    background: #0bb2b1;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse;
    box-shadow: none;
}


    #accordion .accordion-title:hover {
        background: #0bb2b1;
        color: #fff;
    }

#accordion .accordion-body {
    padding: 15px 20px;
}

    #accordion .accordion-body ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }

    #accordion .accordion-body li {
        padding-left: 1.2rem;
        text-indent: -1.2rem;
    }

        #accordion .accordion-body li:before {
            content: "\f10a";
            padding-right: 5px;
            font-family: "Flaticon";
            font-size: 16px;
            font-style: normal;
            color: #0bb2b1;
        }

.tr-color-lb {
    background-color: lightblue;
}

.font_green {
     color: var(--bg-green-3);
}

.font_red {
    color: var(--bg-red-2);
}


@media only screen and (max-width: 480px) {
    .pagination li a {
        padding: 10px !important
    }
}


.no-data {
    background-color: #f9f9f9;
    text-align: center;
}

.chatmsg.green {
    color: green;
}

.chatmsg.red {
    color: red;
}



.outerbg {
    width: 100%;
    max-width: 610px;
    margin: 20px;
    padding: 30px 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.chatboxout {
    font-size: 15px;
    line-height: 17px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 20px -1px rgba(59, 59, 59, 0.6);
    -moz-box-shadow: 4px 4px 20px -1px rgba(59, 59, 59, 0.6);
    box-shadow: 4px 4px 20px -1px rgba(59, 59, 59, 0.6);
}

.chatboxin {
    box-sizing: border-box;
    border: 1px solid rgba(208, 208, 208, 1);
    border-radius: 5px;
    padding: 5px 15px;
}

.chat-sender.msg {
    -webkit-clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 12px 70%);
    clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 12px 70%);
    padding: 9px 9px;
    padding-left: 21px;
    background-color: #e8e3e3;
    color: #fff;
    box-sizing: border-box;
    width: calc(100% - 53px);
    margin-left: -9px;
}

.chatmsg {
    margin-top: 5px;
}

.chat-sender {
    display: inline-block;
    vertical-align: top;
}

.chat-container {
    margin-top: 15px;
    margin-bottom: 15px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.chat-respond.msg {
    -webkit-clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 12px 70%);
    clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 12px 70%);
    padding: 9px 9px;
    padding-left: 21px;
    background-color: #E6E6E6;
    color: #333;
    box-sizing: border-box;
    width: calc(100% - 53px);
    margin-right: -9px;
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
}

    .chat-respond.msg strong {
        color: #F48806;
    }

.chat-respond {
    display: inline-block;
    vertical-align: top;
}

.flippd {
    width: 100%;
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
}


@keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


@keyframes blink-animation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.gocButton {
    padding: 0.4rem 0 !important;
}

    .gocButton a {
        background: #003676;
        line-height: 28px !important;
        color: #ffffff;
        border-radius: 4px;
        padding: 10px;
        font-size: 10px;
        font-weight: bold;
    }

        .gocButton a:hover {
            background: #41b2b1 !important;
            color: #ffffff !important;
        }

.pdButton {
    padding-left: inherit;
    padding-right: inherit;
    padding: 0.4rem 0 !important;
}

    .pdButton a {
        background: #41b2b1;
        line-height: 28px !important;
        color: #ffffff;
        border-radius: 4px;
        padding: 10px;
        font-size: 10px;
        font-weight: bold;
    }

        .pdButton a:hover {
            background: #41b2b1 !important;
            color: #ffffff !important;
        }


@-webkit-keyframes blinkred {
    50% {
        background: rgba(255, 0, 0, 0.5);
    }
}

@-moz-keyframes blinkred {
    50% {
        background: rgba(255, 0, 0, 0.5);
    }
}

@keyframes blinkred {
    50% {
        background: rgba(255, 0, 0, 0.5);
    }
}

.blinkred {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blinkred;
    -webkit-animation-timing-function: linear;
    -moz-animation-direction: normal;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blinkred;
    -moz-animation-timing-function: linear;
    animation-direction: normal;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: blinkred;
    animation-timing-function: linear;
}


@-webkit-keyframes blinkgreen {
    50% {
        background: green;
    }
}

@-moz-keyframes blinkgreen {
    50% {
        background: green;
    }
}

@keyframes blinkgreen {
    50% {
        background: green;
    }
}

.blinkgreen {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blinkgreen;
    -webkit-animation-timing-function: linear;
    -moz-animation-direction: normal;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blinkgreen;
    -moz-animation-timing-function: linear;
    animation-direction: normal;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: blinkgreen;
    animation-timing-function: linear;
}




.news-section {
    background-color: white;
    font-family: helvetica;
    text-transform: uppercase;
    overflow-x: hidden;
}

.news-div {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}

.news-message {
    display: flex;
    flex-shrink: 0;
    height: 50px;
    align-items: center;
}

.news-p {
    padding-left: 1.5em;
}

@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


.div-loader {
    width: 60px;
    height: 60px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 2px solid;
    border-top-color: #6d47ff;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    -webkit-animation: div-spin 0.9s ease-in infinite;
    animation: div-spin 0.9s ease-in infinite;
    margin: 10px 42%;
}

.report-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Adjustments for tablets */
@media (max-width: 1024px) {
    .report-container {
        padding: 15px;
    }
}

/* Adjustments for mobile screens */
@media (max-width: 768px) {
    .report-container {
        padding: 10px;
    }
}

/* Further adjustments for very small screens */
@media (max-width: 480px) {
    .report-container {
        padding: 5px;
    }
}


/* Safari */
@-webkit-keyframes div-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes div-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}