@media only screen and (max-width: 760px) {
    .hidden-sm {
        display: none !important;
    }
}
a {
    color:#9A41FC;
    text-decoration:none;
}
.nav-link:focus, .nav-link:hover {
    color:#9A41FC;
}
a:hover {
    color:#2EEFB5;
}
hr {
    background-color: #DEDEDE;
}
img {
    max-width: 100%;
}
.text-right {
    text-align: right;
    justify-content: flex-end;
}
.navbar {
    border-bottom: 1px solid #DEDEDE;
    padding-top: 0.75rem;.auction-single .auction-submit-form input
    padding-bottom: 0.75rem;
}
.navbar .navbar-toggler {
    border: 1px solid black;
}
.nav-tabs {
  border-bottom: none;
}
.navbar-expand-lg .navbar-collapse {justify-content:flex-end;}
nav ul li a.nav-link, .nav-linknav .logout-btn, .link-nav {
    font-family: Sora;
font-size: 12px;
font-weight: 400;
line-height: 15px;
letter-spacing: 0em;
color: #8C8C8C;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
text-transform: uppercase;
}
nav .create-auction-btn {
    background: #26EEB2;
    box-shadow: 10px 10px 20px 0px #26EEB233;
    font-family: Sora;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    padding: 1rem;
    color: black;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-left: 1.5rem;
    text-transform: uppercase;
}
nav .create-auction-btn:hover {
    color:#fff;
}
nav .create-auction-btn svg {
    margin-right: 0.5rem;
}
nav .logout-btn {
    background-color: #EDEDED;
    border-radius: 10px;
    padding: 0.5rem;
    border: none;
    margin-left: 3rem;
}
nav .logout-btn svg {
  position: relative;
  top:3px;
}
.modal-content {border-radius:15px;}
.fs-14 {font-size:14px;}
.mh-100 {min-height:100vh;}
@media only screen and (max-width: 760px) {
    nav ul li a {
        margin-bottom: 0.5rem;
    }
    nav .create-auction-btn {
        margin: 0;
        margin-bottom: 0.5rem;
        display: inline-flex !important;
        width: 70%;
    }
    nav .logout-btn {
        display: inline-flex !important;
        width: 20%;
        margin: 0;
        justify-content: center;
        margin-left: 5%;
    }
}
/* */
.loginLeftSide .navbar-brand {
    margin-top: 0.5rem;
    margin-bottom: 10rem;
    display: block;
}
.loginLeftSide .login-form{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
@media only screen and (min-width: 760px) {
    .loginLeftSide{
        padding: 6rem;
        padding-bottom: 10rem;
        padding-top: 0;
    }
}
.loginLeftSide .form-check {
    font-family: Sora;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0;
}
.loginLeftSide .form-check input {
    margin: 0;
    margin-right: 5px;
    border: 1px solid #DEDEDE;
    height: 18px;
    width: 18px;
    border-radius: 5px;
    background: #F5F5F599;
}
.loginLeftSide .text-right a{
    font-family: Sora;
font-size: 12px;
font-weight: 600;
line-height: 15px;
letter-spacing: 0em;
color: #9A41FC;
}
.loginLeftSide button {
    width: 100%;
    color: white;
    background: #9A41FC;
    box-shadow: 10px 10px 20px 0px #9A41FC33;
    border-radius: 15px;
    padding: 1rem;
    font-family: Sora;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
border: none;
margin-top: 2rem;
margin-bottom: 1.5rem;
transition: 0.3s all;
}
.loginLeftSide button:hover {
  background: #26EEB2;
  color:#000;
}
.loginLeftSide .rememberBtn a {
    text-decoration: none;
font-family: Sora;
font-size: 12px;
font-weight: 400;
line-height: 15px;
letter-spacing: 0em;
text-align: left;
color: black;
}
.loginLeftSide .rememberBtn a:hover, .loginLeftSide .text-right a:hover {
  color: #9A41FC;
  text-decoration: none;
}
.loginLeftSide h1 {
    font-family: Sora;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    color: black;
    margin-bottom: 1rem;
}
.loginLeftSide p {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #8C8C8C;
    margin-bottom: 2rem;
    max-width: 433px;
}
.loginLeftSide input.form-control {
    background: #F5F5F599;
    border: 1px solid #DEDEDE;
    width: 100%;
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    padding: 1rem;
    border-radius: 15px;
}
.loginLeftSide input.form-control::placeholder {
    color: #8C8C8C;

}
.loginLeftSide,.loginBackgroundSide {
    min-height: 100vh;
}
.loginLeftSide {
    background: url('../images/loginLeftBG.png'), url('../images/loginLeftBottomBG.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top 0% right -30%, bottom -5% left -10%;
}
.loginBackgroundSide {
    background: url('../images/login-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/* */
.profile-page {
    background: url('../images/profile-bg-img.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top -10% left 0%;
}
.profile-page h1 {
    font-family: Sora;
font-size: 56px;
font-weight: 700;
line-height: 71px;
letter-spacing: 0em;
text-align: center;
max-width: 844px;

margin: 0 auto;
margin-bottom: 2rem;
margin-top: 4rem;
}
.profile-description {
    max-width: 640px;
    font-family: Sora;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 auto;
    color: #8C8C8C;
    margin-bottom: 4rem;
}
.profile-page .profile-inputBottom-text {
    font-family: Sora;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #8C8C8C;
    margin-left: 1rem;
}
.profile-page hr {
    margin-top: 2.5rem;
}
.profile-page h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-family: Sora;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;

}
.profile-page .profile-second-description {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #8C8C8C;
    margin-bottom: 3rem;
}
.profile-submit-btns {
    margin-bottom: 5rem;
}
.profile-submit-btns a,.profile-submit-btns button {
   border-radius: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: Sora;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
padding: 1rem;
border: none;
}
.add-people-main .profile-submit-btns {
    margin-top: 6rem !important;
}
.profile-submit-btns a {
    color: #8C8C8C;
    border: 1px solid #DEDEDE;
    background-color: transparent;
    text-decoration: none;
}
@media only screen and (max-width: 760px) {
    .profile-submit-btns a {
        margin-bottom: 1.5rem;
    }
}
.profile-submit-btns button, .profile-submit-btns .btn {
    background-color: #9A41FC;
    color: white;
    box-shadow: 10px 10px 20px 0px #9A41FC33;
}
.profile-submit-btns button:hover,.profile-submit-btns button:focus,.profile-submit-btns button:active {
    background: #26EEB2;
    border-color: #26EEB2;
    border: none;
    outline: none;
    box-shadow: none !important;
}
.profile-submit-btns .btn-outline:hover,.profile-submit-btns .btn-outline:active,.profile-submit-btns .btn-outline:focus,.profile-submit-btns .btn-outline:visited,.profile-submit-btns .btn-outline:target  {
    background-color: black;
    color: white;
    border: none;
    outline: none;
    box-shadow: none;
}
.profile-submit-btns button img, .profile-submit-btns .btn img {
    margin-left: 1.75rem;
}
.profile-page .input-group input {
    background: #F5F5F5;
    font-family: Sora;
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
    padding: 1rem;
    border-radius: 15px;
    border: 1px solid #DEDEDE;
    border-right: none;
    height: 56px;
}
.profile-page .input-group .input-group-append, .profile-page .input-group .input-group-append span {
    height: 56px;
}
.profile-page .input-group input:focus {
    outline: none !important;
    border: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.profile-page .input-group .input-group-append span {
    background: #F5F5F5;
    min-width: 60px;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEDEDE;
    border-left: none;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.profile-page .input-group input::placeholder {
    color: #8C8C8C;
}
.inputFocus input,.inputFocus .input-group-append span {
    border: 1px solid #9A41FC !important;
}
.inputFocus input {
    border-right: 0 !important;
}
.inputFocus .input-group-append span {
    border-left: 0 !important;
}
.inputFocus svg path {
    fill: #9A41FC;
}
/* */
.auctions-main {
    padding-top: 4rem;
    padding-bottom: 7rem;
    min-height:100vh;
}
.auctions-main .create-new-auction-btn, .auctions-main .card {
    min-height: 324px;
    max-height: 324px;
    width: 100%;
}
@media only screen and (max-width: 960px) {
    .auctions-main .create-new-auction-btn {
        margin-bottom: 2rem;
    }
    .auctions-main .card {
        min-height: 360px;
        max-height: 360px;
    }
    .auctions-main .card .card-body, .auctions-main .card .card-img-top {
        padding: 0.5rem;
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    }
    .profile-page h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .profile-page .profile-inputBottom-text {
        margin-top: -1rem;
    }
}
.auctions-main .create-new-auction-btn {
    background: rgba(154, 65, 252,.10);
    border: 1px solid #9A41FC33;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    flex-direction: column;
    text-decoration: none;
    color: #9A41FC;
    border: 1px solid rgba(154, 65, 252,.2);
}
.auctions-main .create-new-auction-btn:hover {
  background:rgba(154, 65, 252,.20);
}
.auctions-main .create-new-auction-btn img {
    background: rgba(154, 65, 252,.05);
    padding: 1rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
}
.auctions-main .card {
border-radius: 15px;
position:relative;
text-decoration: none;
margin-bottom: 2.5rem;
}
.auctions-main .auction-loop-wrapper {
    position:relative;
    transition:0.4s all;
}
.auctions-main a.card:hover .card-img-top{

}
.auctions-main .card .card-img-top {
    display: block;
    padding: 1rem;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 240px;
    text-align: right;
    position: relative;
    transition: 1s ease-in-out;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.auctions-main .auction-actions {
    position:absolute;
    top: -15px;
    right: 5px;
    z-index:3;
}
.auctions-main .auction-delete,
.auctions-main .auction-edit {
    z-index: 3;
    background: #e74c3c;
    border-radius: 100%;
    font-weight: 300;
    width: 30px;
    height: 30px;
    line-height:30px;
    color:#fff;
    padding: 0;
    border: none;
    cursor:pointer;
    text-align:center;
}
.auctions-main .auction-delete .lnr, .auctions-main .auction-edit .lnr {
    font-size:12px;
}
.delete-picture {
    position: absolute;
    top: -15px;
    right: 5px;
    z-index: 3;
    background: #e74c3c;
    border-radius: 100%;
    font-weight: 300;
    width: 30px;
    height: 30px;
    line-height:30px;
    color:#fff;
    padding: 0;
    border: none;
    cursor:pointer;
    text-align:center;
}
.auctions-main .auction-edit {
    right:45px;
    background: #9A41FC;
}
.auctions-main .auction-delete:hover, .delete-picture:hover {
    background:#26EEB2;
}
.auctions-main .card .card-img-top p.card-status {
    background: #26EEB2;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
color: black;
box-shadow: 10px 10px 20px 0px #26EEB233;
padding: 1rem 2rem;
border-radius: 10px;
margin-left: 0 auto;
font-family: Sora;
font-size: 12px;
font-weight: 700;
line-height: 15px;
letter-spacing: 0em;
text-align: left;
display: inline-block;
}
.auctions-main .card .card-img-top p.card-status.card-status-ended {
    background: black;
    color: white;
    box-shadow: 10px 10px 20px 0px #26EEB233;
}
.auctions-main .card .card-img-top p.card-status.card-status-pending {
    background: #9A41FC;
    color: white;
    box-shadow: 10px 10px 20px 0px #26EEB233;
}
.auctions-main .card .card-img-top p.card-timer {
    position: absolute;
    background: white;
    padding: 0.5rem;
    box-shadow: 4px 4px 20px 0px #0000001A;
    font-family: Sora;
font-size: 10px;
font-weight: 400;
line-height: 13px;
letter-spacing: 0em;
color: #8C8C8C;
border-radius: 10px;
margin: 0;
right: 1rem;
bottom: -1rem;
}
.auctions-main .card .card-img-top p.card-timer span {
    font-family: Sora;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    color: black;
    display: block;
}
.auctions-main .card h5 {
font-family: Sora;
font-size: 16px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color:#000;
}
.auctions-main .card .d-flex p {
    font-family: Sora;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
  color: #8C8C8C;
  padding-right: 0.6rem;
  margin-right: 0.6rem;
  border-right: 1px solid #8C8C8C;
}
.auctions-main .card .d-flex p:last-of-type {
    border: none;
    color: black;
    margin: 0;
    padding: 0;
}
.auctions-main .card .d-flex img {
    margin-right: 0.5rem;
}
.auctions-main .card .d-flex b {
    color: black;
}
.auctions-main .btn-show-more {
    color: #9A41FC;
    background-color: transparent;
    padding: 1rem 1.5rem;
    font-family: Sora;
font-size: 10px;
font-weight: 700;
line-height: 13px;
letter-spacing: 0em;
display: inline-block;
cursor: pointer;
margin: 0 auto;
border: 1px solid #DEDEDE;
width: auto;
border-radius: 15px;
margin-top: 1rem;
}
.auctions-main .btn-show-more img {
    margin-right: 1rem;
}
/* */
.img-upload-button label, .avatar-wrapper {
  background-color: #F5F5F5;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.img-upload-button label div {
    background: rgba(222, 222, 222,.45);
    border-radius: 15px;
    margin-bottom: 1.5rem;
    min-height: 120px;
    min-width:140px;
}
.auction_image_preview_wrapper {
    cursor:pointer;
    position:relative;
}
.auction_image_preview_wrapper .explanation-text {
    position:absolute;
    bottom:50px;
    left:50%;
    transform:translateX(-50%);
    z-index:1;
}
.auction_image_preview_wrapper img {
    max-height:222px;
    min-height:222px;
    width:100%;
    object-fit: cover;
    border-radius:15px;
    position:relative;
    z-index:2;
}
.img-upload-button label div.auction_image_preview_wrapper {
    margin-bottom:0;
    width:100%;
}
.img-upload-button label .company_logo_preview_wrapper {
     max-height:120px;
     display:flex;
     justify-content: center;
}
.img-upload-button label .company_logo_preview_wrapper img {
    max-height:120px;
    object-fit: contain;
}
.img-upload-button label p, .avatar-wrapper p {
    display: block;
    font-family: Sora;
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
color: #8C8C8C;
margin: 0;
}
.img-upload-button label p span, .avatar-wrapper p span {
    color: #9A41FC;
}
/* */
#ex1 .link-nav {
    color: #8C8C8C;
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    border-bottom: 1px solid #8C8C8C;
    text-align: center;
    padding-bottom: 1.3rem;
    display:block;
    width:100%;
}
#ex1 .link-nav.active {
    color: black;
    font-family: Sora;
font-size: 14px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0em;
border: none;
border-bottom: 4px solid #9A41FC;
}
#ex1 .link-nav:hover {
    border: none;
    border-bottom: 4px solid #9A41FC;
}
#ex1 .link-nav span {
    color: white;
    min-width: 27px;
    display: inline-block;
    min-height: 27px;
    border-radius: 50%;
    background: #DEDEDE;
    margin-right: 1rem;
    padding: 0.5rem 0.8rem;
}
#ex1 .link-nav.active span {
    background: #9A41FC;
}
#ex1 li.nav-item {
    width: 33.33%;
}
/* */
.auction-single {
    padding-top: 3rem;
    padding-bottom: 4rem;
}
.auction-single h1 {
    font-family: Sora;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}
.auction-single .heading-top {
    align-items: center;
    margin-bottom: 1rem;
}
.auction-single .heading-top p {
    background: #26EEB2;
    color: black;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 1rem;
    margin: 0;
    margin-left: 3rem;
    font-family: Sora;
font-size: 12px;
font-weight: 700;
line-height: 15px;
letter-spacing: 0em;
}
.auction-single .object-address {
    font-family: Sora;
font-size: 16px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
display: flex;
align-items: center;
}
.auction-single .object-address img {
    margin-right: 0.6rem;
}
.auction-single .object-price {
    color: #8C8C8C;
    font-family: Sora;
font-size: 16px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
}
.auction-single .object-price b {
font-family: Sora;
font-size: 16px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color: black;
}
.auction-single .auction-top-price {
    background: white;
    box-shadow: 0px 4px 20px 0px #0000001A;
    padding: 1.5rem;
    border-radius: 15px;
    margin-top: 1.75rem;
    margin-bottom: 2rem;
    margin-left: 12px;
    margin-right: 12px;
}
.auction-single .auction-top-price .auction-top-price-heading {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #8C8C8C;
}
.auction-single .auction-top-price .auction-top-price-total {
    font-family: Sora;
font-size: 20px;
font-weight: 600;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
color: #9A41FC;
margin: 0;
}
.auction-single .auction-top-price .auction-top-price-time {
    color: black;
    font-family: Sora;
font-size: 20px;
margin: 0;
font-weight: 600;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
}
.auction-single .auction-submit-form {
    margin-bottom: 1.5rem;
}
.auction-single .auction-submit-form input {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #DEDEDE;
    background: rgba(245,245,245,0.6);
padding: 1rem;
font-family: Sora;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
}
.auction-single .auction-submit-form .btn-primary {
    width: 100%;
    background: #9A41FC;
color: white;
box-shadow: 10px 10px 20px 0px #9A41FC33;
padding: 1rem;
border-radius: 15px;
font-family: Sora;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
border: none !important;
}
.auction-single .participant-wrapper a .lnr {
    font-size:14px;
}
.auction-single .participant-wrapper a {
    font-size:12px;
}
.auction-single .participant-wrapper a.delete-button {
    color:#000;
}
.auction-single .participant-wrapper a.delete-button:hover {
    color:red;
}
.btn-primary {
    width: 100%;
    background: #9A41FC;
color: white;
box-shadow: 10px 10px 20px 0px #9A41FC33;
padding: 1rem;
border-radius: 15px;
font-family: Sora;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
border: none !important;
transition:0.5s all;
}
.btn-primary:hover {
background:#26EEB2;
}
.btn-green {
    width: 100%;
    background: #26EEB2;
color: white;
box-shadow: 10px 10px 20px 0px #9A41FC33;
padding: 1rem;
border-radius: 15px;
font-family: Sora;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
border: none !important;
transition:0.5s all;
}
.btn-green:hover {
background:#9A41FC;
}
.btn-secondary {
        width: 100%;
    background: #000;
color: white;
box-shadow: 10px 10px 20px 0px #9A41FC33;
padding: 1rem;
border-radius: 15px;
font-family: Sora;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
border: none !important;
transition:0.5s all;
}
button.close {
    border:none;
    background:none;
    outline:none;
    box-shadow:none;
}
.auction-single .auction-submit-form .btn-primary:hover {
  background: #26EEB2;
}
.auction-single .auction-submit-form .btn-primary img {
    margin-right: 0.5rem;
}
.auction-single .minimum-interval {
    border: 1px solid #DEDEDE;
    padding: 0.7rem;
    border-radius: 15px;
font-family: Sora;
font-size: 12px;
font-weight: 400;
line-height: 15px;
letter-spacing: 0em;
text-align: left;
display: flex;
align-items: center;
margin-bottom: 2rem;
}
.auction-single .minimum-interval b {
font-family: Sora;
font-size: 12px;
font-weight: 600;
line-height: 15px;
letter-spacing: 0em;
text-align: left;
}
.auction-single .minimum-interval img {
    margin-right: 0.7rem;
}
.auction-single .text-heading {
    font-family: Sora;
font-size: 16px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 1rem;
}
.auction-single .auction-history {
    background: #F5F5F599;
    padding: 0.7rem;
    border-radius: 15px;
    align-items: center;
    margin-bottom: 2rem;
    max-height:240px;
    overflow-y:scroll;
}
.auction-single .auction-history p {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #8C8C8C;
    margin: 0;
}
.auction-single .auction-history .my-bid p {
    color:#9A41FC;
}
.auction-single .auction-history b {
    font-family: Sora;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
text-align: left;

}
.auction-single .auction-organization {
    background: linear-gradient(270deg, rgba(38, 238, 178, 0.2) 0%, rgba(154, 65, 252, 0.2) 100%);
    border-radius: 15px;
    padding: 1rem;
}
.auction-single .auction-organization h3 {
    font-family: Sora;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    margin-bottom: 0.5rem;
}
.auction-single .auction-organization .organisation-phone {
    font-family: Sora;
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
margin-bottom: 0.5rem;
}
.auction-single  .nav-pills {
    margin-bottom: 1.5rem;
}
.auction-single  .nav-pills .nav-link {
    border: 1px solid #DEDEDE;
    background-color: white;
    padding: 0.8rem 1.6rem;
    font-family: Sora;
font-size: 12px;
font-weight: 600;
line-height: 15px;
letter-spacing: 0em;
color: #8C8C8C;
margin-right: 0.6rem;
border-radius: 15px;
}
.auction-single  .nav-pills .nav-link.active {
    background-color: #9A41FC;
    color: white;
    border-color: #9A41FC;
}
.auction-single .auction-description-main {
color: #8C8C8C;
padding: 1rem;
border: 1px solid #DEDEDE;
min-height: 248px;
border-radius: 15px;
margin-bottom: 1.5rem;
max-height:248px;
overflow-y:scroll;
}
.file-download-main {
    padding: 0.6rem;
    font-family: Sora;
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
color: black;
border: 1px solid #DEDEDE;
margin-bottom: 1rem;
border-radius: 15px;
text-decoration: none;
display: flex;
align-items: center;
}
#dalyviai img {
    box-shadow: 0px 4px 20px 0px #0000001A;
    width: 84px;
    height: 84px;
    padding: 0.1rem;
}
#dalyviai h4 {
    font-family: Sora;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
