﻿/* Auto complete*/
.ui-menu-item-wrapper {
    font-size: small
}
/*end*/

.cap-every-word {
    text-transform: capitalize;
}


.light-green {
    background-color: #fffffc;
}

.light-deep-green {
    background-color: #ebffee;
}

/* For Redio button*/
.rbStyle label {
    clear: left;
    margin-right: 5px;
    display: inline;
}

.rbStyle input [type="radio"] {
    float: left;
    border: 2px solid #444;
}
/*opacity*/

.opacity-x {
    opacity: 0.34;
}
/*Badge*/

/*.badge {
display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 6px;
  border: 1px solid transparent;
  min-width: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 99999px
}*/

/*.badge.badge-default {
  background-color: #B0BEC5
}

.badge.badge-primary {
  background-color: #2196F3
}

.badge.badge-secondary {
  background-color: #323a45
}

.badge.badge-success {
  background-color: #64DD17
}

.badge.badge-warning {
  background-color: #FFD600
}

.badge.badge-info {
  background-color: #29B6F6
}

.badge.badge-danger {
  background-color: #ef1c1c
}

.badge.badge-outlined {
  background-color: transparent
}

.badge.badge-outlined.badge-default {
  border-color: #B0BEC5;
  color: #B0BEC5
}

.badge.badge-outlined.badge-primary {
  border-color: #2196F3;
  color: #2196F3
}

.badge.badge-outlined.badge-secondary {
  border-color: #323a45;
  color: #323a45
}

.badge.badge-outlined.badge-success {
  border-color: #64DD17;
  color: #64DD17
}

.badge.badge-outlined.badge-warning {
  border-color: #FFD600;
  color: #FFD600
}

.badge.badge-outlined.badge-info {
  border-color: #29B6F6;
  color: #29B6F6
}

    .badge.badge-outlined.badge-danger {
        border-color: #ef1c1c;
        color: #ef1c1c
    }*/


/*Horizental Rular*/
hr {
    height: 1px;
    /*margin-left: 15px;*/
    /*margin-bottom: -3px;*/
    border: 0;
    margin-top: auto;
}

.p::first-letter {
    font-size: 150%;
    color: brown;
}

.tv-node-for-scroll {
    font-size: 13px;
}

.hr-warning {
    background-image: -webkit-linear-gradient(left, rgba(210,105,30,.8), rgba(210,105,30,.6), rgba(0,0,0,0));
}

.hr-success {
    background-image: -webkit-linear-gradient(left, rgba(15,157,88,.8), rgba(15, 157, 88,.6), rgba(0,0,0,0));
}

.hr-primary {
    background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));
}

.hr-danger {
    background-image: -webkit-linear-gradient(left, rgba(244,67,54,.8), rgba(244,67,54,.6), rgba(0,0,0,0));
}
/*End*/

input[type="radio"] {
    /*Reduce the space as per your need*/
    margin: 2px 2px 2px 2px !important;
}

.image-max-height {
    max-height: 130px;
    max-width: 130px
}

.div2px {
    margin-bottom: 2px;
}

