.cm-text-alignment{
    margin-top: -4px;
}
.cm-right-alignment{
    float: right;
}
.modal-dialog {
    position: relative;
    width: auto;
   /* margin: .5rem;*/
    pointer-events: none;
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 976px;
    }
}

@media (max-width: 991px) 
{
    .navbar-expand-lg .navbar-nav .nav-link {
        color: black !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle, .cm-dropdown-menu{
        margin-left: 12px;
    }
    .navbar-brand img {
        width: 64px;
    }
    .tab-img {
        text-align: center;
    }
}

@media (max-width: 430px) {
    .team-wrap {
        flex-direction: column;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .currency {
        width: 65%;
    }
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
   /* min-width: 751px;*/
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    height: 538px;
}
.modal-header {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    /*overflow: auto; !* enables both x and y scrollbars *!*/
    max-height: 85vh;   /* adjust as needed */
    overflow-y: auto;   /* enables vertical scrollbar */

}
.modal-footer {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.modal {
   /* position: fixed;
    top: 0;
    left: 0;
    z-index: 1072;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;*/
}
.cm-line-align{
    margin-top: 15px;
    color: white !important;
}
.cm-bg-image{
    background-size: cover;
    height: 100%;
    position: relative;
}
.select2-selection__rendered{
    color: black !important;
}
.cm-section-top-padding{
    padding-top: 90px;
}
.cm-section-btm-padding{
    padding-bottom: 40px;
}
.img-crop{
    width: 250px;
    height: 250px;
    border: 2px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}
.img-crop img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-top: 6px;
}

.switch input {
    display: none;
}

.currency {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    background-color: #8991ff;
    border-radius: 22px;
    margin-bottom: 55px;
    margin-top: 20px;
}

.currency span {
    font-size: 20px;
    font-weight: bold;    
    color: #fff;
}

.slider {
    position: absolute;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 26px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: #000000;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #ffffff;
}

input:checked + .slider:before {
    transform: translateX(24px);
}
.cm-text-color{
    color: white !important;
}

.pricing-plans th {
    font-size: 20px;
}