.anim1 {
    display: inline-block;
    margin: 0 0.5rem;

    animation: fadeInLeft; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

.anim2 {
    display: inline-block;
    margin: 0 0.5rem;

    animation: fadeInLeft; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 5s; /* don't forget to set a duration! */
}

.available-tenders-v-select .vs__search, .available-tenders-v-select .vs__selected-options, .available-tenders-v-select .vs__selected, .available-tenders-v-select .vs__dropdown-toggle {
    background-color: #F6F6F7;
    color: #1D3131;
    font-weight: 300;
}

.available-tenders-v-select .vs__search, .available-tenders-v-select .vs__search:focus {
    margin-top: 0;
    border: none;
    line-height: 55px;
    outline: none;
}

.available-tenders-v-select .vs__actions {
    padding-top: 0;
    padding-bottom: 0;
}

.available-tenders-v-select .vs__dropdown-toggle {
    padding-bottom: 0;
    border: none;
}

.text-justify {
    text-align: justify;
}

.vti__input {
    background-color: #fff !important;
    height: 100% !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: var(--tg-body-color) !important;
}

.swal2-confirm {
    background-color: var(--tg-theme-secondary) !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.swal2-confirm:hover {
    color: #fff !important;
}

.swal2-deny {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.swal2-deny:hover {
    color: #fff !important;
}


.publish_tender__form input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}
.publish_tender__form input[type="date"]:focus:before,
.publish_tender__form input[type="date"]:valid:before {
    content: "";
}

/*.tgmenu__navbar-wrap > ul > li.active > a {*/
/*    background: var(--tg-theme-secondary) !important;*/
/*    padding-left: 5px;*/
/*    padding-right: 5px;*/
/*    font-weight: bold;*/
/*    color: white !important;*/
/*}*/

.tg-header__area-two .tgmenu__navbar-wrap > ul > li.active > a {
    color: white !important;
    text-shadow: none;
    font-weight: bold;
    background: var(--tg-theme-secondary) !important;
    padding-left: 5px;
    padding-right: 5px;
}

.title {
    font-size: 20px !important;
    text-align: start;
    margin-left: 0px
}

.sub-title {
    font-size: 24px !important;
    margin-left: 0px
}

.padding-20 {
    padding: 20px 40px;
}

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

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

.not-bold{
    font-weight: normal !important;
}

.sure {
    font-weight: bold;
}
.tm {
    font-size: 0.6em;
    vertical-align: super;
    margin-left: 1px;
}
