        
* {
    margin: 0;
}
p {
    margin: 0;
}
.main {
    padding: 100px 0;
}

.left-col {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d9dbdd94;
    /* margin-bottom: 100px; */
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 100px;

}
.left-col h4 {   
    text-align: center;
    font-size: 18px;
    display: block;
    border: none;
    background: #000;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    border-radius: 5px;
    margin-left: -15px;
    margin-right: -15px;
    
}
.right-col {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d9dbdd94;
    /* margin-bottom: 100px; */
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 100px;

}
.right-col h4 {   
    text-align: center;
    font-size: 18px;
    display: block;
    border: none;
    background: #000;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin-left: -15px;
    margin-right: -15px;
}
.main-head {
    margin-left: -15px;
    margin-right: -15px;
}
.project-head {
    text-align: center;
    max-width: 50%;
    margin: 50px auto;
    padding: 15px;
    /* border-bottom: 1px solid #eee; */
}

.project-name {
    display: block;
    position: relative;
    padding-bottom: 10px;
    color: #4c4c4c;
    font-size: 25px;
    margin-bottom: 20px;
}

.project-name:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background: #4c4c4c;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.updated-wrap {
    display: block;
    line-height: 24px;
    padding-bottom: 10px;
}
.updated-wrap span {
    color: #6c6c6c;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.server {
    font-size: 18px;
    display: inline-block;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
a.copy-link:hover {
    background: #2b6e12;
    color: #fff;
    transition: 0.5s all;
}

span.copy-link img {
    width: 100%;
    max-width: 20px;
}

.form-wrap .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 4px;
    background: #000;
}
.form-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    font-weight: 300 !important;
    color: #fff;
}
.form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -15px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.form-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.form-wrap .select2-results__option--selectable {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.form-wrap .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #019bd7 !important;
}

footer {
    text-align: center;
    width: 100%;
    background: #000;
    padding: 20px;
    color: #fff;
}

footer p {
    font-size: 13px;
    font-weight: 300 !important;
    margin-bottom: 10px;
}
.elem {
    font-size: 12px;
    font-weight: 400;
}

.elem a {
    color: #fff;
}

.form-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0px 6px 6px 5px;
}

section.mastwrap {
    min-height: calc(100vh - 168px);
    padding: 30px;
    position: relative;
}


/* .form-content {
    margin-bottom: 50px;
} */
span.copy-link {
    padding: 10px;
    display: block;
    cursor: pointer;
}

.form-items h3 {
    color: #000;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 14px;
    margin: 0 auto;
    margin-bottom: 50px;
    line-height: 30px;
    /* background: #d5f3ff; */
    padding: 10px;
    border-radius: 4px;
    padding-left: 0;
}
.form-items h3:after {
    content: "";
    position: absolute;
    background: #000;
    height: 3px;
    width: 70px;
    right: 0;
    left: 0;
    bottom: 0;
}

.form-group.rollback span {
    color: #0a2129 !important;
    font-size: 14px;
}
.current_page_item a {
    color: #000000;
}
.current_page_item a:after {
    width: 40px !important;
    transition: 0.5s all;
}

.topnav li:not(.logout) a:after {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: 0;
    z-index: 99;
    background: #535353;
    margin: 0 auto;
    transition: 0.5s all;
}
.topnav li a:hover:after {
    width: 40px;
    transition: 0.5s all;
}

.cls_my_projects {
    padding: 100px 0;
}
.view-edit-wrap span {
    color: #fff;
    border-radius: 50px;
    background: #000;
    padding: 5px;
    margin-bottom: 10px;
    width: 80px;
    display: inline-block;
    margin: 5px;
    font-size: 14px;
}
.view-edit-wrap span:hover {
    background: #2d2d2d;
    transition: 0.5s all;
}
.view-edit-wrap span:last-child:hover {
    background: #6c6c6c;
}
.v-center {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}
.my-projects-wrap .t-head {
    /* background: #0a2129; */
    color: #fff;
}
.my-project-head h4 {
    font-size: 30px;
    color: #0a2129;
    display: inline-block;
    width: 50%;
    text-align: left;
    padding: 0;
}
.managing-projects a {
    background: #000000;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s all;
    font-size: 14px;
}

