.cancel-button{
	background: red;
	color: white;
	margin-bottom: 5px;
}

.refund-button{
	background: black;
	color: white;
	margin-bottom: 5px;
}
.aim-success{
    background: #a8f170;
    padding: 5px;
    color: #217005;
    border-radius: 5px;
    margin: 0 auto;
}

.aim-warning{
    background: #fbd992;
    padding: 5px;
    color: #7d2a01;
    border-radius: 5px;
    margin: 0 auto;
}

.aim-danger{
    background: #fa7e917d;
    padding: 5px;
    color: #ac003a;
    border-radius: 5px;
    margin: 0 auto;
}

.aim-cancel{
    background: #8787874f;
    padding: 5px;
    color: #343434;
    border-radius: 5px;
    margin: 0 auto;
}
.table-bordered > :not(caption) > * > *{
	border-width: 0px 0px;
}
.summary{
	margin: 1em 0;
}

@media only screen and (max-width: 600px) {
    .grid-view{
        overflow-x: scroll;
    }
}


.aim-span{
	font-size: 18px;
}
.aim-table{
	width: 100%;
	border-collapse: collapse;
}
.aim-clippboard{
	width: 32px;
	height: 32px;
	border:none;
}
.aim-clippboard:hover{
	background: #dadada;
}
.radio-block> label{
	display: flex;
}
.aim-radio-label {
	margin-right: 1em;
}

input[type="radio"] {
	position: relative;
	border-radius: 14px;
	width: 20px;
	height: 20px;
	background-color: #f0f0f0;
	border: 1px solid #bcbcbc;
	margin: 0 1em 0 0;
	display: inline-block;
	vertical-align: middle;
}

input[type="radio"]:checked {
	background: linear-gradient(#a0e5f8, #75c7dc);
	background: -webkit-linear-gradient(#a0e5f8, #75c7dc);
	border-color: #41a6bf;
	border-radius: 5px;
	background: #167c95;
}
.cancel-subscription-btn{
	color: red !important;
    cursor: pointer;
}

.cancel-subscription-btn:hover{
	background: red !important;
	color: white !important;
}

.pause-subscription-btn{
	color: black !important;
	margin-top: 1em;
    cursor: pointer;
}
.pause-subscription-btn:hover{
	background: rgb(57, 54, 54) !important;
	color: white !important;
}

.refund-subscription-btn{
	background: rgb(57, 54, 54) !important;
	color: white !important;
	margin-top: 1em;
    cursor: pointer;
}
.refund-subscription-btn:hover{
	background: black !important;
	color: white;
}
.aim-dropdown > button::after {
	display: none;
}
.aim-dropdown > button::after {
	border-color: transparent;
}
.aim-dropdown > button.show {
	border-color: transparent;
}
.aim-dropdown-toggle{
	background: #bfc7d9 !important;
}
.aim-table> tbody tr td{
    padding: 8px;
	white-space: nowrap;
	font-size:14px;
}

.aim-table> thead tr th{
    padding: 10px;
	font-size:14px;
}

@media only screen and (max-width: 600px) {
    .aim-table {
        font-size: 12px;
    }
    .aim-table> tbody tr td{
        padding-right: 1em;
        min-width: 20px;
    }

    .aim-table> thead tr th{
        min-width: 20px;
        padding: 10px;
    }
}


.checkbox-info{
	text-decoration: underline;
}

#price-block{
	display: none;
}
#priceCheckbox{
	margin-left: 1em;
}

.aim-success{
	background: #a8f170;
	padding: 5px;
	color: #217005;
	border-radius: 5px;
}

.aim-warning{
	background: #fbd992;
	padding: 5px;
	color: #7d2a01;
	border-radius: 5px;
}

.aim-danger{
	background: #fa7e917d;
	padding: 5px;
	color: #ac003a;
	border-radius: 5px;
}

