/*.btn
{
  box-shadow: 0px 4px 5px #999;
  background: rgb(238, 238, 238);border-color: rgb(204, 204, 204);color:#666;
}*/

/*.btn:hover
{
  background: #999 !important;
  border-color: #666;
  color:#fff;
}

.btn:focus
{
  background: #999 !important;
  border-color: #666;
  color:#fff;
  box-shadow: 0px 4px 5px #999 !important;
}

.btn:active
{
  background: #999 !important;
  background-color: #999;
  border-color: #666;
  color:#fff;
  box-shadow: 0px 4px 5px #999 !important;
}
*/

:root {
    --main: #696cff;
    --mainChild: #e7e7ff;
    --mainText: #fff;
    --mainTextChild: rgb(8, 8, 8);
}

.float {
    position: fixed;
    width: 38px;
    height: 25px;
    top: 80px;
    right: -10px;
    background-color: var(--main);
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    padding: 3px 15px 3px 0px;
}
.float:hover {
    color: var(--mainText) !important;
}

#EditCallLog {
    color: var(--mainText);
    background: var(--main);
}

#EditCallLogCloseBtn {
    color: var(--mainText);
}

a:focus {
    outline: 0px;
    outline-offset: -2px;
}

.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: var(--main);
}

.dropdown-item:hover{
    /* color: #fff; */
    text-decoration: none;
    /* background-color: var(--main); */
    background-color: lightgrey;
    color: black;
}

.colorup {
    font-family: calibri;
    font-size: 0.7rem;
}

.sidebar-item .glyphicon {
    color: var(--main) !important;
}

.bordercolor {
    border-color: var(--main) !important;
}

input:checked+label {
    color: var(--main) !important;
}

.pro-imgg {
    height: 70px;
    width: 70px;
    border-radius: 45px;
    box-shadow: 0px 0px 4px 5px var(--main);
    position: absolute !important;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: var(--main) !important;
}

input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 13px;
    height: 13px;
    margin: 4px;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
}

input[type='checkbox']:after {
    content: "";
    vertical-align: middle;
    text-align: center;
    line-height: 13px;
    position: absolute;
    cursor: pointer;
    height: 13px;
    width: 13px;
    left: 0;
    top: 0;
    font-size: 10px;
    /*background: var(--main);*/
}

input[type='checkbox']:checked:after {
    background: var(--main);
    content: '\2714';
    color: #fff;
}

.hide-menu:checked:after {
    color: white !important;
}

.btn-gray {
    background: rgb(238, 238, 238);
    border-color: rgb(204, 204, 204);
}

.FieldTDS .fa-arrow-right {
    margin-right: 5px;
    margin-top: 12px !important
}

.FieldTDS .fa-trash {
    margin-top: 12px !important;
    margin-right: 5px;
}

.FieldTDS {
    padding-top: 2px !important;
}

.table th, .table td {
    padding: 4px !important;
    vertical-align: middle !important;
    border: 1px solid #ddd;
}

.dropdown-toggle {
    border-color: #ccc !important;
}

.dropdown-toggle:hover {
    border-color: #ccc !important;
}

.dropdown-toggle:focus {
    border-color: #ccc !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 22px !important;
}

/* .page-content .prnav>li>a {
    color: #fff;
}

.page-content .prnav>.active>a {
    color: #666;
}

.page-content .btn {
    font-size: 11px;
} */


.dropdown-toggle {
    box-shadow: none !important;
}

body {
    font-size: 13.5px;
    background: #fff !important;
} 

.topbar .top-navbar {
    min-height: 50px;
    padding: 0;
}

.app-search {
    margin-top: 10px;
    position: relative;
}

/* .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    padding: 0 14px;
    font-size: 10px;
    line-height: 50px;
    height: 30px;
} */

.topbar {
    z-index: 50;
    background: #fff;
    height: 50px;
}

.topbar .top-navbar .navbar-header {
    line-height: 52px;
}

.left-sidebar {
    padding-top: 50px;
}