.managing-projects {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding: 0;
}
.managing-projects a:hover {
    background: #2d2d2d;
    transition: 0.5s all;
}
.my-project-head {
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.view-edit-wrap span:last-child {
    background: #444;
}
.my-projects-wrap .row:nth-child(even) {
    background: #0a212914;
}
.table-scroll {
    max-height: 650px;
    overflow: auto;
    overflow-x: hidden;
    /* border: 1px solid #eee; */
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
}

.table-scroll .row {
    margin: 0;
}
.row.row-head {
    background: #000000;
}
.table-scroll .t-head {
    background: transparent;
}

.form-group.rollback-hide.amcsec {
    background: #fff;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
.form-group.rollback {
    background: #fff;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
.form-group.rollback-hide.radioframe {
    background: #fff;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.form-group.rollback-hide.amcsec .mt-3 {
    margin-top: 0!important;
    width: calc(100% / 2 - 3px);
}
.form-group.rollback  .mt-3 {
    margin-top: 0!important;
}
.form-group.rollback-hide.radioframe  .mt-3 {
    margin-top: 0!important;
}
.form-group.rollback span.error {
    color: red !important;
}

.form-group.rollback-hide.amcsec div#amc_date_div {
    margin: 10px 0;
}

.radioframe span.error {
    color: red !important;
}
.main-head b {
    font-weight: 300;
}
.t-head b {
    font-weight: 500;
}

a.urlcls {
    color: #000; 
    font-size: 14px;
    font-weight: 400;
}

a.linktag {
    color: #fff;
    text-decoration: none;
    display: block;
}
a.cutomlinktag {
    color: #000;
    text-decoration: none;
    display: block;
}

.form-group.rollback-hide.amcsec .form-control {
    font-size: 14px;
}
.xoo-el-header {
    /* padding: 180px 15px 20px !important; */
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    color: #0eb7f0 !important;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 !important;
    background-color: transparent !important;
    position: relative;

}
 .xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background-color: #0eb7f0!important;
    background-image: linear-gradient(to right, #25aae1, #0eb7f0, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgb(38 182 231 / 48%);
    background-size: 300% 100%;
    border-radius: 50px;
    border: none;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.not-available{
    text-align: center;
    margin-top: 100px;
}

.xoo-el-form-container.xoo-el-form-inline {
    max-width: 550px !important;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 15px;
    border-left: 6px solid #0eb7f0;
    border-radius: 6px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    height: 50px !important;
}

.header-logo-holder a {
    display: block;
}
.header-logo-holder a img {
    max-width: 450px;
}
.xoo-aff-group label {
    color: #000;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active:after {
    content: "";
    position: absolute;
    left: 0;
    width: 62px;
    height: 3px;
    background: #0eb7f0;
    bottom: -5px;
}
.xoo-el-form-container ul.xoo-el-tabs li {
    color: #0eb7f0 !important;
    text-align: left !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 !important;
    background-color: transparent !important;
    position: relative;
}

.xoo-el-form-container ul.xoo-el-tabs li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 62px;
    height: 3px;
    background: #0eb7f0;
    bottom: -5px;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px !important;
}


body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background: #d1d1d1;
}
body::-webkit-scrollbar-thumb {
    background-color: #3999d5;
    border-radius: 20px;
}
 
.table-scroll::-webkit-scrollbar {
    width: 5px;
}

.table-scroll::-webkit-scrollbar-track {
    background: #d1d1d1;
}
.table-scroll::-webkit-scrollbar-thumb {
    background-color: #3999d5;
    border-radius: 20px;
}


.left-col::-webkit-scrollbar {
    width: 5px;
}

.left-col::-webkit-scrollbar-track {
    background: #d1d1d1;
}
.left-col::-webkit-scrollbar-thumb {
    background-color: #3999d5;
    border-radius: 20px;
}

.right-col::-webkit-scrollbar {
    width: 5px;
}

.right-col::-webkit-scrollbar-track {
    background: #d1d1d1;
}
.right-col::-webkit-scrollbar-thumb {
    background-color: #3999d5;
    border-radius: 20px;
}

/* ::-webkit-scrollbar {
    display: none;
} */

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
background-color: #000 !important;
}
.select2-search__field{
outline: #000;
}