.sk-primary {
  padding: 9px 27px;
}
.spinner {
  position: relative;
}
.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #ffffff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-chase-dot {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 40%;
  top: 25%;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }

  100%,
  0% {
    transform: scale(1);
  }
}

.toast {
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
}

.spinner-primary .sk-primary {
  padding: 22px 27px;
}

.spinner-primary .sk-primary .sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #2385c7;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.account-profile-block form ul li .btn-main .sk-primary {
  position: relative;
  z-index: 9;
  border-radius: 10px;
  border: 1px solid #2d2e34;
  background: #fff;
  display: block;
  padding: 21px 18px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-image .file-upload {
  opacity: 0;
  position: absolute;
}
.profile-photo-block .file-upload {
  display: block !important;
}

.profile-photo-block .circle {
  position: relative;
}

.deactive {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.create-tip-wrp .description-create-from .price-table table tbody tr td .form-group {
  margin-bottom: 10px;
}

.links-file-box.file-box img {
  position: absolute;
  top: 12px;
  left: 10px;
}

.pagination .dt-paging-button .page-link.first,
.pagination .dt-paging-button .page-link.last {
  display: none !important;
}

.advisor-filter a {
  color: #2385c7 !important;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

a.d-select-video,
a.d-select-video:hover {
  background-color: #e4e6e7 !important;
  cursor: default;
}

a.d-select-video img {
  filter: grayscale(7) brightness(1) !important;
}

a.active-compare,
a.active-compare:hover,
a.active-wishlist,
a.active-wishlist:hover,
a.active-user,
a.active-user:hover,
a.active-cart,
a.active-cart:hover {
  background-color: #2385c7 !important;
}
a.active-compare img,
a.active-wishlist img,
a.active-user img,
a.active-cart img{
  filter: invert(1) grayscale(1) brightness(2);
}

.disable {
  opacity: 0.5;
  position: relative;
  z-index: -1;
}

.upload-document-block h2 span.In-Process {
  background-color: #ff6550 !important;
}

.upload-document-block h2 span.Completed {
  background-color: #46af51 !important;
}

.re-fetch-cmp {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  background: #2385c7;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  margin-left: 10px;
}

.compare-package-chart .select2-selection {
  width: 123px;
}

.compare-package-chart .select2 {
  width: 123px !important;
}
.compare-package-chart .select2-container .select2-selection--single {
  background-color: #ffffff;
}
.compare-package-chart .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 12px !important;
  color: #2d2e34 !important;
}

.compare-package-chart .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #2d2e34 transparent transparent transparent !important;
}

.compare-package-chart
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #2d2e34 transparent !important;
}
.send-otp {
  width: 150px;
  font-weight: 400;
  font-size: 16px;
  color: #2385c7;
}

/* .account-profile-block .otp-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 20px;
} */

.account-profile-block .otp-box .input-code {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
  background-color: #fafafa;
  color: #2d2e34;
  width: 60px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  outline: none;
  text-align: center;
  margin-right: 5px;
}

.uplaod-documents-list {
  max-width: 720px;
}

.uplaod-documents-list a {
  color: #2385c7 !important;
  font-size: 14px;
  font-weight: 400;
}

.dt-empty {
  text-align: center !important;
}

/* 23-04-25 */
.login-block
{
  position: relative;
}
.other-menus
{
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.other-menus .menu-item
{
  margin: 0px 20px;
  color: #2385c7;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.now-trade-title {
  color: #2385c7;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 15px;
}
.btn-trade-buy {
  background: #007F5F;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border: 2px solid #007F5F;
  padding: 10px;
  width: 100px;
  border-radius: 8px;
}
.btn-trade-buy:hover {
  background: #fff;
  color: #007F5F;
  border: 2px solid #007F5F;
}
.btn-trade-sell {
  background: #DE1135;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border: 2px solid #DE1135;
  padding: 10px;
  width: 100px;
  border-radius: 8px;
}
.btn-trade-sell:hover {
  background: #fff;
  color: #DE1135;
  border: 2px solid #DE1135;
}


/* Order Modal  */
.order-modal {
  background: rgba(255, 255, 255, 0.3);
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}


.order-modal .modal-dialog .modal-content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 30px 0px rgba(37, 54, 88, 0.08);
  border: none;
}

