:root {
    --cbs: #30cfc0;
}

.container-fluid {
    width: 100% !important;
}

.header-link {
    font-size: 1rem !important;
    padding-left: .6rem !important;
    padding-right: .6rem !important;
    color: #37474F !important;
    font-weight: lighter !important;
}


@media (min-width: 1500px) {
    .header-link {
        font-size: 1rem !important;
        padding-left: .8rem !important;
        padding-right: .8rem !important;
    }
    .navbar {
        font-weight: 300;
        /*-webkit-box-shadow:unset !important;*/
        /*box-shadow: unset !important;*/
    }
}

@media (max-width: 1300px) {
    .header-link {
        font-size: 1rem !important;
    }

}
@media (max-width: 1345px) {

    .links-section-navbar {
        display: flex !important;
    }
    .cbs-logo-nav {
        display: none !important;
    }

    .small-logo {
        display: inline !important;
    }

}
/*.links-section-navbar {*/
/*    display: none !important;*/
/*}*/

.table-btn {
    padding: 0.2rem 1rem !important;
    font-size: .65rem !important;
}

.clickedit {
    border-radius: 5px;
    max-width: 65%;
}

#clickToCopyInpt {
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 5px;
    color: transparent;
    cursor: default;
}

.copy-click {
    cursor: pointer;
}

.copy-click:hover {
    font-weight: bolder;
}

.datepicker {
    background-color: transparent !important;
}

.small-logo {
    display: none !important;
}


.small-logo {
    width: 2rem;
    height: 2rem;
}

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

.info-row-text {
    font-weight: bolder;
}

.header-link:hover {
    color: #07d9e0 !important;
}

.header-link.active {
    color: #07d9e0 !important;
}

#admin-info-text {
    font-size: medium;
    margin-left: 0.5rem;
    color: #0bc0c7;
}

.dibba2,
.dibba1,
.dibba3,
.dibba4 {
    font-size: 15px;
    color: #333;
    float: left;
    padding: 15px 0;
    padding-left: 70px;
    position: relative;
}

.dibba1 {
    border-right: #d9dad0 1px solid;
    font-size: 15px;
    color: #333;
    float: left;
    padding: 15px 0;
    padding-left: 0;
}

.dibba2 {
    border-right: #d9dad0 1px solid;
    font-size: 15px;
    color: #333;
    float: left;
    padding: 15px 0;
    padding-left: 0;
}

.dibba3 {
    border-right: #d9dad0 1px solid;
    font-size: 15px;
    color: #333;
    float: left;
    padding: 15px 0;
    padding-left: 0;
}

.dibba4 {
    font-size: 15px;
    color: #333;
    float: left;
    padding: 15px 0;
    padding-left: 0;
}

.dibba1 .fa,
.dibba2 .fa,
.dibba3 .fa,
.dibba4 .fa {
    color: #0bc0c7;
    border: 3px solid #0bc0c7;
}