.sidebar-nav ul .sidebar-item .sidebar-link {
    padding: 7px 0px;
    font-weight: 400;
    border: none !important;
    border-color: #d9e4f1;
    margin: 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-nav .has-arrow::after {
    top: 22px;
}

.sidebar-nav .has-arrow.profile-dd::after {
    top: 26px;
}

.sidebar-nav ul .sidebar-item .sidebar-link i {
    font-size: 18px;
}

.page-wrapper>.page-content {
    padding: 10px;
}

#main-wrapper[data-layout=vertical][data-header-position=fixed] .page-wrapper {
    padding-top: 60px;
}

.sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    border-left: none;
}

.panel-primary>.panel-heading {
    color: #fff;
    font-size: 13px;
}

.tab-content {
    padding: 13px;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: -1px;
    /* box-shadow: 0px 5px 10px #999; */
    box-shadow: 0px 5px 10px whitesmoke;
    overflow-y:auto;
}

.fade:not(.show) {
    opacity: 9;
}

.app-search .form-control {
    font-size: 10px;
}

/* .dropdown-menu {
    font-size: 1.2rem;
} */

label {
    font: normal 13px Calibri;
    margin-bottom: 5px;
}

/* For Radio Button*/
input[type="radio"] {
	accent-color: var(--main);
}

.DownloadTabCustom {
    min-width:40px;
}

.searchPannel {
    border: 1px solid #ddd;
    background: #eeeeeec4;
    border-radius: 5px;
    padding: 10px 0px;
}

.input-sm {
    height: 24px;
    padding: 5px;
    font-size: 12px !important;
    border: 1px solid #ccc !important;
}

select.input-sm {
    height: 26px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    /* font-size: 11px; */
}

.bs-caret {
    font-size: 10px;
}

/* .bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -1px;
    vertical-align: middle;
} */

/* .bootstrap-select>.dropdown-toggle.bs-placeholder {
    padding: 3px 15px;
} */

/* .page-breadcrumb {
    padding: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
} */

.custometable {
    border-collapse: collapse;
    width: 100%;
}

.custometable td {
    border: 1px solid #ddd;
    padding: 3px 4px 3px 4px !important;
    font-size: 12px !important;
}

.custometable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.custometable tr:hover {
    background-color: #ddd;
}

.custometable th {
    text-align: left;
    /*background-image: linear-gradient(#dbdbdb ,#ebebeb);*/
    background-color: #2cabe3;
    color: #FFF;
    font-size: 11px;
    padding: 4px;
}

.btn-success {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 2px 8px #ccc !important;
}

.btn-danger {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 2px 8px #ccc !important;
}

.btn-warning {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 2px 8px #ccc !important;
}

/* .btn-primary {
    padding: 0 13px;
    font-size: 10px;
    height: 26px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 2px 8px #ccc !important;
} */

.AddTabSection {
    border: 1px solid #ddd;
    background: #efefefb3;
    padding: 10px;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.InputRows {
    margin-bottom: 10px;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
    visibility: visible;
}

.sidebar-nav .has-arrow::after {
    right: 15px;
}

.left-sidebar {
    width: 210px;
}

.sidebar-nav ul .sidebar-item {
    width: 210px;
}

#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper {
    margin-left: 210px;
}

.formHead {
    background: #d6d6d6;
    margin: 0 0;
    padding: 9px 10px;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 3px #888;
    border-radius: 5px
}

.box-header {
    margin: 0;
    padding: 6px 15px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .1) 100%);
    cursor: pointer;
}

.well {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.footer {
    padding: 8px 0px 0px;
    /* background: var(--monitorMain);
    color: var(--monitorTxt); */
    background: #fff;
    color: #8898aa;
    text-align: right !important;
}

.flipInY {
    right: -11px;
    box-shadow: 0px 0px 1px black !important;
}



@media (max-width: 768px) {
    .dark-logo {
        display: none !important;
    }

    .navbar-collapse.collapse {
        height: 450px !important;
    }

    .flipInY {
        top: 60px;
        box-shadow: 0px 0px 10px;
    }

    .col-md-3 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-md-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-1 {
        flex: 0 0 15%;
        max-width: 15%;
    }

    .col-md-7, .col-md-6, .col-md-5, .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}






@media (max-width: 500px) {
    .pro-imgg {
        height: 70px !important;
        width: 70px !important;
    }

    .image-upload {
        position: relative !important;

    }

    #show-user-image {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .first-level .sidebar-item .sidebar-link i {
        visibility: visible;
    }

    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .first-level .sidebar-item {
        margin: 0px;
    }

    #main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .navbar-header {
        width: 150px !important;
    }

    #main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=full] .topbar .top-navbar .navbar-collapse {
        margin-left: 209px;
    }

    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover {
        width: 210px;
    }

    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header.expand-logo {
        width: 209px;
    }


}

