#buttonText{
    min-width: 250px;
}

#customErrorMsg{
    border-left: 4px solid;
    padding: 12px;
    margin: 0 0 20px;
    
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    border-left-color: #d63638; 
}

.metamaskImage{
    width: 30%;
    height: 30%;
}

.moweb3-text-danger{
    color: red;
}
.moweb3-license-plan tr:nth-child(odd) {
    background-color: #e9f0ff;
}
.moweb3-lic-head {
    background: #133664!important;
    color: #fff;
}
#handleTokenIdOverflow{
    max-width: 200px;
    overflow: hidden;
    color: black !important;
    text-decoration: underline;
    cursor: pointer;
}
.shadow-cstm {
    box-shadow: 0px 2px 5px rgb(0 0 0 / 12%);
}
.moweb3-btn-cstm {
    background: linear-gradient(0deg, rgb(14 42 71) 0, rgb(26 69 138) 100%)!important;
    border: none;
    margin-right: 10px;
    font-size: 1.1rem;
    padding: .3rem 1.5rem;
    color: #fff!important;
    cursor: pointer;
    border-radius: 5px;
}

.cursor-disabled:hover {
    cursor: not-allowed;
}

.moweb3-h3, .moweb3-h2 {
    margin-block-start:0em;
    margin-block-end:0em;
    color:black!important;
}

.moweb3-h3{
    font-size: 1.17rem;
}


.web3modal-modal-lightbox,.pera-wallet-connect-modal{
    z-index: 1056 !important;
}

.center {
    display: flex;
    justify-content: center;
}
div.hover:hover {
    background-color: #EEEEEE;
    border-radius: 1.5%;
}
.moweb3-hr {
    margin-block-start: 0em;
    margin-block-end: 0em;
    max-width: 100%!important;
    background-color: #000!important;
}
.mo_web3_subsites_settings_table td{
	border: 1px solid #dddddd;
    text-align: left;
  	padding: 8px;
  	text-align: center;
}

/* The moweb3-modal (background) */

.moweb3-handle-multi-click.disabled {
    opacity: 0.1; /* You can adjust the styling as per your design */
    pointer-events: none; /* Disable further clicks */
}


/* The moweb3-modal (background) */
.moweb3-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100% !important;
    /* Full width */
    height: 100% !important;
    /* Full height */
    /* overflow: auto; */
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}





.moweb3-inline-form-input{
    margin-bottom:5%!important;
    border:1px solid gray!important;
    border-radius: 3px!important;
    margin-bottom: 3%!important;
    color: #000!important;
    display: block!important;
    width: 100%!important;
}
    
    

/* moweb3-modal Content */
.moweb3-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /* width: 50%; */
    border: 1px solid #888;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.7s
}


@media screen and (max-width: 900px) {
    .moweb3-modal-content {
        width: 40%;
    }
}

@media screen and (max-width: 800px) {
    .moweb3-modal-content {
        width: 50%;
    }
}


@media screen and (max-width: 600px) {
    .moweb3-modal-content {
        width: 80%;
    }
}

@media screen and (max-width: 300px) {
    .moweb3-modal-content {
        width: 90%;
    }
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.moweb3-close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.moweb3-close:hover,
.moweb3-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.moweb3-modal-header {
    padding: 12px 16px;
    background-color: #fff;
    color: black;
}

.moweb3-center {
    text-align: center;
}





.moweb3-hover:hover {
    background-color: #E5E4E2;
    
}

.moweb3-add-padding {
    padding: 10px 0px;
}

.moweb3-modal-footer {
    padding: 2px 16px;
    background-color: #fff;
}


.moweb3-btn {
    border: none!important;
    color: white!important;
    /* padding: 16px 32px; */
    padding: .375rem .75rem!important;
    text-align: center!important;
    text-decoration: none!important;
    display: inline-block!important;
    font-size: 16px!important;
    margin: 4px 2px!important;
    transition-duration: 0.4s!important;
    cursor: pointer!important;
    border-radius: 0.25rem!important;
    width: auto!important;
}

.moweb3-btn-primary {
    background-color: white!important;
    color: #0d6efd!important;
    border: 2px solid #0d6efd!important;
}

.moweb3-btn-primary:hover {
    background-color: #0d6efd!important;
    color: white!important;
}

.moweb3-remove-margin{
    margin-block-start: 0em;
    margin-block-end: 0em;
}




.moweb3-button-loader {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    background: #007bff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
  }
  
  .moweb3-button-loader .moweb3-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: loader-spin 0.8s linear infinite;
    z-index: 1;
  }
  
  .moweb3-button-loader  .moweb3-button-text {
    position: relative;
    z-index: 2;
    padding: 12px;
  }

  
  
  @keyframes loader-spin {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  
  .moweb3-button-loader:disabled .moweb3-button-text {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  .moweb3-display-inline{
    display: inline;
  }

  .moweb3-notice{
    padding: 5px;
    border: 1px solid #00788e;
    margin: 15px;
    background-color: #0935530f;
    border-radius: 5px;
  }