.dibba3 .fa,
.dibba4 .fa {
    position: relative;
    left: 8px;
    border-radius: 50%;
    padding: 7px 11px 4px 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 1rem;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.dibba2 .fa {
    position: relative;
    left: 8px;
    border-radius: 50%;
    padding: 7px 11px 4px 6px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 1rem;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.dibba1 .fa {
    position: relative;
    left: 8px;
    border-radius: 50%;
    padding: 7px 11px 4px 5px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 1rem;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.info-span {
    font-size: medium;
    font-weight: bolder;
    margin-left: 0.5rem;
    color: #0bc0c7;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.form-check-input[type="radio"]:checked + label:after,
.form-check-input[type="radio"].with-gap:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input[type="radio"].with-gap:checked + label:after {
    background-color: #0bc0c7 !important;
}

.form-check-input[type="radio"]:checked + label:after,
.form-check-input[type="radio"].with-gap:checked + label:before,
.form-check-input[type="radio"].with-gap:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input[type="radio"].with-gap:checked + label:before,
label.btn input[type="radio"].with-gap:checked + label:after {
    border: 2px solid #0bc0c7 !important;
}


/*************** Loading ***************/

@-webkit-keyframes "loading" {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes "loading" {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes "loading" {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes "loading" {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.loading-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000;
    z-index: 10000;
}

.loading-wrapper .loading {
    position: absolute;
    width: 190px;
    top: 50%;
    margin-top: -23px;
    text-align: center;
    left: 50%;
    margin-left: -95px;
}

.loading-wrapper .loading span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 50px;
    margin: 2px;
    position: absolute;
    left: 45px;
    top: 0;
    background: #3c7abe;
    animation: loading 1s infinite alternate;
    transform: rotate(25deg);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.loading-wrapper .loading span:nth-of-type(1) {
    background: #54B1E1;
    animation-delay: 0.1s;
    left: 65px;
    top: 7px;
    height: 40px;
}

.loading-wrapper .loading span:nth-of-type(2) {
    background: #3c7abe;
    animation-delay: 0.2s;
    left: 85px;
    top: 15px;
    height: 30px;
}

.loading-wrapper .loading span:nth-of-type(3) {
    background: #54B1E1;
    animation-delay: 0.4s;
    left: 105px;
    top: 7px;
    height: 40px;
}

.loading-wrapper .loading span:nth-of-type(4) {
    background: #3c7abe;
    animation-delay: 0.6s;
    left: 125px;
}

/********** hide input spin box *********/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

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

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.2em !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #0bc0c7 !important;
    color: #fff;
    border-left-color: rgb(11, 192, 199);
    border-right-color: rgb(11, 192, 199);
    font-size: 0.9em !important;
}

.orange-text:hover {
    color: #007bff !important;
    font-weight: bold;
}

.dropdown .dropdown-menu,
.dropup .dropdown-menu,
.dropleft .dropdown-menu,
.dropright .dropdown-menu {
    padding: 0rem !important;
}

/*All tables cells are bold*/
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding: 7px 0 !important;

}

tr,
td {

    text-align: center;
    font-size: .8rem !important;
}


td {
    padding: 5px !important;
    vertical-align: baseline !important;

}


.table th {
    background-color: #444444;
    color: rgb(255, 255, 255);
    text-align: center !important;
    font-size: .8rem;
    font-weight: 400;
}

table.dataTable thead th {
    padding-left: 1.5rem;
    font-weight: 300;
}

.btn.btn-xs {
    padding: .3rem 1.1rem;
    font-size: .5rem;
}

.classic-tabs .nav li:first-child {
    margin-left: 0px !important;
}

.fa-edit:hover {

    color: blue
}

.invalid {
    background-color: #ffdddd !important;
}

.link {
    color: cornflowerblue !important;
}

.link:hover {

    font-weight: bolder;
    color: blue !important;
}

h1,
h2,
h3 {

    letter-spacing: 0.6px;
}

.bg-gray {
    background-color: #f5f5f5;

}

.fa-comments {

    cursor: pointer;
}

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

.font-size-large {
    font-size: 1.4rem !important;
}

.font-size-larger {
    font-size: 1.1rem !important;
}
.font-size-md{
    font-size: 0.96rem;
}
.w-35 {
    width: 35%;
}
.w-10{
    width: 10% !important;
}

.letter-spacing {

    letter-spacing: 0.6px;
}

.remove-pax:hover .fa-times {

    color: var(--danger)
}

.input-group-text {
    padding: .200rem .75rem !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--cbs) !important;
    background-color: var(--cbs) !important;
}

.bg-agent-color {

    background-color: #dcffad !important;

}

.m-h-100 {
    min-height: 100%;
}

.low-priority {
    background-color: #f6f643;
}

.medium-priority {
    background-color: #efa428;
}

.high-priority {

    background-color: #ff7e7e;

}



/*  HOVER */
.hover-default:hover{
    color: #42cbcb;
}

/*BORDERS*/
.border-yellow{
    border: 1.7px solid #ffeb3b;

}

/*spinner*/
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:60px;height:60px;
    border-style:solid;
    border-color: var(--cbs);
    border-top-color:transparent;
    border-width: 5px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
#errorList,#errorMsgSeller{
    list-style: none;
}


/*disabled the entire div*/

.disabled-item {
    pointer-events: none;
    opacity: 0.65;

}
