﻿
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.Activitymodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/*#myModalActivity {
    display: none;*/ /* Hidden by default */
    /*position: fixed;*/ /* Stay in place */
    /*z-index: 3;*/ /* Sit on top */
    /*left: 0;
    top: 0;
    width: 100%;*/ /* Full width */
    /*height: 100%;*/ /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
/*}*/
#editErrorModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/*#contactusModal {
    
    justify-content: center;
    position: fixed;*/ /* Stay in place */
    /*z-index: 10000;*/ /* Sit on top */
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/ /* Full width */
    /*height: 100%;*/ /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
/*}*/
/*.contactusCover {
    width: 1720px;
    height: 1027px;*/
    /*background: #1D2225;*/
    /*padding: 100px 50px 100px 50px;
    gap: 0px;
    position: relative;
    background-color: #16191A;
}*/


/*.contactusExplaination {
    width: 583px;
    height: 50px;
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}*/
/*.contactusHeaderCover {
    width: 600px;
    height: 236px;

    display: flex;
    gap: 30px;
    opacity: 0px;
    flex-direction: column;
}*/
/*.contactusContentCover {
    display: flex;
    gap: 100px;
    width: 1436px;
    height: 827px;
}*/
.contactusFormCover {
    width: 736px;
    height: 827px;
    padding: 35px 30px 40px 30px;
    gap: 25px;
    border-radius: 16px 16px 16px 16px;
    border: 1px 0px 0px 0px;
    border: 1px solid;
    background: rgba(17, 19, 20, 99%);
}

.coverBackground{
    z-index:1;
}
.contactusFormHeader {
    width: 676px;
    height: 30px;
    font-family: MuseoSlab;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.0025em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #00f4ff;
}
.contactusInput {
    width: 323px;
    height: 49px;
    padding: 12px 16px 12px 16px;
    gap: 0px;
    border-radius: 8px;
    border: 1px;
    opacity: 0px;
    border: 1px solid rgba(169, 174, 176, 1);
    background:transparent;
}
.contactusInputDropdown {
    width: 676px;
    height: 49px;
    padding: 12px 16px 12px 16px;
    gap: 0px;
    border-radius: 8px;
    border: 1px;
    opacity: 0px;
    border: 1px solid rgba(169, 174, 176, 1);
    background: transparent;
    color:grey;
}
.contactusLabelCover {
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.86px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.contactusMessageBox {
    width: 676px;
    height: 124px;
    padding: 12px 16px 12px 16px;
    gap: 0px;
    border-radius: 8px;
    
    border: 1px solid rgba(169, 174, 176, 1);
    background: transparent;
}
.contactusMessageBox::placeholder{
    align-items:flex-start;
}
.contactusSendButton {
    width: 104px;
    height: 50px;
    padding: 4px;
    gap: 10px;
    border-radius: 8px;
    border: 2px;
    background: linear-gradient(135.34deg, #00F4FF 2.79%, #68FFED 51.4%, #9867FF 100%) padding-box, linear-gradient(138.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 86.01%) border-box
}
    .contactusSendButtonCover {
        padding-top:44px;
        float:right;
    }
    .contactusInputCover {
        padding-top: 8px;
    }
.cmsInputCoverAll {
    padding-top: 25px;
    display: flex;
    /*gap: 20px;*/
    flex-wrap:wrap;
}
.contactusCancelButton {
    position: absolute;
    top: -75px;
    right: -55px;
    color: white;
    display: flex;
    justify-content: flex-end;
    font-size: 55px;
}
.paddingTop30 {
    padding-top: 30px;
}
/* Modal Content/Box */
.modalContent {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    border-radius: 12px;
    width: 40%; /* Could be more or less, depending on screen size */
    text-align: center;
    border: 2px solid black;
}

    .modalContent > p {
        font-weight: 600;
    }
    .modalContent p {
        margin-bottom: 12px;
        font-size: 14px;
    }

/* The Close Button */
.close {
    color: #aaa;
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.editHaveReferenceError{
    text-align:center;
}
.underlineforApprove{
    text-decoration:underline;

}

.rejectMessageInput {
    width: 100%;
    resize: none;
    margin-bottom: 10px;
    border: 1px solid;
    border-radius: 5px;
}
@media screen and (max-width: 1080px) {
  

    .modalContent {
        
        margin: 25% auto; 
       
    }
   
}
@media screen and (max-width: 980px) {


    .modalContent {
        margin: 30% auto; 
    }
}
@media screen and (max-width: 768px) {
    .modalContent> div {
        font-size: 14px;
    }

    .modalContent p {
        margin-bottom: 8px;
        font-size:13px;
    }

}

@media screen and (max-width: 550px) {
    .modalContent {
        margin: 45% auto;
    }
    .modalContent > div {
        font-size: 12px;
    }
    .modalContent{
        padding:15px;
    }
        .modalContent p {
            font-size: 12px;
        }
}

@media screen and (max-width: 360px) {
    .modalContent {
        
        padding: 8px;
    }

    .MR15 {
        margin-right:5px;
    }
       
}