.inp-bor {
    border: 1px solid lightgray;
}

.head-back {
    background-color: #5c5cd7;
    color: white;
    padding: 2px 5px;
}

.user-login {
    border: 1px solid black;
}

.agent-login {
    border: 1px solid black;
}

.user-agent-login {
    margin: 5px 15px;
}

.panel-bg-color {
    background-color: var(--main) !important;
}

.panel-bor-color {
    border-color: var(--main) !important;
}

.btn-color {
    background-color: #88c149;
    border-color: #88c149;
    /*box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);*/
    color: #fff;
}

.btn-color:hover {
    background: none;
    color: #88c149;
    border-color: #88c149;
}

.panel-heading {
    padding: 3px 3px 3px 10px;
}

.btn-lg {
    min-width: 90px;
    height: 30px;
    font-size: 10px;
}

.selected>.active>i {
    color: #fff !important;
}

.errorJS {
    color: #ff1d1d;
}

.errorJS {
    border-color: #ff1d1d;
}

.pagination {
    padding-left: 0;
    border-radius: 5px;
    padding-left: 1px;
    margin: 0px;
}

.pager li, .pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2fa4e7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.badge, .label {
    font-weight: 700;
    line-height: 1.5;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #157ab5;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #999;
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: default
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 11px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}


.sidebar-nav .has-arrow[aria-expanded=true]::after, .sidebar-nav li.active>.has-arrow::after, .sidebar-nav li>.has-arrow.active::after {
    top: 17px !important;
}

#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .has-arrow::after, #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .has-arrow::after {
    top: 17px !important;
}

.sidebar-nav ul .sidebar-item:hover {
    text-decoration: none !important;
}

@media (min-width: 500px) {
    .navbar-collapse.collapse {
        height: 35px !important;
    }

}

.topbar .top-navbar {
    min-height: 35px !important;
}

.topbar {
    height: 35px;
}

#main-wrapper[data-layout=vertical][data-header-position=fixed] .page-wrapper {
    padding-top: 43px;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item.active>.sidebar-link {
    background: var(--mainChild) !important;
    color: var(--mainTextChild) !important;
}

.sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    background-color: var(--main) !important;
}

.sidebar-nav ul .sidebar-item.selected>.hide-menu {
    background-color: var(--main) !important;
}

.sidebar-nav ul .sidebar-item.selected>.sidebar-link span {
    color: var(--mainText) !important;
}


element.style {
    padding-top: 5px;
}

@media (min-width: 768px) {
    #main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=full] .topbar .top-navbar .navbar-collapse {
        margin-left: 209px;
    }
}

/* @media (min-width: 768px){
    #main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=full] .topbar .top-navbar .navbar-collapse, #main-wrapper[data-layout=vertical][data-sidebar-position=fixed][data-sidebartype=overlay] .topbar .top-navbar .navbar-collapse {
        margin-left: 250px;
    }
} */
#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin5], #main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin5] {
    background: var(--main);
}

.btn {
    border-radius: 5px !important;
}

.has-arrow {
    /*background: #5d87b1;*/
}

.center {
    text-align: center;
}

.theadtr td {
    border-top: 1px solid !important;
    border-color: #ccc !important;

    border-bottom: 1px solid;
}

.linkcls {
    color: #2f6cb1;
}

.leftFldDrag {
    height: 30px;
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    margin-top: 3px;
    cursor: pointer;
    text-align: center;
    border: 1px dotted #999;
    cursor: move;
}

