html,
body {
    width: 100%;
    height: 100%;
}

/*body {*/
    /*background-color: #002a56;*/
	/*background-image: radial-gradient(#0036b1,#040529);*/
/*}*/
.bg-body-100{
    /*background-color: #da4d61;*/
    background-image: radial-gradient(var(--bgColor),var(--bgColor2));
}

.login-form {
    width: 320px;
    padding: 50px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg-body-100 .login-form .login-box{
    width: 300px;
    height: 300px;
    border: 3px solid #da4d61;

}
.bg-body-100 .login-form .login-box .login-img-box img{
    width: 260px;
    height: 260px;
    padding:  20px;
}
.bg-body-100 .login-form .login-title{
    transition: 1s all ease-in-out;
    color: #da4d61;
    animation: animate1 ease-in-out 1.5s infinite;
    font-weight: 500;
}


.login-form .login-title {
    margin-bottom: 20px;
    text-align: center;
}


#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#captcha {
    width: 120px;
    height: 40px;
}




.dad-noSelect,.dad-noSelect *{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
}
.dad-container{
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dad-container::after{
    content: '';
    clear: both !important;
    display: block;
}
.dad-active .dad-draggable-area{
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.dads-children-clone{
    opacity: 0.8;
    z-index: 9999;
    pointer-events: none;
}
.dads-children-placeholder{
    overflow: hidden;
    position: absolute !important;
    box-sizing: border-box;
    border:4px dashed #639BF6;
    margin:5px;
    text-align: center;
    color: #639BF6;
    font-weight: bold;
}





.content {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.modular {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*background-color: #f9f9f9;*/
    padding: 20px;
    border-radius: 6px;
    margin: 0 30px;
}

.header {
    background-color: #fff;
    width: 88px;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 40px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0px 10px 10px -10px #dfdfdf;
    border-radius: 3px;
}
.hidden{
    display: none;
}
.box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-item {
    width: 80px;
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 12px;
    cursor: pointer;
}

.box-item :hover .box-item-btn {
    transform: translateY(0px);
    transition: 0.1s ease-in-out all;
}


.img-box {
    width: 100%;
    /*height: 80px;*/
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
}


.box-item-btn {
    width: 80px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /*bottom: 0;*/
    /*left: 0;*/
    background-color: rgba(0, 0, 0, 0.4);
    transform: translateY(125px);
    transition: 0.5s ease-in-out all;
}

.add {
    background-color: #f3f3f3;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    color: #666;
    cursor: pointer;
}

.box-item img {
    max-width: 50px;
    max-height: 50px;
}

.box-title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    font-family: Helvetica, Arial, sans-serif;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}



.add-btn{
    position: fixed;
    top: 10px;
    right: 120px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #29263C;
    color: #2BCBF8;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.btn {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    top: 10px;
    right: 50px;
    cursor: pointer;
    transition: .4s all ease-in-out;
}


.dad-noSelect,.dad-noSelect *{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
}
.dad-container{
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dad-container::after{
    content: '';
    clear: both !important;
    display: block;
}
.dad-active .dad-draggable-area{
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.dads-children-clone{
    opacity: 0.8;
    z-index: 9999;
    pointer-events: none;
}
.dads-children-placeholder{
    overflow: hidden;
    position: absolute !important;
    box-sizing: border-box;
    border:4px dashed #639BF6;
    margin:5px;
    text-align: center;
    color: #639BF6;
    font-weight: bold;
}

.nav-item {
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 999999;
}
.nav-item div {
    background-color: #fff;
    width: 88px;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 20px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0px 10px 10px -10px #dfdfdf;
    border-radius: 3px;
    cursor: pointer;
}