﻿/*for modal*/
#p, #t, #c, #e {
    cursor: pointer !important;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: auto;
    display: block;
    height: 94%;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }


    .modalDialog > div {
        width: 730px;
        position: relative;
        font-size: 12px;
        margin: 2% auto;
        background-color:white;
    }



/* Style the tab */
.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    /*padding-top: 20px;*/
    /*height: 500px;*/
    /*color: #222;*/
    /*background-color: #e7e7e7;*/
    background-color: #d7d7d7;
    /*color: black;*/
}

       
    /* Style the buttons inside the tab */
    .tab button {
        float: left;
        border: none;
        outline: none;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 13px;
        background-color: #d7d7d7;
        color: #264283;
    font-weight: bold;
    }
        .tab button:hover {
            background-color: #6bd8d7;
            color: black;
        }
  

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #009d9c;
            color: ghostwhite;
            font-weight: bold;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    max-height: calc(90vh - 110px);
    overflow-y: auto;
    background-color: white;
    padding: 20px;
}


.dialogacceptbutton {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #009d9c; /* Green */
    border: none;
    color: white;
    padding: 8px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    /*border: 2px solid ;*/ /* Green */
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 3px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    margin-bottom: 10px;
}

    .dialogacceptbutton:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
        background-color: #4CAF50; /* Green */
        color: white;
        border: none;
        cursor: pointer
    }
    .dialogacceptbutton:disabled {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
        color: black;
        border: none;
        cursor: not-allowed;
        pointer-events: all !important;
        /*background-color: #b1b2b3;*/
        background-color: #b1b2b3;
    }

    .dialogacceptbutton:hover:disabled {
        color: white;
        border: none;
        cursor: not-allowed;
        background-color: #b1b2b3;
    }

.dialogacceptbutton_old {
    float: right;
    padding:5px;
}
    .dialogacceptbutton_old:disabled {
        padding: 5px;
    }

.dialogremindbutton_old {
    float: right;
    background-color: #8d9499;
    text-shadow: 0px 1px 1px #63666B;
    box-shadow: inset 0px -1px 1px #63666B;
    height: 25px;
    color: white;
    border: none;
    margin-right: 10px;
    cursor: pointer
}

    .dialogremindbutton_old:disabled {
        cursor: not-allowed;
        pointer-events: all !important;
        background-color: #b1b2b3;
    }


.dialogremindbutton {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #009d9c;
    border: none;
    color: white;
    padding: 8px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 3px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    float: right;
    cursor: pointer;
}

    .dialogremindbutton:disabled {
        box-shadow: none;
        color: black;
        border: none;
        cursor: not-allowed;
        pointer-events: all !important;
        background-color: #b1b2b3;
    }
    .dialogremindbutton:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        background-color: #b1b2b3; /* Green */
        color: white;
        border: none;
    }
    .dialogremindbutton:disabled:hover {
        box-shadow: none;
        background-color: #b1b2b3; /* Green */
        color: white;
        border: none;
    }



.loading-gif {
    background-image: url(../../Images/preloadersize.gif);
    color: #2f469c;
    background-repeat: no-repeat;
    text-align: right
}


.modalFlash {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: auto;
    display: none;
    height: 94%;
}

    .modalFlash:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modalFlash > div {
        width: 50%;
        position: relative;
        margin: 13% auto;
        padding: 5px 20px 13px 20px;
        /*border-radius: 10px;*/
        background-color: #f2f2f2;
        font-size: 12px;
    }



.fa {
    position: absolute;
    right: 25px;
    text-align: center;
    top: 7px;
    display: compact;
    font: normal larger normal 35px/1 FontAwesome;
    font-size: larger;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2f469c;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2e2f31;
    font-weight: bold;
    font-family:Arial;
}

    .fa:hover {
        cursor: pointer;
    }

.flashyes {
    background-color: #e25621;
    color: white;
    border: none;
    height: 39px;
    width: 57px;
    font-size: 19px;
}