.leftFormGrag {
    height: 30px;
    background: #6f7274;
    padding: 7px;
    border-radius: 3px;
    margin-top: 3px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.alnR {
    text-align: right
}

input {
    border: 1px solid #ccc !important;
}

select, textarea {
    border: 1px solid #ccc !important;
    resize: both
}

.tab-content {
    max-height: 500px;
    overflow:auto;
    overflow-y: auto;
}

.sidebar-nav ul .sidebar-item .sidebar-link.profile-dd span {
    margin: 0px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

:root {
    scrollbar-color: var(--main) #f1f1f1 !important;
    scrollbar-width: thin !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--mainChild)
}

.table thead th {
    border-bottom: none;
    background-image: linear-gradient(#D3D3D3, #E0E0E0);
}

.bgdark {
    background-image: linear-gradient(#dbdbdb, #ebebeb) !important;
    white-space: nowrap;
}

button.btn.dropdown-toggle.btn-default {
    font-size: 10px;
}

#overlay_div {
    width: 100%;
    background: rgba(19, 43, 87, 0.8);
    position: fixed;
    z-index: 1080;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.9;
    display: none;
}

.new_menu_outer_div {
    width: 100%;
    position: fixed;
    z-index: 1081;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    display: none;
}

.new_menu_search_div {
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 50px;
}

.new_menu_inner_div {
    width: 100%;
    margin: auto;
}

.new_parent_menu_outer_div {
    margin: auto;
    width: 75%;
    overflow: hidden;
    font-family: poppins_l;
}

.new_parent_menu_div {
    width: 102%;
    height: 450px;
    overflow-y: auto;
}

.new_parent_menu_inner_div {
    width: 120px;
    margin: auto;
    background: var(--main);
    padding: 10px 5px;
    border-radius: 10px 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

img.menu_icon_image_div {
    width: 100%;
    height: 42px;
    overflow: hidden;
}

.new_menu_title {
    text-align: center;
    font-size: 12px;
    color: black;
    margin-top: 7px;
    cursor: pointer;
    font: normal 13px Rubik, sans-serif;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.new_parent_menu_div li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.menu_icon_image_div img {
    width: 50px !important;
    height: auto !important;
}

.new_menu_fav_image {
    padding: 5px;
    height: 50px;
    cursor: pointer;
    border-radius: 3px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1082;
}

/* .bootstrap-select {
    border: 1px solid #ccc;
} */

.input-ajax-loader {
    position: absolute;
    left: 46%;
    top: 40%;
    z-index: 1;
    width: 25px;
    height: 25px;
    margin: 0 0 0 0;
    border: 4px solid cornflowerblue;
    border-radius: 50%;
    border-top: 5px solid #ffffff;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}

ul.collapse.in {
    padding: 0 0 0 0 !important;
}

li.sidebar-item.third-level {
    padding: 0 0 0 0 !important;
}

li.third-level a.sidebar-link {
    padding-left: 60px !important;
}

div.input-container {
    display: flex;
}

div.input-container .icon {
    padding: 3px 8px 3px 8px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: none;
    background: lightgray;
    cursor: pointer;
}

div.input-container input[type="text"] {
    border-right: none;
}

.ui-datepicker td {
    padding: 1px !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}

span.hide-menu {
    max-width: 200px;
    text-align: left;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

a.sidebar-link span.hide-menu {
    /* color:  var(--backborder); */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn1 {
    color: #fff;
    background-color: #a7d02b;
    border-color: #90b913;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 2px 8px #ccc !important;

}

.btn2 {
    color: #fff;
    background-color: #42b9ae;
    border-color: #1eb7a9;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 2px 8px #ccc !important;

}

.btn3 {
    color: #fff;
    background-color: #8642b9;
    border-color: #67219c;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 2px 8px #ccc !important;

}

.btn3:hover {
    color: #ccc;

}

.tab-pane {
    padding: 2px;
}

.form-control {

    height: calc(1rem);
    border-radius: 5px;
    /* font: normal 13px Calibri; */
}

.filter-option {
    font: inherit
}

.caret {
    display: none;
}

.dropdown-toggle {
    border: 1px solid;
}
/* 
.bootstrap-select>.dropdown-toggle.bs-placeholder {
    float: left;
    width: 100%;
    padding-left: 5px;
} */

.ui-autocomplete {
    z-index: 2000;
}

/* .bootstrap-select {
    border: 0px solid !important;
} */

.bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.yellow-background {
    background: #ffffe5;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinkme {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

@-webkit-keyframes fadeinout {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeinout {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.bgdark {
    cursor: pointer;
}

.input-group-append .btn {
    border-radius: 0px 3px 3px 0px !important;
}

/* .input-group .bootstrap-select.form-control:not([class*="col-"]) {
    width: 80%;

} */

/* .input-group .bootstrap-select .btn {
    border-radius: 3px 0px 0px 3px !important;
} */

.page-breadcrumb .row {
    margin-left: 0px;
}

.mce-statusbar {
    border-radius: 0px 0px 5px 5px;
}

.mce-tinymce {
    border-radius: 5px;
}

.input-container .form-control {
    border-radius: 5px 0px 0px 5px;
}

.input-container .fa {
    border-radius: 0px 5px 5px 0px;
    padding: 5px 8px !important;
}

.footer {
    text-align: center !important;
    position: fixed !important;
    left: 0;
    bottom: 0;
    width: 100%;

}

.AgentStatus0 {
    color: red;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

.tablecontent {
    overflow: auto;
}

.webphone-modal {
    background: #fff;
    overflow: hidden !important;
    display: none;
    position: fixed;
    width: 95%;
    max-width: 225px;
    top: 0;
    bottom: 0;
    right: 1.5%;
    margin: auto;
    z-index: 100000010101;
    height: 335px;
    border: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.webphone-modal-mini {
    background: #fff;
    overflow: hidden !important;
    display: none;
    position: fixed;
    width: 95%;
    max-width: 225px;
    top: 0;
    bottom: 0;
    right: 1.5%;
    margin: auto;
    z-index: 100000010101;
    height: 335px;
    border: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

#webphone-content iframe{
    margin: 0;
    width: 238px;
    min-height: 324px;
}

.draggable_webphone_header span{
    color: #FFF;
    float: right !important;
}

.draggable_webphone_header span > i{
    font-size: 18px;
}

.draggable_webphone_header i{
    font-size: 16px;
}

.draggable_webphone_header{
    color: #FFF;
    background: var(--main);
}
#draggable_webphone * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  }

.webphone-btn{
    position: fixed;
    right: 2%;
    bottom:6%;
    border-radius: 50% !important;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 30px;
    line-height: 37px;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: Roboto;     
    font-weight: 200;
    transition: 0.15s;
    box-shadow: 0 10px 20px -8px rgb(0 0 0 / 70%) !important;
} 

.webphone-btn:hover {
    transform: scale(1.2); 
    cursor: pointer;  
} 

#attachment-input{
    margin-bottom: 4px;
}
.showfileame{
    font-size:12px;
    margin:1px;
}
.bg-inactive{
    --bs-table-bg: #f8d7da !important;
}
.bg-active{
    --bs-table-bg:#d5f6e5 !important;
}
.bg-warn{
    --bs-table-bg:#fff3e2 !important;
}
.addActive #addBtn, .addActive .addBtn {
	display: inline-block;
}
.addActive #editBtn, .addActive .editBtn {
	display: none;
}
.editActive #editBtn, .editActive .editBtn {
	display: inline-block;
}
.editActive #addBtn, .editActive #rstBtn, .editActive .addBtn, .editActive .rstBtn {
	display: none;
}
.addMoreTable table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px;
	width: 100%;
	font: 14px Calibri;
}
.addMoreTable table tr td, .addMoreTable table tr th {
	border: 1px solid #ccc;
	padding: 3px;
}
.addMoreTable table tr th {
	background: #f6f6f6 none repeat scroll 0 0;
	color: #545454;
	padding: 5px;
	text-align: center;
}
.addMoreTable table tr td input.inputFld.readonly, .addMoreTable table tr td select.readonly {
	background: #eee;
}
.hideweb{
    display: none;
}
.san-checkbox:checked{
    font-weight: bold !important;
    color: rgb(18, 89, 218) !important;
}
.san-checkbox{
    font-weight: normal !important;
    color: rgb(91, 88, 88) !important;
}
.custom-panel{
    min-height: 220px;
}

.bootstrap-select .dropdown-toggle .filter-option{
    font-size: .8rem;
}