* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}
/*======== dashboard ========= */

.dashboard {
    background-color: #f4f7fc;
    /* margin-left: 216px; */
    /* width: calc(100% - 216px); */
    height: 100vh;
}

.dashboard h5 {
    padding-top: 104px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* .card {
    height: 140px;
    border-radius: 8px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #3f3fd3;
    position: relative;
} */
.login-page label{
    margin: 0;
}
.Total-Products {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
}

.Total-Products-active {
    font-size: 14px;
    text-align: right;
    color: #ffffff;
}

.no-left {
    margin-left: 58px;
}

.Total-count {

    font-size: 23px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.total-low-ml {
    margin-left: -30px;
    margin-top: 41px;
}

.Subscribers-BG {
    height: 140px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #3f3fd3;
    border-radius: 10px;
}

.bar {
    position: absolute;
    width: 3px;
    height: 65px;
    background: #f1f1f1;
    left: 55%;
    opacity: .3;
}

.custom-gutter > [class*='col-'] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.center-align {
    align-items: center;
    justify-content: center;
    display: flex;

}

.opac-icon {
    background-image: url('../assets/Icons/Total-Low Opacity.svg');
    background-repeat: no-repeat;
    background-size: 27%;
    background-position-y: bottom;
}

.opac-icon-img {
    background-image: url('../assets/Icons/with-image-opacity.svg');
    background-repeat: no-repeat;
    background-size: 27%;
    background-position-y: bottom;
}

.opac-icon-active {
    background-image: url('../assets/Icons/Active-Low Opacity.svg');
    background-repeat: no-repeat;
    background-size: 27%;
    background-position-y: bottom;
}

.opac-icon-default {
    background-image: url('../assets/Icons/default-image-opacity.svg');
    background-repeat: no-repeat;
    background-size: 27%;
    background-position-y: bottom;
}

.opac-icon-inactive {
    background-image: url('../assets/Icons/Inactive-Low Opacity.svg');
    background-repeat: no-repeat;
    background-size: 27%;
    background-position-y: bottom;
}

.opac-icon-noImg {
    background-image: url('../assets/Icons/without-image-opacity.svg');
    background-repeat: no-repeat;
    background-size: 27%;
    background-position-y: bottom;
}

.bar-color {
    border-color: #6f6fde !important;
    border-left: dotted;
}


@media screen and (max-width: 1024px) {
    .withImage {
        width: 56px;
        margin-left: 25px;
    }
}

/* ========dashboard ends======= */

/* ========view/edit starts======= */
#view {
    background: #f4f7fc;
    height: 100vh;
    padding-top: 20px;
}

.row-width {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.Cover-Image {
    background-image: url('../assets/view/Cover-Image.png');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50vh;
}

.select {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: 6px;
    text-align: center;
    padding-top: 2.8%;
    padding-bottom: 1.2%;
}

.dropdown-menu {
    margin-top: 20px;
    border-radius: 8px;
}

.dropdown-item {
    font-size: 14px;
    color: #707c96;
    font-weight: 600;
}

.dropdown-item:active {
    background: none;
}

.input-box {
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(63, 63, 211, 0.15);
    background-color: #ffffff;
}

.input-box .btn {
    font-size: 14px;
    font-weight: 600;
    color: #707c96;
    width: 180px;
    text-align: left;
    padding-left: 18px;
    padding-right: 18px;
}

.input-box .btn.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 10%;
}

.input-box .input-width {
    width: 470px;
    font-size: 16px;
    text-align: left;
    color: #b7bdca;
}

.input-box .input {
    outline: none;
    border: none;
    box-shadow: none;
    position: relative;
}

.input-box .line {
    position: absolute;
    width: 1px;
    height: 55px;
    background: #bbb;
    left: 25%;
    top: -8px;
}

.ul-pos {
    position: absolute;
    left: 231px;
    width: 514px;
    border-radius: 10px;
    top: 75px;
    box-shadow: 0 3px 6px 0 rgba(63, 63, 211, 0.15);
    background-color: #ffffff;
    z-index: 99999;
}

.ul-pos li a {
    font-size: 16px;
    text-align: left;
    color: #707c96;
    text-decoration: none;
    text-transform: capitalize;
}

.ul-pos li:hover {
    background: #f4f7fc;
    cursor: pointer;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

.list-pdng {
    padding: 4px 12px !important;
}

.menu-drop {
    border: none;
    box-shadow: 0 3px 6px 0 rgba(63, 63, 211, 0.15);
}

.grey-searchIcon {
    width: 14px;
}

#businessDashboard h6 {
    font-weight: bold;
    color: #707c96;
}

.down-cards {
    width: 100% !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0 !important;
}

.down-cards a:hover {
    color: #fff;
    text-decoration: none;
}

.down-cards a {
    border-bottom: 2px dotted #fff;
}

.total-icon {
    background-image: url('../assets/Icons/Total.svg');
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: left;
}

.viewbtn {
    color: #fff;
    border: none;
    padding: 5px;
    outline: none !important;
    border-radius: 10px;
    background-color: #7979E1;;
    width: 100px;
    margin-top: 15px;
    /* margin-left:14%; */
}

.ml-30 {
    margin-left: 30px;
}

.ml-60 {
    margin-left: 60px;
}

.total-viewbtn {
    margin-left: 25px;
}

.active-viewbtn {
    margin-left: 18px;
}

.inactive-viewbtn {
    margin-left: 10px;
}

@media only screen and (max-width: 1280px) {
    .select {
        padding-bottom: .8%;
    }

    .viewbtn {
        width: 85px;
    }

}

/* ========view/edit ends======= */
/* ========totalprod_table starts======= */

.totalprod_header {
    z-index: 99;
}

#totaltable {
    background: #f4f7fc;
    padding-top: 20px;
    /* margin-left: 216px;
    width: calc(100% - 216px); 
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 65px;*/
    position: relative;
    padding-bottom: 120px;
    min-height: 100vh;
}

