﻿
.Window.HeaderSection {
    font-family: "abolition", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 10px 0 10px !important;
    background-color: rgb(0, 0, 0, 0.65) !important;
}

    .Window.HeaderSection .Title {
        color: rgb(215, 170, 12) !important;
    }



  

.WindowModal-Content {
    border: 1px solid black;
    background-color: rgb(18, 18, 18, 0.85);
}

.ToolSection {
    border: 1px #3c3a3a solid !important;
    padding: 10px !important;
}
    .ToolSection.SubToolSection .HeaderSection .RadLabel {
        color: rgb(215, 170, 12) !important;
    }
    .ToolSection.SubToolSection .Description_LayoutColumn .RadLabel {
        color: rgba(255, 255, 255,0.7) !important;
    }
    .ToolSection .Row.TinySectionRow,
    .ToolSection .Row.TinySectionRow .RadLabel{
       color: rgba(215, 170, 12,0.6)!important;
    }