margin-top: 1.25rem;
margin-bottom: 2.25rem;
}
.file-download-main .first-upload-image {
    margin-right: 0.5rem;
}
.file-download-main .second-img {
    margin-left: auto;
}
.finished-auction.finished-auction .auction-thumbnail-main img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.finished-auction.finished-auction .heading-top p {
    background: black;
    color: white;
}
.finished-auction.finished-auction .auction-submit-form .col-12.hidden {
    display: block;
}
.finished-auction.finished-auction .heading-top p span.hidden {
    display: block !important;
}
.auction-single .more-info-link {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.auction-single .more-info-link a {
    color: #9A41FC;
    text-decoration: none;
}
.auction-single .more-info-link a:hover{
    color:#2EEFB5;
}
.auction-single .auction-thumbnail-main {
    position: relative;
}
.auction-single .auction-thumbnail-main img {
    margin-bottom: 2.5rem;
    border-radius:15px;
    height:320px;
    object-fit:cover;
}
.auction-single .auction-thumbnail-main p {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-family: Sora;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    background-color: white;
    color: black;
    border-radius: 10px;
    padding: 0.7rem;
    box-shadow: 10px 10px 20px 0px #0000001A;
    z-index: 2;
}
.auction-single .auction-organization .organisation-email {
    color: #9A41FC;
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0.5rem;
    text-decoration: none;
    display: inline-block;
}
a.organisation-email:hover {
color: #2EEFB5 !important
}
.auction-single .auction-organization .organisation-name {
    color: #8C8C8C;
    font-family: Sora;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}
.auction-single .auction-organization .col-2 img {
    border-radius:100%;
    object-fit:cover;
    width:60px;
    heigth:60px;
}
/* */
footer {
    background: #111111;
    padding-top: 1.5rem;
    padding-bottom: 1.8rem;
}
footer a,footer p {
    color: #8C8C8C;
    text-decoration: none;
    font-family: Sora;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0;
}
footer .col-md-3, footer .col-md-6 {
    display: flex;
    align-items: center;
}
footer .col-md-6 {
    justify-content: center;
}
@media only screen and (max-width: 760px) {
    footer .text-right {
        justify-content: center;
    }
}
/* */
.auction-register .congratulations-message {
    margin-top: 2rem;
    background-color: rgba(38, 238, 178,0.1);
    border-radius: 15px;
    margin-bottom: 3rem;
    padding: 2rem;
    text-align: center;
}
.auction-register .congratulations-message img {
    margin-bottom: 1rem;
}
.auction-register .congratulations-message h3 {
    font-family: Sora;
font-size: 16px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0em;
text-align: center;
margin-bottom: 0.5rem;
text-transform: uppercase;
}
.auction-register .congratulations-message p {
    font-family: Sora;
font-size: 12px;
font-weight: 400;
line-height: 15px;
letter-spacing: 0em;
margin: 0;
}
.auction-register .confirm-pricing {
    font-family: Sora;
font-size: 24px;
font-weight: 600;
line-height: 30px;
display: block;
letter-spacing: 0em;
margin-bottom: 3rem;
}
.auction-register .confirm-pricing span {
    float: right;
    color: #2EEFB5;
    font-family: Sora;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
}
.auction-register .confirm-details {
    font-family: Sora;
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
margin-top: 3rem;
color: #8C8C8C;
}
.auction-register .confirm-submit {
    color: white;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    box-shadow: 10px 10px 20px 0px #9A41FC33;
    border-radius: 15px;
    border: none;
    margin-top: 2rem;
    background: #9A41FC;
    padding: 1rem;
    font-family: Sora;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
}
.auction-register .confirm-submit:hover,.auction-register .confirm-submit:focus,.auction-register .confirm-submit:active {
background: #26EEB2;
border-color: #26EEB2;
border: none;
outline: none;
box-shadow: none !important;
}
.auction-register .confirm-after-submit-text {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 1.5rem;
}
.auction-register .confirm-copy-details {
    font-family: Sora;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    align-items: center;
}
.auction-register .confirm-copy-details button {
    background: none;
    border: none;
    color: #9A41FC;
}
.auction-register .confirm-copy-details button:hover {
color: #2EEFB5;
}
.auction-register .confirm-last-text {
    color: #8C8C8C;
font-family: Sora;
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
margin-top: 0rem;
}
.auction-register .confirm-copy-details .input-group-text,.auction-register .confirm-copy-details input {
    border-color: #DEDEDE;
    background: white;
    padding: 0.3rem;
    border-radius: 15px;
}
.auction-register .confirm-copy-details .input-group-text:hover {
  cursor: pointer;
}
.auction-register .confirm-copy-details .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: none;
}
.auction-register .confirm-copy-details input {
font-family: Sora;
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
color: #9A41FC;
text-align: center;
}
.auction-register .confirm-last-text b{
    font-family: Sora;
font-size: 12px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
}
.add-people-main h2 {
    font-family: Sora;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.add-people-main .profile-submit-btns {
    margin-top: 4rem;
}
.add-people-main .add-button {
    width: 100%;
    margin-top: 0rem;
    padding: 1.2rem 1.6rem;
    display: flex;
    align-items: center;
    font-family: Sora;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
color: #8C8C8C;
background: rgba(154, 65, 252, 0.05);
border-radius: 15px;
border: none;
}
.add-people-main .add-button .first-add-img {
    margin-right: 0.8rem;
}
.add-people-main .add-button span {
    margin-left: auto;
    padding: 1rem;
    color: white;
    background: #9A41FC;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.add-people-main .add-button span img {
    margin-right: 0.6rem;
}


/* */
  .form-select, .form-control {
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
  }
  .form-select:focus, .form-control:focus {
    box-shadow: none;
    border-bottom-color: #9A41FC;
  }
  .form-select + label, .form-control + label{
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    top: 15px;
}
.form-floating .form-select + label, .form-floating .form-control + label{
    top: -5px;
}
  .form-select:focus + label, .form-control:focus + label, .form-floating  .form-control:focus + label{
    color: #9A41FC;
    z-index: 222;
  }
  .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label,.form-floating>.form-control:-webkit-autofill~label {
    left: 5px;
    top: 5px;
  }
.tab-content input {
    background: #F5F5F599;
    border: 1px solid #DEDEDE;
    width: 100%;
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    padding: 1rem;
    border-radius: 15px;
}
.form-floating input {
    background: #F5F5F599;
    border: 1px solid #DEDEDE;
    width: 100%;
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    padding: 1rem;
    border-radius: 15px;
}
 .form-floating>.form-control {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.1rem;
}
.tab-content .img-upload-button label {
border: 1px solid #DEDEDE;
}
.tab-content textarea {
    background: #F5F5F599;
    border: 1px solid #DEDEDE;
    width: 100%;
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    padding: 1rem;
    border-radius: 15px;
}
.tab-content .auction-date-ending {
    font-family: Sora;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0.5rem;
    margin-top:1rem;
}
.tab-content .auction-date-ending-input {
    background-color: rgba(154, 65, 252, 0.05);
    border: none;
    margin-bottom: 2rem;
    width: auto;
    padding-left: 0.5rem 1rem;
}
.tab-content input[type="date"].auction-date-ending-input::-webkit-calendar-picker-indicator {
    padding: 0.6rem;
    background-color: rgba(154, 65, 252, 0.20);
    border-radius: 10px;
}
.tab-content .upload-files-header {
    font-family: Sora;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0.5rem;
}
.tab-content .upload-files-paragraph {
    font-family: Sora;
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
color: #8C8C8C;
}
.tab-content .img-upload-button-small label {
    background: rgba(154, 65, 252, 0.05);
    border-radius: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1.5rem 1rem 1.35rem 1.5rem;
    font-family: Sora;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0em;
color: #8C8C8C;
cursor: pointer;
}
.fileuploader {
    background: rgba(154, 65, 252, 0.05);
    border-radius: 15px;
    padding: 1.5rem 1rem 1.35rem 1.5rem;
    font-family: Sora;
}
.avatar-wrapper .fileuploader {
    background:transparent;
    border-radius:initial;
    padding:0;
    margin-bottom:24px;
}
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
    background:#9A41FC;
}
.fileuploader-theme-avatar .fileuploader-menu ul li a {padding:8px;}
.tab-content .img-upload-button-small label .first-img-upload {
    margin-right: 1rem;
}
.tab-content .img-upload-button-small label span, .fileuploader-input .fileuploader-input-button {
    margin-left: auto;
    background: #9A41FC;
border-radius: 10px;
padding: 0.7rem 0.9rem;
color: white;
display: flex;
align-items: center;
}
.fileuploader-input .fileuploader-input-caption {
    color:#8C8C8C;
    border-radius: 10px;
}
.tab-content .img-upload-button-small label span img {
    margin-right: 0.6rem;
}
.tab-content .auction-type-heading {
    font-family: Sora;
font-size: 24px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0em;
text-align: center;

}
.tab-content .auction-type-main {
    border: 1px solid #DEDEDE;
    border-radius: 15px;
    padding: 1rem;
    cursor: pointer;
}
.tab-content .auction-type-main p {
    padding-right:30px;
}
.tab-content .auction-type-main img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.tab-content .auction-type-main.active-type-selection {
    border: 1px solid #9A41FC;
}
.tab-content .auction-type-main.active-type-selection img {
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
filter: grayscale(0%);
}
.tab-content .auction-type-main input {
    margin-left: auto;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    position:relative;
}
.tab-content .auction-type-main input:checked {
    background-color: #9A41FC;
    border-color: #9A41FC;
}
.pr-0 {
    padding-right: 0.5rem !important;
}
#aukciono-informacija-1 .profile-submit-btns {
    margin-top: 6rem;
}
.auction-create-tab-menu-active span {
    display: none;
}
.hidden {
    display: none !important;
}
.auction-create-tab-menu-active {

    border-bottom: 4px solid #9A41FC !important;
}
.auction-create-tab-menu-active span:first-of-type {
    display: none !important;
}
.auction-create-tab-menu-active span.hidden {
    display: inline-block !important;
    color: black;
    font-family: Sora;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 18px  !important;
    letter-spacing: 0em;
    border: none;
    background-color: #2EEFB5 !important;
}
.nav-tabs .link-nav:focus {
  border-color: none;
}
.nav-tabs .link-nav {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}
@media only screen and (max-width: 960px) {
    #ex1 .link-nav {
        padding: 0.5rem 0 !important;
        font-size: 10px !important;
    }
    #ex1 .link-nav  span.hidden, #ex1 .link-nav  span{
        padding: 0.25rem 0.2rem !important;
        margin-right: 5px !important
    }
    .auction-type-main:first-of-type {
        margin-bottom: 2rem;
    }
    .add-people-main textarea {
        margin-bottom: 2rem;
    }
    .mt-sm-3 {
        margin-top: 2rem;
    }
    .confirm-pricing {
        text-align: center;
    }
    .confirm-pricing span {
        display: block;
        float: none !important;
    }
}
.duk-main {
    padding-top: 2rem;
    padding-bottom: 4rem;
}
@media only screen and (min-width: 960px) {
    .duk-main .row {
        padding-left: 15%;
        padding-right: 15%;
    }
}
.duk-main h1 {
    font-family: Sora;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 2rem;
}
.duk-main h2.heading-duk {
    font-family: Sora;
font-size: 24px;
font-weight: 700;
line-height: 30px;
letter-spacing: 0em;
text-align: center;
margin-top: 3rem;
margin-bottom: 1rem;
}
.duk-main .accordion {
    background: rgba(245, 245, 245, 0.6);
    padding: 2rem;
    border-radius: 15px;
}
.duk-main .accordion-item {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #DEDEDE;
}
.duk-main .accordion-item:last-of-type {
border: none;
}
.duk-main .accordion-button {
    background-color: transparent;
    text-transform: uppercase;
}
.duk-main .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.duk-main .accordion h2 {
    font-family: Sora;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}