.flashno {
    background-color: #61b361;
    color: white;
    border: none;
    height: 39px;
    width: 57px;
    font-size: 19px;
}

.flashmodaldiv {
    font-size: 18px;
    margin-top: 10px;
    text-align:center;
}

.flashno:hover {
    background-color: #52bd52;
    cursor: pointer;
}

.flashyes:hover {
    background-color: #f15115;
    cursor: pointer;
}



.button {
    border: 0px solid #dc291e;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 1em;
    font-family: arial, helvetica, sans-serif;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #dc291e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009d9c), to(#2f469c));
    background-image: -webkit-linear-gradient(top, #009d9c, #2f469c);
    background-image: -moz-linear-gradient(top, #009d9c, #2f469c);
    background-image: -ms-linear-gradient(top, #009d9c, #2f469c);
    background-image: -o-linear-gradient(top, #009d9c, #2f469c);
    background-image: linear-gradient(to bottom, #009d9c, #2f469c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
}

    .button:hover {
        border: 0px solid #F0AB00;
        background-color: #F0AB00;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#2f469c), to(#2f469c));
        background-image: -webkit-linear-gradient(top, #2f469c, #2f469c);
        background-image: -moz-linear-gradient(top, #2f469c, #2f469c);
        background-image: -ms-linear-gradient(top, #2f469c, #2f469c);
        background-image: -o-linear-gradient(top, #2f469c, #2f469c);
        background-image: linear-gradient(to bottom, #2f469c, #2f469c);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2f469c, endColorstr=#2f469c);
    }

.progress-overlay {
    background: #CCC;
    opacity: 0.5;
    width: 100%;
    height: 94%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}

#confirmwithdraw {
    font-size: 18px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: black !important;
    background-color: hsla(180,100%,31%,0.36);
    border-right: 0.5em solid #009d9c !important;
}
        .col-4 a {
            color: black;
            cursor:pointer;
        }
        .nav-pills .nav-link {
            border-radius: .0rem !important;
        }
        body {
            background: none !important;
            font-family: Arial, Helvetica, sans-serif;
        }
        #policyheader {
            color: #009d9c;
            margin-bottom: 0%;
            font-size: 20px;
            font-weight: bold;
        }
        #policyrow {
            height: 80%;
            margin-top: 0%;
            padding-top: 1%;
        }
        #policysidebar {
            background-color: #f8f7f7;
        }
        #policycol {
            overflow-y: auto;
            height: 100%;
            font-family: Arial, Helvetica, sans-serif;
            overflow-x:hidden;
            overflow-wrap:break-word;
        }
        #loadingicon {
            display: none;
            position: fixed;
            width: 100px;
            left: 50%;
            top: 50%;
            height: 200px;
            margin-right: 50%;
            opacity: 2;
            z-index: 100;
            background-color: transparent
        }
.flashbtnyes {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #009d9c;
    color: #ffffff;
    padding: 6px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    transition-duration: 0.4s;
    margin-bottom: 10px;
}
.flashbtnno {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #666666;
    color: #ffffff;
    padding: 6px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    transition-duration: 0.4s;
    margin-bottom: 10px;
}
.flashbtnyes:hover{
    color:black;
}
.flashbtnno:hover {
    color: black;
}

#withdrawalpopupheader {
    color: #009d9c;
}

table {
    border-collapse: collapse;
}

td {
    border: 1px solid
}

@media (max-width: 768px) {
    .modalDialog {
        position: absolute;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999;
        opacity: 1;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: auto;
        display: block;
        height: 97%;
        overflow-y:hidden;
    }

        .modalDialog:target {
            opacity: 1;
            pointer-events: auto;
        }

    .modal-header{
        height:10% !important;
    }
    .modalDialog > div {
        width: 95%;
        height: 97%;
        position: relative;
        padding: 5px;
        background-color: #f2f2f2;
        font-size: 12px;
        margin: 2% auto;
    }

    .tab {
        overflow: hidden;
        background-color: #d7d7d7;
    }


        .tab button {
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 5px;
            transition: 0.3s;
            font-size: 13px;
            background-color: #d7d7d7;
            color: #264283;
            font-weight: bold;
        }


            .tab button:hover {
                background-color: #6bd8d7;
                color: black;
            }


            .tab button.active {
                background-color: #009d9c;
                color: ghostwhite;
                font-weight:bold;
                
            }


    .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
        max-height: calc(90vh - 50px);
        overflow-y: auto;
        background-color: white;
        padding: 20px;
    }



    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #a1a1a1;
    }

    .closeflash {
        background: #a1a1a1;
        color: #FFFFFF;
        position: fixed;
        right: 68px;
        text-align: center;
        top: 45px;
        width: 39px;
        height: 23px;
        line-height: 25px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        cursor: pointer;
    }

    .modalFlash > div {
        width: 80%;
        position: relative;
        margin: 13% auto;
        padding: 5px 20px 13px 20px;
        /*border-radius: 10px;*/
        background-color: #f2f2f2;
        font-size: 12px;
    }

    .close {
        background: #a1a1a1;
        color: black;
        position: absolute;
        right: 18px;
        text-align: center;
        top: 5px;
        width: 50px;
        height: 25px;
        line-height: 25px;
        text-decoration: none;
        font-weight: bold;
    }

    .fa {
        position: absolute;
        right: 8px;
        text-align: center;
        top: 7px;
        display: compact;
        font: normal larger normal 35px/1 FontAwesome;
        font-size: larger;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #2f469c;
        font-size: 18px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #2e2f31;
        font-weight: bold;
        font-family: Arial;
    }

    .flashmodaldiv {
        font-size: 12px;
        margin-top: 10px;
    }

    .dialogremindbutton {
        padding: 8px 10px;
    }

    .dialogacceptbutton {
        padding: 8px 10px;
    }

    #confirmwithdraw {
        font-size: 12px;
    }

    #policyheader {
        color: #009d9c;
        margin-bottom: 0%;
        font-weight: bold;
        font-size:90%;
    }

    #policyrow {
        height: 100%;
        margin-top: 0%;
        padding-top: 1%;
    }

    #policysidebar {
        background-color: #f8f7f7;
        height: 100%;
        padding:0;
    }

   
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: black !important;
        background-color: hsla(180,100%,31%,0.36);
        border-right: 0.5em solid #009d9c !important;
        width: 90%;
    }
}



