.gradient-loader {
    position: relative;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    background: linear-gradient( 270deg
, #fede02 0%, #3993c6 50%, #f2612a 100%);
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

button.list-button.align-bottom {
    margin: 23px 0 10px 0;
}
.space-around {
    margin: 10px;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
body.modal-open {
    overflow: hidden;
}
img.roteting-logo {
    position: absolute;
    max-width: 100px;
}

.loader-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gradient-loader:after {
    content: '';
    width: 130px;
    height: 130px;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    background: #29364e;
    position: absolute;
    display: block;
}


/**************** comman scss *****************/
body, .mat-table{
    font-family: Lato !important;
}
ul{
    padding: 0;
}
li{
    list-style: none;
}
a, a:hover, a:focus{
    text-decoration: none !important; 
}
button.list-button:focus {
    outline: 0 none;
}
.help-block {
    color: #ff2851;
    font-size: 12px;
    padding: 5px 0;
}
p-messages.error-msg {
    color: #ff2851;
    text-align: center;
}
button.btn.btn-primary:focus{
    outline: none;
}
.list-no {
    border: 1px solid #ACACAC;
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 10px;
    color: #979797;
    margin-right: 10px;
    text-align: center;
}

.outer-user-container {
    background: #101d37;
    height: 100vh;
}
.header-top-spacing{
    padding-top: 50px;
}
a, button{
    cursor:pointer;
}
.simple-white-bg-btn{
    border: 1px solid #6BC7CD;
    border-radius: 5px;
    background: #fff;
    padding: 7px 20px;
    font-size: 14px;
    color: #6BC7CD;
    font-weight: bold;
}
.main-outer-container.bg{
    background: #f7f7f7;
}
.main-inner-container{
    max-width: 970px;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.main-inner-container .select-outer-container {
    margin-top: 10px;
}
.tab-title {
    text-align: center;
    color: #00FFF9;
    font-weight: bold;
    font-size: 16px;
    background: #101D37;
    margin: 0;
    padding: 20px 0 ;
}
.list-button {
    background: #48AFC1;
    color: #fff;
    border: 1px solid #48AFC1;
    font-size: 14px;
    border-radius: 5px;
}
a.link-color {
    color: #6BC7CD;
    font-weight: bold;
    text-decoration: underline !important; 
}
.border-background-wh{
    padding: 20px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
}
.padding-btn {
    padding: 10px 30px;
}
.search-section input{
    font-size: 14px;
}

button.true[disabled] {
    opacity: 0.5;
    background: grey;
    border: 1px solid gray;
}
.oveflow-x-container {
    height: 150px;
    overflow-x: auto;
}
.oveflow-x-container.min-width {
    min-width: 245px;
}
.pe-step-container{
    padding: 0px !important;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
    height: 0 !important;
}
.form-error-color{
    color: #ff2851;
}
.higlighted {
    color: #47BAC1 !important;
    font-weight: bold;
}
.sucess-msgs {
    text-align: center;
    padding: 9px 10px;
    transition: .4s;
    color: #fff;
    font-weight: 600;
    background: #48c1b3;
    position: fixed;
    -webkit-animation: 4s mymove;
    animation: 4s mymove;
    text-align: center;
    top: -40px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 13px;
    box-sizing: border-box;
}
@keyframes mymove {
    from {top: -40px;}
    to {top: 0px;}
}
/****************End comman scss *****************/


/*****************Popup css************************/
/********** Network Error Massage**************/

.network_slow ,.noNetwork{
    font-size: 15px;
    background: #ED3833;
    -webkit-animation: cssAnimation 4s forwards;
    animation: cssAnimation 4s forwards;
    text-align: center;
    color: white;
    font-weight: 600;
    z-index: 99999;
    padding: 11px;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    }
    
    @keyframes cssAnimation {
    from {top: -50px;}
    to {top: 0px;
    }
    }
    .network_toggle{
    -webkit-animation: cssAnimations 4s forwards;
    animation: cssAnimations 4s forwards;
    }
    
    @keyframes cssAnimations {
    from {top: 0px;}
    to {top: -50px;
    }
    }
    .noNetwork.noNetwork-con{
    display: block;
    }
    .noNetwork{
    display: none;
    }

/**********End Network Error Massage**************/
.checked-img {
    margin-top: 40px;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 2;
  }
  .popup.form-popup.v-center {
    top: 30%;
    }
  .popup.form-popup {
    width: 50%;
    top: 15%;
    }
  .popup {
    margin: 0 auto;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: fixed;
    transition: all 5s ease-in-out;
    min-height: 200px;
    left: 0;
    right: 0;
    top: 31%;
    border: 4px solid #14cbbc;
}
  .popup h2 {
    margin-top: 0;
    color: #5D6D89;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .popup .close {
    position: absolute;
    top: 10px;
    right: 25px;
    transition: all 200ms;
    font-size: 30px;
    /* font-weight: bold; */
    text-decoration: none;
    color: #333;
  }
  span.limit-of-text {
    font-size: 11px;
    text-align: right;
    display: block;
    color: #68727E;
}
  span.close-text {
    display: block;
    font-size: 10px;
    margin: -9px 0 0 -5px;
}
  .popup .close:hover {
    color: #48AFC1;
    cursor: pointer;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  input.text-area {
    min-height: 150px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 7px;
    border: 1px solid #242F45;
}
.button-group {
    text-align: center;
    margin-top: 25px;
}
.content-center {
    text-align: center;
}
.popup-content {
    font-size: 14px;
    line-height: 20px;
}
.popup-content span {
    padding: 5px;
    display: inline-block;
    color: #5D6D89;
}
.popup-content span.bold {
    font-size: 15px;
    font-weight: bold;
    color: #5D6D89;
}
.popup-content img.space {
    margin: 0 8px -4px 0;
}
.pop-up-image-section {
    width: 60%;
    float: left;
    height: 320px;
    overflow-y: auto;
}
.pop-up-image-section img {
    width: 60%;
}

.product-details {
    float: left;
    width: 40%;
    padding-top: 15%;
}
.product-details span {
    display: inline-block;
    width: 40%;
    text-align: left;
    font-size: 13px;
}
.product-details span.label {
    font-size: 13px;
    font-weight: bold;
}

@media screen and (max-width: 700px){  
    .popup{
      width: 80%;
      padding-top: 37px;
    }
    .popup .close {
        top: -3px;
        right: 10px;

    }
    .popup .content-center {
        max-height: 300px;
        overflow-y: auto;
    }
  }
/*****************End Popup css************************/


.inner-container .form-group {
    margin-bottom: 15px;
}

a.btn.btn-link.forgot-password {
    text-align: right;
    display: block;
    color: #70f7be;
    font-size: 16px;
    font-weight: bold;
}
.login-btn{
    text-align:right;
}
.login-btn button.btn.btn-primary {
    background: #70F7BE;
    border: 1px solid #70F7BE;
    color: #101d37;
    padding: 14px 20px;
    font-size: 13px;
    border-radius: 8px;
    font-weight: bold;
}
.remember-me {
    float: left;
    color: #fff;
    font-size: 12px;
}
.center-container label {
    color: #fff;
    font-size: 13px;
}
header {
    background: #101d37;
    border-bottom: 2px solid #000;
}
a.menu-btn {
    color: #1EFFBE;
    font-size: 24px;
    display: inline-block;
    padding: 10px 0 0 25px;
    float: left;
}

/*--------------------------------------*/
.navbar-static-top .menu-btn:hover, .navbar-static-top .menu-btn:focus {
    color: #fff;
    text-decoration: none;
    outline: 0px;
}
#sidebar-wrapper .list-group {
    width: 200px;
    background: #101d37;
    height: 100vh;
}
a.menu-item {
    display: block;
    width: 100%;
    padding: 10px 5px 10px 20px;
}
.top-logo button.btn.btn-primary.back-btn {
   float: right;
   background: transparent;
   color: #70F7BE;
   font-size: 12px;
   padding: 8px 15px;
   border: 1px solid #70F7BE;
}
.top-logo.forgot-logo {
   padding-bottom: 15px;
}
.psw button.forgot-password.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
   float: right;
   background: transparent;
   border: 0;
}
.psw span.ui-button-text.ui-clickable {
   color: #70f7be;
   padding: 0 !important;
   font-size: 13px;
}
.remember-me input[type="checkbox"] {
   margin: 0 5px 0px 0px;
}

@media (max-width: 640px){
    .popup.form-popup {
        width: 80%;
    }
}

@media (max-width: 480px){
    .padding-btn {
        padding: 10px 25px;
    }
}