.aim-cancel{
	background: #8787874f;
	padding: 5px;
	color: #343434;
	border-radius: 5px;
}
.aim-span{
	font-size: 18px;
}
.aim-container{
	margin-top:2em;
}
tbody tr:hover {
	background-color: #e6e6e69c;
}
.signature svg{
	width: 100%;
}
.signature{
	display: none;
}
.aim-table{
	width: 100%;
	border-collapse: collapse;
}
.aim-table tbody tr{
	height: 30px;
	border-top: 1px solid #808080a1;
}

.aim-table thead{
	height: 40px;
}

.aim-div-fit-box{
	font-size: 18px;
	margin:1em 0;
	overflow-x: scroll;
}

.check-price-vip-lable{
	font-weight: 600;
	text-decoration: underline;
}


input[type="checkbox"] {
	position: relative;
	border-radius: 14px;
	width: 20px;
	height: 20px;
	background-color: #f0f0f0;
	border: 1px solid #bcbcbc;
	margin: 0 1em 0 0;
	display: inline-block;
	vertical-align: middle;

}




.subscription-index  .grid-view{
    overflow-x: scroll;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    align-content: center;
    right: 0;
    background-color: #f5f5f5 !important;
    z-index: 10;
}

thead th {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 20;
}
.sticky {
    box-shadow: inset -2px 0 4px rgba(0, 0, 0, 0.1) !important;
}
.aim-dropdown-menu{
    inset: auto 0px 0px auto !important;
    transform: translate3d(-50px, 0, 10px) !important;
	padding: 0px !important;
}
.aim-dropdown-menu.show{
    display: flex !important;
}
.aim-dropdown-menu>.dropdown-item:nth-child(1){
    border-right: 1px solid black;
}

.aim-dropdown-menu>.dropdown-item:nth-child(1):active{
    background-color: #e9ecef !important;
}

.aim-dropdown-menu>.dropdown-item:nth-child(2):active{
    background-color: #e9ecef !important;
}
.aim-confirm-header{
	display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.aim-confirm-body{
	position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.aim-confirm-content{
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
	margin: 1em 0;
}

.aim-confirm-footer{
	display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.aim-confirm-footer > * {
    margin: calc(var(--bs-modal-footer-gap)* 0.5);
}

.aim-container-preview{
	text-align: left;
    background: #f6f6f6;
    box-shadow: #eeeeee 0px 0px 0px 2px;
    border-radius: 5px;
    margin: 1em 0;
	padding: 1em;
}

.aim-image-repview{
	padding: 2em;
    background-color: #fafafa;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px dashed black;
}

.aim-placeholder-image{
	border-width: 2px; 
	border-style: solid; 
	width: 700px; 
	height: 640px;
	z-index: 2;
	display: none;
}

.placeholder-image-button-block{
	text-align: center;
}
.placeholder-image-button{
	color: black;
    text-decoration: none;
	background: #e2e2e2;
    padding: 5px;
    border-radius: 2px;
	margin-bottom: 1em;
}

.aim-br{
	border-right: 1px solid black;
}
.aim-bl{
	border-left: 1px solid black;
}
.aim-bb{
	border-bottom: 1px solid black;
}
.email-list{
	border: 1px solid rgb(207, 207, 207);
}
.email-list-header{
	border-bottom: 1px solid black;
    margin-bottom: 0;
    padding: 5px;
	background-color: #4c00ff;
	color: white;
}

.email-list-item div{
	padding: 5px;
}
.email-list-container{
	background-color: #03A9F4;
	color: white;
}

.email-list-item:nth-child(odd){
	background-color: white;
}

.ui-datepicker{
	z-index: 20 !important;
}

.btn-aim{
	background-color: #4e00ff !important;
	color: white !important;
}

.login-row{
	justify-content: center;
	align-content: center;
}

.login-col{
	background: #f5f5f5;
	padding: 1em 1em;
}

.datepicker{
	z-index: 20 !important;
}

.hide-element{
	display: none;
}

.user-note-notify{
	background-color: red;
	padding: 6px;
	margin-right: 5px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}