@media (max-width: 380px) {
    .tab button {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 5px;
        transition: 0.3s;
        font-size: 12px;
        background-color: #d7d7d7;
        color: #264283;
        font-weight: bold;
    }
    .modal-header{
        height:10% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    #v-pills-tab {
        width: 98px;
    }
    #policycol {
        overflow-y: auto;
        height: 90%;
        font-family: Arial, Helvetica, sans-serif;
    }
}

.fordesktop {
    display: block;
}

.formobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .fordesktop {
        display: none;
    }

    .formobile {
        display: block;
    }
}

@media only screen and (min-width: 601px) and (max-width: 2400px) {
    .fordesktop {
        display: block;
    }

    .formobile {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .breakcontent {
        word-break: break-all;
    }
}

.forsmscreen{
    display:none;
}

.formdscreen {
    display: block;
}


@media only screen and (max-width: 575px) {
    .forsmscreen {
        display: block;
    }

    .formdscreen {
        display: none;
        visibility: hidden;
    }
    #policycol {
        overflow-y: auto;
        height: 340px;
        padding-bottom: 55px;
        font-family: Arial, Helvetica, sans-serif;
    }
}

.topnav {
    overflow: hidden;
    background-color: #f8f7f7;
}

    .topnav a {
        float: left;
        color: #007bff;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 12px;
    }

        .topnav a:hover {
            background-color: hsla(180,100%,31%,0.36);
            border-right: 0.5em solid #009d9c !important;
            color: #007bff;
        }

    .topnav .nav-link.active {
        background-color: hsla(180,100%,31%,0.36);
        border-right: 0.5em solid #009d9c !important;
        color: black;
    }