.content-wrapper {
    padding-top: 20px !important; 
}
.content-wrapper{
    min-height:695px;
}

th,td{
    padding:10px !important;
}

.swal-modal{
    border-radius: 0.25rem;
    background-color: rgb(255, 255, 255);
}
.swal-button,.swal-button:focus{
    background-color: rgba(59, 12, 231, 0.829);
    box-shadow: none;
}

.swal-button--cancel {
    color: #fff;
    background-color: rgba(240, 4, 4, 0.877);
}

.swal-text{
    text-align: center;
    color: rgba(59, 48, 48, 0.7);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}
.swal-title{
    color: #423232;
}
.swal-footer{
    text-align: center;
}

.swal-icon--success:after, .swal-icon--success:before{
    background: transparent;
}
.swal-icon--success__hide-corners{
    background: transparent;
}

.modal {
    overflow-y:auto;
}

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width:none !important;
}

.modal-content-full-width  {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    /*background-color: #ececec !important */

}

.modal-header-full-width  {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width  {
    border-top: 1px solid #9ea2a2 !important;
}

.modal-body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.img-thumbnail{
    width: 100px;
}

.list-group{
    border-left:3px solid #420588;
}

.list-group-item{
    color: #420588;
}

.link-socmed{
    font-size:200%;
    color:#cfcdcd;
    margin-right: 5px;
    transition:color 1.5s;
}

.link-wa{
    color:#cfcdcd;
}

.link-socmed:hover i{
    color:#23aed8;
}

.img-select{
    border: 1px solid #420588;
}

footer ul li{
    margin-bottom:5px;
}

footer{
    background-color: #423232;
    color:#cfcdcd;
}

.left-card{
    background:url("../images/bg-login3.jpg");
    background-size:cover;
}

.drop-zone {
  max-width: 100%;
  height: 200px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #807373;
  border: 2px dashed #373a39;
  border-radius: 10px;
  background-color: #d7e6eb;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}



@media screen and (max-width: 768px) {
    .left-card{
        display: none;
    }
    .title{
        display: block !important;
    }

    iframe{
        width: 50px;
        height: 50px;
    }

    #img-logo{
        width: 100px;
    }
}