﻿@font-face {
    font-family: Comfortaa;
    src: url(../css/Comfortaa/Comfortaa-VariableFont_wght.ttf)format("truetype");
}
html {
    outline: none;
}
body {
    font-family: Comfortaa;
    background: rgb(162,64,91);
    background: linear-gradient(153deg, rgba(162,64,91,1) 24%, rgba(218,125,143,1) 69%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* Navbar */
.navbar {
    padding: 20px 20px;
}

    .navbar a {
        color: #ffffff;
    }

        .navbar a:hover {
            color: #eac6c6;
            cursor: pointer;
        }

.navbar-brand {
    /* position: absolute;
    left: 28px; */
}

.navbar-nav {
    margin-right: 40px;
}

.nav-icon {
    width: 31px;
}

.btn-contact {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px 30px 30px 30px;
    font-size: 0.8rem !important;
    background: transparent !important
}

    .btn-contact:hover {
        background-color: #da7d8f;
        border: 1px solid #fff;
        color: #fff;
    }
/* Left icon-container*/
.content {
    color: #ffffff;
}

    .content h5 {
        line-height: 30px;
    }

.b01 {
    padding: 2px 13px 2px 13px;
    background-color: #3b5998;
    color: #ffffff;
    margin-right: 8px;
}

    .b01:hover {
        background-color: #455d8f;
        color: #ffffff;
    }

.b02 {
    padding: 2px 13px 2px 13px;
    background-color: #00acee;
    color: #ffffff;
}

    .b02:hover {
        background-color: #00B6F1;
        color: #ffffff;
    }
/* Right icon-container */
.right-sec {
    padding: 0px 0px 0px 5rem;
}
/* Image Hover */
.icon-container {
    padding: 23px 29px 23px 29px;
}

.image-01 {
    display: block;
    width: 100%;
}

.inner-text-01 {
    margin: 8px -45px 0px -45px;
    color: #cda5ae;
    font-size: 14px;
    text-align: center;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.shadow-overlay {
    box-shadow: 3px 3px 5px -1px rgb(73, 73, 73);
}

.overlay {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0px;
    right: 0px;
    opacity: 0;
    padding-top: 24px;
    text-align: center;
    transition: .03s ease-in, padding 0.8s linear;
    ;
    /* transition-delay: 0.01s; */
    cursor: pointer;
    background: rgb(218,119,140);
    background: linear-gradient(204deg, rgba(218,119,140,1) 62%, rgba(235,149,184,1) 93%);
}

.icon-container:hover .overlay {
    opacity: 1;
}

.filter:hover img {
    filter: brightness(0) invert(1);
}

.image-02 {
    text-align: center;
    width: 33%;
}

.inner-text-02 {
    margin: 4px 0px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
/* Border */

.border-col {
    border-bottom: 1px solid #d2a4ae;
    border-right: 1px solid #d2a4ae;
    position: relative;
    text-align: center;
}

.border-row .border-col:nth-child(4n) {
    border-right: none;
}

.border-row:last-child .border-col {
    min-height: 100px;
    border-bottom: none;
}
/* Scroll bar */
.scroll {
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .scroll::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

/* Copyright */
.copyright {
    /*margin: 2.2rem 0rem 1rem 0rem !important;*/
    font-size: 12px;
    color: #d6d6d6;
    font-weight: 600;
}

    .copyright a {
        color: #d6d6d6;
    }

        .copyright a:hover {
            text-decoration: none;
            color: #e8e8e8;
        }
/* Media Query */
/* 1199 */
@media only screen and (max-width: 1199px) {
    .right-sec {
        padding: 0px;
    }

    .icon-container {
        padding: 27px;
    }
}
/* 991px */
@media only screen and (max-width: 991px) {
    .nav-item {
        border-bottom: 1px solid #fff;
        width: 100%;
    }

    .nav-hide {
        margin-left: 12px;
    }

    .navbar-toggler {
        padding-right: 0px;
    }

    .navbar-nav {
        margin-right: 0px !important;
    }

    .btn-contact {
        border: none !important;
        padding-left: 0px !important;
    }

        .btn-contact:hover {
            color: #eac6c6;
            background: unset !important;
        }

    .nav-item {
        padding: .375rem .75rem;
        padding-left: 0px !important;
    }

    .navbar-brand {
        /* top: 6px; */
        /* z-index: -1; */
    }

    .navbar-collapse {
        border: 1px solid #fff;
        background: #ffffff30;
        padding: 1rem !important;
    }

    .btn-contact {
        margin-top: 3%;
        margin-left: -2px;
    }

    .right-sec {
        padding: 0px 62px;
    }

    .icon-container {
        padding: 30px 40px;
    }

    .image-02 {
        width: 30%;
    }

    .copyright {
        text-align: center;
        font-size: 15px;
    }
}
/* 767px */
@media only screen and (max-width: 767px) {
    .right-sec {
        padding: 0px;
    }

    .icon-container {
        padding: 30px 30px;
    }

    .image-02 {
        width: 39%;
    }
}
/* 575 2 box section start */
@media only screen and (max-width: 575px) {
    .right-sec {
        padding: 40px 100px;
    }

    .res-width {
        width: 50%;
    }

    .border-row .border-col:nth-child(even) {
        border-right: none;
    }

    .icon-container {
        padding: 45px;
    }

    .image-02 {
        width: 37%;
        margin-top: 22px;
    }
}
/* 540px */
@media only screen and (max-width: 540px) {
    .right-sec {
        padding: 40px 50px;
    }

    .res-width {
        width: 50%;
    }

    .icon-container {
        padding: 37px 64px;
    }

    .image-02 {
        width: 28%;
        margin-top: 16px;
    }
}
/* 490px */
@media only screen and (max-width: 490px) {
    .content {
        padding-left: 34px;
    }

    .right-sec {
        padding: 40px 47px;
    }

    .res-width {
        width: 50%;
    }

    .icon-container {
        padding: 35px 55px;
    }

    .image-02 {
        width: 28%;
        margin-top: 15px;
    }
}
/* 460px */
@media only screen and (max-width: 460px) {

    .icon-container {
        padding: 35px 46px;
    }

    .image-02 {
        width: 32%;
        margin-top: 15px;
    }
}
/* 420px */
@media only screen and (max-width: 420px) {
    .content {
        padding-left: 34px;
    }

    .right-sec {
        padding: 25px 40px;
    }

    .icon-container {
        padding: 32px 42px;
    }

    .image-02 {
        width: 32%;
        margin-top: 11px;
    }
}
/* 420px */
@media only screen and (max-width: 420px) {
    .content {
        padding-left: 34px;
    }

    .right-sec {
        padding: 25px 40px;
    }

    .icon-container {
        padding: 32px 42px;
    }

    .image-02 {
        width: 32%;
        margin-top: 11px;
    }
}
/* 390px */
@media only screen and (max-width: 390px) {
    .content {
        padding-left: 6px;
    }

    .right-sec {
        padding: 25px 16px;
    }

    .icon-container {
        padding: 33px 42px;
    }

    .image-02 {
        width: 30%;
        margin-top: 11px;
    }
}
/* 360px */
@media only screen and (max-width: 360px) {
    .right-sec {
        padding: 25px 16px;
    }

    .icon-container {
        padding: 33px 37px;
    }

    .image-02 {
        width: 36%;
        margin-top: 11px;
    }
}


/* rabeet css */

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background: linear-gradient(153deg, #637486 24%, #304052 69%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 0.9rem;
        color: #c1bfbf;
        display: block;
        transition: 0.3s;
        font-weight: 600;
    }

        .sidebar a:hover {
            color: rgba(102,221,201,1);
        }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }



#main {
    transition: margin-left .5s;
    padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}

.text-danger, .text-warning {
    font-size: 0.7rem !important;
    padding: 3px 14px;
    border-radius: 8px;
    margin: 3px 0px;
    color: #ff8c8c !important
}
/*rabeet css*/
.dash-height {
    min-height: 82vh;
}

.log-out {
    position: absolute;
    bottom: 16px
}

.power-btn {
    position: relative;
    bottom: -0.5vh;
}

/*.sidebar form a {
    color: #da7d8f !important;
}*/

.custom-disable:hover {
    cursor: not-allowed;
}


.table {
    width: 100% !important;
    overflow: auto !important;
    max-height: 50vh !important;
    display: block !important;
}

.table {
    margin-bottom: 0px;
    background: transparent !important;
    font-size: 0.9rem;
    border-left: 1px solid #d2a4ae !important;
    border-right: 1px solid #d2a4ae !important;
    border-collapse: separate; /* Don't collapse */
    border-spacing: 0;
    border-radius: 0px 0px 6px 6px;
}


    .table tr th {
        white-space: nowrap;
        border-right: 1px solid #d2a4ae !important;
        border-bottom: 1px solid #d2a4ae !important;
        border-top: 1px solid #d2a4ae !important;
        background: linear-gradient(180deg, rgba(162,64,91,1) 0%, rgb(220, 108, 130) 430%);
        color: #fff;
        position: sticky !important;
        top: 0px !important;
        z-index: 2;
        text-align: center;
        /*border: 1px solid #d2a4ae !important;*/
    }

    .table tr td {
        border-right: 1px solid #d2a4ae;
        border-bottom: 1px solid #d2a4ae !important;
        color: #d2a4ae;
        text-align: center;
        border-top: none;
    }

    .table th:first-child, .table td:first-child {
        position: sticky !important;
        left: -1px;
        background: linear-gradient(180deg, rgba(162,64,91,1) 0%, rgb(220, 108, 130) 430%);
        white-space: nowrap;
        color: #fff !important;
        background-image: linear-gradient(180deg, rgba(162,64,91,1) 0%, rgb(220, 108, 130) 430%) !important;
        /*border: 1px solid #d2a4ae !important;*/
        background-size:100% !important;
    }
    .table th:last-child, .table td:last-child {
        border-right: none !important;
    }
        /*.table td:last-child {*/
        /*}*/
        .table th:first-child {
            z-index: 3;
        }

    .table tr td a span {
        color: #d2a4ae !important;
        border: 1px solid #d2a4ae !important;
        padding: 5px 8px;
        border-radius: 50%;
        margin-right: 2px;
    }

    .table tr td a:hover span {
        color: #fff !important;
        border: 1px solid #fff !important;
    }

    .table tr td a.btn-default {
        color: #d2a4ae !important;
        border: 1px solid #d2a4ae !important;
    }

        .table tr td a.btn-default:hover {
            color: #fff !important;
            border: 1px solid #fff !important;
        }

/*table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png") !important;
}*/

table.dataTable tbody tr{
    background-color: transparent !important;
}
/*table.dataTable.no-footer{
    border:none !important;
}*/
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border: 1px solid #d2a4ae !important;
    border-radius: 10px;
    height: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c17888;
    border-radius: 10px;
    height: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #d2a4ae;
    }


.edit-form, .details-form, .delete-form, .create-form, {
    /*background: linear-gradient(153deg, #637486 24%, #304052 69%);*/
    padding: 1.5rem;
    border: 1px solid #d2a4ae !important;
    border-radius: .3rem !important;
}


    .edit-form label, .create-form label, .details-form dt, .delete-form dt {
        color: #d2a4ae;
        font-size: 0.8rem;
    }

    .edit-form .form-control, .create-form .form-control {
        font-size: 0.8rem !important;
        background-color: transparent;
        border: 1px solid #d2a4ae !important;
        color: #fff;
        border-radius: 10px;
    }

        .edit-form .form-control .form-group label, .create-form .form-control .form-group label, .profile .form-control .form-group label {
            margin-top: .5rem;
        }

    .edit-form .form-row, .create-form .form-row, .profile .form-row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .edit-form .form-row .form-group label, .create-form .form-row .form-group label, .profile .form-row .form-group label {
            margin-bottom: 0px !important;
            padding-left: 4px !important;
        }

/*.edit-form form, .create-form form, .profile form {
        padding-top: 1rem;
    }*/

.btn-primary {
    /*color: #fff !important;
    background: linear-gradient(180deg,rgba(102,221,201,1)0%,rgba(78,194,183,1)75%) !important;
    border-color: transparent !important;
    border-radius: 4px !important;*/
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 30px 30px 30px 30px;
    font-size: 0.8rem !important;
    background: transparent !important
}

    .btn-primary:hover {
        /*color: #fff !important;
        background: rgba(78,194,183,1) !important;
        border-color: rgba(78,194,183,1) !important;
        border-radius: 4px !important;*/
        background-color: #da7d8f;
        border: 1px solid #fff;
        color: #fff;
        box-shadow: 9px 7px 10px 1px #00000036;
    }

.btn-contact:hover {
    background-color: #da7d8f;
    border: 1px solid #fff;
    color: #fff;
    box-shadow: 9px 7px 10px 1px #00000036;
}

.btn-link {
    color: #fff;
    background: transparent !important;
    border: none !important;
    font-size: 1rem;
    font-weight: 400;
}

    .btn-link:hover {
        color: #fff !important;
        background: transparent !important;
        border: none !important;
        font-weight: 600 !important;
    }

.btn-secondary {
    color: #fff !important;
    background: linear-gradient(153deg, #637486 24%, #304052 69%) !important;
    border-color: #6c757d !important;
    border-radius: 4px !important;
}

    .btn-secondary:hover {
        color: #fff !important;
        background: #304052 !important;
        border-color: #304052 !important;
        border-radius: 4px !important;
    }



.details-form dt, .delete-form dt {
    font-weight: unset !important;
    padding: 10px 5px;
}

.details-form dd, .delete-form dd {
    font-size: 0.8rem !important;
    color: #fff;
    padding: 0px 5px;
}

.dl-horizontal {
    padding-top: 1.2rem;
}




.nav-card {
    min-height: 500px;
    padding: 10px;
    border-right: 1px solid #d2a4ae !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile .nav-card .nav a {
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    display: block;
    transition: 0.3s;
}

/*.profile .nav-card .nav a .active {
        font-weight: 600 !important;
        color:red !important;
    }*/

.profile .nav-link:focus, .nav-link:hover, .profile .nav-card .nav-items .nav-link .active {
    font-weight: 600;
    text-decoration: underline;
}

.nav-card ul li .active {
    font-weight: 600 !important;
    text-decoration: underline !important;
}

/*.nav-items a .active {
    font-weight: 600;
    
}*/



.profile .nav-card .nav {
    padding-top: 20px;
}

.profile label {
    color: #d2a4ae;
    font-size: 0.8rem;
    font-weight: 500;
}

.profile .form-control {
    font-size: 0.8rem !important;
    background-color: transparent;
    border: 1px solid #d2a4ae !important;
    color: #fff;
    border-radius: 10px;
}

.profile .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.profile-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 1rem 1rem 2rem rgba(0,0,0,.175) !important;
    overflow: hidden;
}

.uploadimg {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    /*border: 1px solid rgba(0, 0, 0, 0.34901960784313724);*/
    overflow: hidden;
    background: rgba(0, 0, 0, 0.17);
    position: absolute;
    right: 232px;
    top: -3px;
    padding: 4px;
    cursor: pointer;
}

    .uploadimg svg {
        fill: rgba(255, 255, 255, 0.65);
    }

.uploaadimg svg:hover {
    fill: #fff;
}

.uploadimg input[type="file"] {
    display: none;
}

.profile-img .upload-img {
}

.profile-custom-link {
    color: #d2a4ae !important;
    font-size: 0.9rem !important;
}

.primary-border {
    border: 1px solid #d2a4ae !important;
    border-radius: 10px;
    padding: 1rem;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 164, 174, 0.25) !important;
    border: 1px solid #fff !important;
}
.btn-primary.focus, .btn-primary:focus, .btn-default:focus {
    box-shadow: 9px 7px 10px 1px #00000036 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border: 1px solid #fff !important;
}
.btn-default {
    /*border: 1px solid #fff!important;
    border-radius: 4px !important;
    color:#fff !important;
    background:transparent !important;*/
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px 30px 30px 30px;
    font-size: 0.8rem !important;
    background: transparent !important
}

    .btn-default:hover {
        background-color: #da7d8f;
        border: 1px solid #fff;
        color: #fff;
        box-shadow: 9px 7px 10px 1px #00000036;
    }

.text-primary {
    color: #d2a4ae !important;
}

.text-secondary {
    color: #A9A9A9 !important;
}

.list-group-item {
    background-color: transparent !important;
    border: none !important;
}

    .list-group-item label {
        font-size: 0.9rem !important;
        color: #d2a4ae !important;
    }

    .list-group-item span {
        font-size: 0.8rem !important;
        color: #fff !important;
    }

.consent-description label {
    color: #fff !important;
    font-size: 0.8rem !important;
    /*padding-left:16px;*/
}

.modal-content {
    background: linear-gradient(153deg, rgba(162,64,91,1) 24%, rgba(218,125,143,1) 69%) !important;
    border: 1px solid #d2a4ae !important;
}

.modal-header, .modal-footer {
    border: none !important;
}

.user-profile-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1rem 1rem 2rem rgba(0,0,0,.175) !important;
    margin-right: 0.4rem;
    border: 1px solid #304052;
}

