/************new-box*******************/
.custom-modal-first-div.active {
    opacity: 1;
    visibility: visible;
}

.custom-modal-first-div {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition:0.3s ease 0s;
    -webkit-transition:0.3s ease 0s;
    -moz-transition:0.3s ease 0s;
    -ms-transition:0.3s ease 0s;
    -o-transition:0.3s ease 0s;
    z-index: 1050;
}

.custom-modal-sec-div {
    width: 580px;
    max-width: calc(100% - 0px);
    max-width: -o-calc(100% - 0px);
    max-width: -ms-calc(100% - 0px);
    max-width: -moz-calc(100% - 0px);
    max-width: -webkit-calc(100% - 0px);
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    top: -50px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
h4.custom-modal-title  {
    margin: 0;
    font-size: 20px;
    color: #fff;
    line-height: normal;
}
.custom-modal-first-div.active .custom-modal-sec-div {
    top: 0;
}

.custom-modal-title h4 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    line-height: normal;
}

.icon-close{color: #fff;
    font-size: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;}

.custom-model-body {
    padding: 20px 25px;
    line-height: 23px;
    display: block;
    font-size: 16px;
    font-family: 'poppins', 'exo_2regular';
    max-height: 500px;
    overflow-y: auto;
}
.custom-model-body b {
    font-weight: 600;
}

.custom-model-footer {
    padding: 0 25px;
    justify-content: flex-start;
    background-color: transparent;
    border: none;
}
.button-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
}

.button-block.btn-flex-start {
    justify-content: flex-start;
}
.button-block.btn-flex-start .btn {
    margin-right:10px;
}

.custom-modal-sucbtn,.custom-modal-negbtn,.custom-modal-genbtn {
    padding: 10px 20px 10px 20px;
    background-color:#000;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-transform: unset;
    text-decoration: none;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.3px;
    outline: none;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: capitalize;
    font-family: 'poppins', 'exo_2regular';
}
.custom-modal-genbtn{
    background-color:#239707;
}
.custom-model-footer .button-block {
    justify-content: flex-start;
}
.custom-model-footer .button-block .gen-btn {
    padding: 12px 25px 12px 25px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-transform: unset;
    text-decoration: none;
    white-space: normal;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.3px;
    outline: none;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: capitalize;
    font-family: 'poppins', 'exo_2regular';
    margin: 0 10px 0 0;
    background-color: #000;
}
.custom-model-footer .button-block .gen-btn:hover {
    background-color: #757575;
}
[dir="rtl"] .custom-model-footer .button-block .gen-btn{
    margin-right:0;
    margin-left: 10px;
}
.custom-model-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #239707;
    padding: 15px;
    border-radius: 3px 3px 0 0;
    min-height: 60px;
    box-sizing: border-box;
}
/************new-box-end*******************/
@font-face {
    font-family: 'icomoon';
    src:  url('font/icomoon.eot?2wlhb8');
    src:  url('font/icomoon.eot?2wlhb8#iefix') format('embedded-opentype'),
      url('font/icomoon.ttf?2wlhb8') format('truetype'),
      url('font/icomoon.woff?2wlhb8') format('woff'),
      url('font/icomoon.svg?2wlhb8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
.custom-modal-first-div [class^="icon-"], .custom-modal-first-div [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-close:before {
    content: "\e901";
  }

.custom-admin-info-popup .custom-model-header {
    padding: 15px 15px 15px 15px;
    justify-content: center;
}
.custom-admin-info-popup .custom-model-header img {
    vertical-align: top;
}
.custom-admin-info-popup .popup-title {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
.custom-admin-info-popup .popup-desc {
    text-align: center;
    margin-bottom: 20px;
}
.custom-admin-info-popup .custom-model-footer {
    text-align: center;
}
.custom-admin-info-popup .popup-img {
    width: 150px;
}
.custom-model-header.adminmodelheader {
    background-color: #1C1C1C;
}
.custom-modal-genbtn {
    background-color: #000;
}
.custom-modal-genbtn:hover {
    background-color: #757575;
    color: #fff;
}
.custom-model-body img.smallimg {
    max-width: 100px;
    margin: 0 auto;
    display: table;
}