.breadcrumb {
    background: none;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumb a {
    text-decoration: none;
    color: #707c96;
}

.breadcrumb li.active {
    text-decoration: none;
    color: #ddd;
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: '\203A' !important;
    padding: 0 5px;
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
    color: #707c96;
}

.search-mr {
    margin-right: 5px;
}

/* #totaltable .form {
    height: 42px;
    background-color: #ffffff;
    margin: 0px 16px 21px 15px;
} */
.card {
    height: 140px;
    border-radius: 8px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #3f3fd3;
    position: relative;
}
.login-box .card{
    height: auto;
}
.btn {
    margin-left: 10px;
}
.btn.dropdown-toggle{
    margin: 0;
}
button.btn.dropdown-toggle.bs-placeholder.btn-light {
    border: 1px solid #ced4da;
}
body:not(.layout-fixed) .main-sidebar{
    position: fixed;
    left: 0;
}
#totaltable .form .inputClass {
    border: none;
    outline: none !important;
    box-shadow: none;
    width: 250px;
}

#totaltable .form .inputClass::placeholder {
    opacity: 0.5;
    font-size: 16px;
    color: #707c96;
}


.appro-confibt {
    text-align: center;
}

.appro-confibt button[disabled] {

    background-color: grey !important;
    border-color: grey !important;
}

.appro-confbt {
    font-size: 14px;
    font-weight: 600 !important;
    background: #3d3def !important;
    border-color: #3d3def !important;
    text-transform: uppercase;
    padding: 5px 25px !important;
    float: right;
}

.appro-confbt:focus {
    outline: none !important;
    box-shadow: none !important;
}

nav .form-group {
    margin: 0px;
    width: 165px;
    position: relative;
    background: transparent;
    margin: 0 35px 0 0;
    float: right;
}

nav .form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

nav option {
    color: #525d44;
    /* cursor: pointer !important; */
}