.sidebar .dropdown-menu {
    background-color: #5a7086 !important;
}

.sidebar .dropdown-item {
    color: #c1bfbf !important;
}

    .sidebar .dropdown-item:focus, .dropdown-item:hover {
        background-color: #304052 !important
    }

.sidebar .dropdown-divider {
    border-top: 1px solid #c1bfbf !important
}

.edit a, .edit .btn-link {
    border: 1px solid #d2a4ae !important;
    border-radius: 50%;
    padding: 4px 8px;
}

    .edit a i, .edit .btn-link i {
        position: relative;
        top: 1px;
    }

        .edit a i, .edit .btn-link i {
            color: #d2a4ae !important;
        }

    .edit a:hover, .edit a:hover i, .edit .btn-link:hover, .edit .btn-link:hover i {
        color: #fff !important;
        border-color: #fff !important;
    }


.cancel-btn a {
    border: 1px solid #d2a4ae !important;
    border-radius: 50%;
    padding: 0px 6px;
    /*position:absolute;
    right:12px;*/
    cursor: pointer;
}

    .cancel-btn a svg {
        position: relative;
        top: 1.5px;
    }

        .cancel-btn a svg path {
            fill: #d2a4ae !important;
        }

    .cancel-btn a:hover, .cancel-btn a:hover svg path {
        fill: #fff !important;
        border-color: #fff !important;
    }

