.highligth{
    background: #057dce !important;
    color: white !important;
}

.bold{
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.back-input-border {
    outline: 1px solid #c6acf8;
}

.min-max-height {
    min-height: 150px !important;
    max-height: 150px !important;
}

@media (min-width: 576px) {
    .min-max-height {
        min-height: 150px !important;
        max-height: auto !important;
    }
}

@media (min-width: 576px) {
    .w-70 {
        width: 50% !important;
    }
}

.text-black {
    color: black !important;
}

.text-secondary-light {
    color: #d3495e !important;
}

.pointer {
    cursor: pointer;
}

.font-25 {
    font-size: 25px;
}

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

.my-active, .my-active2 {
    color: #d3495e !important;
}

.my-active:hover {
    color: #3b1d78 !important;
}

.my-active:focus {
    color: #3b1d78 !important;
}

.my-active2:hover {
    color: #d3495e !important;
}

.my-active2:focus {
    color: #d3495e !important;
}

.active3 {
    transition: color .2s ease;
    background-color: #d3495e;
    color: #ffffff !important;
}

.fixed-sidebar {
    position: sticky !important;
    top: 500px;
    z-index: 1;
}

hr.line-danger {
    border-top: 1px solid #d3495e !important;
  }

@media (min-width: 1024px) {
    .show-nav {
        display: none !important;
    }
}

.cookie-banner {
    position: fixed;
    z-index: 100;
    bottom: 40px;
    left: 2%;
    right: 2%;
    width: 98%;
    height: 100px;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    color: #3b1d78;
}

@media (max-width: 576px) {
    .cookie-banner {
        position: fixed;
        z-index: 100;
        bottom: 60px;
        left: 7%;
        right: 2%;
        width: 95%;
        height: 250px;
        padding: 5px 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #eee;
        border-radius: 5px;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
        color: #3b1d78;
    }
}
  
.close {
    height: 20px;
    background-color: #3b1d78;
    border: none;
    color: #3b1d78;
    border-radius: 2px;
    cursor: pointer;
  }

.custom-btn{
    color: #3b1d78;
    background-color: inherit;
    padding: 10px 35px 10px 35px;
    border: 2px solid #3b1d78;
    border-radius: 999px;
}

.custom-btn:hover{
    color: white;
    background-color: #3b1d78;
    border: 2px solid white;
}

ul#horizontal-list {
	min-width: 696px;
	list-style: none;
	padding-top: 20px;
}

ul#horizontal-list li {
	display: inline;
    margin-right: 20px;
}

.border-sidebar {
    border: 1px solid #e4e2e2; 
    position: fixed;
    padding: 20px;
    width: 18%;
    border-radius: 10px;
    z-index: 999;
    background-color: white;
    /* bottom: 20%; */
}

.text-white {
    color: white !important;
}

.pull-right{
    float: right !important;
}

.text-right{
    text-align: right !important;
}

.package-badge {
    color: #ffffff !important;
    background-color: #07d207;
}

.btn-primary {
    background-color: #3b1d78 !important;
    border: #3b1d78 !important;
}

.btn-primary:hover {
    background-color: #976af2 !important;
    border: #976af2 !important;
}

.bg-light-primary {
    background-color: #976af2 !important;
    color: #ffffff !important;
}

input[type=file]::file-selector-button {
    border: 2px solid #3b1d78;
    padding: .2em .4em;
    border-radius: .5em;
    background-color: #a29bfe;
    transition: 1s;
    color: #ffffff;
}
  
input[type=file]::file-selector-button:hover {
    background-color: #db7483;
    border: 2px solid #d3495e;
}

.verify-span {
    font-size: 18px !important;
    font-style: italic;
    background-color: #0e5aab;
    color: #ffffff;
    padding: 8px 15px 8px 15px;
    border-radius: 20px;
}

.not-verify-span {
    font-size: 18px !important;
    font-style: italic;
    background-color: #c56907;
    color: #ffffff;
    padding: 8px 15px 8px 15px;
    border-radius: 20px;
}

.fb-btn {
    background-color: #0866ff !important;
    border: #0866ff !important;
    color: #ffffff;
}

.fb-btn:hover {
    color: #ffffff;
}

.pclick {
    pointer-events: none;
    touch-action: none;
}

.p-5 {
    padding: 20px !important;
}

.inline-block {
    display: inline-block !important;
}

.img-round{
    border-radius: 50% !important;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

/* #img-center {
    display:block;
    margin:0 auto;
    width:200px;
} */
#img-center {
    width:80px;  /* use yours*/
    height:80px; /* use yours*/
    position:absolute;
    left:60%;
    top:50%;
    margin:-75px 0 0 -135px;
    border-radius: 50%;
}

.swal-button:focus {
    box-shadow: none;
}

.swal-button:hover {
    box-shadow: none;
    background-color: #976af2 !important;
}

.note-math-btn, .note-link-btn, .note-image-btn, .note-video-btn {
    margin-top: -20px !important;
}

.note-icon-close {
    color: black !important;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}