/*# sourceMappingURL=app.min.css.map */
body {
    font-family: "Inter", "Source Sans Pro", Helvetica, Arial, sans-serif;

}

.setbg {
    background-image: url('dist/img/bg.jpg') !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    font-weight: bold;
    text-decoration: underline;
}

.dataTable td,
.dataTable th {
    font-size: 14px;
}

.content-wrapper>.content {
    padding: 0.5rem !important;
}

@media screen and (max-width: 450px) {
    footer {
        font-size: 13px;
    }

    .brand-text {
        display: none;
    }

    .tohide {
        display: none;
    }

    .page-title-box {
        text-align: center;
    }

    .mybd {
        padding: 0.5rem 0.5rem 0.5rem 0.0rem !important;
    }

    .content-wrapper .content {
        padding: 0 !important;
    }

    .mymt {
        margin-top: 0.5rem !important;
    }

}

.animation__shake {
    width: 25%;
}

.elevation-0 {
    box-shadow: none !important;
}

.elevation-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.elevation-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.elevation-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.elevation-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}

.right-breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 1px;
    margin-left: 15%;
}

.right-breadcrumb ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #25476a;
    border-radius: 5px;
    padding: 5px 10px;
    min-width: 130px;
    -webkit-box-shadow: 0 0 5px 2px rgba(5, 23, 34, 0.05);
    box-shadow: 0 0 5px 2px rgba(5, 23, 34, 0.05);
}

.select2-container--default .select2-results__option {
    padding: 5px;
    font-size: 14px;

}

.dis-table {
    border: 1.5px solid #25476a;
    /* text-align: justify; */

}

.dis-table th:nth-child(2) {
    padding: 0 5px;
}

.chatbox {
    border: 1.5px solid #25476a;
    text-align: justify;
    position: relative;
    background: url(../img/chatbg.jpg);
    background-size: cover;
}

.chatbox-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 5px;
    padding-bottom: 0;
}

.chatbox-body::-webkit-scrollbar {
    width: 8px;
}

.chatbox-body::-webkit-scrollbar-track {
    background: #efecec;
}

.chatbox-body::-webkit-scrollbar-thumb {
    background: #21bdba;
    border-radius: 6px;
    /*round the corners of the handle */
}

/* Handle on hover */
.chatbox-body::-webkit-scrollbar-thumb:hover {
    background: #10807e;
}


.omsg {
    background-color: #f5f5f5;
    color: #000;
    border: 1px solid #dcdcdc;
    align-self: flex-start;
    margin-right: 20%;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 5px;
}

.mymsg {
    background-color: #107da6;
    color: #fff;
    border: 1px solid #0d698b;

    align-self: flex-end;
    margin-left: 20%;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 5px;
}

.helptext {
    font-size: 50px;
}

@media(max-width: 500px) {
    .mymsg {
        margin-left: 5%;
    }

    .omsg {
        margin-right: 5%;
    }

    .animation__shake {
        width: 75%;
    }

    .helptext {
        font-size: 45px;
    }

    .card-body {
        padding: 0.5rem !important;
    }

    .ext {
        font-size: 6px;
    }

    .dis-table {
        margin-bottom: 10px;
        table-layout: fixed;
    }

    .dis-table th {
        text-wrap: balance !important;
    }

    .dis-table th:nth-child(2) {
        padding: 0 5px;
        width: 5%;
    }

}



.ext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
}

.ext .name {
    flex: 1;
    text-align: left;
}

.ext .time {
    text-align: right;
}

.border-dark {
    border: 1.5px solid #6a6d71;
}

.dis-table th {
    text-wrap: nowrap;
    vertical-align: middle !important;
    /* background-color: #d4f9f8; */
}

.dis-table th,
.dis-table td {
    border-top: 1.5px solid #25476a;
}


.user-info {
    cursor: pointer !important;
}

input::file-selector-button {
    padding: 5px;
    border: 1px solid #ced4da;
    font-size: 14px;
    height: 1.9rem;
    color: rgb(36, 36, 36);
}

.bulk::file-selector-button {
    padding: 6px;
    border: 1px solid #ced4da;
    font-size: 20px;
    height: 2.9rem;
    color: rgb(36, 36, 36);
}

#msg-file::file-selector-button {
    padding: 3px;
    border: 1px solid #ced4da;
    color: rgb(36, 36, 36);
}