.order-modal .modal-dialog .modal-header {
  padding: 10px 10px 15px 20px;
  border: none;
}

.order-modal .modal-dialog .modal-header h5 {
   color: #2d2e34;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.order-modal .modal-dialog .modal-header .close-btn {
  color: #2385c7;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #2385c7;
}

.order-modal .modal-dialog .modal-header .close-btn:hover {
  color: #fff;
  background: #2385c7;
}

.order-modal .modal-dialog .modal-body {
  padding: 20px 30px;
}

.order-modal .modal-dialog .modal-body .row {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.order-modal .form-group {
    margin: 0 0 20px;
    position: relative;
}
.order-modal .form-group .form-control {
    color: #2d2e34;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    box-shadow: none;
    outline: none;
    resize: none;
}
.order-modal .form-group .form-control:focus {
    border-color: #2385c7 !important;
}
.order-modal .form-group .rupee-icon {
    position: absolute;
    right: 15px;
    bottom: 12px;
    max-width: 100%;
}

.order-modal .form-group label {
    color: #2d2e34;
    font-size: 16px;
    font-weight: 400;
}
.order-modal .form-group input:focus {
    border-color: #2385c7;
}

/* Common button styles */
.btn-swipe-buy {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    color: white;
    border-radius: 50px;
    border: 1px solid;
    width: 130px;
}

.btn-swipe-buy .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    transition: transform 0.5s ease, background-color 0.3s;
}

.btn-swipe-buy img {
    width: 16px;
    height: 16px;
    display: block;
    transition: filter 0.3s ease;
}

/* Buy button (green) */
.btn-buy {
    background-color: #007F5F;
    border-color: #007F5F;
}

.btn-buy:hover {
    color: #007F5F;
    border-color: #007F5F;
    gap: 0;
}

.btn-buy:hover .circle {
    transform: translateX(60px) scale(1.1);
    background-color: #007F5F;
}

.btn-buy:hover .circle img {
    filter: brightness(0) invert(1);
}

/* Sell button (red) */
.btn-sell {
    background-color: #c70039; /* red */
    border-color: #c70039;
}

.btn-sell:hover {
    color: #c70039;
    border-color: #c70039;
    gap: 0;
}

.btn-sell:hover .circle {
    transform: translateX(60px) scale(1.1);
    background-color: #c70039;
}

.btn-sell:hover .circle img {
    filter: brightness(0) invert(1);
}

.btn-sell .circle img {
    filter: invert(18%) sepia(89%) saturate(7463%) hue-rotate(345deg) brightness(93%) contrast(96%);
}

.btn-buy .circle img {
    filter: invert(28%) sepia(61%) saturate(1905%) hue-rotate(140deg) brightness(86%) contrast(90%);
}
.form-checkbox input:checked+label {
    color: #2d2e34 ;
    font-weight: unset;
}
#statusModalContent.bg-custom-danger {
    background: #FDEEF1 !important;
    color: #DE1135 !important;
    font-family: 'Archivo', sans-serif !important;
    box-shadow: 0px -10px 36px 0px #00000040 !important;
    border-radius: 8px 8px 0px 0px !important;
}
button.btn-custom-danger {
    color: #DE1135 !important;
    font-size:20px !important;
}
button.btn-custom-danger:hover {
    color: #DE1135 !important;
}

#statusModalContent.bg-custom-warning {
    background: #FEF9ED !important;
    color: #FFB000 !important;
    font-family: 'Archivo', sans-serif !important;
    box-shadow: 0px -10px 36px 0px #00000040 !important;
    border-radius: 8px 8px 0px 0px !important;
}
button.btn-custom-warning {
    color: #FFB000 !important;
    font-size:20px !important;
}
button.btn-custom-warning:hover {
    color: #FFB000 !important;
}

#statusModalContent.bg-custom-success {
    background: #D5EAE4 !important;
    color: #007F5F !important;
    font-family: 'Archivo', sans-serif !important;
    box-shadow: 0px -10px 36px 0px #00000040 !important;
    border-radius: 8px 8px 0px 0px !important;
}
button.btn-custom-success {
    color: #007F5F !important;
    font-size:20px !important;
}
button.btn-custom-success:hover {
    color: #007F5F !important;
}