.bg-coral {
    /*background: linear-gradient(to right,#727aba, #e36363, #727aba);*/
    background: linear-gradient(to right,#ffffff, #ffa3a3, #000000);
}

.btn-res-grad-1 {
    color: white;
    padding: 4px;
    line-height: 19px;
    /*background: linear-gradient(to right, #a17196, #e36363);*/
    background: linear-gradient(to right, #723f67, #bc3838);
    border-color: black;
}

    .btn-res-grad-1:hover {
        color: white;
        background: linear-gradient(to right, #e36363, #a17196);
    }

.shadowText {
    text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-tab-custom {
    color: white;
    padding: 0.005rem .15rem;
    font-weight: 500;
    background: linear-gradient(to right, #e36363, #a17196);
}

    .btn-tab-custom:hover {
        color: black;
        text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff
    }

.btn-tab-custom-nohover {
    color: white;
    padding: 0.005rem .15rem;
    font-weight: 500;
    background: #e36363;
    cursor: none;
}

.btn-lnk-custom {
    background: linear-gradient(to right, #dae2f8, #d6a4a4);
}

.text-gd1 {
    /*background: linear-gradient(to right, #30CFD0 0%, #330867 100%);*/
    background: linear-gradient(to right, #273ad5, #e36363, #273ad5, #e36363, #273ad5, #e36363);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*Card Hover Effict*/
.card-hover {
    transition: transform .5s;
}

    .card-hover::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);*/
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
        content: '';
        opacity: 0;
        z-index: -1;
    }

    .card-hover:hover, .card-hover:focus {
        transform: scale3d(1.006, 1.006, 1);
    }

        .card-hover:hover::after, .card-hover:focus::after {
            opacity: 1;
        }

.pointer-cursor {
    cursor: pointer
}

/*Enlarge zoom on tooltip*/
#tooltip {
    position: absolute;
    z-index: 3000;
    background-color: transparent;
    opacity: 1.55;
}


/*Placeholder Size*/
input,
input::-webkit-input-placeholder {
    font-size: 12px;
    /*line-height: 3;*/
}

textarea,
textarea::-webkit-input-placeholder {
    font-size: 12px;
    /*line-height: 3;*/
}

.custom-control-label {
    color: #ff670e;
    font-size: x-small;
    font-weight: 600
}

.indent-text-30px {
    text-indent: 30px;
}

.indent-text-20px {
    text-indent: 20px;
}

.modal-body {
    padding: inherit;
}

.card-body-modal-popup {
    padding: 1.25em;
    padding-top: inherit;
    padding-bottom: inherit;
}

.modal-header {
    padding: .8rem;
}

.modal-footer {
    padding: .8rem;
}

.card-header-comment-system {
    padding: 3px;
    border-bottom: none;
}

.card-body-comment-system {
    padding: 6px;
}

.card-footer-comment-system {
    padding: 5px;
    border-top: none;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .10rem .20rem;
}

.font-weight-800 {
    font-weight: 800;
}

.custom-file-label {
    height: unset;
    display: inline-grid;
    overflow: hidden;
    color: gray
}

    .custom-file-label::after {
        height: unset;
        border-left: unset;
    }

.custom-file-label {
    font-size: 12px;
    display: inline-grid;
    overflow: hidden;
}

.custom-control-label::before {
    top: 0px;
}

.custom-control-label::after {
    top: 0px;
}

.m-2px {
    margin: 2px;
}

.nav-link-padding {
    padding: .25rem .25rem;
    font-size: 14px;
    color: #b9845e;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #F4857D #F4857D #fff;
}

.nav-tabs {
    border-bottom: 1px solid #F4857D;
}

.align-middle {
    text-align: center;
    vertical-align: middle !important;
}

.align-middle-left {
    text-align: left;
    vertical-align: middle !important;
}

.align-middle-right {
    text-align: right;
    vertical-align: middle !important;
}

.btn-sleek {
    padding: .10rem .20rem
}

.admin-header {
    color: crimson;
    font-weight: 600;
    font-size: 15px;
}

/*Popover*/
.popover {
    background-color: blanchedalmond;
}

    .popover.bottom .arrow:after {
        border-bottom-color: blanchedalmond;
    }


.inset {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.6), 0 1px 1px rgba(0,0,0,0.1);
    background-color: transparent !important;
    z-index: 999;
}

    .inset img {
        border-radius: inherit;
        width: inherit;
        height: inherit;
        display: block;
        position: relative;
        z-index: 998;
    }

.font-weight-500 {
    font-weight: 500
}

.alert-dark2 {
    color: #ffffff;
    background-color: #868585;
    border-color: #dadada;
}

.alert-custom {
    position: relative;
    padding: .27rem .25rem;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    font-size: 12px;
}

.div-img-loc {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.img-size-loc {
    max-height: 110px;
    max-width: 110px;
    height: auto;
    width: auto;
}

.img-size-parent-div {
    height: 118px;
    padding: 3px
}

.img-rep-item-div {
    /*background: #fdfbfb; 
    background: -webkit-linear-gradient(to right, #fdfbfb, #ebedee);*/
    background: linear-gradient(to bottom, #fdfbfb, #ebedee);
}

.img-rep-alt-item-div {
    background: linear-gradient(to top, #fdfbfb, #ebedee);
}

.line-hight-1p0 {
    line-height: 1;
}

.line-height {
    line-height: 1.1;
}

.line-hight-1p2 {
    line-height: 1.2;
}

.line-hight-1p3 {
    line-height: 1.3;
}

.color-darkgray {
    color: darkgray
}





.page-inst-admin {
    color: teal;
    font-weight: 600;
}

.elec-title-admin {
    padding: .75rem 1.25rem;
    border: 1px solid #e9ecef;
    font-weight: 600;
    font-size: 14px;
    color: navy;
    border: unset
}

.com-title-admin {
    padding: .75rem 1.25rem;
    border: 1px solid #e9ecef;
    font-weight: 600;
    font-size: 14px;
    color: navy;
    border: unset
}

.bg-gradient {
    /*background-image: -webkit-linear-gradient(left, rgba(244, 133, 125, 0.8), rgba(202, 202, 202, 0.6), rgba(0,0,0,0));*/
    /*background-image: linear-gradient(-225deg,#ffc371 20%,#ff5f6d);*/
    /*background-image: linear-gradient(-225deg,#e88282 40%,#727aba);*/
    background-image: linear-gradient(-225deg,#ff8a8a 40%,#262988);
}

.bg-gradient-1 {
    background-image: linear-gradient(to right, #f4857dcc, #cacaca99, #00000000);
}

.bg-gradient-2 {
    background-image: linear-gradient(to right, #8876a94f, #fd746c47);
}

.bg-gradient-2-left {
    background-image: linear-gradient(to left, #8876a94f, #fd746c47);
}

progress[value] {
    height: 10px;
    color: forestgreen;
}

.buttonX {
    display: flex
}


/*User check Image
*/

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    stroke-width: 6;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

/*#region Div Corner radius*/

.top-two-radius {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.bottom-two-radius {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.all-four-radius {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.diagonal-RL-Up-radius {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.diagonal-RL-Down-radius {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/*#endregion Div Corner radius*/

/* For Redio button*/
/*.rbStyle 
    {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }*/

.rbStyle label {
    /*margin: 5px 10px 5px 0;*/
    clear: left;
    margin-right: 5px;
    display: inline;
}

.rbStyle input [type="radio"] {
    /*vertical-align: middle;
        margin: 5px 10px 5px 0;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ddd;*/
    float: left;
    border: 2px solid #444;
    width: auto;
}

/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
/*@media (max-width: 800px) 
{
    .rbStyle input [type="radio"] 
    {
        margin: 10px 0;
    }

    .rbStyle 
    {
        flex-direction: column;
        align-items: stretch;
    }
}*/


/*Pager style*/

.page-item.disabled .page-link {
    background-color: #d7d7d7;
}

/*Pager End*/
