﻿/*#alert-message {
    width: 785px;
    right: 110px;
    top: 67px;
    position: fixed;
    text-align: center;
}*/
#alert-message {
    width: -webkit-fill-available;
    /*padding-right:20px;*/
    /*top: 67px;*/
    top: 8px;
    position: fixed;
    text-align: center;
}

.currency li:before {
    content: ' ,';
}

.currency li:first-child:before {
    content: '$' !important;
}

.currency * {
    display: inline-block;
}

.currency, .currency > * {
    display: inline-block;
}

    .currency:after {
        content: '.00';
    }

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.preloader {
    /*background-color: #f7f7f7;*/
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

    .preloader .preloader-circle {
        width: 75px;
        height: 75px;
        position: relative;
        border-style: solid;
        border-width: 3px;
        /*   border-top-color: #FF7F7F;*/
        border-top-color: #FE0807;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        z-index: 5;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
        box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
        /*background-color: #fff;*/
        background-color: #344352;
        -webkit-animation: zoom 2000ms infinite ease;
        animation: zoom 2000ms infinite ease;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  /*  padding-top: 6px;*/
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

    .preloader .preloader-img img {
        max-width: 95px
    }

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

.head {
    padding: 0 10px;
    position: relative;
}

.searchboxopen {
    background-color: #e4e4e4;
    -webkit-border-radius: 20px;
}

.head .form-control {
    background-color: transparent;
    padding: 0px 10px;
    min-height: auto;
    border: none;
}

.searchboxbtn {
    color: #404E67;
    /*padding: 2px 0px 2px 0px;*/
    margin: 2px 0px 2px 0px;
    font-size: 16px;
    cursor: pointer;
}

.manualsearchbox {
    color: #404E67;
    /*padding: 2px 10px 2px 0px;*/
    margin: 2px 10px 2px 0px;
    font-size: 16px;
    cursor: pointer;
}

.manualsearchclose {
    /*padding: 2px 0px 2px 10px;*/
    margin: 2px 0px 2px 10px;
    font-size: 16px;
    cursor: pointer;
}

.tableheader {
    font-weight: 600;
    color: #879099;
    font-size: 14px;
    background-color: #f6f8fb;
}

.defaultbackbtn {
    position: fixed;
    background: #f5365c;
    border-radius: 50%;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}
.nav-item.open{
    background:#5A6B8A;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-position: right;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    margin-right: 35px;
}

/*-------------Table imagesorting-----------------*/
table.dataTable thead .thimageclass.sorting:after, table.dataTable thead .thimageclass.sorting:before,
table.dataTable thead .thimageclass.sorting_asc:after, table.dataTable thead .thimageclass.sorting_asc:before {
    content: "" !important;
}

.thimageclass {
    pointer-events: none;
}

/*-------------------Dashboard Design--------------------*/
.cursorclass {
    cursor: pointer;
}
.textwrap td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
}
.textwrap th {
    font-weight: normal!important;
    color: #000000!important;
    font-size: 12px!important;
}
.imgicon {
    width:39px;
    height:39px;
}
.titleclassbackdiv {
    border-radius: 14px;
    margin-right: 10px;
    /*padding: 0px 10px;*/
    padding: 2px;
    /* width:87px;*/
    width: 95px;
     text-align:center;
    white-space: nowrap;
}
.titleclass {
    font-weight: 700;
    font-size: 18px;
}
.countdisplaydiv {
    display: flex;
    flex-direction: column;
    white-space:nowrap;
}
.titlespan {
    font-size: 12px;
}
.valuespan {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.borderdivclass {
    border: 0.348px solid #E0E0E0;
    padding: 0.25rem;
    border-radius: 10px;
    display: flex;
    gap: 13px;
    justify-content:center;
    background-color:white;
}
.show::-webkit-scrollbar {
    height: 5px;
}
.show::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.show::-webkit-scrollbar-thumb {
    background: #888;
}
/*-----------------Operatorwise View toggleicon----------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 15px;
    top: 2px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
}
    .slider:before {
        position: absolute;
        content: "";
        height: 11px;
        width: 11px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: .1s;
    }
input:checked + .slider {
    background-color: #18B44B;
}

    input:checked + .slider:before {
        transform: translateX(12px);
    }

/* Rounded sliders */
.slider.round {
    border-radius: 50px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*---------------------------------*/

.operatorwisehide{
    display:none;
}
.dstitlespan {
    font-weight: bold;
    text-align: center;    
    margin-bottom: 3px;
}
.col-text{
    color:#ffff;
}


@media (min-width: 360px) {
    #dashboardusualid > div {
        flex: 0 0 45%;
        margin-left:6px;
    }
}

@media (min-width: 576px) {
    #dashboardusualid > div {
        flex: 0 0 31.2%;
        margin-left: 6px;
    }
}

@media (min-width: 768px) {
    #dashboardusualid > div {
        flex: 0 0 22.3%;
        margin-left: 6px;
    }
}

@media (min-width: 992px) {
    #dashboardusualid > div {
        flex: 0 0 18.19%;
        margin-left: 6px;
    }
}

@media (min-width: 1200px) {
    #dashboardusualid > div {
        flex: 1;

    }
}



body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.page-wrap {
    flex: 1;
    overflow: auto;
}
.card {
    border-radius: 15px !important;
}

.modal-content {
       border-radius: 15px !important;
}