@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
:root{
    --confirmButtonColor: #58db83;
    --cancelButtonColor: #ec536c;
}
html {
    scroll-behavior: smooth;
}

*{
    font-weight: 400;
}

.icon-cumtom-styling {
    font-size: 20px;
}

.icon-cumtom-styling.red-icon {
    color: #6c757d;
}

.icon-cumtom-styling.blue-icon {
    color: #6c757d;
}

.icon-cumtom-styling.eye-icon {
    color: #6c757d;
}
.icon-text:hover{
    color: palevioletred;
}

.credit {
    display: none;
}

.credit-cell {
    width: 24%;
    height: 20px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: none;
    outline: none;
    text-align: center;
    letter-spacing: 3px;
}

.credit-input {
    display: block;
    width: 93%;
    max-width: 400px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.c-focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}


/*mycustomcss*/

#success-msg {
    width: auto;
    background: #6cd861;
    padding: 9px 9px;
    border-radius: 7px;
    text-align: center;
    color: white;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 15px;
    right: 8px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#success-msg.show {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    z-index: 99999;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#success-msg i {
    font-size: 14px;
    margin-right: 5px;
}

#error-msg {
    width: auto;
    background: #f51111;
    padding: 9px 9px;
    border-radius: 7px;
    text-align: center;
    color: white;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 15px;
    right: 8px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#error-msg.show {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    z-index: 99999;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


/**/

.add_new_content_btn_overall {
    background-color: #6c757d;
    color: #ffffff;
}

.form-group.required .control-label:after {
    content: "*";
    color: #ec536c;
}

.select-packages-box {
    border: 1px solid #fffff;
    border: 1px solid #ced4da !important;
    padding: 10px;
    height: auto;
}

.select-packages-box .package-item-title {
    font-size: 15px;
}


/*products tabs*/


/*products tabs ends*/

.autocomplete-container {
    /*the container must be positioned relative:*/
    position: relative;
    margin-bottom: 20px;
}

.autocomplete-container input {
    width: calc(100% - 0px);
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    padding-right: 31px;
    font-size: 16px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    background-color: #fff;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: rgba(0, 0, 0, 0.1);
}

.autocomplete-items .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: rgba(0, 0, 0, 0.1);
}

.clear-button {
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    display: none;
    align-items: center;
}

.clear-button.visible {
    display: flex;
}

.clear-button:hover {
    color: rgba(0, 0, 0, 0.6);
}


/*multi image uploader*/

#media-list li img {
    width: 110px;
    height: 110px;
    border-radius: 15px;
    /*margin-left: 30px;*/
    /* object-fit: cover; */
}

#media-list li {
    /*height: 102px;*/
}

#media-list li video {
    width: 110px;
    height: 110px;
}

div#hint_brand .modal-dialog {
    top: 110px;
    width: 567px;
    max-width: 100%
}

li.myupload span {
    position: relative;
    width: 110px;
    height: 110px;
    display: block;
    /*background: rgb(251,251,251);*/
}

li.myupload span input {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90px;
    cursor: pointer;
}

li.myupload span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
    font-size: 54px;
}

#media-list li {
    float: left;
    /* border: 1px #ccc;
  background: #ccc;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;*/
    position: relative;
    margin: 0 5px 5px 0;
    /* width: 90px; */
    /*margin-left: 7px;*/
    margin-bottom: 7px;
    border-radius: 15px;
    overflow: hidden;
    height: 110px;
}

#media-list li:last-child {
    margin-right: 0;
}

.post-thumb {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#media-list li:hover .post-thumb {
    display: block;
    display: flex;
    justify-content: center;
}

a.remove-pic {
    /*position: absolute;*/
    top: 25px;
    right: 25px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 5px 9px;
}

.inner-post-thumb {
    position: relative;
    display: flex;
    align-items: center;
}

.remove_it_when_other_selected {
    border: 1px solid;
}


/*multiimg uploader*/

.onlineStatusOperator {
    color: green;
    background-color: green;
    font-size: 15px;
    border: 1px solid;
    border-radius: 15px;
}

.onlineStatusOperator-green {
    color: green;
    background-color: green;
}

.onlineStatusOperator-red {
    color: #df1124;
    background-color: #df1124;
}

.onlineStatusOperator-blue {
    color: #29bbe3;
    background-color: #29bbe3;
}

.onlineStatusOperator-yellow {
    color: #f5b225;
    background-color: #f5b225;
}
/**/
.verticalborder {
  border-left: 1px solid #dee2e6;
  height: auto;
}
.coupeninputbox
{
    border: 1px solid red !important;
}
.icon-text{
    display: flex;
    /* justify-content: space-around; */
    gap: 10px;
    align-items: center;
}
.icon-text a{
    display: grid;
    text-align: center;
}
.custom-text{
    text-align: center;
}
.icons-padding{
	padding: 0 12px;
	text-align: center;
}
/* Tables Scrollbar Custom Starts */
/* .dataTables_scroll ::-webkit-scrollbar {
    width: 10px;
}
.dataTables_scroll ::-webkit-scrollbar-thumb {
    background: lightgray;
}
.dataTables_scroll ::-webkit-scrollbar-track {
    background: #fff;
} */
 ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
  ::-webkit-scrollbar-thumb {
    background: #000;
}
  ::-webkit-scrollbar-track {
    background: #888;
}
/* Tables Scrollbar Custom Ends */
.form-control:disabled, .form-control[readonly] {
    background-color: #00000024;
    opacity: 1;
}

div.dataTables_wrapper div.dataTables_filter{
    padding-top: 20px !important;
}
.card-header {
    padding: 2px 10px;
    background-color: #282828;
    border-bottom: 1px solid #282828;
    color: #fff;
}
#client_invoices td, #clientsCallsSessionGetAllTable td, #getActivityLogsListings td{
    padding-top: 2px;
    padding-bottom: 2px;
}
.modal-content{
    background-color: unset;
}
.modal-header{
    background-color: #282828;
    color: #fff;
}
.modal-header *{
    color: #fff;
}
.modal-header button:hover{
    color: #999;
}
.modal-body{
    background-color: #fff;
}
.close{
    line-height: 0.6;
}
.modal-header{
    align-items: center;
}
.modal-header .close{
    padding: unset;
    margin: unset;
    position: relative;
    top: -4px;
}
.modal-footer{
    background-color: #fff;
}