nav select {
    border: 1px solid #3d3ded !important;
    background-image: linear-gradient(45deg, transparent 50%, #FFF 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #3d3def, #3d3def);
    background-position: calc(100% - 14px) calc(1em + -1px), calc(100% - 9px) calc(1em + -1px), 105% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

nav .form-control {
    padding: 5px 7px !important;
}

#selectbtn {
    font-size: 14px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    width: 190px;
    cursor: pointer;
}

.de-btn1 {
    width: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    outline: none !important;
    box-shadow: none;
    padding: 5px 0;
}

.de-btncolor {
    background-color: #ff9218;
}

.de-btncolor:disabled,.del-btncolor:disabled{
    cursor: not-allowed;
}

.del-btncolor {
    background-color: #f74242;
}

.edit-btncolor {
    background-color: #240ead;
}

.act-btncolor {
    background-color: #61bc08;
}

.arch-btncolor {
    background-color: #ffdeb9;
    color: #ea7b01;
}

thead {
    /* background:#e7eaf0; */
    color: #818e94;
    text-align: center;
    font-size: 14px;
}

.checkboxCell-width {
    width: 40px !important;
}

#id_tabel.dataTable thead th, #id_tabel.dataTable thead td {
    padding: 10px 14px !important;
    /* border-bottom: 1px solid #111; */
    border-bottom: none;
}

#id_tabel td {
    font-weight: 400;
    color: #707c96;
    background-color: #fff;
    font-size: 14px !important;
    text-align: center;
    cursor: auto;
    word-break: break-word;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
    height: 17px;
    width: 17px;
    margin-top: 8px;
}

#id_tabel td a {
    color: #707c96;
}

.dataTables_wrapper .dataTables_length {
    float: right;
    width: 30%;
    display: contents;
    margin: 0 10px;
}

.dataTables_wrapper .dataTables_info {
    float: right;
    width: 30%;
    display: contents;
    color: #647589;
}

.dataTables_wrapper .dataTables_info .select-info {
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    margin-top: 10px;
    margin-right: 50px !important;
}

label {
    margin-right: 50px;
    margin-left: 30px;
    color: #647589;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    color: black !important;
    border-radius: 4px;
    border: none;
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border: none !important;
    outline: none !important;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
    background: #E7EAF0;
}

.dataTables_length select {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 8px;
    margin-top: 15px;
    border-color: #647589;
    outline: none;
    background: #e7eaf0;
    border-radius: 5px;
    color: #647589;
}

.modal-content {
    width: 85%;
}

.modal-body {
    padding: 1.25rem;
}

.btn-got {
    width: 80px;
    border-radius: 5px;
    padding: 3px;
    background-color: #3e3ed2;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
}

.modal h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.17;
    color: #707c96;
}

/* table.dataTable thead .sorting_asc {
    background-image: url('../assets/Icons/assending.svg');
}

table.dataTable thead .sorting_desc {
    background-image: url('../assets/Icons/desending.svg');
}

table.dataTable thead .sorting {
    background-image: url('../assets/Icons/sorting.svg');
} */

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
    height: 70px;
}

table.dataTable tbody tr {
    background-color: #ffffff;
    height: 70px;
}

table.dataTable.dt-checkboxes-select tbody tr {
    cursor: text;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #E7EAF0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.1em 0.5em;
    margin-left: 10px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px #6a6f8a !important;
    border-radius: 2px;
}

/**=========== edit btn========*/
.edit-header {
    z-index: 999;
}

#editMenu {
    background: #f4f7fc;
    height: 100%;
    padding-top: 70px;
    width: 100%;
    font-size: 14px;
}

#editMenu a {
    color: black;
    text-decoration: none;
}

#editMenu h5 {
    color: #32343c;
}

#editMenu .container-fluid {
    padding: 20px 100px;
}