.sidebar a:hover svg path, .edit a:hover svg path {
    fill: #fff;
}

/*preloader start*/

.lds-spinner {
    color: red;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #d2a4ae;
            /*background: #fff;*/
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.empty-temp {
    padding-left: 6rem;
    padding-right: 6rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.title-row {
    position: sticky;
    top: 0;
    background: linear-gradient(153deg, rgba(162,64,91,1) 16%, rgba(218,125,143,1) 120%);
    z-index: 2;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.form-div {
    max-height: 70vh;
    overflow: auto;
    padding-top: 0;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
}

a:hover {
    text-decoration: none !important;
}

.notification {
    background: rgba(255, 255, 255, 0.48);
    width: 350px;
    overflow: hidden;
    /* border: 1px solid #fff; */
    border-radius: 0px 10px 10px 0px;
    margin: 4px;
}

.notification p{
    font-size:13px;
}

    .notification .text-secondary {
        color: #656565 !important;
        font-size:11px !important;
    }

    .notification .cancel {
        cursor: pointer;
        color: #737373;
    }

.custom-warning .color-div {
    /*background-color: #fbb034;
    background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);*/
    border-left: 8px solid #0c9e1b;
}

.custom-error .color-div {
    /*background: #D31027; 
    background: -webkit-linear-gradient(to right, #EA384D, #D31027); 
    background: linear-gradient(to right, #EA384D, #D31027);*/
    border-left: 8px solid #D31027;
}

.custom-successfull .color-div {
    /*background-color: #00b712;
    background-image: linear-gradient(315deg, #017b0d 0%, #63c13b 74%);*/
    border-left: 8px solid #00b712;
}

.custom-info .color-div {
    /*background-color: #2a2a72;
    background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);*/
    border-left: 8px solid #2a2a72;
}



table.dataTable thead .sorting_asc {
    background-image: url(../images/arrow-up.png);
    background-size: 10px ;
    background-repeat:no-repeat;
    background-position:center right;
}

table.dataTable thead .sorting_desc {
    background-image: url(../images/arrow-down.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting{

}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    border-radius: .25rem;
    background: rgba(162,64,91,1) !important;
    background-color: none;
    /*background-image: linear-gradient(153deg, rgba(162,64,91,1) 24%, rgba(218,125,143,1) 69%) !important;*/
    border: 1px solid #d2a4ae !important;
    font-size:12px !important;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #d2a4ae !important;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #d2a4ae !important;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #d2a4ae !important;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #d2a4ae !important;
}

.cancel-custom-padding {
    padding: 0px 3px !important;
}

.save-custom-padding, .delete-custom-padding {
    padding: 0px 1px !important;
}