.duk-main .accordion-button {
    font-family: Sora;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;

}
.duk-main .accordion-button::after {
    background-image: url('../images/accordion-add-icon.svg');
}
.duk-main .accordion-button:not(.collapsed) {
    color: black;
    font-weight: 700;
}
.duk-main .accordion-button:not(.collapsed)::after {
    background-image: url('../images/accordion-hide-icon.svg');
}
.duk-main .heading-description-duk {
    font-family: Sora;
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
max-width: 733px;
margin: 0 auto;
color: #8C8C8C;
margin-bottom: 2rem;
}
.form-floating input {
    background: #F5F5F599;
    border: 1px solid #DEDEDE;
    width: 100%;
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    padding: 1rem;
    border-radius: 15px;
}
.duk-main input {
    border-radius: 15px !important;
}
.duk-main textarea {
        background: #F5F5F599;
        border: 1px solid #DEDEDE;
        width: 100%;
        font-family: Sora;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        padding: 1rem;
        border-radius: 15px;

}
.duk-main button[type='submit'] {
    margin-top: 2rem;
    background: #9A41FC;
    color: white;
    font-family: Sora;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;

padding: 1rem;
box-shadow: 10px 10px 20px 0px #9A41FC33;
border-radius: 15px;
border: none;
width: 100%;
}
.payments-main h1 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-family: Sora;
font-size: 36px;
font-weight: 700;
line-height: 45px;
letter-spacing: 0em;
text-align: center;

}
.payments-main table {
    margin-top: 2rem;
    border-collapse:separate;
    border-spacing:0 1rem;
}
.payments-main thead {

border-radius: 15px;
font-family: Sora;
font-size: 14px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
color: #8C8C8C;

}
.payments-main thead th {
    background: rgba(245, 245, 245, 0.6);
    padding: 0.8rem 1.5rem;
}
.payments-main thead th:first-of-type {
    background: rgba(245, 245, 245, 0.6);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.payments-main thead th:last-of-type {
    background: rgba(245, 245, 245, 0.6);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.payments-main .payments-table-date {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #8C8C8C;
}
.payments-main .payments-table-sum {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #EE266E;
}
.payments-main .payments-table-name {
    font-family: Sora;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}
.payments-main .payments-table-document {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;

}
.payments-main .payments-table-status p {
    font-family: Sora;
font-size: 12px;
font-weight: 600;
line-height: 15px;
letter-spacing: 0em;
text-align: center;
color: #EE266E;
border: 1px solid #EE266E;
padding: 0.2rem 0.4rem;
display: inline-block;
border-radius: 10px;
margin: 0;
min-width: 110px;
}
.payments-main .payments-table-status p span.first-span {
    display: none;
}
.payments-main tr {
    border: none !important;
    vertical-align: middle;
}
.payments-main tr td,.payments-main tr th {
    padding: 0.8rem 1.5rem;
}
.payments-main tr.table-item {
    border: 1px solid #8C8C8C !important;
    border-radius: 15px;
}
.payments-main tr th,.payments-main tr td {
    border: none;
}
.payments-main tbody tr th {
    border: none;
    border: 1px solid #DEDEDE;
    border-right: 0;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.payments-main tr td {
    border: 1px solid #DEDEDE;
    border-left: none;
    border-right: none;
}
.payments-main tr td:last-of-type {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.table-item.payment-confirmed-status .payments-table-sum {
    color: black;
}
.table-item.payment-confirmed-status .payments-table-status p {
    border-color: #26EEB2;
    color: #26EEB2;
}
.payment-confirmed-status .payments-table-status .first-span {
    display: block !important;
}
.payment-confirmed-status .payments-table-status .second-span {
    display: none;
}
@media only screen and (max-width: 960px) {
    .payments-main tr, .payments-main th, .payments-main td {
        padding: 0.3rem !important;
        font-size: 10px !important;
    }
}
.create-auction-btn:hover,.create-auction-btn:active,.create-auction-btn:focus,
.logout-btn:hover,.logout-btn:active,.logout-btn:focus {
    background-color: #9A41FC !important;
    border: none;
    outline: none;
    box-shadow: none !important;
}
.create-auction-btn:hover svg line,.create-auction-btn:hover svg circle{
    stroke: white;
}
.logout-btn:hover svg path {
    stroke: white;
}
.payments-main thead th p {
    margin: 0;
    display: flex;
    align-items: center;
}
.payments-main thead th p img {
    margin-left: 0.5rem;
    cursor: pointer;
}
.payments-main .search-form {
    background-color: transparent;
    border: none;
}
.payments-main .search-form button {
    display: inline-block;
    background-color: transparent;
    border: none;
    padding: 0;
}
.payments-main .search-form button span {
    background-color: transparent;
    border: none;
}
.payments-main .search-form input {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #8C8C8C;
    padding: 0.65rem 0.3rem 0.65rem 0rem;
    border: none;
width: fit-content;
display: inline;
}
.notifications-main {
    padding-bottom: 1.5rem;
    min-height:100vh;
}
@media only screen and (min-width: 960px) {
    .notifications-main {
        padding-left: 15%;
        padding-right: 15%;
    }
}
.notifications-main h1 {
    margin-top: 2.5rem;
    font-family: Sora;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 1.5rem;
}
.notifications-main .pagination-main {
    margin-bottom: 1rem;
}
.notifications-main .pagination-main p {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    display: inline-block;
    color: #8C8C8C;
    margin-right: 0.2rem;
}
.notifications-main .pagination-main button {
    background: none;
    border: none;
    padding: 0 0.8rem;
}
.notifications-main .notifications-row {
    border: 1px solid #DEDEDE;
    border-radius: 15px;
    padding: 1.2rem 0.65rem;
    margin-bottom: 1.5rem;
}
.notifications-main .notifications-row .first-side {
    display: flex;
    align-items: center;
}
.notifications-main .notifications-row .first-side p {
    font-family: Sora;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    display: inline-block;
    margin: 0;
}
.notifications-main .notifications-row .first-side img {
    width: 15px;
    height: 15px;
    margin-right: 1.7rem;
}
.notifications-main .notifications-row .second-side {
    display: flex;
    align-items: center;
    justify-content: end;
}
.notifications-main .notifications-row .second-side p {
    font-family: Sora;
font-size: 14px;
font-weight: 400;
line-height: 18px;
margin: 0;
letter-spacing: 0em;
color: #8C8C8C;
}
.notifications-main .notifications-row .second-side button {
    margin-left: 1.2rem;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
}
nav ul li a:hover {
    font-weight: 700;
}
.auction-single .nav-pills .nav-link:hover {
    background-color: #26EEB2;
    color: white;
    border-color: #26EEB2;
}
.tab-content .img-upload-button-small label:hover {
    opacity:0.8;
}
.tab-content .img-upload-button-small label:hover span {
    background-color: #9A41FC;
}
.add-people-main .add-button:hover {
    opacity:0.8;
}
.add-people-main .add-button:hover span {
    background-color: #9A41FC;
}
/* */
.navbar-login-ul .nav-item a.nav-link {
    text-transform: uppercase;
    border: 1px solid #9A41FC;
    box-shadow: 10px 10px 20px 0px #9A41FC33;
    border-radius: 30px;
    font-family: Sora;
font-size: 14px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
padding: 0.8rem 3rem !important;
color: #9A41FC;
}
.navbar-login-ul .nav-item a.nav-link:hover {
    color:#fff;
}
.navbar-login-ul a:hover {
  background: #9A41FC;
  color:#fff;

}
.index-main-page .how-works-main-row h2 {
    font-family: Sora;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    margin-bottom: 2rem;
}
.index-main-page .how-works-item {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}
.index-main-page .how-works-item img {
    background: #26EEB233;
    border-radius: 15px;
    padding: 1rem;
    margin-right: 3.5rem;
}
.index-main-page .how-works-item p {
    font-family: Sora;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    color: #8C8C8C;
    margin: 0;
}
.index-main-page .how-works-item p b {
font-family: Sora;
font-size: 16px;
font-weight: 700;
line-height: 25px;
letter-spacing: 0em;
}
.benefits-main-container {
    background: linear-gradient(106.73deg, rgba(38, 238, 178, 0.05) 1.8%, rgba(154, 65, 252, 0.05) 85.96%);
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.benefits-main-container h2 {
font-family: Sora;
font-size: 40px;
font-weight: 700;
line-height: 50px;
letter-spacing: 0em;
margin-bottom: 3rem;
}
.benefits-inner-main {
    padding: 2rem;
    background-color: white;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    min-height: 275px;
}
.benefits-inner-main img {
    padding: 1rem;
    background-color: rgba(154, 65, 252,0.2);
    margin-bottom: 1.5rem;
    border-radius: 15px;
}
.benefits-inner-main h3 {
    font-family: Sora;
font-size: 16px;
font-weight: 700;
line-height: 25px;
letter-spacing: 0em;
color: #8C8C8C;

}
.benefits-inner-main p {
font-family: Sora;
font-size: 16px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0em;
color: #8C8C8C;

}
.who-can-use-main {
padding-top: 3rem;
padding-bottom: 5rem;
}
.who-can-use-main h2 {
    font-family: Sora;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
margin-bottom: 2rem;
}
.who-can-use-main .who-can-use-inner {
    border: 1px solid #DEDEDE;
    padding: 3rem 1rem;
    border-radius: 15px;
    text-align: center;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.who-can-use-main .who-can-use-inner p {
    font-family: Sora;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
margin: 0;
margin-top: 1rem;
}
.auction-type-main {
    background: #DEDEDE26;
    padding-top: 5rem;
    padding-bottom: 6rem;
}
.auction-type-main h2 {
    font-family: Sora;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    margin-bottom: 2rem;
}
.auction-type-main .auction-type-inner {
    background-color: white;
    padding: 2rem 3rem;
    border-radius: 15px;
    min-height: 172px;
}
.auction-type-main .auction-type-inner .col-2 {
    text-align: center;
}
.auction-type-main .auction-type-inner .col-2 img {
    background: #9A41FC33;
    padding: 1rem;
    border-radius: 15px;
    width: 100%;
}
.auction-type-main .auction-type-inner h3 {
    font-family: Sora;
font-size: 20px;
font-weight: 700;
line-height: 25px;
letter-spacing: 0em;
text-align: left;

}
.auction-type-main .auction-type-inner p {
font-family: Sora;
font-size: 16px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0em;
color: #8C8C8C;
margin: 0;
}
.auction-type-main div.text-center {
    margin-top: 3.5rem;
}
.login-btn-main {
    color: white;
    background: #9A41FC;
    padding: 0.8rem 2rem;
border-radius: 30px;
text-decoration: none;
width: auto;
font-family: Sora;
font-size: 14px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
cursor: pointer;
transition:0.5s all;
}
.login-btn-main:hover {
  color: black;
  background: #26EEB2;
  text-decoration:none;
}
.main-page-intro-inner {
    background: url('../images/try-today-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 15px;
    padding-top: 3rem;
    padding-bottom: 4rem;
    margin-top: 5.5rem;
    margin-bottom: 4rem;
}
.main-page-intro-inner h2 {
    color: white;
    font-family: Sora;
font-size: 32px;
font-weight: 700;
line-height: 40px;
letter-spacing: 0em;
margin-bottom: 3rem;

}
.main-page-intro-last {
    background: url('../images/intro-main-last-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: white;
}
.main-page-intro-last h2 {
    font-family: Sora;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
margin-bottom: 2rem;
}
.main-page-intro-last p {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 4rem;

    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;

}
.main-page-intro-last span {
font-family: Sora;
font-size: 14px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0em;
text-transform: uppercase;
}
.client-testimonials-main {
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.client-testimonials-main h2 {
    font-family: Sora;
font-size: 32px;
font-weight: 700;
line-height: 40px;
letter-spacing: 0em;
text-align: center;
margin-bottom: 2rem;
}
.start-steps {
    background: #DEDEDE26;
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.start-steps h2 {
    font-family: Sora;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
margin-bottom: 2rem;
}
.start-steps .start-steps-inner {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2.3rem;
}
.start-steps .start-steps-inner p {
    color: white;
    font-family: Sora;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0.6rem 1rem;
    border-radius: 15px;
    background-color: #26EEB2;
    margin-right: 1.52rem;
    margin-bottom:0;
}
.start-steps .start-steps-inner h3 {
    font-family: Sora;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    margin: 0;
}
.auction-plans-main h2 {
    font-family: Sora;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 2rem;
}
.auction-plans-inner {
    padding: 3rem;
    border: 1px solid #2EEFB5;
    border-radius: 15px;
    min-height: 370px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.auction-plans-inner .auction-plans-inner-type {
margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}
.auction-plans-inner p {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #8C8C8C;
    margin: 0;
}
.auction-plans-inner .auction-plans-inner-type p {
    font-family: Sora;
font-size: 20px;
font-weight: 700;
line-height: 25px;
letter-spacing: 0em;
text-align: center;
padding: 0.7rem 1.5rem;
background: #26EEB2;
border-radius: 15px;
color: black;
margin: 0;
display: inline-block;
}
.pb-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pb-7 h2 {
    font-family: Sora;
font-size: 32px;
font-weight: 600;
line-height: 40px;
letter-spacing: 0em;
margin-bottom: 2rem;
}
.auction-plans-inner .auction-plans-inner-type .col-4 {
    text-align: end;
}
.auction-plans-inner .auction-plans-inner-type img {
    padding: 1rem;
    border-radius: 10px;
    background: #26EEB233;

}
.auction-plans-inner h3 {
    font-family: Sora;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}
.auction-plans-inner h3 b {
    font-family: Sora;
font-size: 32px;
font-weight: 600;
line-height: 40px;
letter-spacing: 0em;
text-align: left;
}
.auction-plans-inner h3 span {
display: block;
font-family: Sora;
font-size: 16px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color: #E53935;
margin-bottom: 0.5rem;
text-decoration: line-through;
}
.auction-plans-inner h3 span b {
    font-family: Sora;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.auction-plans-inner hr {
    background-color: #DEDEDE;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.main-page-intro-main {
    background: linear-gradient(106.73deg, rgba(38, 238, 178, 0.05) 1.8%, rgba(154, 65, 252, 0.05) 85.96%)
    ,url('../images/main-intro-bg-img.png'),url('../images/main-page-intro-bg-1.png'),url('../images/main-page-intro-bg-2.png');
    background-size: cover,auto, auto, auto;
    background-repeat: repeat,no-repeat, no-repeat, no-repeat;
    background-position: center, 80% 70%, bottom -5rem left -10%, 100% 30%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    margin-top:-71px;
}
.main-page-intro-main h1 {
    font-family: Sora;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    max-width: 515px;
    margin-bottom: 2rem;
}
.main-page-intro-main h1 span {
    background: linear-gradient(90.19deg, #9A41FC 0.33%, #2EEFB5 75.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}
.main-page-intro-main p {
    font-family: Sora;
font-size: 20px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0em;
margin-bottom: 3rem;
}
.how-works-main-row {
    padding-top: 7rem;
    padding-bottom: 4rem;
}
.main-page-text-carousel-main .carousel-inner h4 {
    color: #8C8C8C;
    font-family: Sora;
font-size: 14px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0.1em;
text-align: left;
margin-bottom: 5px;
}
.main-page-text-carousel-main .carousel-inner h3 {
font-family: Sora;
font-size: 20px;
font-weight: 700;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
}
.main-page-text-carousel-main .carousel-inner p {
font-family: Sora;
font-size: 16px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
color: #8C8C8C;
}
.main-page-text-carousel-main .carousel-inner hr {
    background-color: #DEDEDE;
}
.main-page-text-carousel-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-page-text-carousel-btns button {
    border: 1px solid #DEDEDE;
    cursor: pointer;
    padding: 0.8rem 1.0rem;
    background-color: transparent;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.main-page-text-carousel-btns button:hover {
    background-color: #9A41FC;
}
.main-page-text-carousel-btns button.next-btn {
    background-color: #9A41FC;
    border-color: #9A41FC;
    margin-left: 5px;
}
.main-page-text-carousel-main .carousel-indicators {
    margin-bottom: -4rem;
}
.main-page-text-carousel-main .carousel-indicators button {
    background-color: #C4C4C4;
    border-radius: 50%;
    margin: 0.3rem;
    width: 7px;
    height: 7px;
}
.main-page-text-carousel-main .carousel-indicators button.active {
    background-color: #9A41FC;
}
/* */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    border: 1px solid #DEDEDE;
    border-radius: 15px;
    padding: 1.5rem;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-slide {
    width: 27%;
  }
  .client-testimonials-main .swiper-slide h4 {
    font-family: Sora;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .client-testimonials-main .swiper-slide p {
  font-family: Sora;
font-size: 16px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0.01em;
text-align: left;
color: #8C8C8C;
}
.client-testimonials-main .swiper-slide img:first-of-type {
    max-width: 72px;
    margin-bottom: 1rem;
}
.client-testimonials-main .swiper-slide img:last-of-type {
    max-width: 98px;
    margin-bottom: 1rem;
}
.client-testimonials-main .swiper-slide h5 {
    margin-top: 2.5rem;
    font-family: Sora;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #171616;
    margin-bottom: 0;
}
.client-testimonials-main .swiper-slide p.author-name {
    font-family: Sora;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #9C9C9C;
    margin: 0;
}
@media only screen and (max-width: 760px) {
    .main-page-intro-main {
        padding-top: 25rem;
        background-size: cover, 90%, auto, auto;
        padding-bottom: 3rem;
        background-position: center, top 15% center, bottom -5rem left -10%, 100% 30%;
    }
    .who-can-use-main .who-can-use-inner {
        margin-bottom: 1rem;
        min-height: 250px;
    }
    .main-page-intro-inner {
        border-radius: 0;
    }
    .auction-plans-inner:first-of-type {
        margin-bottom: 1rem;
    }
    .start-steps .start-steps-inner p {
        margin-bottom: 0;
    }
    .swiper-slide {
        width: 40%;
    }
}

@keyframes blink {
  50% {
    opacity: 0.0;
  }
}
.blink {
  animation: blink 1s step-start 0s infinite;
}
input.error, .error-wrapper.error {
    border:1px solid red;
}
.error-message {
    color: red;
    font-size:12px;
    margin-top:5px;
}
.modal-backdrop {opacity:0.6;}