#editMenu .prod-info {
    color: #818e94;
    height: 40px;
    background: #e8ecf1;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addwh {
    color: #0c0c66;
    border: 1px solid #0c0c66;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.addwh:hover {
    color: #fff;
    background: #0c0c66;
}

.form-row {
    margin-top: 16px;
}

#editMenu label {
    color: #888888;
    font-weight: 600;
}

/* Chrome, Safari, Edge, Opera */
#editMenu input::-webkit-outer-spin-button,
#editMenu input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#editMenu input[type=number] {
    -moz-appearance: textfield;
}

#editMenu input,
#editMenu select,
#editMenu textarea {
    outline: none;
    box-shadow: none;
    color: #23282d;
}

.form-group label {
    margin-left: 0px;
}

.file div {
    position: relative;
    overflow: hidden;
}

.file input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.upload {
    width: 100px;
    border-radius: 8px;
    background-color: #fd9a65;
    color: #fff !important;
    font-weight: 600 !important;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}

.close-prev {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 20px;
    right: 150px;
    color: red;
    display: none;
}

.close-prev:hover {
    color: red;
}

#editMenu .card {
    background: #fff;
    box-shadow: none;
    height: auto;
    margin: 15px 0;
    max-width: 450px;
}

.pointer {
    cursor: pointer;
}

.text {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #0c0c66;
}

.form-inline label {
    margin: 0px;
}

input[type='radio'] {
    margin-right: 8px;
    margin-left: 10px;
    border: 1px solid #23282d !important;
    cursor: pointer;
}

.form-inline .lbl-m {
    margin-right: 10px;
}

.col-height {
    border: 1px solid #ddd;
    height: 705px;
}

.supp-blk {
    display: block;
}

.save-btn {
    width: 150px;
    border: solid 1px rgba(112, 112, 112, 0.18);
    background-color: #3e3ed2;
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
}

.save-btn:hover {
    color: #fff;
}

.btn-pill {
    width: 75px;
    padding: 0px 10px;
    border-radius: 10px;
    background-color: #61bc08;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
}

.btn-pill-de {
    width: 75px;
    padding: 0px 8px;
    border-radius: 10px;
    background-color: #dd3446;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
}

.btn-pill:hover,
.btn-pill-de:hover {
    color: #fff;
}

.row-center {
    text-align: -webkit-center;
}

.addressStyle {
    color: #23282d;
    word-wrap: break-word;
    text-overflow: ellipsis;
    margin-left: 19px;
}

img {
    max-width: 180px;
}

input[type=file] {
    padding: 10px;
    background: #2d2d2d;
    margin-top: 60px;
}

.number-padng {
    padding: 0 .75rem;
}

#extraLargeModal {
    padding-right: 0px !important;
}

#extraLargeModal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    min-height: 100vh;
    float: right;
    min-width: 900px;
}

#extraLargeModal .modal-content {
    width: 90%;
    border-radius: 0px !important;
    float: right;
}

#extraLargeModal input,
#extraLargeModal select,
#extraLargeModal textarea {
    outline: none;
    box-shadow: none;
    color: #495057;
    font-size: 14px;
}

#extraLargeModal input::placeholder {
    color: #aaa;
    font-weight: normal;
}

#extraLargeModal input[type='radio']:first-child {
    margin-left: 0px;
}

.attachText {
    position: relative;
    left: 31%;
    color: #aaa;
    font-weight: bold;
    font-size: 13px;
}

#extraLargeModal h5 {
    font-weight: 600 !important;
}

#pdfup {
    margin-top: 35px;
    margin-right: 75px;
}

.blkQty {
    margin-left: 0px;
    margin-right: 0px;
}

.yesbtn {
    padding: 3px 18px 6px 18px;
    font-size: 14px;
    border: 1px solid #707070;
    background: #3e3ed2;
    color: #fff;
}

.yesbtn:focus {
    outline: none;
}

.nobtn {
    background: none;
    color: #0c0c66;
}