.right-breadcrumb ul li .bread-wrap {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.right-breadcrumb ul li+li {
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
}



.main-sidebar {
    background-color: #25476A;
}


.navbar {
    background-color: #25476A;
}


.formerror {
    border: 1px ridge red !important;
    border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    -ms-border-radius: 0.25rem !important;
    -o-border-radius: 0.25rem !important;
}

.radioerror {
    color: red !important;
}

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

.table-striped th,
.table-striped td {
    vertical-align: middle !important;
    text-align: center !important;
}

/* .table-striped thead {
    background-color: rgb(35, 35, 35);
    color: white;
} */


.text-red {
    color: red !important;
}

.text-blue {
    color: blue !important;
}

.text-green {
    color: green !important;
}

.text-yellow {
    color: yellow !important;
}

.text-orange {
    color: orange !important;
}

.text-purple {
    color: purple !important;
}

.text-pink {
    color: pink !important;
}

.text-teal {
    color: rgb(1, 100, 100) !important;
}

.text-brown {
    color: brown !important;
}

.text-gray {
    color: gray !important;
}

.text-black {
    color: black !important;
}

.text-white {
    color: white !important;
}

.text-cyan {
    color: cyan !important;
}

.text-magenta {
    color: magenta !important;
}

.text-lime {
    color: lime !important;
}

.text-indigo {
    color: indigo !important;
}

.text-silver {
    color: silver !important;
}

.text-gold {
    color: #fcda60 !important;
}

.text-orchid {
    color: orchid !important;
}

.text-turquoise {
    color: turquoise !important;
}

.text-pm {
    color: #107da6 !important;
}

.text-ts {
    color: #21bdba !important;
}

.font-1 {
    font-size: 1px !important;
}

.font-2 {
    font-size: 2px !important;
}

.font-3 {
    font-size: 3px !important;
}

.font-4 {
    font-size: 4px !important;
}

.font-5 {
    font-size: 5px !important;
}

.font-6 {
    font-size: 6px !important;
}

.font-7 {
    font-size: 7px !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-37 {
    font-size: 37px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-39 {
    font-size: 39px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-41 {
    font-size: 41px !important;
}

.font-42 {
    font-size: 42px !important;
}

.font-43 {
    font-size: 43px !important;
}

.font-44 {
    font-size: 44px !important;
}

.font-45 {
    font-size: 45px !important;
}

.font-46 {
    font-size: 46px !important;
}

.font-47 {
    font-size: 47px !important;
}

.font-48 {
    font-size: 48px !important;
}

.font-49 {
    font-size: 49px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-51 {
    font-size: 51px !important;
}

.font-52 {
    font-size: 52px !important;
}

.font-53 {
    font-size: 53px !important;
}

.font-54 {
    font-size: 54px !important;
}

.font-55 {
    font-size: 55px !important;
}

.font-56 {
    font-size: 56px !important;
}

.font-57 {
    font-size: 57px !important;
}

.font-58 {
    font-size: 58px !important;
}

.font-59 {
    font-size: 59px !important;
}

.font-60 {
    font-size: 60px !important;
}

.mytx {
    padding: 2px !important;

}

.mytx textarea {
    display: block;
}

/* --------------------------------------Tiles */
.counter {
    text-align: center;
    width: 180px;
    margin: 0 auto;
}

.counter .counter-content {
    height: 180px;
    padding: 40px 0 0;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

.counter .counter-content:before,
.counter .counter-content:after {
    content: "";
    background: linear-gradient(to right bottom, #dddcdcfc, #fff);
    border-radius: 50% 50% 0 50%;
    border: 15px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
    z-index: -1;
}

.counter .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #ea237e 51%);
    height: 60%;
    width: 60%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    z-index: -2;
}


.resendbtn span {
    border: darkgreen 3px solid;
    border-radius: 50%;
    padding: 3px;
    color: darkgreen;
    font-size: 14px;
}

.counter .counter-icon {
    color: #999;
    font-size: 27px;
    line-height: 27px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.counter .counter-value {
    color: #fff;
    background: #ea237e;
    font-size: 25px;
    font-weight: 600;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: inline-block;
}

.counter-title {
    font-size: 16px;
    font-weight: 600;
    text-align: end;
    /* text-transform: uppercase; */
    margin: 0;
}

/* Blue */
.counter.blue .counter-value {
    background: #0c6db1;
}

.counter.blue .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #0c6db1 51%);
}

.counter.blue .counter-icon,
.counter.blue .counter-title {
    color: #0c6db1;
}

/* Red */
.counter.red .counter-value {
    background: #ff0000;
}

.counter.red .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #ff0000 51%);
}

.counter.red .counter-icon,
.counter.red .counter-title {
    color: #ff0000;
}

/* Orange */
.counter.orange .counter-value {
    background: #fea707;
}

.counter.orange .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #fea707 51%);
}

.counter.orange .counter-icon,
.counter.orange .counter-title {
    color: #fea707;
}

/* Yellow */
.counter.yellow .counter-value {
    background: #ffff00;
}

.counter.yellow .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #ffff00 51%);
}

.counter.yellow .counter-icon,
.counter.yellow .counter-title {
    color: #ffff00;
}

/* Green */
.counter.green .counter-value {
    background: #008000;
}

.counter.green .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #008000 51%);
}

.counter.green .counter-icon,
.counter.green .counter-title {
    color: #008000;
}

/* Purple */
.counter.purple .counter-value {
    background: #800080;
}

.counter.purple .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #800080 51%);
}

.counter.purple .counter-icon,
.counter.purple .counter-title {
    color: #800080;
}

/* Pink */
.counter.pink .counter-value {
    background: #ffc0cb;
}

.counter.pink .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #ffc0cb 51%);
}

.counter.pink .counter-icon,
.counter.pink .counter-title {
    color: #ffc0cb;
}

/* Teal */
.counter.teal .counter-value {
    background: #008080;
}

.counter.teal .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #008080 51%);
}

.counter.teal .counter-icon,
.counter.teal .counter-title {
    color: #008080;
}

/* Brown */
.counter.brown .counter-value {
    background: #a52a2a;
}

.counter.brown .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #a52a2a 51%);
}

.counter.brown .counter-icon,
.counter.brown .counter-title {
    color: #a52a2a;
}

/* Gray */
.counter.gray .counter-value {
    background: #808080;
}

.counter.gray .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #808080 51%);
}

.counter.gray .counter-icon,
.counter.gray .counter-title {
    color: #808080;
}



@media screen and (max-width: 990px) {
    .counter {
        scale: 0.8;
    }
}

.custom-control-label {
    color: black;
}

.toolbar-bottom {
    display: none !important;
}

/* Multi Step Form */