﻿.spinmodal {
    border-bottom: none;
    text-align: center;
    font-weight: 900;
}

.rmshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mcontentsp {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    background-clip: unset;
    -webkit-border-radius: unset;
    border-radius: unset;
}

.customdialogmd {
    width: 600px;
    margin: 30px auto;
    position: relative;
}
.modal-open {
    overflow: scroll;
}
.modal.in .customdialogmd {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal.fade .customdialogmd {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.imganim {
    color: #7fd8c3;
    font-weight: bolder;
}


.modal1 {
    display: none;
    position: fixed;
    /*z-index:    1000;*/
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .1 ) url('../../assets/Images/Eclipse (1).gif') 50% 50% no-repeat;
}

.modal1-content {
    position: relative;
    background-color: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal1 .modal-dialog {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal .modal-dialog {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
