/* ===============Profile Image Upload============== */

.avatar-upload {
    position: relative;
    max-width: 350px;
    margin: 20px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 90px;
}
.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}

.avatar-upload .avatar-edit label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit label:after {
    content: "\f304";
    font-family: 'Line Awesome Free';
	font-weight: 900;
    color: #757575;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}


.avatar-preview {
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-preview div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.cookie-modal {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    bottom: -600px;
    width: 100%;
    padding: 30px 100px;
    transition: bottom 0.5s;
    z-index: 100000000;
    color: #fff;
}

.cookie-modal.show {
    bottom: 0px;
}

.cookie-modal .body a{
    margin-left: 10px;
}

.cookie-modal .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    background: transparent;
    color: #ffff;
    border: none;
    font-size: 24px;
}


.card.gateway .btn{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal {
    z-index: 10000;
}

.modal-header {
    background-color: #17c0eb;
    
}

.modal-title {
    color: #fff;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff61;
    z-index: 1;
    top: 0;
    left: 0;
    color: #17c0eb;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

.loader.show{
    visibility: visible;
    opacity: 1;
}

.dashboard-section .widget {
    padding: 2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;;
}

.dashboard-section .widget .number {
    font-size: 2rem;
}

table td .thumb {
    display: inline;
}

table td .thumb  img{
    width: 35px;
    height: 35px;
    border-radius:50%;
    border: 1px solid #ddd;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    font-size: 20px;
    font-weight: bold;
}

input[type="number"]::-webkit-input-placeholder {
    color: #6c757d;
    font-size: 14px;
    font-weight: normal;
}
input[type="number"]::-moz-placeholder {
    color: #6c757d;
    font-size: 14px;
    font-weight: normal;
}
input[type="number"]:-ms-input-placeholder {
    color: #6c757d;
    font-size: 14px;
    font-weight: normal;
}
input[type="number"]:-moz-placeholder {
    color: #6c757d;
    font-size: 14px;
    font-weight: normal;
}

.fs-big {
    font-size: 1.2rem;
}

.list-group-icon {
    background-color: #17c0eb;
    color: #fff;
    padding: 12px;
    width: 65px;
    text-align: center;
}