.selleractive {
    padding: 3px 18px 6px 18px;
    font-size: 14px;
    border: 1px solid #707070;
    color: #0c0c66;
    background: none;
}

.selleractive:focus {
    outline: none;
}

.seller-de {
    background: none;
    color: #fff;
    background: #3e3ed2;
}

.max-length {
    color: #aaa;
    font-weight: bold;
    float: right;
    font-size: 12px;
}

.modal-save {
    width: 140px;
    color: #fff;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
    background: #3e3ed2;
}

.modal-save:hover {
    color: #fff;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

#extraLargeModal .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

#extraLargeModal .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 34px;
}

#extraLargeModal .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 30px;
}

#extraLargeModal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

#extraLargeModal label {
    display: block !important;
}

#thumbnail {
    width: 60%;
    height: 80%;
    margin-right: 20px;
    margin-bottom: 10px;
}

#dynamicBusinessNm li.selected {
    background-color: #f4f7fc;
}

@media only screen and (max-width: 1280px) {
    #editMenu {
        font-size: 13px;
        padding-left: 0px;
        padding-right: 0px;
    }

    input[type='file'] {
        margin-top: 60px;
    }

    #thumbnail {
        margin-right: 0px;
    }

    .close-prev {
        right: 120px;
    }

    .upload {
        width: 90px;
    }

    .select2,
    .select2-container,
    .select2-container--default {
        width: 235.613px !important;
    }
}

@media only screen and (max-width: 1366px) {
    #thumbnail {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1440px) {
    #thumbnail {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1920px) {
    .close-prev {
        right: 304px !important;
    }
}
/* Loader animation */
#loading_container {
    /*display: none;*/
    width: calc(100%);
    height: calc(100% + 50px);
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 9;
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.85);
    text-align: center;
}
#loading_container2 {
    width: 100%;
    height: 100%;
    display: table;
}
#loading_container3 {
    margin-top: 20%;
    /*display: table-cell;*/
    /*vertical-align: middle;*/
}
#loading_container4 {
    width: 350px;
    height: 250px;
    position: relative;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #666;
    padding: 165px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 50px auto;
}
#loading_container4:before {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    font-family: "FontAwesome", "Open Sans", sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    text-align: center;
    color: #3f3fd4;
    content: "\f013";
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
span.bold-text{
    font-weight: bold;
}
table.dataTable.display tbody tr td:nth-child(4){
    text-transform: uppercase !important;
}
.validation-errors{
    font-size: 14px;
}
.b-left {
    border-left: 1px solid #b8becb;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
}
.input-group>.input-group-prepend>.btn{
    color: #707c96;
}
#tblsrch{
    margin: 2px;
}
#refreshDatatableIcon {
    cursor: pointer;
    padding: 10px;
}
.name-btn,.name-btn:hover {
    color: #fff;
    outline: none !important;
    background: none !important;
    border: none;
    box-shadow: none !important;
}
.font-size-14 {
    font-size: 14px !important;
}
/* tooltip styles */

.tooltip-inner {
    max-width: 400px;
    opacity: 1;
    border: 1px solid #818e94;
    padding: 0.25rem 2rem 0.5rem 0.5rem;
    color: #fff;
    background: #818e94;
    border-radius: 0.25rem;
    text-align: left !important;
    background-color: #818e94 !important;
}
.tooltip-inner p {
    margin-bottom: 2px !important;
    font-size: 14px;
    line-height: 19px;
}
.tooltip.show {
    opacity: 1;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0px;
    border-width: 0.4rem 0.4rem 0px;
    border-top-color: #818e94 !important;
}
.bs-tooltip-right .arrow::before {
    border-right-color: #818e94 !important;
}
.bs-tooltip-left .arrow::before {
    border-left-color: #818e94 !important;
}
.close-btn {
    position: absolute;
    right: 7px;
    top: 15px;
    cursor: pointer;
    color: red;
    font-size: 15px;
    font-weight: bold;
}